<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKHealthStore/wheelchairUse()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:objc(cs)HKHealthStore(im)wheelchairUseWithError:"
  },
  "title" : "wheelchairUse()"
}
-->

# wheelchairUse()

Reads the user’s wheelchair use from the HealthKit store.

```
func wheelchairUse() throws -> HKWheelchairUseObject
```

## Return Value

An object indicating whether the user uses a wheelchair.

## Discussion

If the user has not yet specified their wheelchair use, or if the user has denied your app permission to read the wheelchair use, this method returns [`HKWheelchairUse.notSet`](/documentation/HealthKit/HKWheelchairUse/notSet).

## Topics

### Possible Values

[`HKWheelchairUseObject`](/documentation/HealthKit/HKWheelchairUseObject)

This class acts as a wrapper for the wheelchair use enumeration.

[`HKWheelchairUse`](/documentation/HealthKit/HKWheelchairUse)

Constants indicating the user’s wheelchair use.



---

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)