<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKAccountStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:@E@CKAccountStatus"
  },
  "title" : "CKAccountStatus"
}
-->

# CKAccountStatus

Constants that indicate the availability of the user’s iCloud account.

```
enum CKAccountStatus
```

## Topics

### Account Statuses

[`CKAccountStatus.available`](/documentation/CloudKit/CKAccountStatus/available)

The user’s iCloud account is available.

[`CKAccountStatus.couldNotDetermine`](/documentation/CloudKit/CKAccountStatus/couldNotDetermine)

CloudKit can’t determine the status of the user’s iCloud account.

[`CKAccountStatus.noAccount`](/documentation/CloudKit/CKAccountStatus/noAccount)

The device doesn’t have an iCloud account.

[`CKAccountStatus.restricted`](/documentation/CloudKit/CKAccountStatus/restricted)

The system denies access to the user’s iCloud account.

[`CKAccountStatus.temporarilyUnavailable`](/documentation/CloudKit/CKAccountStatus/temporarilyUnavailable)

The user’s iCloud account is temporarily unavailable.



---

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)