Voltage is the electrical potential difference between two points that pushes electrons through a conductor, measured in volts (V). If you are reading this, you likely already know how to use a multimeter and have wired a few basic circuits, but understanding voltage beyond the dial on your meter is what separates parts-swappers from actual troubleshooters. When you grasp how potential difference behaves under load, you stop guessing why a motor stalls or why a microcontroller keeps browning out, and start engineering reliable systems.
The Core Concept and the Water Analogy
To visualize potential difference, we use the standard water analogy—but only once, and only to set the baseline. Imagine a water tank elevated on a tower. The height of the water creates pressure at the bottom valve. In an electrical circuit, voltage is that pressure. It is the "push" available to move electrons. Current (amps) is the actual volume of water flowing through the pipe when the valve opens, and resistance (ohms) is the diameter of the pipe restricting that flow.
However, the analogy breaks down when we talk about open circuits. A 120V wall outlet has 120V of pressure sitting at the terminals even when nothing is plugged in. The pressure exists, but zero water is flowing. According to All About Circuits, this static potential difference is exactly what your multimeter reads when you test an unconnected battery or outlet: it measures the energy required to move a unit of charge between those two points, regardless of whether the charge is actually moving.
What Voltage Actually Changes in a Real Circuit
Voltage dictates the current required to deliver a specific amount of power, which in turn dictates your physical installation requirements. Let us look at a worked numeric example to see what changing the voltage actually does to a build.
Suppose you are wiring a 1500W resistive space heater.
- Scenario A (120V AC): Using Watt's Law ($I = P / V$), the current draw is $1500W / 120V = 12.5A$. To safely carry 12.5A continuously without exceeding the 80% NEC derating rule for branch circuits, you need a 15A breaker and 14 AWG copper wire.
- Scenario B (240V AC): If you wire that exact same 1500W heater to a 240V circuit (common in the UK/EU, or for US baseboard heaters), the current draw drops to $1500W / 240V = 6.25A$.
This is why long-distance transmission lines operate at 345,000V (345kV) or higher. Pushing gigawatts of power at 120V would require conductors the size of school buses to keep them from melting. High voltage allows us to use relatively thin aluminum cables by keeping the current (and therefore $I^2R$ heat losses) extremely low.
Where You Meet Voltage in Practice
On the bench and in the field, you will constantly interface with specific nominal voltages. However, nominal does not mean exact. Here is a reference chart of where you will meet these values and what your meter should actually read.
| Nominal Voltage | Common Application | Acceptable Measured Range | Notes / Edge Cases |
|---|---|---|---|
| 1.5V | AA/AAA Alkaline Cells | 1.55V (fresh) to 0.9V (dead) | Rechargeable NiMH are nominally 1.2V. |
| 3.3V | ESP32 / Modern MCU Logic | 3.2V to 3.45V | Exceeding 3.6V on an ESP32 GPIO will fry the silicon. |
| 5.0V | USB / Arduino Uno Logic | 4.75V to 5.25V | Voltage drop over long USB cables often causes brownouts. |
| 12.0V | Automotive / Solar / LED Strips | 12.6V (resting) to 14.4V (charging) | A '12V' car system routinely sees 14V+ when the alternator runs. |
| 120V | US/CA Standard Mains Outlets | 114V to 126V | NEC allows a +/- 5% variance at the service entrance. |
| 400V | EU 3-Phase Industrial | 380V to 415V | Phase-to-phase measurement; phase-to-neutral is 230V. |
Real-World Scenario Walkthrough: The 24V LED Strip Failure
To see how voltage behaves when things go wrong, let us walk through a real bench failure involving a 24V COB LED strip installation.
The Setup
A maker is installing a 25-foot continuous run of 24V white COB LED strip lighting under kitchen cabinets. The strip draws 4A total (96W). They power it from a 24V, 5A bench power supply located at one end of the run, using 22 AWG speaker wire for the connections.
The Numbers
According to standard copper wire tables, 22 AWG wire has a resistance of roughly 16.14 ohms per 1,000 feet. Because current must travel out to the LEDs and back to the power supply, the total conductor length is 50 feet (25 feet positive + 25 feet negative).
- Total Wire Resistance: $(50 / 1000) \times 16.14\Omega = 0.807\Omega$
- Voltage Drop ($V = I \times R$): $4A \times 0.807\Omega = 3.23V$
The Outcome
The power supply outputs exactly 24.0V. But by the time the electricity reaches the far end of the 25-foot strip, the voltage has dropped to 20.77V. The LEDs at the power supply end are blindingly bright, while the LEDs at the far end are visibly dim and shifting toward a yellow tint because the internal drivers lack the potential difference to regulate the white phosphors correctly.
What Went Wrong (and the Fix)
The builder sized the wire for ampacity (current capacity) but ignored voltage drop. While 22 AWG wire can technically handle 4A in free air without melting, its resistance destroyed the voltage at the load.
How to Fix This Installation:
- Upgrade the Wire: Swap the 22 AWG wire for 14 AWG wire (resistance of 2.525 ohms/kft). The new voltage drop becomes $(50/1000) \times 2.525 \times 4A = 0.5V$, leaving 23.5V at the far end.
- Inject Power: Alternatively, keep the 22 AWG wire but run a second set of power wires from the supply directly to the far end of the LED strip, effectively halving the distance the current must travel through the thin traces.
- Verify with a Meter: Always measure the voltage at the load under full power, not just at the power supply terminals.
What People Commonly Confuse Voltage With
Even experienced hobbyists occasionally conflate electrical terms when ordering parts or debugging. Here is how voltage differs from its closely related counterparts.
| Concept | Unit | What It Actually Is | The Common Confusion |
|---|---|---|---|
| Voltage | Volts (V) | The pressure or potential difference pushing electrons. | Assuming high voltage always means high danger or high power. |
| Current | Amps (A) | The actual volume of electrons flowing past a point per second. | Confusing a 12V car battery's massive current capability with high voltage. |
| Power | Watts (W) | The rate at which electrical energy is consumed or produced ($V \times A$). | Thinking a 120V outlet inherently delivers more power than a 240V outlet (power depends on the load, not just the outlet). |
| Energy | Watt-hours (Wh) | The total capacity of work done over time. | Confusing a battery's voltage (e.g., 18V) with its runtime capacity (e.g., 5.0Ah). |
A static shock from a doorknob can involve 10,000V of potential difference, but because the current is measured in microamps and lasts for nanoseconds, the total energy is harmless. Conversely, a 12V car battery has very low voltage, but can deliver 500 amps of current to a starter motor, generating enough heat to melt a steel wrench if shorted. Voltage is just the push; it is the combination of voltage and available current that dictates real-world impact.
Frequently Asked Questions
Can high voltage with low current kill you?
Yes, but with a caveat. It is the current (specifically, around 50 to 100 milliamps across the heart) that causes fatal fibrillation. However, human skin has high resistance when dry (often 10,000 to 100,000 ohms). High voltage is required to overcome that skin resistance and push the lethal current through your body. This is why we respect 120V and 240V mains, but generally do not worry about the 12V DC side of a residential solar array, even if that 12V system can supply 200 amps. The 12V simply lacks the pressure to push through your skin.
Why does my 120V outlet read 124V on my multimeter?
This is normal and within specification. Utility companies target 120V nominal, but the ANSI C84.1 standard allows for a Range A tolerance of +5% to -5% at the service entrance. This means anywhere from 114V to 126V is considered perfectly acceptable grid voltage. If you are closer to the neighborhood distribution transformer, your baseline voltage will naturally sit on the higher end of that spectrum.
Does voltage drop when I add more load?
Yes, in real-world power sources. A battery or power supply has internal resistance. When you draw more current (add more load), the voltage drop across that internal resistance increases, causing the terminal voltage to sag. This is why a car's headlights dim momentarily when the starter motor engages—the massive current draw pulls the system voltage down from 12.6V to roughly 9V until the engine catches.






