The standard US residential voltage is a 120/240V split-phase alternating current (AC) system operating at 60Hz, delivered via a center-tapped utility transformer. This single standard dictates everything from the NEMA receptacle shapes on your walls to the THHN wire gauges in your conduit, the pole count of your breakers, and whether you need a step-up transformer for imported 230V machinery. The most common point of confusion is mixing up 'nominal' voltage (the 120V label on a device) with actual measured voltage (which legally ranges from 114V to 126V at the outlet), or assuming US 240V is the same as European 230V single-phase rather than understanding it as two 120V legs pushed 180 degrees out of phase.
The Core Definition: What the US Voltage Actually Is
In North America, the utility delivers power to your home through a center-tapped transformer. This creates three wires entering your main panel: two 'hot' legs (L1 and L2) and one neutral (N), plus a separate equipment grounding conductor.
- 120V Circuits: Measured between either hot leg (L1 or L2) and the neutral wire. This powers your standard lighting, outlets, and small appliances.
- 240V Circuits: Measured across both hot legs (L1 to L2). The neutral is not required for the 240V load itself (though it is brought along for 120/240V appliances like dryers that have 120V control boards). This powers EV chargers, electric ranges, and heavy workshop machinery.
- Frequency: Fixed at 60Hz, meaning the AC waveform completes 60 full cycles per second.
The Math: 120V vs 240V in a Real Circuit
To see why the split-phase system exists, let's look at a worked numeric example using a 3,840W continuous load—like a heavy-duty dust collector or a Level 2 EV charger.
Scenario A: Running the 3,840W load at 120V
- Current Draw: $I = P / V = 3840W / 120V = 32A$.
- NEC Continuous Load Rule (125%): $32A \times 1.25 = 40A$ minimum breaker.
- Wire Required: 8 AWG copper NM-B (rated 40A in the 60°C column).
- Result: You are pulling massive current through a single hot leg, requiring thick, expensive, hard-to-bend wire and a dedicated 40A single-pole breaker.
Scenario B: Running the 3,840W load at 240V
- Current Draw: $I = P / V = 3840W / 240V = 16A$.
- NEC Continuous Load Rule (125%): $16A \times 1.25 = 20A$ minimum breaker.
- Wire Required: 12 AWG copper NM-B (rated 20A in the 60°C column).
- Result: By doubling the voltage, you cut the current in half. You can use standard 12 AWG wire and a cheap 20A double-pole breaker, drastically reducing material costs and voltage drop over distance.
Where You Meet This in Practice
You will interact with the US voltage standard in three primary areas on the jobsite or at the workbench:
1. Receptacle Configurations (NEMA Standards)
The physical shape of the plug prevents you from accidentally plugging a 120V device into a 240V source.
- NEMA 5-15R / 5-20R: Your standard 120V 15A/20A wall outlets. The 20A version has one T-shaped neutral slot to accept both 15A and 20A plugs.
- NEMA 14-30R / 14-50R: The standard 240V receptacles for dryers (30A) and EV chargers/welders (50A). The '14' designation means 3-pole, 4-wire (two hots, neutral, ground).
- NEMA 6-15R / 6-20R: 240V receptacles with no neutral, commonly used for baseboard heaters or dedicated 240V workshop tools.
2. Panel Balancing
Because your 240V is derived from two separate 120V legs, you must balance your single-pole 120V breakers across L1 and L2 in the main panel. If you put all your 120V heavy loads (like a microwave, toaster, and space heater) on L1, you will overload the L1 main bus while L2 sits idle, potentially tripping the main 200A breaker even if the total house load is well under 200A.
3. Sourcing Components for DIY Builds
When ordering power supplies for Arduino or ESP32 enclosures, or buying a Mean Well LRS-350 for a CNC router, you will see an input voltage switch or an auto-ranging label. Auto-ranging (100-240V AC) is preferred because it handles the 114V-126V variance of US wall power without manual intervention, preventing brownouts if you live at the end of a long utility feeder line.
Decision Tree: Sizing Wire and Breakers for US Voltage
Use this decision path to select the exact hardware for your next circuit installation. All wire ampacities below assume copper NM-B cable in the 60°C column per NEC Table 310.16 standard residential terminations.
| Appliance Voltage | Max Wattage | Calculated Amps | Breaker Size & Type | Wire Size (NM-B) | Concrete Pick: Receptacle |
|---|---|---|---|---|---|
| 120V | Up to 1,440W | 12A | 15A Single-Pole | 14 AWG | Leviton 5262-SW (NEMA 5-15R) |
| 120V | 1,441W - 1,920W | 16A | 20A Single-Pole | 12 AWG | Leviton 5362-SW (NEMA 5-20R) |
| 240V | Up to 3,840W | 16A | 20A Double-Pole | 12 AWG | Leviton 5020 (NEMA 6-20R) |
| 240V | 3,841W - 5,760W | 24A | 30A Double-Pole | 10 AWG | Leviton 278-S00 (NEMA 14-30R) |
| 240V | 5,761W - 9,600W | 40A | 50A Double-Pole | 6 AWG | Leviton 279-S00 (NEMA 14-50R) |
Frequently Asked Questions
Is US voltage 110V, 115V, 120V, or 220V?
Those are all legacy terms. The official nominal standard, defined by ANSI C84.1, is 120V and 240V. However, utilities are permitted to deliver voltage within a +5% / -5% range at the service entrance. This means measuring 117V or 236V at your outlet with a multimeter is perfectly normal and within spec. Always size your wire and breakers based on the 120V/240V nominal numbers.
Can I plug a European 230V appliance into a US 240V outlet?
Electrically, the voltage is close enough that a simple heating element (like a toaster) will work fine with a physical plug adapter. However, anything with an AC motor, a transformer, or a timing circuit relying on the 50Hz frequency will malfunction, run at the wrong speed, or overheat on the US 60Hz grid. For electronics with switching power supplies (like a laptop brick rated 100-240V, 50/60Hz), it will work perfectly with just a plug adapter.
What is 208V, and how is it different from 240V?
You will rarely see 208V in a standard US home, but you will encounter it in commercial buildings. 208V is derived from a 120/208V three-phase Wye system (measuring between two of the three 120V phases, which are 120 degrees apart). A 240V split-phase system measures 240V because the two legs are 180 degrees apart. If you plug a 240V resistive heater into a 208V commercial supply, it will output roughly 25% less heat ($P = V^2 / R$). Always check your equipment nameplate to see if it supports 208V operation.






