Ohm's Law for Beginners: Volts, Amps, and Ohms Explained
If you've ever picked up an electronics kit, tried to wire an LED without frying it, or just wondered what "watts" actually measures, you've bumped into Ohm's Law without necessarily knowing its name. It's one of the most fundamental relationships in electrical engineering, and once it clicks, a lot of "why did that component just burn out" mysteries stop being mysterious.
The Three Quantities
Ohm's Law relates three properties of an electrical circuit:
- Voltage (V), measured in volts — the electrical "pressure" pushing current through a circuit. Think of it like water pressure in a pipe.
- Current (I), measured in amps (amperes) — the actual flow rate of electric charge through the circuit. This is the water actually moving through the pipe.
- Resistance (R), measured in ohms (Ω) — how much the circuit resists that flow. A narrower pipe (or a resistor) restricts flow for a given amount of pressure.
The Formula (and Its Two Rearrangements)
Ohm's Law states:
V = I × R
Voltage equals current times resistance. This one equation can be rearranged to solve for whichever quantity you don't already know:
I = V / R (current = voltage ÷ resistance)
R = V / I (resistance = voltage ÷ current)
If you know any two of the three quantities, you can always find the third.
A Worked Example
Say you're wiring an LED to a 9V battery, and the LED needs a current-limiting resistor to avoid burning out. The LED has a forward voltage drop of about 2V, and you want to limit current to 20 mA (0.02 A) — a safe, typical LED operating current.
First, find the voltage that needs to be dropped across the resistor:
9V (supply) − 2V (LED drop) = 7V (resistor must drop this)
Then apply Ohm's Law to find the resistance needed:
R = V / I = 7 / 0.02 = 350 Ω
You'd reach for the nearest standard resistor value — likely 330Ω or 360Ω — to safely limit current through that LED. Skip this calculation (or guess too low a resistance) and you risk pushing too much current through the LED, which is a very common way to burn one out on a first electronics project.
Why This Matters Beyond the Formula
Ohm's Law explains a handful of intuitions that otherwise seem like arbitrary electronics folklore:
- Why a short circuit is dangerous. A short circuit is, electrically, a path with extremely low resistance. Since I = V / R, as resistance approaches zero, current approaches an extremely large number for the same voltage — which is exactly why shorts cause overheating, sparking, or component failure. It's not mysterious; it's the formula doing exactly what it says.
- Why higher-resistance components draw less current at the same voltage — useful for reasoning about anything from resistor networks to why a dimmer switch (which adds resistance) reduces current to a light.
- Why voltage alone doesn't tell you if something is dangerous. A 9V battery and a high-voltage power line both have "voltage," but the current that will actually flow through a given path — you, a wire, a component — depends on the resistance of that path too. This is part of why very low-resistance paths (like wet skin) make even modest voltages far more dangerous.
Power: The Related Fourth Quantity
Once you know voltage and current, you also get power (measured in watts) essentially for free:
P = V × I (power = voltage × current)
This is why a component's voltage and current rating together determine how much heat it needs to dissipate — a resistor rated for 1/4 watt that ends up dissipating 1/2 watt (because the actual current through it was higher than planned) will overheat, which is exactly why calculating expected current before wiring a circuit matters, not just picking a resistor that "seems about right."
Common Beginner Mistakes
- Skipping the calculation and guessing a resistor value — "close enough" resistance can mean too much current reaches a sensitive component (LEDs and many sensors are the most common casualties).
- Mixing up units — forgetting to convert milliamps to amps (dividing by 1000) before plugging into the formula throws the result off by a factor of 1000, not a small rounding error.
- Ignoring the component's own voltage drop — as in the LED example above, subtracting a component's forward voltage drop from the supply voltage before calculating the resistor value is a step that's easy to forget entirely.
- Forgetting power ratings — calculating the right resistance is only half the job; the resistor (or other component) also needs to be rated to handle the power it will actually dissipate, or it can overheat even at the "correct" resistance value.
Calculate It Yourself
- Ohm's Law Calculator — solve for voltage, current, or resistance from the other two values.
- Electric Bill Calculator — a related, practical application of power (watts) over time.
Ohm's Law is one equation, but it quietly underlies almost every basic electronics decision — from picking a resistor, to understanding why a short circuit is dangerous, to sizing a power supply. Once the V = I × R relationship is intuitive, a lot of electronics stops feeling like guesswork and starts feeling like arithmetic.