Enter any two values — voltage, current, resistance, or power — and the other two are solved for you, step by step.
Fill exactly two fields. Leave the two you want calculated empty.
How it was solved
History
| # | Given | Voltage | Current | Resistance | Power |
|---|
No calculations yet. Your results will be saved here in this browser.
How Ohm's Law works
The law in one line
V = I × R
Voltage (V), measured in volts, is the electrical "pressure" pushing charge around a circuit. Current (I), in amperes, is how much charge actually flows. Resistance (R), in ohms (Ω), is how strongly the material opposes that flow.
Ohm's Law says the three are locked together: the current through a conductor is directly proportional to the voltage across it, and inversely proportional to its resistance. Double the voltage and the current doubles; double the resistance and the current halves.
A water analogy makes it intuitive: voltage is the water pressure from a pump, current is the flow rate through the pipe, and resistance is how narrow the pipe is. More pressure → more flow. Narrower pipe → less flow.
The triangle trick — rearranging the formula
Write V on top of a triangle, with I and R side by side underneath. Cover the quantity you want, and the layout of the remaining two is the formula:
- Cover V → I and R sit side by side →
V = I × R - Cover I → V sits over R →
I = V ÷ R - Cover R → V sits over I →
R = V ÷ I
The same trick works for the power triangle (P on top, V and I below): P = V × I, V = P ÷ I, I = P ÷ V.
Where power fits in — all 12 formulas
Power (P), in watts, is the rate at which the circuit converts electrical energy into heat, light, or motion: P = V × I. Combining it with Ohm's Law gives three ways to reach each quantity — which is why knowing any two values is always enough:
| To find | From V & I | From V & R | From I & R | From P |
|---|---|---|---|---|
| Voltage | — | — | V = I×R | V = P/I or V = √(P×R) |
| Current | — | I = V/R | — | I = P/V or I = √(P/R) |
| Resistance | R = V/I | — | — | R = V²/P or R = P/I² |
| Power | P = V×I | P = V²/R | P = I²×R | — |
A worked example
A 12 V supply drives a lamp that draws 2 A. What are its resistance and power?
- Known: V = 12 V and I = 2 A.
- Resistance: R = V ÷ I = 12 ÷ 2 = 6 Ω.
- Power: P = V × I = 12 × 2 = 24 W.
- Sanity check with a third formula: P = I² × R = 4 × 6 = 24 W ✓
That cross-check habit — computing the same quantity two ways — is exactly what this calculator's step panel shows you for every problem.
One caveat: Ohm's Law holds for "ohmic" components like resistors and wires, where R stays constant. Devices such as LEDs, diodes, and filament bulbs change resistance with temperature or voltage, so treat their results as a snapshot at one operating point.