<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKApplicationState/background",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKApplicationState@WKApplicationStateBackground"
  },
  "title" : "WKApplicationState.background"
}
-->

# WKApplicationState.background

The Watch app is running in the background.

```
case background
```

## Discussion

The system can wake suspended apps in the background. It can also launch apps that are not running in the background to perform background tasks.

---

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)