⚡ Ohm's Law Calculator
Voltage · Current · Resistance · Power
Enter any two known values. Leave the others blank. The calculator solves for everything else.
What Is Ohm's Law, and Why Does Every Electrician, Student, and Maker Need to Know It?
Imagine water flowing through a garden hose. The water pressure pushing it forward is like voltage. The actual flow of water coming out is like current. And how narrow or kinked the hose is — that's resistance. Ohm's Law is simply the rule that connects all three. It says: the more pressure you apply, the more current flows; and the more resistance you add, the less current gets through. That's it. One sentence. And yet this single idea underpins almost everything in electronics.
Georg Simon Ohm, a German physicist, published this relationship in 1827. He wrote it as a simple equation: V = I × R. Voltage equals current multiplied by resistance. Or flip it around to get current: I = V ÷ R. Or flip it again to get resistance: R = V ÷ I. Three rearrangements of the same truth. Hobbyists memorize this triangle shape: put V on top, then I and R on the bottom side by side. Cover the value you want to find, and the remaining two tell you what to do — multiply or divide.
The Fourth Variable: Power
Ohm's Law alone gives you three quantities. But in practical electronics, there is a fourth quantity that matters enormously: power, measured in Watts. Power tells you how much energy a component is consuming (or producing) every second. A resistor that dissipates too much power gets hot and eventually burns out. A battery that delivers too much power to a motor drain fast. Choosing the right components means understanding power, not just voltage and current.
The power equation is: P = V × I. Watts equals Volts times Amps. Since we already know that V = I × R, we can substitute that in and get two more versions: P = I² × R (current squared times resistance) and P = V² ÷ R (voltage squared divided by resistance). Together, these four variables — V, I, R, P — and their interrelationships form what engineers call the power triangle, sometimes drawn as a wheel with 12 different formula combinations.
The useful thing about having four variables with multiple equations is that you only need to know any two of them to calculate the other two. That's exactly what this calculator does. Enter voltage and resistance? It finds current and power. Know the power rating and the resistance of a heating element? It solves for voltage and current. This flexibility makes it useful in dozens of real-world scenarios.
A Quick Walk Through Real-World Examples
Example 1 — LED current limiting resistor: You have a 5V power supply and an LED that wants 20mA (0.02A) of current. The LED has a forward voltage drop of about 2V, leaving 3V across the resistor. Using R = V ÷ I, you get 3 ÷ 0.02 = 150 ohms. Power in the resistor is P = I² × R = 0.02² × 150 = 0.06W. A standard ¼W resistor is more than enough.
Example 2 — Car audio fuse sizing: Your car amplifier is rated at 300W and runs on a 14.4V charging system. Current = P ÷ V = 300 ÷ 14.4 ≈ 20.8A. You would choose a 25A or 30A fuse to allow some headroom while still protecting the wiring.
Example 3 — Heating element: You buy a 1000W, 240V electric kettle element. Its resistance is R = V² ÷ P = 240² ÷ 1000 = 57,600 ÷ 1000 = 57.6 ohms. The current it draws is I = P ÷ V = 1000 ÷ 240 ≈ 4.17A.
In each case, two values were known and the rest followed automatically from the same set of equations.
Common Beginner Mistakes
The biggest trap beginners fall into is mixing up units. Ohm's Law only works when you keep everything consistent. Voltage in Volts. Current in Amperes (not milliamps). Resistance in Ohms. Power in Watts. If your current is listed as 20mA, convert it to 0.020A before plugging it into any formula. The calculator on this page handles this automatically, but when working by hand, always double-check your units first.
The second common mistake is treating Ohm's Law as a universal truth for every component. It strictly applies to resistors and purely resistive loads like heating elements and incandescent bulbs. Semiconductors like diodes and transistors don't follow a straight-line V-I relationship, so you can't directly apply V = IR to them in the same way. LEDs, capacitors, inductors, and motors all behave differently. That said, Ohm's Law is still used constantly to analyze the resistive portions of any circuit, even complex ones.
How to Use the Calculator Above
The tool accepts voltage (V), current (I), resistance (R), and power (P). You fill in exactly two of the four boxes and click Calculate. The tool figures out which two you gave, picks the right formula combination, and fills in the remaining two values. Solved values are highlighted in amber so you can see at a glance what was calculated versus what you entered.
Large and small values are displayed with appropriate prefixes — kilohms (kΩ), microamps (µA), milliwatts (mW) — so results stay readable whether you're working with a tiny sensor circuit or a high-power industrial load. The reference formula wheel at the bottom of the widget is there as a quick reminder of all the relationships, so you can follow the math yourself if you want to verify or learn.
Why This Matters Beyond Textbooks
Ohm's Law is not academic trivia. It is the first thing a technician reaches for when diagnosing a fault in a circuit, choosing a replacement component, designing a voltage divider, sizing a fuse, specifying a power supply, or figuring out why a motor is running hot. It takes about five minutes to understand the formula and a lifetime to build intuition about when and how to apply it. Starting with a reliable calculator removes the friction of mental arithmetic so you can focus on understanding the why — which is always more valuable than the arithmetic itself.
Whether you are a student preparing for your first electronics exam, a hobbyist prototyping an Arduino project, a maker building LED lighting for a camper van, or a professional doing a back-of-the-envelope sanity check on a circuit design, Ohm's Law is the bedrock. Everything else in electronics sits on top of it.