<!--
{
  "availability" : [
    "iOS: 12.5.0 - 27.0.0",
    "iPadOS: 12.5.0 - 27.0.0",
    "macCatalyst: 12.5.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ExposureNotification",
  "identifier" : "/documentation/ExposureNotification/ENStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Exposure Notification"
    ],
    "preciseIdentifier" : "c:@E@ENStatus"
  },
  "title" : "ENStatus"
}
-->

# ENStatus

A set of cases that represents the overall status of exposure notification on the system.

```
enum ENStatus
```

## Overview> Important:
> This enumeration is available in iOS 12.5, and in iOS 13.5 and later.

## Topics

### States

[`ENStatus.active`](/documentation/ExposureNotification/ENStatus/active)

Notification is active.

[`ENStatus.bluetoothOff`](/documentation/ExposureNotification/ENStatus/bluetoothOff)

Bluetooth is turned off.

[`ENStatus.disabled`](/documentation/ExposureNotification/ENStatus/disabled)

Notification is disabled.

[`ENStatus.restricted`](/documentation/ExposureNotification/ENStatus/restricted)

Notification is not active due to system restrictions, such as parental controls.

[`ENStatus.unknown`](/documentation/ExposureNotification/ENStatus/unknown)

Notification is unknown.

[`ENStatus.paused`](/documentation/ExposureNotification/ENStatus/paused)

The user paused Exposure Notification.

[`ENStatus.unauthorized`](/documentation/ExposureNotification/ENStatus/unauthorized)

The user hasn’t authorized Exposure Notification.



---

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)
