Practical guide
How to back up Galaxy Watch data on PC without Samsung Cloud
Four real ways to get steps, HR, sleep and workouts off your Galaxy Watch and outside Samsung Health. Pros and cons of each.
Published May 21, 2026
You want a copy of your Galaxy Watch data on your computer. You don't trust Samsung cloud alone, or you're switching ecosystems, or you simply need to analyze your HR in Excel. There are four real options, and none is 'one click'. We explain what works, what's clunky, and when each is worth it.
Option 1: Samsung Health's internal export
Samsung Health (Android) has a built-in export function generating a package of files with all your raw data. It's not promoted in tutorials, but it's been there for years.
- Open Samsung Health on the phone.
- Tap ☰ menu top-left → Settings.
- Scroll to 'Download personal data'.
- Confirm with Samsung Account password.
- Wait (can take 1–24 hours if you have years of data). You'll receive a ZIP via email.
The package contains CSV files for each data type (steps_*.csv, heart_rate_*.csv, sleep_*.csv, exercise_*.csv, etc.) plus binary files for high-frequency data like continuous HR during workouts. It's complete but verbose. To analyze in Excel/Numbers just import the CSVs; for more sophisticated visualizations use Python pandas or R.
Option 2: GDPR right-of-access request
If you're in the EU, you can formally write to Samsung asking for all data collected about you (GDPR art. 15 and 20). For health data the contact is privacy.eu@samsung.com (or the dedicated form at privacy.samsung.com/en/privacy-rights). They have 30 days to respond, free of charge. The dataset you receive is typically broader than the internal export (includes metadata, access logs, account info).
Option 3: read via Health Connect on a third-party app
Since 2024 Samsung Health writes to Health Connect, Android's official API. You can install a third-party app reading via Health Connect and exposing data in the format you want: web dashboard, JSON files, sync with other ecosystems. It's the most automated way.
- For web dashboard: FitMesh Sync reads from Health Connect and shows everything on a PC-accessible web app.
- For technical export: apps like Health Connect Toolbox (open source) produce manual JSON dumps.
- For advanced analytics: apps like Welltory or Bearable read HC and provide coaching/journaling.
Caveat: this path works for data Samsung Health writes to Health Connect — so steps, HR, sleep (total and basic stages), calories, distance, workouts. For Samsung-proprietary data like Body Composition or continuous Stress Score you'll always need Samsung Health's internal export.
Option 4: ADB backup (advanced)
For the more technical: Samsung Health data lives on the phone in a SQLite database. With a USB cable, ADB enabled in developer options, and a tool like adb backup or root you can extract the file and read it directly. Not recommended if you don't know what 'developer options' means — easy to break things and risks violating ToS.
Summary table
| Option | Difficulty | Completeness | Automation |
|---|---|---|---|
| Samsung Health export | Low | High | No |
| GDPR request | Low | Maximum | No (30 days) |
| Health Connect + 3rd party | Low | Medium | Yes |
| ADB / SQLite | High | Maximum | With scripts |
Frequently asked questions
Does the export include the full history?+
Yes: the Samsung Health internal export includes all data linked to your account, multi-year too. If you changed account in the past, the history tied to the old account isn't included and must be recovered separately.
Can I back up without authenticating with Samsung Account?+
For Samsung Health's internal export the password is required. For the Health Connect + third-party app path no — Android permission is enough. It's the only route bypassing the Samsung account.
Do exported files work in Excel?+
Yes, CSVs are compatible with Excel/Numbers/Google Sheets. Open the file, choose comma as separator if asked. For very large files (>1M rows for things like annual continuous HR) use specific tools (Python pandas, R, DuckDB).
Disclaimer
FitMesh Sync is an independent product. Samsung, Google are trademarks of their respective owners. This article implies no affiliation or sponsorship.
Medical disclaimer
The information in this article is for informational purposes only and does not replace advice from your physician, pharmacist or healthcare professional. FitMesh Sync is a fitness/wellness app, not a medical device, and does not diagnose or treat any conditions. For symptoms, clinical questions or treatment decisions always consult your primary care physician.
Written by
Matteo Pizzi
Founder & Solo Dev, FitMesh Sync · Fosforonero
Italian software developer. I built FitMesh Sync to fill the gap between my smartwatch and a real personal dashboard. Privacy-first, indie, EU servers.
More about the projectKeep reading
Guide
The complete guide to wearable sync in 2026
Three standards coexist, ten brands each push their own cloud, one practical rule to save time: pick the data pipe before the gadget.
Comparison
Health Connect vs Samsung Health: differences and when to use which in 2026
Not competitors. They work together. But it matters to understand who does what so you don't disable the wrong one.
Guide
Viewing steps, sleep and heart rate from your wearable on a desktop browser
Spoiler: most manufacturers have stopped investing in web dashboards. Here's what actually works today.