Skip to content
Plain and Simple
← All answers

The question

Can I see my Apple Health data without paying a subscription?

Yes — the data is already yours and Shortcuts will read it for free. Here is how far that goes before it becomes a hobby.

Why this is awkward

Your phone has been recording steps, sleep, heart rate and workouts for years, and all of it is sitting in the Health app already. Nothing needs to be bought for the data to exist. What people end up paying for monthly is a nicer way to look at numbers their own device collected and already stores.

The Health app shows you everything and interprets almost none of it. You can find any single figure, and it is genuinely good at that. What it will not tell you is whether this week was heavier than usual, whether your sleep and your mood move together, or what today looks good for — the questions people actually open a health app to ask.

So the gap is real. It is just much smaller than a subscription implies, and part of it closes for free.

Doing it yourself

Start with the Health app itself, which most people never configure. The Summary tab is editable: open any figure, tap Add to Favourites, and the ones you care about move to the top instead of being four taps down. That alone answers most of what people install a dashboard for.

Past that, Shortcuts reads Health directly and is free. The Find Health Samples action will pull any metric over any period, and Calculate Statistics will average or total it — so a shortcut that reports this week's sleep against last week's is perhaps ten minutes of work, and it can sit on the Home Screen as an icon.

It is worth knowing this exists before paying anyone monthly:

A weekly sleep average, in Shortcuts
Find Health Samples
  where Type is Sleep Analysis
  and Start Date is in the last 7 days
  Sort by Start Date

Calculate Statistics
  Average of Health Sample Value

Show Result
  "Average sleep this week: [Statistic] hours"

What that costs you

  • Shortcuts is a programming environment with no debugger worth the name. When a shortcut returns nothing you get no error and no reason — usually a date filter that excluded everything, and finding out which means taking it apart step by step.
  • Sleep is the metric that punishes you for this. Health stores overlapping samples from several sources and separate stages, so a naive average over Sleep Analysis returns a number that is confidently wrong rather than obviously broken.
  • A shortcut is a button you press, not a figure you glance at. Getting a number onto the Home Screen without tapping anything is a different problem again.
  • Every question needs its own shortcut. One for sleep, one for the week before, one for exertion — and any comparison between two of them is a fourth you have to write.
  • Nothing accumulates. Shortcuts recalculates from Health each time and remembers nothing, so trends across months are not something it can show you.

Or the app that does it

Configure the Health app's favourites regardless — that is free and it is a real improvement. Plain and Simple Health is for the part after it.

It gathers what Health already holds onto one screen, and then interprets it and shows its working, so a figure is never something you have to take on trust. There is a stress figure that is honest about what it is and what it is not, and every day behind the exertion number is there to look at.

It reads your date of birth and sex and does not store them, writes back exactly one thing, and keeps a strength library and a training log on your device. It will fill in a routine or a week if you ask, tell you what today looks good for, and read a shared workout.

It never sends anything anywhere. There is no account, no analytics, and no server of mine — and no subscription to read numbers your own phone recorded.

Where your data goesYour own device