What Is the Ohm's Law & Power Calculator?

Whether you're wiring an LED or checking how many amps a space heater pulls, you need to know how voltage, current, and resistance work together. Guessing these values is a fast track to blown fuses or burned-out components.

I built this Ohm's Law Calculator to act like a bench tool. You punch in any two values—Voltage, Current, Resistance, or Power—and it instantly fills in the blanks. It handles the math, converts units on the fly, and even spits out the exact algebra formula it used.

Quick Reference
  • Ohm's Law (V = I × R): Connects Voltage, Current, and Resistance.
  • Joule's Law (P = V × I): Calculates Electrical Power (Watts).
  • You only need two known values to find the rest.
  • Double-check your units (like converting milliamps to Amps) if you're doing the math yourself.
SS

About the Developer & Methodology

Hi, I'm Saim S., the lead developer for Countimator's physics tools. My background is in electronics and microcontrollers, so I wanted a calculator I'd actually use on the bench. I validated the logic here against real readings from Fluke digital multimeters to make sure the math holds up, even down to the micro-amp level.

Last Updated: May 2026
Data Privacy: Everything runs locally in your browser using JavaScript. We don't track, store, or send your circuit parameters anywhere.

How to Use This Calculator

I left out the typical "Calculate" button on purpose. Here's how it works:

  1. Find your knowns: Figure out which two numbers you already have (Voltage, Current, Resistance, or Power).
  2. Punch in the first number: Type it into the box. Use the dropdown if you need to switch units (like changing Amps to milliamps).
  3. Punch in the second number: As soon as you finish typing, the tool locks the remaining fields and highlights the answers in green.
  4. Check the math: A box at the bottom will show you exactly which formulas generated your results.
  5. Make changes on the fly: If you need to tweak a number, just click any field (even the green ones) and start typing. It updates based on the last two boxes you touched.

Understanding Ohm's Law (The Core Formulas)

First formulated by German physicist Georg Simon Ohm in 1827, Ohm's Law is the foundational principle of all electrical circuits. It states a straightforward physical truth: the electrical current flowing between two distinct points through a conductor is directly proportional to the voltage pushing it, and inversely proportional to the resistance fighting it.

In practical terms, if you increase the voltage (the push), more current flows. If you increase the resistance (the restriction), less current flows.

1. Voltage (V)

Measured in Volts. Think of this as the "pressure" pushing electricity through the wire.

2. Current (I)

Measured in Amps. This is the actual volume of electrons flowing past a given point.

3. Resistance (R)

Measured in Ohms (Ω). This is the friction holding the flow back.

The main equation looks like this:

V = I × R

You can shuffle that algebra around to solve for whatever you're missing:

Source Reference: For a deep dive into the physics behind this, check out Georgia State University's HyperPhysics notes.

Calculating Electrical Power (Watts)

We usually lump Joule's Law in with Ohm's Law. Power (P) tells you the rate at which your circuit is doing work or generating heat.

The standard formula for DC power is:

P = V × I

Since we already know V = I × R, we can mash the formulas together. This lets you calculate Power even if you're missing voltage or current:

Practical Examples & Applications

Example 1: Sizing a Resistor for an LED Circuit

One of the most common applications of Ohm's Law is protecting delicate components from overcurrent. Say you have a 9V battery and want to light up a standard basic red LED. If you connect it directly, the LED will immediately burn out.

A typical red LED requires a forward voltage of about 2V to run and pulls a continuous current of 20mA (which is 0.02 Amps). Because your source is 9V, your protective series resistor has to safely "drop" or eat the remaining 7V. Plug V = 7 and I = 0.02 into the calculator. It instantly calculates that you need exactly a 350 Ω resistor to safely restrict the current and keep the LED operating properly without blowing up.

Example 2: Watts to Amps (Will It Trip the Breaker?)

You just bought a 1500W space heater. Will it trip your standard 15A household breaker? In the US, wall outlets supply 120V. Enter P = 1500 and V = 120. The calculator shows an amperage draw of 12.5 A. Since 12.5 is safely under 15, you won't trip the breaker—as long as nothing else is running on that circuit.

Reference Tables & Unit Conversions

The calculator handles units automatically, but here's a cheat sheet if you're doing the math on paper:

Prefix Symbol Multiplier Example
Micro μ 0.000001 (10⁻⁶) 1 μA = 0.000001 Amps
Milli m 0.001 (10⁻³) 1 mA = 0.001 Amps
Base Unit (None) 1 (10⁰) 1 V = 1 Volt
Kilo k 1,000 (10³) 1 kV = 1,000 Volts
Mega M 1,000,000 (10⁶) 1 MΩ = 1,000,000 Ohms

Frequently Asked Questions

The basic V = I × R formula works fine for DC circuits and purely resistive AC loads, like space heaters or old incandescent lightbulbs. But if your AC circuit has inductors or capacitors (like a motor), resistance turns into "impedance" (Z). At that point, you have to factor in phase angles and power factor.

Mathematically, dividing by zero sends current toward infinity. In the real world, this is a short circuit. The wire will dump massive amounts of current until a fuse blows, the breaker trips, or the wire physically melts.

The 'I' stands for "Intensité de Courant" (Intensity of Current). We get it from the French physicist André-Marie Ampère, who helped establish the foundational laws of electromagnetism.

Tool Limitations & Disclaimer

Advisory: I designed this calculator for standard DC circuits and purely resistive AC circuits. It won't calculate the impedance, reactance, or phase shifts you'd need for complex AC engineering. Always verify your math with a certified professional before wiring physical circuits—especially anything involving mains voltage. Be smart and don't electrocute yourself.