To calculate the voltage drop across a resistor, multiply the current flowing through it (in Amperes) by its resistance (in Ohms) using Ohm’s Law: V = I × R. This fundamental relationship dictates that the electrical potential lost across a resistive element is directly proportional to both the current pushed through it and the opposition it presents to that flow.
Whether you are sizing a current-limiting resistor for an LED on your workbench or calculating wire voltage drop for a 120V branch circuit in a residential panel, this formula is your starting point. Below, we break down the exact mathematical framework, the unit traps that cause calculation failures, and step-by-step worked examples for both electronics and home wiring scenarios.
The Core Formula: Calculating Voltage Drop Across a Resistor
The standard equation for determining voltage drop in a purely resistive DC circuit is derived from Ohm's Law. The formula is expressed as:
V = I × R
Every symbol in this equation represents a specific physical quantity with a strict SI unit. Mixing these units is the primary cause of calculation errors on the bench.
| Symbol | Quantity | SI Unit | Unit Abbreviation | Definition |
|---|---|---|---|---|
| V | Voltage Drop | Volts | V | The difference in electrical potential between the two terminals of the resistor. |
| I | Current | Amperes | A | The rate of electron flow passing through the resistor's cross-section. |
| R | Resistance | Ohms | Ω | The material's opposition to current flow, determined by resistivity, length, and area. |
Assumptions and Applicability
This formula applies strictly to ohmic materials operating under steady-state conditions. It assumes:
- Constant Temperature: Resistance changes with heat. A 10Ω wirewound resistor might measure 10.5Ω when hot. The formula uses the resistance value at the specific operating temperature.
- Linear Behavior: It applies to standard carbon film, metal film, and wirewound resistors. It does not apply directly to non-ohmic components like diodes, thermistors, or varistors, where resistance shifts dynamically with applied voltage or temperature.
- DC or Purely Resistive AC: For AC circuits, this formula calculates the resistive voltage drop using RMS values, but ignores reactive components (inductance/capacitance). For full AC analysis, resistance (R) must be upgraded to impedance (Z).
Rearranged Forms and Unit Pitfalls
Because V = I × R is a linear equation, you can algebraically isolate any variable if you know the other two. Here are the rearranged forms used for troubleshooting and design:
- Solve for Current: I = V / R (Use this to find how much current a resistor will draw or limit).
- Solve for Resistance: R = V / I (Use this to size a resistor when you know your source voltage and target current).
Which Unit Mistakes Break the Formula?
The most common reason a calculated voltage drop doesn't match a multimeter reading is a prefix mismatch. The formula requires base SI units (Volts, Amperes, Ohms). If your schematic lists current in milliamps (mA) or resistance in kilo-ohms (kΩ), you must convert them before multiplying.
Suppose you have 5 mA flowing through a 2.2 kΩ resistor.
Incorrect: 5 × 2.2 = 11. (You might assume 11V, but the math is fundamentally broken because you mixed milli and kilo).
Correct: Convert to base units. 5 mA = 0.005 A. 2.2 kΩ = 2200 Ω.
V = 0.005 A × 2200 Ω = 11 V.
Shortcut: If you multiply milliamps (mA) by kilo-ohms (kΩ), the prefixes cancel out, and the result is directly in Volts. (5 × 2.2 = 11V). But if you mix mA with base Ω, your answer will be off by a factor of 1,000.
What Does a Realistic Answer Magnitude Look Like?
Context prevents sanity-check failures. In a 5V DC logic circuit, voltage drops across individual resistors typically range from 0.1V to 3.3V. If your calculation yields 45V, you have a unit error. In 120V AC home wiring, the NEC recommends that voltage drop across the branch circuit conductors (which act as low-value resistors) not exceed 3% (3.6V) for reasonable efficiency. If you calculate a 15V drop on a 15A receptacle circuit, your wire gauge is too small or the run is too long.
Worked Examples: From Bench to Branch Circuit
Let’s apply the formula to two distinct scenarios, tracking units at every step to ensure accuracy.
Problem 1: DC Bench Circuit (LED Current Limiter)
Scenario: You are building a 12V DC indicator circuit. You have placed a 470Ω metal film resistor in series with an LED. You measure the current flowing through the loop with a multimeter and read 18.5 mA. Calculate the exact voltage drop across the resistor.
Step 1: Identify and convert variables to base SI units.
- R = 470 Ω (Already in base units)
- I = 18.5 mA = 0.0185 A (Divided by 1,000 to convert to Amperes)
Step 2: Apply the formula.
- V = I × R
- V = 0.0185 A × 470 Ω
Step 3: Calculate and verify magnitude.
- V = 8.695 V
Sanity Check: The source is 12V. An 8.7V drop across the resistor leaves roughly 3.3V for the LED, which is a highly realistic forward voltage for a standard white or blue LED. The math holds up.
Problem 2: Home Electrical (12 AWG THHN Wire Voltage Drop)
Scenario: You are wiring a 120V receptacle in a garage. The one-way physical distance from the subpanel to the outlet is 60 feet. You are using 12 AWG THHN copper wire. The circuit will carry a continuous 15A load. Calculate the voltage drop across the wire itself.
Note: Wire is essentially a long, low-value resistor. According to industry standards for voltage drop testing, calculating this ensures the wire won't overheat or starve the load of voltage.
Step 1: Determine total wire length and resistance.
- Current (I) = 15 A
- One-way distance = 60 ft. Total loop length (hot + neutral) = 120 ft.
- From NEC Chapter 9, Table 8, the DC resistance of 12 AWG stranded copper at 75°C is approximately 1.93 Ω per 1,000 feet.
Step 2: Calculate the resistance (R) of this specific wire run.
- R = (1.93 Ω / 1000 ft) × 120 ft
- R = 0.00193 Ω/ft × 120 ft
- R = 0.2316 Ω
Step 3: Calculate the voltage drop.
- V = I × R
- V = 15 A × 0.2316 Ω
- V = 3.474 V
Sanity Check: A 3.47V drop on a 120V circuit is roughly 2.9%. This is just under the NEC's recommended 3% maximum for branch circuits. The wire size is acceptable, but if the run were 10 feet longer, you would need to upsize to 10 AWG to maintain compliance.
Frequently Asked Questions
How do you calculate the voltage drop across a resistor in a series circuit?
In a series circuit, the current (I) is identical through all components. To find the voltage drop across one specific resistor, simply multiply the total circuit current by that specific resistor's value (V = I_total × R_specific). Alternatively, you can use the voltage divider rule: the voltage drop across a resistor is equal to the total source voltage multiplied by the ratio of that resistor's value to the total series resistance (V_x = V_total × [R_x / R_total]).
Why is my calculated voltage drop different from my multimeter reading?
Discrepancies between theoretical calculations and physical multimeter readings usually stem from three factors. First, component tolerance: a standard carbon film resistor has a ±5% tolerance, meaning a 100Ω resistor could physically be anywhere from 95Ω to 105Ω. Second, temperature drift: as current flows, the resistor heats up, altering its resistance (especially in wirewound types). Third, meter loading: if you are measuring voltage drop in a very high-impedance circuit (e.g., megaohm resistors), the internal impedance of your multimeter (typically 10 MΩ) creates a parallel path, slightly altering the circuit's behavior while you measure it.
How do you calculate voltage drop across a resistor in an AC circuit?
For a purely resistive AC circuit (like a standard heating element or incandescent bulb), you use the exact same formula (V = I × R), but you must use RMS (Root Mean Square) values for both voltage and current, not peak values. However, if the component has inductance or capacitance (like a motor winding or a capacitor), it exhibits reactance. In this case, resistance (R) is replaced by impedance (Z), which is a complex vector sum of resistance and reactance. The formula becomes V = I × Z, and the voltage and current waveforms will be out of phase.
Does the physical size (wattage) of the resistor change the voltage drop?
No. The physical size of a resistor dictates its power dissipation rating (e.g., 1/4W, 1W, 5W), not its resistance value. A 1/4W 100Ω resistor and a 5W 100Ω resistor will produce the exact same voltage drop if the same current flows through them. The larger 5W resistor is simply built with more thermal mass and surface area to survive the heat generated by that voltage drop (P = V × I) without melting or catching fire. Always calculate the voltage drop first, then verify that the resulting power dissipation (I²R) is safely below the resistor's physical wattage rating.






