<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/StatusDeviceBatteryHealth",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-status:StatusDeviceBatteryHealth"
  },
  "title" : "StatusDeviceBatteryHealth"
}
-->

# StatusDeviceBatteryHealth

The status item that reports the device’s battery health.

```
object StatusDeviceBatteryHealth
```

## Discussion

For more information about battery health, see the following support articles:

- [iPhone devices](https://support.apple.com/101575)
- [iPad devices](https://support.apple.com/117759)
- [macOS devices](https://support.apple.com/108376)

### Status item availability

|||
|--------------------------------|-----------------------|
|Allowed in supervised enrollment|iOS, macOS, Shared iPad|
|Allowed in device enrollment    |iOS, Shared iPad       |
|Allowed in user enrollment      |N/A                    |
|Allowed in local enrollment     |iOS, macOS, Shared iPad|
|Allowed in system scope         |iOS, macOS, Shared iPad|
|Allowed in user scope           |N/A                    |

### Status item example

```json
{
    "device": {
        "power": {
            "battery-health": "normal"
        }
    }
}
```

---

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)