Ohm's Law (V=IR) states that the voltage across a conductor is directly proportional to the current flowing through it, multiplied by its resistance.
The Core Formula: What V=IR Actually Changes in a Circuit
On a schematic, V=IR looks like simple algebra. On a workbench, it dictates the physical and thermal limits of your build. What V=IR actually changes in a real circuit is the power dissipation and voltage distribution. It is the governing rule that determines whether a component operates safely or turns into a localized heater.
Let us look at a worked numeric example with real values. Suppose you are testing a custom PCB and need to pull down a 12V DC line to ground through a resistor to discharge a capacitor. You grab a standard 1/4W (0.25W) carbon film resistor with a color code of Red-Red-Black-Silver (22Ω).
- Voltage (V): 12V
- Resistance (R): 22Ω
- Current (I): V / R = 12 / 22 = 0.545A (545mA)
Now, calculate the power dissipated using P = I²R (or P = V²/R):
Power = (12²) / 22 = 6.54 Watts.
Where You Meet V=IR in Practice (And What People Get Wrong)
You meet V=IR everywhere in practical electronics and electrical wiring. You use it to calculate current-limiting resistors for LEDs, determine voltage drop in long 12V DC solar runs, size shunt resistors for current sensing, and verify if a wire gauge can handle a specific load without exceeding its ampacity.
The Most Common Confusion: Voltage vs. Current Capacity
The single most common mistake hobbyists make with V=IR is confusing voltage with forced current. A frequent question on forums is: 'I have a 12V 50A power supply. If I connect my 12V 1A computer fan to it, will the 50A fry the fan?'
The answer is no, and V=IR explains why. The power supply provides a fixed voltage (12V). The fan has an internal DC motor with an effective operating resistance of roughly 12Ω. According to I = V/R, the fan will only draw 1A (12V / 12Ω = 1A). The '50A' rating on the power supply is merely its maximum capacity—the ceiling of what it can provide before its own internal protection trips. The load's resistance decides the actual current, strictly governed by V=IR. For a deeper dive into how loads dictate current draw, refer to the foundational guides on Ohm's Law at All About Circuits.
Bench Walkthrough: When a 12V LED Strip Melts Your Wiring
To see what happens when you ignore the 'R' in V=IR, let us walk through a real-world failure scenario involving addressable LEDs and undersized wiring.
The Setup
You are installing 5 meters of 12V WS2815 LED strip (60 LEDs/m) under kitchen cabinets. At full white, the strip draws roughly 1A per meter, totaling 5A. You power it with a Mean Well LRS-75-12 (12V, 6A) power supply mounted in the basement, running a 5-meter length of 22 AWG copper zip cord up through the wall to the cabinets.
The Numbers
Beginners often treat wires as ideal conductors with zero resistance. But copper has resistance. According to standard wire tables, 22 AWG copper has a resistance of about 16.14 Ω per 1000 feet, which translates to 0.0529 Ω per meter.
- Total Wire Length: 5 meters out, 5 meters back = 10 meters total loop.
- Total Wire Resistance (R): 10m × 0.0529 Ω/m = 0.529 Ω.
- Circuit Current (I): 5A.
- Voltage Drop (V): V = I × R = 5A × 0.529 Ω = 2.645V.
The LED strip at the end of the run only sees 9.35V (12V - 2.645V), causing severe color shifting and dimming. But the real danger is thermal.
The Outcome and What Went Wrong
Using the power formula (P = I²R), the heat dissipated inside the wire itself is 25A² × 0.529 Ω = 13.2 Watts.
22 AWG wire is typically rated for about 0.92A for power-limited circuits, or up to 5A in free-air chassis wiring. However, dissipating 13.2W of heat across a thin, enclosed 10-meter PVC jacket turns the wire into a heating element. The insulation softens, the positive and negative conductors sag into each other, and a dead short occurs. The power supply's short-circuit protection trips, but not before the wire is ruined.
Sizing Components Using the V=IR Triangle
Here is a quick-reference table for common bench scenarios where V=IR dictates your component selection.
| Scenario | Known Variables | Formula Used | Calculated Result & Part Choice |
|---|---|---|---|
| Current-limiting resistor for a standard 5mm Red LED on a 5V Arduino Nano GPIO. | V_source = 5V, V_LED = 2.0V, I_target = 20mA (0.02A) | R = (V_source - V_LED) / I | R = 3 / 0.02 = 150Ω. Choose standard 150Ω 1/4W resistor. |
| Sizing a shunt resistor for a 10A current measurement using an INA219 breakout board. | V_max_shunt = 320mV (0.32V), I_max = 10A | R = V / I | R = 0.32 / 10 = 0.032Ω (32mΩ). Choose 32mΩ 2W shunt. |
| Calculating max current for a 120V AC heater element with 15Ω resistance. | V = 120V, R = 15Ω | I = V / R | I = 120 / 15 = 8A. Requires a 10A or 15A breaker. |
Frequently Asked Questions About Ohm's Law V=IR
Does V=IR apply to AC circuits?
Yes, but with a critical modification. In AC circuits, resistance (R) is replaced by Impedance (Z), which accounts for the phase shifts introduced by capacitors and inductors. The formula becomes V = IZ. For purely resistive AC loads (like a toaster or an incandescent bulb), V=IR works perfectly using RMS voltage and current values.
Why doesn't my multimeter measure the exact current V=IR predicts?
Three factors cause real-world deviations from theoretical math. First, component tolerance (a '100Ω' resistor might actually be 95Ω or 105Ω). Second, the temperature coefficient; as resistors heat up, their resistance changes. Third, your multimeter itself has internal shunt resistance (burden voltage) that slightly alters the circuit's total resistance when measuring current in series.
Does V=IR work for diodes and transistors?
No. Diodes, LEDs, and transistors are non-ohmic devices. Their resistance is not constant; it changes dynamically depending on the voltage applied and the current flowing through them. For these components, you must refer to the manufacturer's I-V (Current-Voltage) characteristic curve on the datasheet rather than relying on simple V=IR algebra.






