Power distribution is the final stage of electrical delivery that steps down voltage and routes current from a central source or transformer to individual end-use loads through a network of conductors, protective devices, and switching gear. While power transmission moves bulk electricity across hundreds of miles at 115kV to 765kV (think of it as the interstate highway system), power distribution handles the local routing from the utility pole or main service panel down to your 120V/240V receptacles and DC microgrids (the neighborhood streets). In a real installation, a distribution network changes raw, high-capacity bulk power into safely isolated, correctly sized, and individually protected branch circuits that match the exact voltage and amperage requirements of specific appliances. People commonly confuse the physical "distribution board" (the metal panelbox itself) with the "distribution system" (the entire topological network of feeders, subpanels, branch circuits, and protective logic).
Standard Distribution Voltages and Conductor Sizing
Before you pull a single wire, you need to know the baseline parameters for your specific distribution tier. The table below outlines standard distribution voltages, typical applications, and baseline copper conductor sizing based on the 75°C termination column, which is the standard limit for most modern breakers and lugs unless explicitly marked otherwise.
| System Type | Nominal Voltage | Typical Application | Standard Conductor (Cu) | Max Ampacity (75°C) | Reference Standard |
|---|---|---|---|---|---|
| Single-Phase Split (US) | 120/240V AC | Main Service / Subpanels | 4 AWG THHN | 85A | NEC 310.16 |
| Three-Phase Wye (US) | 208Y/120V AC | Light Commercial / EV Hubs | 2 AWG THHN | 115A | NEC 310.16 |
| Three-Phase Delta (US) | 240V / 480V AC | Heavy Motors / VFDs | 1/0 AWG THHN | 150A | NEC 310.16 |
| Low Voltage DC (Solar/Marine) | 48V DC | LiFePO4 Banks / Inverters | 2/0 AWG Welding | 195A (Chassis) | ABYC E-11 / NEC 690 |
| EU Single-Phase (Residential) | 230V AC | Ring Mains / Radial Feeds | 6 mm² PVC | 47A | IEC 60364-5-52 |
Worked Numeric Example: Sizing a 60A Subpanel Feeder
Let’s look at a real-world scenario: you are running a distribution feeder from a 200A main panel to a 60A detached garage subpanel located 80 feet away. You need to supply a mix of 120V lighting and a 240V table saw.
Step 1: Determine the minimum wire gauge for ampacity.
A 60A breaker requires a conductor rated for at least 60A. Looking at the 75°C column for copper THHN, 6 AWG is rated for 65A. This satisfies the ampacity requirement.
Step 2: Calculate voltage drop.
NEC-style guidance recommends keeping feeder voltage drop under 3%. We use the single-phase voltage drop formula: VD = (2 × K × I × D) / CM
- K (Copper constant) = 12.9
- I (Current) = 60A
- D (One-way distance) = 80 ft
- CM (Circular mils for 6 AWG) = 26,240
VD = (2 × 12.9 × 60 × 80) / 26,240 = 4.71V
Percentage drop: (4.71V / 240V) × 100 = 1.96%. This is well under the 3% threshold.
Step 3: Select the physical cable and topology.
Because this is a detached structure, NEC Article 250 requires a 4-wire feeder: two ungrounded conductors (Hots), one grounded conductor (Neutral), and one equipment grounding conductor (Ground). You will pull four individual 6 AWG THHN wires through a 1-inch PVC conduit. At the subpanel, the neutral busbar must be isolated from the ground busbar and the panel enclosure.
Where You Meet This in Practice
Distribution isn't just about the main utility feed; it dictates how power is managed across every subsystem in modern electrical and electronic builds.
Home EV Charger Load Management
If you have an older home with a 100A main service, adding a 60A Level 2 EV charger alongside a 50A electric range will trip the main breaker during peak use. Modern distribution solves this via Automatic Load Management (ALM). Devices like the Emporia VUE with ALM or the Tesla Wall Connector power-sharing feature monitor the main CT clamps at the service entrance. If the total home distribution load approaches 80A (the continuous limit for a 100A main), the ALM dynamically throttles the PWM signal to the EV charger, dropping its draw from 48A down to 16A in real-time to prevent a main breaker trip.
Solar and DC Microgrid Busbars
In a 48V DC LiFePO4 solar system, distribution happens at the busbar. A common failure mode is using a cheap, undersized terminal block that melts under inverter surge currents. For a 3000W 48V inverter (which can pull 85A continuously and surge to 150A), you must use a dedicated distribution hub like the Victron Energy Lynx Distributor or a tinned copper Blue Sea Systems 250A busbar. Each parallel battery string must have its own Class T fuse (e.g., a 150A Blue Sea 5112) located within 7 inches of the battery positive terminal to clear catastrophic short-circuit faults before the wire insulation catches fire.
Embedded Systems and Bench Prototyping
When distributing 5V and 3.3V power across a large Arduino Mega or ESP32 sensor network, relying on the thin PCB traces of a breadboard or daisy-chained jumper wires introduces massive voltage drop and ground loops. Proper bench distribution involves using a centralized buck converter (like a Drok 10A step-down module) feeding a heavy-gauge terminal block distribution board. From there, individual runs go to each node, protected by 500mA resettable PTC polyfuses to prevent a single shorted sensor from browning out the entire microcontroller array.
Common Pitfalls and Misconceptions
Can I bond the neutral and ground in a subpanel to save a wire?
No. This is one of the most dangerous distribution mistakes a DIYer can make. In a main service panel, neutral and ground are bonded at a single point. In any downstream subpanel, they must remain strictly isolated. If you bond them in a subpanel, normal neutral return current will travel back to the main panel on both the neutral wire and the bare copper ground wire. This energizes the grounding system, meaning the metal chassis of your table saw or refrigerator could carry a lethal voltage potential if the neutral wire ever breaks upstream.
Does a 100A distribution panel mean I can pull 100A continuously?
No. NEC Article 210.20 dictates that for continuous loads (anything expected to run for 3 hours or more, like HVAC, EV chargers, or server racks), the branch circuit and feeder must be sized at 125% of the continuous load. Conversely, a 100A breaker can only safely handle 80A of continuous load. If your continuous distribution load is 85A, you must step up to a 110A or 125A breaker and size the conductors accordingly.
Is a power strip the same as a power distribution unit (PDU)?
Not functionally. A standard $15 retail power strip is merely an extension cord with multiple outlets and a basic thermal breaker. A true rackmount PDU (like those from APC or CyberPower) includes isolated filtering, individual outlet metering, network-switchable relays for remote rebooting, and heavy-duty surge suppression components (like MOVs with high joule ratings and low let-through voltage). For sensitive embedded networking gear or 3D printer farms, always use a metered PDU to monitor actual phase loading.






