<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accessibility",
  "identifier" : "/documentation/Accessibility/AccessibilitySettings/isAssistiveAccessEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Accessibility"
    ],
    "preciseIdentifier" : "c:@F@AXAssistiveAccessEnabled"
  },
  "title" : "isAssistiveAccessEnabled"
}
-->

# isAssistiveAccessEnabled

A Boolean value that indicates whether Assistive Access is running.

```
static var isAssistiveAccessEnabled: Bool { get }
```

## Discussion

The value of this property doesn’t change during a process’s lifetime, so it isn’t necessary to observe changes.

## See Also

  <doc://com.apple.documentation/documentation/SwiftUI/EnvironmentValues/accessibilityAssistiveAccessEnabled>



---

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)