Noncoincident Loads: Larger of Heating vs A/C (NEC 220.60)

Applies NEC 220.60: where two loads (electric heat vs air-conditioning) are unlikely to run at the same time.

Run the calculator

Example

You enter

You get

Details, formula, and sources

The service calc carries only the larger and omits the smaller; the exception adds both where they operate simultaneously (a heat-pump compressor with supplemental strip heat). The AHJ judges noncoincidence.

counted = both_can_run ? load_a + load_b : max(load_a, load_b); omitted = both_can_run ? 0 : min(load_a, load_b).

Noncoincident loads, NEC 2023 220.60, with the simultaneous-operation exception, by name.

NEC is free to read at nfpa.org/freeaccess. Where two loads are unlikely to be in use at the same time, only the larger is counted; the exception adds both where they operate together (a heat-pump compressor with supplemental strip heat).

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

Field names used by the API: load_a_va, load_b_va, counted_va, omitted_va

Related tools