All calculators
fleet fuel·Advanced
EV Charging Cost Per KM
Calculate cost per km for an EV under different charging mixes (depot AC, depot DC, public
Formula: blended_tariff = (depot_ac_pct * depot_ac_tariff + depot_dc_pct * depot_dc_tariff + public_dc_pct * public_dc_tariff) / max(depot_ac_pct + depot_dc_pct + public_dc_pct, 1); cost_per_km = ev_consumption / 100 * (depot_ac_pct * depot_ac_tariff + depot_dc_pct * depot_dc_tariff + public_dc_pct * public_dc_tariff) / max(depot_ac_pct + depot_dc_pct + public_dc_pct, 1)
Calculate cost per km for an EV under different charging mixes (depot AC, depot DC, public DC).
Inputs
Results
Blended Tariff
0.46 AED/kWh
Cost Per KM
0.42 AED/km
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
blended_tariff = (depot_ac_pct * depot_ac_tariff + depot_dc_pct * depot_dc_tariff + public_dc_pct * public_dc_tariff) / max(depot_ac_pct + depot_dc_pct + public_dc_pct, 1); cost_per_km = ev_consumption / 100 * (depot_ac_pct * depot_ac_tariff + depot_dc_pct * depot_dc_tariff + public_dc_pct * public_dc_tariff) / max(depot_ac_pct + depot_dc_pct + public_dc_pct, 1)Use for estimation. Verify safety-critical calculations with qualified review.