Ohm's Law is the fundamental electrical principle stating that the current flowing through a conductor is directly proportional to the voltage applied across it and inversely proportional to its resistance. In any real circuit or installation, this relationship is the absolute baseline that dictates your wire gauge, breaker sizing, and whether your components will survive or melt. If you change the voltage or the resistance, the current changes instantly, which is why mastering this formula prevents melted terminal lugs, tripped breakers, and fried microcontrollers.
The Core Formula and a Real-World Numeric Example
The mathematical relationship is expressed as V = I × R, where Voltage (V) is measured in volts, Current (I) in amps, and Resistance (R) in ohms. You can rearrange this to solve for any missing variable: I = V / R or R = V / I.
The Water Analogy (Used Once): Think of voltage as water pressure, current as the flow rate (gallons per minute), and resistance as the diameter of the pipe. Higher pressure (voltage) pushes more water (current), but a narrower pipe (higher resistance) restricts the flow.
To see how this works on the bench, let's look at a common DIY mistake: powering a 12V LED strip with undersized wire. Suppose you are installing 5 meters of standard 5050 RGB LED strip that draws 14.4W per meter.
- Total Power: 5m × 14.4W/m = 72W
- Total Current (I): 72W / 12V = 6 Amps
Now, apply Ohm's Law to the wire connecting your power supply to the strip. If you use 20 feet of cheap, thin 22 AWG jumper wire, that wire might have a total loop resistance of 0.5 ohms.
Using V = I × R, we calculate the voltage drop across the wire:
- Voltage Drop: 6A × 0.5Ω = 3V
Because 3V is lost as heat in the wire, your LEDs only receive 9V (12V - 3V). Standard 12V strips will severely dim, flicker, or fail to turn on at the far end. By calculating the resistance of the wire and applying Ohm's Law, you know to upgrade to 18 AWG or 16 AWG stranded wire (which has a resistance closer to 0.02 ohms, resulting in a negligible 0.12V drop). According to All About Circuits, calculating this voltage drop is the most frequent practical application of the formula in low-voltage DC systems.
Quick-Reference Load and Resistance Table
Resistance isn't always a physical resistor; every load has an effective resistance based on its power draw. Here is a data-dense reference table showing how Ohm's Law applies to common DIY and home electrical loads. Note: AC mains examples assume a purely resistive load for simplicity; see the impedance section below for motors.
| Application | Nominal Voltage | Effective Resistance | Drawn Current | Recommended Wire (AWG) |
|---|---|---|---|---|
| Arduino Nano (Idle) | 5V DC | ~125 Ω | 40 mA | 22 AWG (Jumper) |
| 12V LED Strip (5m, 72W) | 12V DC | 2.0 Ω | 6.0 A | 18 AWG (Stranded) |
| 120V Space Heater (1500W) | 120V AC | 9.6 Ω | 12.5 A | 14 AWG (NM-B) |
| 240V EV Level 2 Charger | 240V AC | 1.44 Ω | 40 A | 8 AWG (THHN) |
Safety Caveat: For the 120V and 240V AC examples above, wire sizing is based on the 60°C or 75°C ampacity columns in NEC Table 310.16. Always size your breaker to protect the wire (e.g., a 15A breaker for 14 AWG NM-B), never the other way around.
Where You Meet This in Practice (and Common Confusions)
You will use this formula constantly when sizing current-limiting resistors for LEDs. If you are wiring a standard red LED (forward voltage of 2.0V, target current of 20mA) to a 5V Arduino GPIO pin, you must drop the excess 3V across a resistor.
Using R = V / I: R = 3V / 0.02A = 150 ohms. You would select a standard E12 series 150Ω resistor to protect the LED and the microcontroller pin from overcurrent.
What People Commonly Confuse It With
When troubleshooting, hobbyists and apprentices frequently mix up related concepts. Here are the two most common confusions:
- Power (Watts) vs. Current (Amps): People often say a device "pulls a lot of voltage" or "has high ohms" when they mean it draws high current or has high wattage. Voltage is pushed by the source; current is pulled by the load's resistance. A 1500W heater doesn't "use up" 120V; it uses 12.5A of current because its 9.6Ω resistance allows that much flow at 120V.
- DC Resistance vs. AC Impedance: Ohm's Law in DC circuits uses pure Resistance (R). In AC circuits with motors, transformers, or long cable runs, you must use Impedance (Z), which factors in inductive and capacitive reactance. The formula becomes V = I × Z. This is why a 120V AC motor with a measured DC resistance of 10Ω might draw 15A under load instead of the 12A that basic Ohm's Law predicts. The inductive reactance shifts the phase angle, lowering the power factor and altering the effective impedance, as detailed in Fluke's electrical troubleshooting guides.
Frequently Asked Questions
Does Ohm's Law apply to all electronic components?
No. Ohm's Law only applies to "ohmic" devices where the resistance remains constant regardless of voltage (like standard resistors and copper wire). Semiconductors like diodes, transistors, and LEDs are "non-ohmic." Their resistance changes dynamically as voltage increases, creating a non-linear V-I curve. For these, you must consult the component's datasheet rather than relying on a simple V=IR calculation.
Why do I see "ohms lae" in search results and forums?
If you typed "what is ohms lae" into a search engine, you are not alone—keyboard proximity makes this a frequent typo for Ohm's Law. Search algorithms automatically correct it, but the underlying question remains the same: you are looking for the relationship between voltage, current, and resistance.
How do I verify Ohm's Law with a multimeter on the bench?
Never measure resistance with an ohmmeter on a live circuit; you will blow the multimeter's internal fuse or damage the meter. Instead, power the circuit and use your multimeter to measure the DC Voltage (V) across the component, then break the circuit and measure the Current (I) in series. Divide your voltage reading by your current reading to calculate the live operating resistance. For precise AC measurements, ensure you are using a True-RMS multimeter (like the Fluke 117) to account for non-sinusoidal waveforms found in modern switching power supplies.






