---
title: currentBatteryCapacity
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetcarpowerlevelstatusintentresponse/currentbatterycapacity
---

# currentBatteryCapacity

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

## Declaration

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

## Discussion

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.

## See Also

### Providing Battery Capacity

- [minimumBatteryCapacity](intents/ingetcarpowerlevelstatusintentresponse/minimumbatterycapacity.md)
- [maximumBatteryCapacity](intents/ingetcarpowerlevelstatusintentresponse/maximumbatterycapacity.md)
