If you are building a custom control panel, sizing a feeder for a detached garage, or debugging a 24V HVAC board, you need to know exactly how much voltage is lost across a specific component or wire run. The direct answer relies on Ohm's Law: V = I × R. Multiply the current flowing through the component (in Amperes) by its resistance (in Ohms) to find the voltage drop (in Volts).
While the math is simple, the real-world application on the bench or in the panel is where mistakes happen. Below is the complete derivation, unit-tracking frameworks, and a real-world wiring scenario that shows what happens when you ignore the math.
The Core Formula: Ohm's Law for Voltage Drop
To calculate the voltage drop across any linear, ohmic resistor, we use the standard Ohm's Law equation. There is no complex derivation required here; it is the foundational definition of resistance.
Vdrop = I × R
| Symbol | Parameter | Standard Unit | Unit Abbreviation | Measurement Tool |
|---|---|---|---|---|
| Vdrop | Voltage Drop | Volts | V | Multimeter (Parallel) |
| I | Current | Amperes | A | Clamp Meter / Multimeter (Series) |
| R | Resistance | Ohms | Ω | Multimeter (De-energized) |
Rearranged Forms
Depending on what you are trying to find on the bench, you will need to rearrange the formula. Keep these variations in your back pocket:
- Solving for Current: I = Vdrop / R (Useful when checking if a shunt resistor is reading the correct amperage)
- Solving for Resistance: R = Vdrop / I (Useful when identifying an unknown resistor or calculating required wire gauge)
When the Formula Applies (And When It Breaks)
Before you punch numbers into your calculator, you must verify your assumptions. V = I × R is not a universal magic wand; it has strict boundaries.
Core Assumptions
- Ohmic Materials: The formula assumes the resistance is constant regardless of voltage. Carbon film resistors, metal film resistors, and copper wire (at a stable temperature) are ohmic. Incandescent light bulbs and thermistors are non-ohmic; their resistance changes drastically as they heat up, meaning V = I × R only applies to a single instantaneous snapshot in time.
- DC vs. AC: For DC circuits, the formula is absolute. For AC circuits, if you are dealing with a purely resistive load (like a heating element or a long wire run), you can use RMS voltage and RMS current to get accurate real-world power drops. If the circuit has inductance or capacitance (like a motor or a transformer), you must use Impedance (Z) instead of Resistance (R), shifting to V = I × Z.
What a Realistic Answer Magnitude Looks Like
If your calculator spits out a number, does it make physical sense? Here is a baseline for realistic magnitudes based on standard circuit theory:
- Shunt Resistors (Current Sensing): Millivolts (0.01V to 0.1V). If you calculate a 5V drop across a 0.01Ω shunt, you are pushing 500 Amps—likely a math error or a melted board.
- Dropping/Bleeder Resistors: Volts (2V to 50V). Used to step down voltage for LEDs or bleed off capacitors.
- Wire/Feeder Resistance: 1V to 5V. The National Electrical Code (NEC) recommends keeping branch circuit voltage drop under 3% (3.6V on a 120V circuit) for reasonable efficiency.
Solved Problem 1: The 24V HVAC Control Board Indicator
Let us look at a discrete component example. You are modifying a 24V DC HVAC control board to add a status LED. The circuit consists of the 24V DC source, a current-limiting resistor (R1 = 1,080 Ω), and the LED (which we will treat as having a fixed forward voltage drop of 2V for this calculation, meaning the resistor must drop the remaining voltage). Wait, to strictly use V = I × R to find the resistor's voltage drop, we need the current.
Given:
- Source Voltage (Vsource) = 24V DC
- LED Forward Voltage (Vled) = 2V
- Current Limiting Resistor (R1) = 1,100 Ω
Goal: Calculate the exact voltage drop across R1, tracking units at every step.
Step 1: Find the total current (I) in the series loop.
The resistor must drop the difference between the source and the LED.
VR1 (expected) = 24V - 2V = 22V.
Using the rearranged formula I = V / R:
I = 22V / 1,100 Ω = 0.02 Amperes.
Step 2: Verify the voltage drop across the resistor using V = I × R.
Now we apply the core formula to prove the math.
Vdrop = 0.02 A × 1,100 Ω
Vdrop = 22 Volts
Bench Check: If you put your multimeter probes across the 1,100 Ω resistor while the board is powered, you should read exactly 22.0V. If you read 24V, the LED is open (blown). If you read 0V, the resistor is open or the board has no power.
Real-World Scenario: The 100-Foot Shed Feeder (Wire as a Resistor)
In home electrical work, the most common "resistor" you will calculate is the copper wire itself. Every wire has inherent resistance. Let us walk through a real-world scenario where ignoring this calculation causes equipment failure.
The Setup
You are wiring a detached shed for a woodworking shop. You run a 120V, 20-Amp branch circuit using 12 AWG THHN copper wire in PVC conduit. The one-way distance from the main panel to the shed subpanel is 100 feet. The primary load is a 15-Amp table saw motor.
The Numbers
To calculate the voltage drop, we first need the resistance of the wire. According to standard copper wire tables, 12 AWG solid copper wire has a resistance of approximately 1.93 Ω per 1,000 feet at 75°C.
- Calculate Total Wire Length: Current must travel to the shed and back to the panel. Total length = 100 ft (out) + 100 ft (return) = 200 feet.
- Calculate Total Resistance (R): (200 ft / 1,000 ft) × 1.93 Ω = 0.386 Ω.
- Calculate Voltage Drop (Vdrop): The table saw pulls 15A under continuous load.
Vdrop = I × R
Vdrop = 15 A × 0.386 Ω
Vdrop = 5.79 Volts
The Outcome
The voltage arriving at the shed receptacle under full load is 120V - 5.79V = 114.21V. This represents a 4.8% voltage drop.
What Went Wrong
While 114V might seem close enough to 120V, AC induction motors (like the one in your table saw) are highly sensitive to voltage drop. A 4.8% drop at the receptacle means the motor is starving for voltage. When you try to start the saw under a heavy load, the inrush current (which can be 3x to 5x the running current) will cause a momentary voltage drop of over 15%. The voltage at the motor terminals will dip below 100V, causing the motor to bog down, overheat, and eventually trip the thermal overload protector or burn out the windings.
The Fix: Upsize the wire. By switching to 10 AWG THHN copper (resistance ~1.21 Ω / 1000 ft), the total resistance drops to 0.242 Ω. The new voltage drop is 15A × 0.242 Ω = 3.63V (a 3% drop), keeping the saw happily above 116V under load.
Unit Mistakes That Will Break Your Math
The formula V = I × R is unforgiving if your units are mismatched. Here are the three most common unit traps that lead to fried components or oversized wire orders.
| The Trap | The Mistake | The Fix (Unit Tracking) |
|---|---|---|
| The "Milli" Trap | Plugging 20 mA directly into the formula as "20". | Always convert to base Amperes first. 20 mA = 0.020 A. (20 × 10-3) |
| The "Kilo" Trap | Reading a 4.7kΩ resistor as "4.7". | Always convert to base Ohms. 4.7kΩ = 4,700 Ω. (4.7 × 103) |
| The Temperature Trap | Using 20°C wire resistance tables for a 75°C termination environment. | Copper resistance increases by ~0.4% per °C. Use the 75°C column from NEC Chapter 9, Table 8 for accurate branch circuit math. |
When you are on the bench or in the panel, write the units down next to every number in your intermediate steps. If your final equation looks like Volts = milliAmps × kiloOhms, the prefixes actually cancel out (10-3 × 103 = 1), and you will get the correct Volts. But relying on prefix cancellation is a bad habit that will eventually cause you to misread a microamp (µA) as a milliamp (mA), throwing your math off by a factor of 1,000. Stick to base units—Volts, Amps, and Ohms—every single time.






