<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKActivityMoveMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@E@HKActivityMoveMode"
  },
  "title" : "HKActivityMoveMode"
}
-->

# HKActivityMoveMode

Constants that specify the value measured by the Move ring on the user’s device.

```
enum HKActivityMoveMode
```

## Overview

For younger users, HealthKit’s activity summary can track move time instead of active energy burned:

- HealthKit encourages users under 13 years old to track move time.
- Users 13 to 18 years old can choose to track move time or active energy burned.
- All users over 18 years old track active energy burned.

## Topics

### Move Modes

[`HKActivityMoveModeActiveEnergy`](/documentation/HealthKit/HKActivityMoveMode/activeEnergy)

A value that indicates the Move ring measures active energy burned.

[`HKActivityMoveModeAppleMoveTime`](/documentation/HealthKit/HKActivityMoveMode/appleMoveTime)

A value that indicates the Activity app’s Move ring measures Apple Move Time.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)