Overview
The Resilience Score is an Open Wearables native score that measures how stable a user’s heart rate variability (HRV) is. It is computed from raw overnight biometric data - not sourced from or influenced by any manufacturer’s proprietary score. HRV-CV during sleep is an established marker of autonomic nervous system resilience: the more stable the overnight HRV, the better the body is recovering and adapting to physiological stress [1].Requirements
Data syncing
- The user must have at least one connected provider that syncs heart rate data and sleep data.
- The device must support RMSSD as HRV metric.
- The device must be worn during sleep - overnight HR samples outside of detected sleep windows are excluded from the calculation.
Minimum data threshold
A Resilience Score is only computed when there is sufficient data to produce a meaningful result:
If fewer than 5 of the 7 nights have valid overnight HRV recordings, the score is returned as
null. The daily breakdown is still returned so you can show users how many nights have been counted and encourage consistent device wear.
How It Works
HRV metric
The score uses RMSSD (Root Mean Square of Successive Differences) as the HRV metric - the most widely available measure of short-term HRV, reported by most consumer wearables. If no RMSSD data survives the sleep-window filter, the score cannot be computed. The metric type used (RMSSD) is returned in the score response so it can be surfaced in the UI where appropriate.Sleep-window filtering
Only HR samples recorded during confirmed sleep are used. The algorithm:- Fetches all sleep sessions in the lookback window.
- Extracts stage-level windows where the user was in any asleep stage (Light, Deep, REM, or generic Sleeping).
- Filters HR data points to those timestamps - excluding awake periods and sleep latency.
Coefficient of variation (HRV-CV)
The weekly score is the coefficient of variation of nightly average HRV values across the lookback window:Daily view
Each score response includes a day-by-day breakdown of overnight HRV values for the lookback window:has_data: false.
[1] Grosicki GJ, Carter JR, Laursen PB, et al. Heart rate variability coefficient of variation during sleep as a digital biomarker that reflects behavior and varies by age and sex. Am J Physiol Heart Circ Physiol. 2026;330(1):H187-H199. doi:10.1152/ajpheart.00738.2025
