Your Sleep Tracker Has Never Measured a Single Brainwave

Actigraphy estimates sleep by recording wrist movement in short epochs and running the counts through a scoring algorithm, with no brainwaves involved. It's good at spotting total sleep time and bad at spotting quiet wakefulness, and the gap between those two skills explains most of what wearables get wrong.

In this article7 sections

Actigraphy estimates sleep by recording how much your wrist moves in short time windows, usually 15, 30, or 60 seconds, called epochs, and running the resulting movement counts through a scoring algorithm that labels each epoch “sleep” or “wake.” It doesn’t measure brain activity. It doesn’t know what a dream is. It’s an accelerometer and a piece of statistics wearing the word “sleep tracker.”

Worth understanding, not worth dismissing: the gap between what actigraphy measures and what the app displays every morning is where most of the confusion about wearable accuracy comes from.

The pipeline, step by step

Three components do all the work.

The accelerometer

It samples motion continuously, often at 30–100 Hz, then compresses that stream into a single “activity count” per epoch. A count near zero means the wrist barely moved during that window. A high count means it did.

The epoch

This is the unit of judgment. Every device picks a window length and never looks at anything finer. A 30-second epoch can’t register that you moved for four seconds and lay still for twenty-six; it collapses the whole window into one number.

The scoring algorithm

This turns activity counts into a binary label. The two lineages that show up in most consumer and research devices are the Cole-Kripke algorithm and the Sadeh algorithm, both developed in the 1990s and both doing fundamentally the same thing: weighting the current epoch’s count against a handful of neighboring epochs, then comparing the weighted sum to a cutoff. Below it, sleep. Above it, wake. Consumer wearables layer proprietary tweaks on top, sometimes heart rate, skin temperature, or a microphone, but the movement-plus-cutoff core is still doing most of the classification.

That’s the whole pipeline. No EEG, no eye movement tracking, no measure of sleep stage in the way a sleep lab defines it. Everything your wearable calls “deep sleep” or “REM” is a secondary inference layered on top of a wrist-movement guess, not a direct read of your brain.

What the validation data shows

The most-cited validation of this method against real polysomnography (the EEG-based gold standard, recorded overnight in a sleep lab) is Marino et al., published in Sleep in 2013. Researchers at Brigham and Women’s Hospital and Harvard Medical School ran actigraphy and polysomnography at the same time on 77 participants across sleep-lab nights, including healthy sleepers, people with chronic insomnia, and night-shift workers sleeping during the day.

The results split cleanly into a strength and a weakness. Sensitivity, the rate of correctly identifying sleep when the person actually was asleep, came in at 0.965. Actigraphy is excellent at recognizing sleep as sleep. Specificity, the rate of correctly identifying wakefulness when the person actually was awake, came in at 0.329. Actigraphy is bad at recognizing wake as wake. It mislabels roughly two out of every three truly awake epochs as sleep, because lying still while awake and lying still while asleep produce nearly identical accelerometer readings. Movement is the only signal the device has, and stillness is ambiguous.

That asymmetry shows up directly in a number most people never see: wakefulness after sleep onset (WASO), the total time spent awake during the night after initially falling asleep. In the same study, polysomnography measured average WASO at 49.1 minutes per night. Actigraphy measured 36.8 minutes for the same nights. The device wasn’t wrong about whether the participants slept. It was wrong about the quiet-awake stretches in particular, counting them as sleep and shaving over 12 minutes off the true number, on average, every night.

Why this matters for what your app tells you

A month spent running four different sleep trackers side by side turned up exactly this pattern in practice, not just in the validation literature. If your wearable’s sleep score has ever seemed suspiciously generous on a night you remember lying awake, this is very likely why. The device isn’t lying to you or malfunctioning. It’s running a movement classifier that was validated to be excellent at one task and mediocre at its inverse, and any total-sleep-time number built on that classifier inherits the same lean.

The practical takeaway isn’t “don’t trust actigraphy.” Total sleep time and rough sleep timing are what actigraphy is validated to do well, and multi-night trends (did this week average less sleep than last week) are more reliable than any single night’s readout. Save the skepticism for anywhere the device claims precision it can’t deliver: exact sleep-stage percentages, minute-by-minute wake detection, or a night where you were lying still and mentally alert and the app confidently reports you were out cold. What a consumer sleep tracker can and can’t actually tell you goes further into where that precision claim breaks down across individual devices.

Marino’s numbers are exactly what a well-run validation study is supposed to produce, and a 96.5% sensitivity rate is a strong result for a device that costs a fraction of a sleep lab. The caveat is that actigraphy was never built or validated to replace polysomnography, and a vendor marketing a $200 wristband’s stage-by-stage breakdown as clinical-grade is borrowing credibility the underlying method doesn’t fully back.

Small footnote, since this touches what DontSnooze does: the app never tries to score sleep at all. It cares only about whether you were up and recording proof by a set time, which sidesteps the measurement problem above rather than solving it.

FAQ

Does actigraphy measure sleep stages like REM and deep sleep?

Not directly. The accelerometer only measures movement. Sleep-stage estimates on consumer devices are a secondary layer, usually combining movement with heart-rate variability and sometimes skin temperature, and none of it is validated against EEG stage-scoring to the degree total sleep time is.

How accurate is a sleep tracker compared to a sleep study?

For total sleep time, reasonably close: Marino et al. found roughly 86% overall agreement, epoch-by-epoch, between actigraphy and polysomnography. For telling quiet wakefulness apart from sleep, it’s weak: the same study found actigraphy correctly identified true wake epochs only about a third of the time.

Why does my wearable say I was asleep when I remember being awake?

Because actigraphy classifies based on movement, and lying still while awake looks nearly identical to lying still while asleep from an accelerometer’s point of view. This is the single most consistent failure mode across validation studies of wrist actigraphy.

Is actigraphy used in real sleep medicine, or just consumer apps?

Both, for different purposes. Research-grade actigraphy watches (Actiwatch and similar) are an accepted clinical tool for tracking sleep patterns over multiple weeks in a home setting, where an overnight lab study isn’t practical — it’s the same underlying wrist-movement data that let Monash University researchers show sleep regularity predicts mortality risk more strongly than sleep duration using a large UK Biobank cohort. It’s used to observe trends, not as a diagnostic replacement for polysomnography. NASA uses the same wrist-worn approach to track crew sleep aboard the ISS, where engineering a workable sleep schedule inside a spacecraft that circles the planet every 90 minutes makes even rough, movement-based data worth having when a full sleep lab isn’t an option.

This piece draws on one primary source throughout: Marino M, Li Y, Rueschman MN, et al., “Measuring Sleep: Accuracy, Sensitivity, and Specificity of Wrist Actigraphy Compared to Polysomnography,” Sleep, 2013;36(11):1747–1755.

Keep reading