EV Load-Management (EVEMS) Diversified Load (NEC 625.42)

The diversified service load of a bank of EV chargers under a NEC 625.42(A) energy management system.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Without an EVEMS the service carries the SUM of every charger at 125% (forcing an upgrade); with a listed EVEMS the demand is 125% of the aggregate limit it enforces, not the sum. Four 40 A chargers held to 80 A: 200 A sum vs 100 A managed -- 100 A freed, so four chargers land on a panel sized for one.

unmanaged_sum = 1.25 x per_charger x count; managed_demand = evems_limit > 0 ? (setpoint125 ? 1.25 : 1.0) x evems_limit : unmanaged_sum; freed_headroom = unmanaged_sum - managed_demand.

NEC 2023 (NFPA 70). Article 625 (625.42(A) energy management systems) with the 2026 625.48 continuous factor on the EVEMS setpoint.

Free read-only access at nfpa.org/freeaccess.

Estimate. AHJ and licensed electrician govern. Verify against the NEC edition adopted in your jurisdiction.

Field names used by the API: charger_count, per_charger_a, evems_limit_a, apply_125_setpoint, unmanaged_sum_a, managed_demand_a, freed_headroom_a

Related tools