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

# HKUpdateFrequency

Constants that determine how often the system launches your app in response to changes to HealthKit data.

```
enum HKUpdateFrequency
```

## Overview

For more information, see [`HKObserverQuery`](/documentation/HealthKit/HKObserverQuery).

## Topics

### Constants

[`HKUpdateFrequency.immediate`](/documentation/HealthKit/HKUpdateFrequency/immediate)

The system launches your app every time it detects a change.

[`HKUpdateFrequency.hourly`](/documentation/HealthKit/HKUpdateFrequency/hourly)

The system launches your app at most once an hour in response to changes.

[`HKUpdateFrequency.daily`](/documentation/HealthKit/HKUpdateFrequency/daily)

The system launches your app at most once a day in response to changes.

[`HKUpdateFrequency.weekly`](/documentation/HealthKit/HKUpdateFrequency/weekly)

The system launches your app at most once per week in response to changes.



---

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)