<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMMotionManager/isDeviceMotionAvailable",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(cs)CMMotionManager(py)deviceMotionAvailable"
  },
  "title" : "isDeviceMotionAvailable"
}
-->

# isDeviceMotionAvailable

A Boolean value that indicates whether the device-motion service is available on the device.

```
var isDeviceMotionAvailable: Bool { get }
```

## Discussion

The device-motion service is available if a device has both an accelerometer and a gyroscope. Because all devices have accelerometers, this property is functionally equivalent to [`isGyroAvailable`](/documentation/CoreMotion/CMMotionManager/isGyroAvailable).

## See Also

[`isDeviceMotionActive`](/documentation/CoreMotion/CMMotionManager/isDeviceMotionActive)

A Boolean value that determines whether the app is receiving updates from the device-motion service.



---

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)