<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKQuantityTypeIdentifier/appleMoveTime",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@HKQuantityTypeIdentifierAppleMoveTime"
  },
  "title" : "appleMoveTime"
}
-->

# appleMoveTime

A quantity sample type that measures the amount of time the user has spent performing activities that involve full-body movements during the specified day.

```
static let appleMoveTime: HKQuantityTypeIdentifier
```

## Discussion

[`appleMoveTime`](/documentation/HealthKit/HKQuantityTypeIdentifier/appleMoveTime) measures every full minute where the watch detects the user actively moving. Apple Watch uses the accelerometer and gyroscopes to detect activities that involve full-body movements, like walking, running, or playing in the playground.

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

- HealthKit automatically tracks move time for any users under 13 years old.
- Users 13 to 18 years old can choose whether to track move time or active calorie burn.
- All users over 18 years old track active calorie burn.

These samples use time units (described in [`HKUnit`](/documentation/HealthKit/HKUnit)) and measure cumulative values (described in [`HKQuantityAggregationStyle`](/documentation/HealthKit/HKQuantityAggregationStyle)).

## See Also

[`activityMoveMode`](/documentation/HealthKit/HKActivitySummary/activityMoveMode)

The move mode that they system used for this activity summary.

[`HKQuantityTypeIdentifier`](/documentation/HealthKit/HKQuantityTypeIdentifier)

The identifiers that create quantity type objects.

[`HKQuantitySample`](/documentation/HealthKit/HKQuantitySample)

A sample that represents a quantity, including the value and the units.

[`HKQuantity`](/documentation/HealthKit/HKQuantity)

An object that stores a value for a given unit.



---

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)