To calculate voltage drop over a resistor, multiply the current flowing through it (in Amperes) by its resistance (in Ohms) using the formula V = I × R. This fundamental application of Ohm’s Law dictates how much electrical potential is lost—or intentionally dropped—as current pushes through a resistive element, whether that element is a discrete component on a printed circuit board or 100 feet of 12 AWG copper wire in a home branch circuit.
The Core Formula: Ohm’s Law for Voltage Drop
The mathematical relationship governing voltage drop is strictly linear for ideal resistors. The formula is expressed as:
Vdrop = I × R
| Symbol | Quantity | Standard Unit | Unit Abbreviation |
|---|---|---|---|
| Vdrop | Voltage Drop (Electrical Potential Difference) | Volts | V |
| I | Current (Rate of Electron Flow) | Amperes | A |
| R | Resistance (Opposition to Current Flow) | Ohms | Ω |
When the Formula Applies (and Its Assumptions)
This formula is absolute for DC circuits and purely resistive AC loads (like incandescent lighting or resistive heating elements where the Power Factor is 1.0). However, it relies on two critical assumptions that often trip up beginners:
- Constant Temperature: Resistance is not perfectly static. As a resistor or wire heats up due to I²R (Joule) losses, its resistance increases. Copper wire, for example, has a temperature coefficient of roughly 0.00393 per °C. A calculation based on 20°C (68°F) room temperature will underestimate the voltage drop of a wire operating at 75°C inside a hot attic.
- Steady-State Current: The formula calculates the instantaneous drop. It does not account for the transient inrush currents seen when motors start or capacitive loads charge, which can cause momentary voltage sags far exceeding the steady-state calculation.
What a Realistic Answer Magnitude Looks Like
Context dictates whether your calculated voltage drop is acceptable. In low-voltage electronics (like a 5V Arduino logic circuit), a drop of 1V to 2V across a current-limiting resistor is entirely normal and intentional. In 120V/240V home electrical wiring, where the wire itself acts as the resistor, NEC-style guidance recommends keeping the voltage drop under 3% for branch circuits (3.6V on a 120V nominal system) and under 5% overall (6.0V) from the utility transformer to the furthest outlet. If your calculation yields a 12V drop on a 120V circuit, your wire gauge is severely undersized.
Rearranged Forms of the Voltage Drop Equation
On the bench or in the field, you rarely have all three variables. You can algebraically rearrange the core formula to solve for whichever value is missing. Memorizing these transpositions saves time when troubleshooting:
- Solving for Current (I): When you know the voltage dropped across a component and its resistance.
I = Vdrop / R
Use case: Measuring 2.5V across a known 100Ω shunt resistor to determine the circuit is drawing 0.025A (25mA). - Solving for Resistance (R): When you know the operating current and the allowable voltage drop.
R = Vdrop / I
Use case: Sizing a ballast resistor for an LED string where you need to drop 4V at a fixed 350mA current. - Solving for Power Dissipation (P): While not a direct rearrangement, voltage drop directly correlates to wasted heat. By substituting Ohm's law into the power equation, you get:
P = Vdrop × IorP = I² × R
Use case: Ensuring your chosen resistor's wattage rating (e.g., 1/4W vs 1W) won't result in a melted component.
Worked Examples: From Bench Circuits to Branch Wiring
Theory is useless without application. Below are two distinct scenarios demonstrating how to calculate voltage drop, complete with strict unit tracking to prevent order-of-magnitude errors.
Problem 1: Sizing a Current-Limiting Resistor for a 12V LED Circuit
Scenario: You are wiring a 12V DC indicator light on a custom control panel. The LED requires a forward voltage (Vf) of 2.2V and a forward current (If) of 20mA to operate safely. What is the voltage drop across the required series resistor, and what resistance value must you install?
Step 1: Determine the required voltage drop.
The resistor must absorb the excess voltage from the 12V supply that the LED does not use.
Vdrop = Vsupply - Vf
Vdrop = 12V - 2.2V = 9.8V
Step 2: Normalize the current units.
The formula requires Amperes, not milliamps.
I = 20mA = 0.020A
Step 3: Calculate the resistance.
Using the rearranged formula R = Vdrop / I:
R = 9.8V / 0.020A = 490Ω
Step 4: Select a real-world component and verify power.
490Ω is not a standard E12/E24 resistor value. You would round up to the nearest standard value: 510Ω.
Next, check the power dissipation: P = Vdrop × I = 9.8V × 0.020A = 0.196W.
A standard 1/4W (0.25W) through-hole resistor is sufficient, but a 1/2W resistor will run cooler and last longer in an enclosed panel.
Problem 2: Calculating Branch Circuit Voltage Drop (The Wire as a Resistor)
Scenario: You are extending a 120V AC branch circuit to a new workshop outlet. The one-way physical distance from the panel to the outlet is 80 feet. You are using 12 AWG solid copper wire (NM-B). The outlet will power a table saw drawing a continuous 15A load. What is the voltage drop at the outlet?
Step 1: Calculate the total wire resistance.
Current must travel to the load and return to the panel. The total wire length is 80 ft × 2 = 160 feet.
According to standard copper wire tables, 12 AWG copper has a DC resistance of approximately 1.588 Ω per 1,000 feet at 20°C.
Rwire = (160 ft / 1000 ft) × 1.588 Ω = 0.254 Ω
Step 2: Calculate the voltage drop.
Using Vdrop = I × R:
Vdrop = 15A × 0.254 Ω = 3.81V
Step 3: Evaluate the magnitude against NEC-style guidelines.
Calculate the percentage drop: (3.81V / 120V) × 100 = 3.17%.
This slightly exceeds the recommended 3% maximum for branch circuits. While not a strict NEC violation (the NEC mandates wire ampacity and overcurrent protection, while voltage drop is largely an informational note in Article 210.19), a 3.17% drop means your table saw will see roughly 116.2V under full load, which can cause the motor to run hotter and draw more current. The professional fix: Upgrade the feeder to 10 AWG wire to drop the resistance and keep the voltage drop well under 3%.
Common Unit Mistakes That Break the Math
The most common reason a voltage drop calculation yields a physically impossible answer (like 4,000V dropping across a tiny LED resistor) is a failure to normalize units before plugging numbers into the formula.
- Leaving Current in Milliamps (mA) or Microamps (µA): The formula demands base SI units. 250mA is not 250 in the equation; it is 0.25A. Forgetting to shift the decimal three places left will inflate your voltage drop calculation by a factor of 1,000.
- Ignoring the "Out and Back" Length in AC Wiring: When calculating the resistance of home wiring, beginners frequently use the one-way physical distance. Resistance is a property of the entire conductive path. A 50-foot run of cable actually contains 100 feet of current-carrying conductor (hot and neutral). If you forget to double the distance, your calculated voltage drop will be exactly half of reality.
- Confusing Kilo-ohms (kΩ) with Ohms (Ω): A 4.7kΩ resistor is 4,700Ω. If you multiply 10mA (0.01A) by 4.7 instead of 4,700, you will calculate a 0.047V drop instead of the actual 47V drop.
- Applying DC Resistance to AC Inductive Loads: If your "resistor" is actually the winding of an AC motor or a transformer, simple DC resistance (measured with a multimeter) is only part of the story. You must use Impedance (Z), which factors in inductive reactance. Using simple R in
V = I × Rfor an inductor will drastically under-calculate the true AC voltage drop.
Frequently Asked Questions
How do you calculate voltage drop over a resistor in a series circuit?
In a series circuit, the total supply voltage is divided among the resistors proportionally to their resistance values. To find the drop across one specific resistor, first calculate the total circuit current by dividing the total supply voltage by the sum of all series resistances (I = Vtotal / Rtotal). Once you have the total current (which is identical through all series components), multiply that current by the resistance of the specific resistor in question (Vdrop = I × Rspecific). This is known as the voltage divider principle.
What is the voltage drop across a resistor in a parallel branch?
In a purely parallel circuit, the voltage drop across every parallel branch is identical and equal to the source voltage (assuming ideal wires with zero resistance). If you have a 12V battery connected to three parallel resistors, the voltage drop across each resistor is exactly 12V. You do not need to calculate a proportional drop; you only use I = V / R to find out how much current each individual branch is drawing from the source. For complex series-parallel combinations, you must first simplify the parallel banks into equivalent single resistors before applying the series voltage drop rules.
Does voltage drop over a resistor waste power?
Yes, in the context of power transmission and home wiring, voltage drop represents wasted energy. The electrical potential lost across the resistance of the wire is converted directly into heat via Joule heating. You can calculate the exact wattage wasted by multiplying the voltage drop by the current (Pwasted = Vdrop × I). For example, a 4V drop on a 15A circuit wastes 60 Watts of power as heat inside your walls. However, in electronic circuit design, this "waste" is often intentional and necessary; a current-limiting resistor must drop voltage and dissipate heat to protect a sensitive semiconductor from overcurrent destruction.
How does AC vs DC affect the voltage drop calculation?
For purely resistive loads (like heating elements, incandescent bulbs, or standard wire conductors), the calculation is identical for AC and DC: V = I × R. The AC RMS (Root Mean Square) voltage and current values plug directly into the DC formula and yield the correct RMS voltage drop. The divergence occurs when the circuit contains capacitance or inductance. In those cases, resistance (R) is replaced by impedance (Z), and the voltage and current waveforms fall out of phase. You must then use vector math or complex numbers (V = I × Z) to calculate the true voltage drop, as detailed in advanced power quality and electrical testing guides.






