Voltage is the electrical potential difference between two points that acts as the driving force pushing electrons through a conductive path. When you ask "what's the voltage," you are really asking how much electrical pressure exists between your two probe points to do work. In a real circuit or installation, voltage dictates the dielectric stress on your wire insulation, the arc-flash boundaries of your breakers, and the exact current required to deliver a specific wattage. Makers and DIYers routinely confuse voltage (potential) with current (flow). A 10,000V static shock from a doorknob has massive voltage but micro-amps of current, while a 12V car battery has low voltage but can deliver 500A to a starter motor.
Nominal vs. Actual: What's the Voltage Really?
"120V" or "12V" are marketing and code terms, not strict physical realities. The grid fluctuates, batteries sag under load, and transformers have regulation tolerances. The ANSI C84.1 standard defines the acceptable voltage ranges for AC power systems in North America, ensuring your appliances don't fry or brown out. Before you wire a panel or design a battery bank, you need to know the difference between the label on the device and what your multimeter will actually read on the bench.
| System Type | Nominal Voltage | Acceptable Measured Range (Under Load) | Open-Circuit / Fully Charged |
|---|---|---|---|
| US Residential Receptacle (Line-to-Neutral) | 120V AC | 114V - 126V | N/A |
| US Residential Dryer/Range (Line-to-Line) | 240V AC | 228V - 252V | N/A |
| EU/UK Residential Receptacle | 230V AC | 216V - 253V | N/A |
| 12V Lead-Acid Battery (Automotive/Solar) | 12V DC | 11.8V (heavy load) | 12.6V - 12.8V |
| 3.7V Li-ion Cell (18650 / LiPo) | 3.7V DC | 3.2V (under load) | 4.2V |
| 24V HVAC Control Circuit | 24V AC | 22V - 28V | 26V - 28V |
The Math: A Worked Voltage Drop Example
Knowing what the voltage is at the panel doesn't tell you what the voltage is at the load. Wire has resistance, and pushing current through that resistance drops the voltage. Let's calculate the exact voltage at a workshop heater to see if we need to upsize our wire.
The Scenario: You are running a 120V branch circuit to a 15A resistive space heater. The run is 60 feet from the subpanel. You plan to use 12 AWG solid copper wire (THHN).
- Identify the Loop Length: Current travels out on the hot wire and back on the neutral. Total wire length = 60 ft × 2 = 120 feet.
- Find Wire Resistance: 12 AWG copper at 20°C ambient has a resistance of roughly 1.588 ohms per 1,000 feet. For 120 feet:
1.588 × (120 / 1000) = 0.19056 ohms. - Calculate Voltage Drop (Ohm's Law):
V_drop = Current × Resistance.15A × 0.19056Ω = 2.858V. - Calculate Percentage Drop:
(2.858V / 120V) × 100 = 2.38%.
The Result: The National Electrical Code (NEC) recommends a maximum 3% voltage drop for branch circuits. At 2.38%, your 12 AWG wire is perfectly sized. The actual voltage at the heater terminals will be 120V - 2.858V = 117.14V. If you had used 14 AWG wire (2.525 Ω/kft), the drop would be 3.8%, exceeding the recommendation and reducing your heater's actual wattage output.
Temperature Derating: The 1.588 Ω/kft figure assumes a 20°C (68°F) ambient temperature. Copper's resistance increases by about 0.4% per degree Celsius. If that 12 AWG wire is routed through a 50°C (122°F) attic in the summer, the resistance increases by roughly 12%. Your voltage drop would climb from 2.85V to 3.19V (2.65%). While still under the 3% NEC limit, this demonstrates why high-temperature environments require careful voltage drop calculations, especially for long runs to sensitive electronics or motors.
Where You Meet This In Practice
Voltage isn't just a number on a schematic; it dictates your physical hardware choices across three major domains:
- Mains Wiring & Split-Phase: In a US home, measuring hot-to-neutral gives you ~120V, but measuring hot-to-hot on a double-pole breaker gives you ~240V. The voltage between the two hot legs is the sum of their potential differences relative to the neutral center-tap. This is why a 240V baseboard heater doesn't require a neutral wire—it uses the full potential difference between the two opposing sine waves.
- Understanding RMS vs. Peak Voltage: When your multimeter reads 120V AC, it is displaying the Root Mean Square (RMS) voltage, which is the equivalent DC heating value. The actual sine wave peaks at roughly 170V (120 × √2). If you are sizing capacitors for a rectifier circuit or looking at an oscilloscope trace, you must design for the 170V peak, not the 120V RMS. A 150V-rated capacitor on a 120V AC line will explode because it sees the peak voltage.
- Embedded Electronics (ESP32/Arduino): Microcontroller GPIO pins are strictly bound by their silicon logic levels. An ESP32-WROOM-32 operates at 3.3V. If you ask "what's the voltage" on an Arduino Uno's digital pin, it's 5V. Connecting a 5V sensor output directly to an ESP32 GPIO without a logic level converter or voltage divider will instantly breach the dielectric breakdown of the input transistor, permanently bricking the chip.
- Solar & DC Power Systems: Power (Watts) = Voltage × Current. If you need to deliver 2,400W from a solar array to a charge controller, doing it at 12V requires 200A (massive, expensive 2/0 AWG wire). Stepping the array voltage up to 48V drops the current to 50A, allowing you to use much cheaper 6 AWG wire. Higher voltage is the ultimate tool for minimizing copper costs in DC systems.
Troubleshooting: When Your Meter Reads Ghost Numbers
Sometimes you probe a circuit, ask "what's the voltage," and your multimeter gives you a nonsensical answer like 47V on a wire that should be dead. This is almost always phantom voltage (capacitive coupling).
When a de-energized wire runs parallel to a live AC wire in the same conduit or NM-B cable, the alternating magnetic and electric fields induce a small voltage in the dead wire. A standard digital multimeter (DMM) has an input impedance of ~10 Megohms. It draws almost zero current, allowing this weak induced voltage to register on the screen.
Frequently Asked Questions
Q: How do I prove it's phantom voltage and not a real live wire?
A: Switch your multimeter to Low Impedance (LoZ) mode, or place a small load (like a 120V incandescent test light or a solenoid voltage tester) across the wires. The LoZ mode drops the meter's internal resistance to a few kilohms, which instantly collapses the weak phantom voltage to 0V. If the voltage remains at 120V under LoZ, the wire is genuinely energized and dangerous.
Q: Why does my 12V battery read 12.6V but the system won't start?
A: You are measuring open-circuit voltage (surface charge). Voltage only tells half the story; you must measure voltage under load. If you crank the starter and the battery voltage instantly sags to 8V, you have a bad cell with high internal resistance. The voltage collapsed when current was demanded.
Q: What is the difference between voltage sag and voltage drop?
A: Voltage drop is the steady-state loss across a wire due to its physical resistance (calculated via Ohm's Law). Voltage sag (or dip) is a transient, temporary reduction in the source voltage itself, usually caused by a massive inrush current from a starting motor or a utility grid fault. You fix voltage drop with thicker wire; you fix voltage sag with soft-starters, variable frequency drives (VFDs), or an online double-conversion UPS.
Q: Can I measure voltage without completing a circuit?
A: Yes. Voltage is a relative measurement between two points. You can measure the potential difference across an open switch or a disconnected battery terminal. Current requires a closed loop to flow, but voltage exists simply as a difference in electrical potential, whether electrons are moving or not.






