Voltage equals the electrical potential difference required to push a specific current through a given resistance, mathematically defined by the foundational equation V = I × R. In any real circuit or installation, this relationship dictates everything from your power supply selection to the minimum AWG wire gauge you can safely run without causing a fire or a brownout. The most common mistake makers and junior technicians make is confusing source voltage (what the battery or power supply outputs at its terminals with no load) with load voltage (what the component actually receives after the wire's resistance takes its toll). According to Fluke's electrical fundamentals guide, measuring voltage without accounting for circuit load is the primary cause of misdiagnosed field failures.

The Core Equations: What Voltage Equals Under Load

To design or troubleshoot a circuit, you need to know what the voltage equals at the exact point of the load. We rely on two primary derivations of Ohm's Law and the Power Law to figure this out.

Formula 1 (Ohm's Law): V = I × R
Voltage equals Current (Amps) multiplied by Resistance (Ohms).
Formula 2 (Power Law): V = P / I
Voltage equals Power (Watts) divided by Current (Amps).

Let us run a worked numeric example. You are designing a 12V nominal DC system to drive a 50W halogen work light. First, find the current: I = P / V, so 50W / 12V = 4.16A. Now, assume you are using a wire run and connector setup that introduces 0.5 ohms of total series resistance. Using Ohm's Law, the voltage drop across that wire equals 4.16A × 0.5Ω = 2.08V. Therefore, the voltage at the work light actually equals 12V (source) - 2.08V (drop) = 9.92V. The light will burn noticeably dimmer than its rated output, and your wire will be dissipating 8.6 watts of heat (P = I²R).

Where You Meet This in Practice

Understanding what voltage equals across different nodes in a circuit moves you from theoretical textbook exercises to practical bench and jobsite competence. Here is where this math physically manifests:

  • Wire Sizing and Voltage Drop: The NEC (National Electrical Code) recommends keeping voltage drop under 3% for branch circuits. If you are running a 120V circuit, the voltage at the furthest outlet should equal no less than 116.4V. If your math shows it equals 112V, you must step up your wire gauge (e.g., from 14 AWG to 12 AWG) to lower the resistance.
  • LED Current Limiting: When driving a standard 2V red LED from a 5V Arduino GPIO pin, the voltage across the current-limiting resistor must equal the difference between the source and the LED forward voltage (5V - 2V = 3V). If you want 20mA of current, the resistor value must equal 3V / 0.02A = 150 ohms.
  • Battery Sag Under High C-Rates: A fully charged 12V lead-acid battery reads 12.8V open-circuit. But when a starter motor pulls 150A, the battery's internal resistance (say, 0.01 ohms) causes a 1.5V drop. The terminal voltage under crank equals 11.3V. If it equals less than 9.6V, the battery has excessive internal resistance and is failing.

Real-World Scenario Walkthrough: The 12V LED Strip Brownout

Theory is clean; reality is messy. Here is a documented failure scenario that highlights what happens when you ignore the resistance of your feeder wires.

Safety Note: While this scenario involves low-voltage DC (12V), the high current (6A+) can melt undersized wire insulation and cause a fire. Always fuse the positive lead within 6 inches of the power source.
  1. The Setup: A maker installs a 5-meter roll of 14.4W/m 12V LED strip inside a display case. The power supply is a 12V 10A switching PSU mounted in the basement, 15 feet away. The maker connects the PSU to the LED strip using 15 feet of 22 AWG stranded copper wire, assuming '12V is 12V' and the wire just acts as a perfect pipe.
  2. The Numbers: The total power of the strip is 72W (5m × 14.4W/m). The current draw is 6A (72W / 12V). According to standard copper wire tables, 22 AWG wire has a resistance of roughly 16.14 ohms per 1,000 feet. The total wire loop (15 feet out, 15 feet back) is 30 feet. The wire resistance equals 0.484 ohms (30 × 16.14 / 1000). The voltage drop across the wire equals 6A × 0.484Ω = 2.9V. Therefore, the voltage reaching the start of the LED strip equals 12V - 2.9V = 9.1V.
  3. The Outcome: When powered on, the first meter of the LED strip glows brightly, but the light progressively dims to a sickly orange by the fifth meter. The 22 AWG wire inside the wall cavity becomes warm to the touch. The power supply's cooling fan runs at maximum speed.
  4. What Went Wrong: The builder assumed the voltage equals 12V everywhere in a parallel circuit, forgetting that the feeder wire is in series with the parallel load. Furthermore, as the 22 AWG wire heated up, its copper resistance increased (copper has a positive temperature coefficient), which increased the voltage drop further, creating a thermal-electrical feedback loop that starved the far end of the strip of voltage.

The Fix: Upgrade the feeder wire to 14 AWG (resistance of 2.525 ohms/kft). The new voltage drop equals 6A × 0.075Ω = 0.45V. The voltage at the strip now equals a healthy 11.55V.

Troubleshooting When the Math Doesn't Match the Meter

When you calculate what the voltage should equal, but your multimeter reads something else, you have a phantom resistance problem. All About Circuits notes that real-world components rarely match their theoretical ideal models. Follow this diagnostic path to find the discrepancy:

  1. Measure Source Under Load: Do not measure the power supply with nothing connected. Connect your load, then probe the PSU terminals. If a 12V supply reads 11.2V under load, the supply itself is undersized, overheating, or has failing internal filter capacitors.
  2. Measure Load Under Load: Probe the exact pins or terminals where the component connects. The difference between Step 1 and Step 2 is your total wire and connection voltage drop.
  3. Hunt for Contact Resistance: If your wire math says the drop should be 0.2V, but your meter shows a 1.5V drop, you have bad connections. A loose crimp, a corroded screw terminal, or a breadboard with worn-out spring contacts can easily introduce 0.5 to 2.0 ohms of resistance. Clean the terminals, re-crimp with the correct die, and apply dielectric grease if the environment is damp.

Frequently Asked Questions

Does voltage equal zero in a short circuit?

Theoretically, yes. In a perfect short circuit (0 ohms resistance), the voltage drop across the short equals zero. In reality, the wire and the power supply's internal resistance will cause the voltage to equal a very small, non-zero number (e.g., 0.05V) right before the breaker trips or the wire melts. The current, however, spikes toward infinity, limited only by that internal resistance.

Why does my multimeter read 12V, but my 12V motor won't spin?

Your multimeter has an input impedance of roughly 10 megohms. It draws virtually zero current (microamps). Therefore, the voltage it reads equals the open-circuit source voltage. When you connect the motor, it draws several amps. If your battery is dead or your wire is too thin, the voltage under that heavy load instantly collapses to 3V or 4V, which is not enough to overcome the motor's startup torque. Always measure voltage while the circuit is actively trying to do work.

In AC circuits, does voltage still equal current times resistance?

In AC circuits, we replace simple DC resistance (R) with Impedance (Z), which accounts for the phase shifts caused by inductors and capacitors. The equation becomes V = I × Z. Furthermore, because AC voltage and current are sine waves, we typically calculate using RMS (Root Mean Square) values rather than peak values to get accurate real-world power calculations.