<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMMotionActivityManager/stopActivityUpdates()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(cs)CMMotionActivityManager(im)stopActivityUpdates"
  },
  "title" : "stopActivityUpdates()"
}
-->

# stopActivityUpdates()

Stops the delivery of motion updates to your app

```
func stopActivityUpdates()
```

## Discussion

Call this method to stop the delivery of updates that you started by calling the [`startActivityUpdates(to:withHandler:)`](/documentation/CoreMotion/CMMotionActivityManager/startActivityUpdates(to:withHandler:)) method. This method does not stop queries started using the [`queryActivityStarting(from:to:to:withHandler:)`](/documentation/CoreMotion/CMMotionActivityManager/queryActivityStarting(from:to:to:withHandler:)) method.

---

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)