Calculate total power draw and headroom for equipment installed in a server rack.
Total rack power draw in watts converts to current draw (amps) via Ohm's law (amps = watts / volts), but the number of circuits needed isn't simply total amps divided by breaker rating — electrical codes such as the NEC require continuous loads to be derated to 80% of a breaker's rating to prevent nuisance trips and heat buildup from sustained near-capacity operation. Sizing circuits at the full derated capacity avoids both under-provisioning (risking trips under normal load) and unnecessary over-provisioning of PDU/circuit infrastructure.
Total current draw
amps = watts / voltage
Circuits needed
circuits = ceil(total_watts / (breaker_amps × derating% × voltage))
Circuit breakers and conductors heat up under sustained load, and running at 100% of rated capacity continuously (as opposed to a brief peak) increases the risk of nuisance tripping and long-term thermal stress — most electrical codes (e.g. NEC 210.19 and 210.20 in the US) require continuous loads to be sized at no more than 80% of the breaker/conductor rating, which is why data center power planning almost always references this 80% figure.
Nameplate ratings represent worst-case maximum draw and are typically used for conservative circuit sizing and safety compliance, while measured/typical power draw (from actual utilization under real workloads) is more useful for day-to-day capacity and cost planning — for circuit and breaker sizing specifically, err toward nameplate or a well-tested peak measurement to avoid under-provisioning.
Higher voltage delivers more power through the same current, so a 208V circuit at a given amperage carries roughly 73% more power than a 120V circuit at the same amperage — this lets high-density racks (common in modern data centers) draw substantial power without requiring excessive numbers of circuits or larger, more expensive conductors.