---
title: isAccelerometerActive
framework: coremotion
role: symbol
role_heading: Instance Property
path: coremotion/cmmotionmanager/isaccelerometeractive
---

# isAccelerometerActive

A Boolean value that indicates whether accelerometer updates are currently happening.

## Declaration

```swift
var isAccelerometerActive: Bool { get }
```

## Discussion

Discussion This property indicates whether startAccelerometerUpdates(to:withHandler:) or startAccelerometerUpdates() has been called since the last time stopAccelerometerUpdates() was called. (If the start methods hadn’t been called, the app could be getting updates from the accelerometer after calling, for example, startDeviceMotionUpdates(), but this property would return false.)

## See Also

### Related Documentation

- [isAccelerometerAvailable](coremotion/cmmotionmanager/isaccelerometeravailable.md)

### Determining Which Services Are Active

- [isDeviceMotionActive](coremotion/cmmotionmanager/isdevicemotionactive.md)
- [isGyroActive](coremotion/cmmotionmanager/isgyroactive.md)
- [isMagnetometerActive](coremotion/cmmotionmanager/ismagnetometeractive.md)
