<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/currentBatteryCapacity",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetCarPowerLevelStatusIntentResponse(py)currentBatteryCapacity"
  },
  "title" : "currentBatteryCapacity"
}
-->

# currentBatteryCapacity

A user-facing value that represents the current battery capacity of the electric vehicle.

```
var currentBatteryCapacity: Measurement<UnitEnergy>? { get set }
```

## Discussion

The value the system displays to the user as the current percentage of battery charge. It must always be within the range of `minBatteryCapacity` and `maxBatteryCapacity`.

---

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)