Skip to content

Apple Watch Series 12 and Ultra 4 have dropped handwashing detection

Apple's watchOS 27 user guide lists the Apple Watch models that support handwashing detection, and the Series 12 and Ultra 4 are not among them.

Pinkesh Gajera4 min read

Handwashing detection is absent from the Apple Watch Series 12 and Apple Watch Ultra 4, the models that went on sale on 18 September.

The evidence is Apple's own. The watchOS 27 user guide page for handwashing says the feature works on supported models, and links to a list of what those are. That list names the Apple Watch SE 3, Series 9, Series 10 and Series 11, and the Ultra 2 and Ultra 3. The two watches Apple released this month are not on it. 9to5Mac noticed the omission on 19 September; WatchGeneration checked the same document the same day and published the same list of six.

Nothing else about the feature has changed. It is still documented in watchOS 27, still switched on at Settings, then Handwashing, then Handwashing Timer, and still reported in the Health app on iPhone under Browse, Other Data, Handwashing. On a supported watch it starts a twenty second countdown when it detects washing, a duration Apple describes as the time recommended by global health organisations, and prompts you to keep going if you stop early.

What is still supported and what is not

The feature has not been removed from watchOS. It has been removed from two watches.
The feature has not been removed from watchOS. It has been removed from two watches.

Handwashing detection arrived with watchOS 7 in 2020. Apple's announcement at the time described the mechanism precisely: the watch uses the motion sensors, the microphone and on-device machine learning to recognise the motions and sounds of washing, and Apple said then that the audio is not recorded or saved.

The developer side is untouched. The HealthKit identifier for the data, handwashingEvent, was introduced in iOS 14 and watchOS 7 and is not marked deprecated in Apple's current documentation. An app can still read handwashing samples, and still write them. What is missing on the new hardware is the thing that generates them without being asked.

Apple has said nothing. There is no support note, no footnote and no release note explaining the change, and neither outlet obtained a statement. Whether this is an intentional removal or an omission from a documentation page is not established, and we are not going to pretend otherwise.

Our take

The direction of travel is what makes this interesting rather than the feature itself. Apple Watch features are normally withdrawn from old hardware because new hardware can do more. Here it is the other way round: buy the newest watch and you lose something a four-year-old one still does. That is rare enough that it is worth watching whether anything else on these two models follows the same pattern.

There is a coincidence worth stating carefully, because it is ours and not Apple's. Handwashing detection depends on the microphone and on-device machine learning. The Series 12 and Ultra 4 are exactly the two models that gained Apple's new Audio Intelligence features, including Live Rewind, which Apple's support document describes as showing a snippet of the last fifteen seconds of speech the watch heard. Both are always-listening audio workloads on a battery. Apple has not linked them, no source we have read has linked them, and we are not asserting a cause. We are noting that the only two watches to lose a microphone feature are the only two to gain one.

For anyone who used it, the practical position is simple. If handwashing data matters to you, do not upgrade from a Series 11 or an Ultra 3 expecting it to survive the move, and check the Health app after restoring from a backup rather than assuming the category carrying your history means it is still being filled. The history stays. The collection stops.

For app makers there is a more general lesson, and it is about how you decide a data type is available. The HealthKit identifier still exists and is not deprecated, so a capability check against the type will happily return true on a watch that will never produce a sample. An app that nudges a user about handwashing frequency would, on the newest hardware, be nagging about a number that stopped moving for reasons the user cannot see and cannot fix. The safe pattern is the one that applies to every passive HealthKit type: look at whether samples are actually arriving in a recent window, and degrade quietly when they are not.

Three things this tells you about reading Apple's documentation:

  • The supported models list is the primary source, not the feature page it links from
  • A live HealthKit type is not a promise that any hardware writes to it
  • Apple removes things without announcing them, so the guide is worth rechecking each September

Sources

  1. Set up Handwashing on Apple WatchApple Support, 2026-09-14
  2. watchOS 7 adds significant personalization, health, and fitness features to Apple WatchApple Newsroom, 2020-06-22
  3. HKCategoryTypeIdentifier.handwashingEventApple Developer, 2026-09-15
  4. About Audio Intelligence features on Apple Watch Series 12 and Apple Watch Ultra 4Apple Support, 2026-09-10
  5. Apple Watch Series 12 and Ultra 4 missing one health-focused feature9to5Mac, 2026-09-19
  6. Apple Watch Series 12 et Ultra 4 : les mains sales, c'est plus son affaireWatchGeneration, 2026-09-19

Reporting and images linked above belong to their respective publishers and are shown from their own servers. The analysis here is our own.

Apple WatchwatchOS 27HealthHealthKit