How to export your Hevy workout data (CSV)

Everything you have logged in Hevy — every workout, exercise, and set — can be exported as a single CSV file. Whether you want a backup, a spreadsheet to analyze, or you're moving to another app, here is exactly where the export lives and what you get.

Step 1: open Export & Import Data#

In Hevy, go to the Profile tab and open Settings. Scroll down to Export & Import Data.

Hevy's Settings screen with the Export & Import Data row
Hevy → Profile → Settings → Export & Import Data.

Step 2: tap Export Data#

Hevy's Export & Import Data screen with Export Data and Import Data rows
Pick Export Data — Import Data is for bringing files into Hevy.

Step 3: tap Export Workouts#

Tap Export Workouts and Hevy generates a CSV of your entire workout history and opens the share sheet — save it to Files, cloud storage, or share it anywhere. Export Measurements does the same for body measurements, in a separate file — Gript imports that one too.

Hevy's Export Data screen with the Export Workouts and Export Measurements buttons
Export Workouts covers your full training history in one CSV.

Is this Hevy's official export?#

Yes. This is the export Hevy ships in the app, not a workaround: no third-party service, no browser extension, no API key, and nothing to authorize. You are asking Hevy for your own data and Hevy hands you a plain CSV file. Anything you find that asks for your Hevy login to “export your data” for you is doing something else entirely.

The same screen holds Export Measurements for body measurements and Import Data for bringing a Strong-format CSV into Hevy. Only Export Workouts produces your training history.

Where the file goes#

Hevy does not save the CSV for you — it hands the file to the system share sheet and the file only exists wherever you send it. On iPhone, Save to Files is the safest choice: pick On My iPhone or iCloud Drive and you can reach the file again from any app, including Gript's import picker. Mailing it to yourself works too and doubles as an offsite backup.

If you dismiss the share sheet without choosing a destination, nothing is saved and the export is simply gone. Run it again — generating an export does not change or consume anything in your Hevy account, so you can do it as many times as you like.

What's inside the CSV#

The file is one row per set, not one row per workout. A workout with five exercises of four sets each becomes twenty rows that share the same title and timestamps. That is why the row count looks enormous compared to the number of sessions you actually trained.

These are the columns that carry your training data:

ColumnWhat it holds
titleThe workout name, repeated on every set row of that session
start_time / end_timeWhen the session began and ended — together these give you real session duration
exercise_titleThe exercise name as it appears in Hevy's library
set_typenormal, warmup, failure, drop set, or cool down
weight_kg or weight_lbsThe load — which of the two you get depends on your Hevy unit setting
repsRepetitions completed in that set
duration_secondsElapsed time for timed or held sets, such as planks and carries
rpeYour logged effort rating, where you recorded one
superset_idGroups exercises that were performed as a superset
exercise_notesNotes you attached to an exercise during the session

This is the standard shape other workout trackers read, which is what makes the file portable rather than just an archive.

The first line of the file is a header row naming these columns in Hevy's own snake_case spelling, and that row is how importers recognise the file as a Hevy export in the first place. Alongside them you may see a few extras such as a workout description, a set_index, and a distance column for cardio. Delete or rename the header row and most tools stop recognising the format — the single most common way a good export turns into an unreadable one.

How your Hevy data maps into Gript#

Every column above that carries training data has somewhere to land, so an import is not a lossy summary of your history:

Hevy CSV columnWhere it lands in Gript
title, start_time, end_timeWorkout name, date, and session duration in your history
exercise_titleMatched against the Gript exercise library, or created as a custom exercise
set_typeGript set types — warm-up, failure, drop set, cool down
weight_kg / weight_lbs, repsThe logged set, converted to your Gript unit setting
duration_secondsTimed sets for planks, holds, and carries
rpePer-set effort, shown as RPE or RIR
superset_idSuperset grouping within the workout
exercise_notesExercise notes on that session

Opening the CSV in Excel, Sheets, or Numbers#

The file opens directly in Numbers, Microsoft Excel, and Google Sheets — but there is one trap worth knowing about. Spreadsheet apps aggressively reformat anything that looks like a date, and if you then save over the original file, the timestamps are written back in the display format rather than the format Hevy wrote. That can turn a clean export into one an importer has to guess at.

The fix is simple: if you want to poke around in a spreadsheet, work on a duplicate and keep the original CSV untouched for importing. Open it, look at it, close it without saving.

Exporting from Hevy on Android#

The path is identical — Profile → Settings → Export & Import Data → Export Data — and the only difference is the Android share sheet in place of the iOS one. Choose Save to Drive or your files app and the CSV lands in your usual downloads location, ready to move wherever you need it.

What the export doesn't include#

The CSV covers logged workout data, which leaves a few things outside it. Body measurements come out through the separate Export Measurements button. Your saved routines and templates are not part of the workout CSV — only the sessions you actually performed. Progress photos and profile details stay in the app.

For a full migration that usually does not matter much: the training history is the part that took you years to build, and routines take minutes to recreate once your history is in place.

Common problems#

The dates look wrong after importing#

Almost always a day-first versus month-first mix-up, and almost always caused by a spreadsheet app rewriting the file. Gript detects which convention an export uses when it reads the file, so importing the untouched original gets it right — see how import matching works.

The weights are off by roughly 2.2x#

That is a kilograms and pounds mismatch. Hevy writes either a weight_kg or a weight_lbs column depending on your account setting, so check which one your file contains before assuming a number is wrong. Gript reads the column name to determine the unit rather than guessing at the values.

The file appears empty or truncated#

Open it in a plain text editor rather than a spreadsheet to confirm — a very long history produces a large file that some preview tools give up on rendering. If the header row and a few thousand set rows are there, the export worked.

I can't find the file afterwards#

It only exists where the share sheet put it. Search Files for a .csv ending in your Hevy export name, and if nothing turns up, just run the export again.

What to do with your export#

Have workouts that never made it into Hevy — notebooks, spreadsheets, or photos of a logbook? Gript's AI import turns those into structured workouts too.

If the export is the first step of a move rather than a backup, the guide to switching from Hevy to Gript walks through the whole migration end to end. Training in Strong as well? Exporting your Strong workout data works much the same way, and both files import into Gript.

Common questions

How do I export data from the Hevy app?

Open Hevy, go to the Profile tab, open Settings, scroll to Export & Import Data, tap Export Data, then tap Export Workouts. Hevy builds a CSV of your entire workout history and opens the share sheet — save it to Files or cloud storage, because the file only exists where you send it.

Is there an official Hevy CSV export?

Yes. The CSV export is built into the Hevy app under Settings → Export & Import Data — no third-party tool, browser extension, or API key is involved. Export Workouts covers your training history, and Export Measurements produces a separate file for body measurements.

What format is the Hevy export file?

A single comma-separated CSV with one row per set rather than one row per workout, so a session with twenty sets becomes twenty rows sharing the same title and timestamps. The columns carry the workout title, start and end time, exercise title, set type, weight in kg or lbs, reps, duration in seconds, RPE, superset ID, and exercise notes.

Can I import the CSV back into Hevy?

No. Hevy’s own export screen states that exported data cannot be imported back into Hevy. The file is meant for backups, spreadsheet analysis, and moving to another app — Gript reads Hevy’s CSV directly, including set types, RPE, supersets, and notes.

Where does the Hevy export file get saved?

Nowhere by default. Hevy hands the CSV to the system share sheet, so it only exists wherever you send it. On iPhone, choose Save to Files and put it in On My iPhone or iCloud Drive. If you dismiss the share sheet without picking a destination, nothing is saved — just run the export again, which costs nothing.

Can I export my Hevy data on Android?

Yes, and the path is identical: Profile → Settings → Export & Import Data → Export Data → Export Workouts. The only difference is the Android share sheet, where Save to Drive or your files app puts the CSV in your usual downloads location.

Does the Hevy export include my routines and measurements?

Neither is in the workout CSV. Body measurements come out through the separate Export Measurements button in the same screen, and your saved routines and templates are not exported at all — the workout file covers the sessions you actually performed.

Did this answer your question?

Don't have Gript yet? Everything in this guide is free to try — download it and log your first workout in under a minute.

Download on the App Store
I feel that every single time I open the app there is a new feature. Thanks for making it better every day.
Shoshana M. · App Store