K4.08.1always-on and frequent wake draindesignresearch

Always-on display and frequent interaction drain a small watch battery

Aliases: watch AOD · raise-to-wake cost · micro-battery

What it is

A watch cell is usually a few hundred milliamp-hours, aimed at lasting a day or a day and a half—not a phone that can still take a top-up within the day. Always-on keeps one readable frame between raises. Frequent interaction pulls the processor out of sleep on every raise, touch, and crown turn. Stacked, those two spend most of the daytime budget of this small cell. This entry is about the pressure of lit pixels and interaction count on whole-device capacity. It is not about how many minutes a complication should wait to refresh, and not about which sensors to drop in low power.

Why it happens

A watch’s sleep policy bets almost all hours on “panel off, sensors slow, radios quiet.” Always-on breaks the first: even at very low luminance, OLED lit pixels or LCD backlight still leak, and a second hand or a living background turns the leak into continuous drawing. Raise-to-wake breaks the second: each wake lights the panel, runs a frame, and often asks “any new notifications,” a fixed cost multiplied by count. Dozens to hundreds of looks a day make that fixed cost the main interaction ledger, not the increment of one scroll. A phone can swallow both with a larger cell and casual top-ups; a watch cannot. Interaction frequency therefore becomes battery frequency: one pointless wake is a slice off still being alive in the evening.

Studying it

Use a power meter or system energy counters and split a day into always-on hold, raise wakes, active input, and radio. Contrast raise-to-wake only with always-on plus a second hand, and natural use with a deliberate raise every two minutes.

Independent variables: always-on on or off, screen timeout, raises per hour, whether the face draws every second. Dependent variables: milliamp-hours per hour, time until low battery, whether the wearer top-ups mid-day.

A lab “scroll for ten minutes” overcounts active input and undercounts always-on idle. Field logs must cover sleep (the watch is often still worn) and weekday raise distributions. Do not scale phone display-power numbers by area onto a watch—drive, refresh, and always-on policy all differ.

Where it stops holding

Nightstand mode on a charger is already plugged in; always-on does not spend the “out the door” budget. During sport, GNSS and optical heart rate can outspend the display for tens of minutes; those stretches cannot be explained with a screen ledger. Solar or a larger outdoor cell changes the budget total, not the mechanism that always-on and count still charge per event. Low-vision users need higher luminance and longer on-time, and will hit empty before typical users; do not force the default timeout on them.

Applying it

  • Default to raise-to-wake. Treat always-on as an explicit battery option, and say roughly how many hours it costs when it is turned on.
  • Set screen timeout on a glance scale, not a phone’s thirty seconds. Dim after a few seconds of no input, so a lit face is not burning inside a sleeve.
  • Bind per-second face motion (second hand, breathing background) to always-on: if always-on is off, stop drawing every second.
  • Verify on the same watch and face: log raises and remaining charge for a day with always-on and a day without. If raise counts are close and the always-on day dies earlier, the cost is the holding frame, not the content of the interaction. Then cut timeout from thirty seconds to a few and see whether idle-on time falls.

Related

  • Within the group: K4.08.2 Background sync frequency trades freshness against battery · K4.08.3 Low-power mode should degrade nonessential visuals and sensor sampling · K4.08.4 Expected watch battery life shapes tolerance for interaction delay
  • Adjacent: K4.06 Watch Faces and Complications · K1.09 Power, Data, and Weak Networks · K4.01 Wrist Raise and Glance
  • Search terms: always-on display · raise to wake · watch battery

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/K4.08.1