Skip to main content

Ohm's Law Made Practical: Solving for Voltage, Current, Resistance, and Power

A working guide to Ohm's law (V=IR) — rearrange it to find current or resistance, add power with P=VI, and follow a worked LED resistor example step by step.

Published By Li Lei
#ohms-law #electronics #calculator #resistor #power

Ohm's Law Made Practical: Solving for Voltage, Current, Resistance, and Power

Ohm's law is the one equation every electronics beginner memorises and then, somewhere between the breadboard and the smell of a scorched resistor, forgets how to actually use. The law itself is tiny: V = IR. Voltage equals current times resistance. The trouble is never the formula — it is knowing which form you need at the moment you need it, and remembering that a "correct" resistor value can still cook itself if you ignore power. This guide walks through all of that with real numbers, and points you at a tool that does the arithmetic so you can keep your attention on the circuit.

V = IR and Its Two Rearrangements

Start with the relationship between the three quantities:

  • Voltage (V), measured in volts — the electrical "pressure" pushing charge through the circuit.
  • Current (I), measured in amps — how much charge actually flows per second.
  • Resistance (R), measured in ohms (Ω) — how much the circuit fights that flow.

The base equation is V = IR. Because it is a simple product, you can rearrange it to solve for whichever quantity you are missing:

  • Know voltage and resistance, need current? I = V / R
  • Know voltage and current, need resistance? R = V / I

That is the whole trick. Any two of the three values give you the third, and there is no other algebra to learn. If you can divide, you can use Ohm's law. The mistake people make is not the math — it is mixing units, which I will come back to.

A Worked Example: 12 Volts Across 100 Ohms

Numbers make it concrete. Suppose you have a 12 V supply connected across a single 100 Ω resistor and you want to know the current.

Plug straight into I = V / R:

I = 12 V / 100 Ω = 0.12 A

So 0.12 amps — or 120 milliamps — flows through the resistor. That is the entire calculation. If instead you knew the current was 0.12 A and the resistance was 100 Ω, you would run it the other direction with V = IR and get 12 V back. The three forms are just one relationship looked at from three angles.

You can check this yourself in seconds with the Ohm's Law Calculator: tick the boxes for V and R, type 12 V and 100 Ω, and it returns I = 120 mA along with the exact formula it used. The reason I lean on it rather than mental math is the part most tutorials skip — the power.

Don't Stop at Resistance: Power with P = VI

Resistance tells you how much current flows. Power tells you how much heat the part has to survive. The base power formula is just as small as Ohm's law:

P = V × I

Power, in watts, equals voltage times current. For our 12 V / 100 Ω example:

P = 12 V × 0.12 A = 1.44 W

That 1.44 watts is the heat the resistor must dissipate. A common quarter-watt (0.25 W) resistor would be running roughly six times over its rating — it would scorch, drift in value, and likely fail. You would want at least a 2 W part here, or a higher resistance to drop the current.

Power also has the same rearrangement trick as Ohm's law. Substitute V = IR into P = VI and the variable you do not have drops out:

  • Replace V with I·R: P = I²R
  • Replace I with V/R: P = V² / R

So you never actually need all four quantities measured — any two of V, I, and R let you reach power through one of these forms. A good calculator picks the right one automatically based on which two values you entered, which saves you from rederiving the substitution every time.

The Unit Trap That Burns Beginners

Here is the failure I have watched trip up more new builders than any wiring mistake. Multimeters and datasheets quote current in milliamps — "20 mA" for a typical LED — but the formulas only work in base units. Someone sizing an LED resistor multiplies 5 V by the bare number "20" and gets 100, when the real current is 20 mA = 0.02 A and the answer should be 0.1 W.

The fix is mechanical: keep the prefix attached to the number until you convert it.

  • milli (m) means ÷ 1000, so 20 mA = 0.02 A
  • kilo (k) means × 1000, so 4.7 kΩ = 4700 Ω
  • micro (µ) means ÷ 1,000,000

Convert everything to volts, amps, and ohms before you multiply or divide, then translate the answer back to a readable prefix at the end. This is exactly the kind of bookkeeping a calculator with per-field prefix dropdowns handles for you — you type "20 mA" the way it is printed on the part, and the conversion never becomes a chance to slip a decimal.

A Real LED Resistor, Start to Finish

Let me run the calculation I do most often, because it ties everything together. I want to drive a red LED from a 5 V supply. The LED drops about 2 V across itself at its rated 20 mA, which means the resistor in series has to absorb the remaining 3 V.

First the resistance, with R = V / I:

R = 3 V / 0.02 A = 150 Ω

That lands exactly on the standard E12 value of 150 Ω, which is convenient. Now the power the resistor sheds, with P = VI:

P = 3 V × 0.02 A = 0.06 W = 60 mW

Sixty milliwatts — a standard quarter-watt resistor has comfortable headroom. So the answer is a 150 Ω, 1/4 W resistor, and I know it will not get hot. The first time I built this without checking the power figure I used a tiny surface-mount part on a 200 mA test load and watched it discolour within seconds; reading the wattage alongside the resistance is the habit that stops that. If you are also tallying up what a finished build costs to run over a year, the Electricity Cost Calculator turns watts into a monthly bill.

When Ohm's Law Doesn't Apply

One honest caveat. Everything above assumes a DC circuit or a purely resistive AC load — a heater, an incandescent bulb, a plain resistor. There, V = IR and P = VI hold exactly. The moment you add capacitors or inductors and switch to AC, the simple resistance becomes impedance (Z), voltage and current fall out of phase, and the real power is P = V·I·cos φ, where cos φ is the power factor. For those circuits the three-variable wheel is only the starting point. But for the vast majority of bench work — sizing resistors, checking whether a part will overheat, finding the current draw of a mains appliance — the plain equations are all you need, and they are quick enough to keep in your head once the units stop tripping you.

That is Ohm's law in practice: one product, two rearrangements, and the discipline to always read the power figure before you reach for a part.


Made by Toolora · Updated 2026-06-13