Engineering

Ohm's Law Calculator

Enter any two known values to instantly solve for voltage, current, resistance, and power.

Formulas

Voltage (V)

Voltage equals current times resistance

Current (I)

Current equals voltage divided by resistance

Resistance (R)

Resistance equals voltage divided by current

Power (P)

Power equals voltage times current

Power (P)

Power from current and resistance

Power (P)

Power from voltage and resistance

Understanding the Quantities

Voltage (V)

The electrical "pressure" pushing current through a circuit, measured in volts. It's the potential difference between two points.

Current (I)

The rate of flow of electric charge, measured in amps. Higher current means more charge passing a point per second.

Resistance (R)

How strongly a component opposes current flow, measured in ohms. Higher resistance means less current for the same voltage.

Power (P), in watts, is the rate of energy conversion — how fast electrical energy turns into heat, light, or motion.

Real-World Uses

Resistor sizing: Knowing power dissipation (P=I²R) tells you what wattage rating a resistor needs so it doesn't overheat.

LED circuits: Ohm's law determines the correct series resistor value to limit current to a safe level for an LED.

Battery life: Current draw (I=V/R) combined with battery capacity estimates how long a device will run.

FAQ

Frequently asked questions.

What are the 3 Ohm's Law formulas?

The three core Ohm's Law formulas relate voltage (V), current (I), and resistance (R): V = I × R (voltage equals current times resistance), I = V ÷ R (current equals voltage divided by resistance), and R = V ÷ I (resistance equals voltage divided by current). Combined with power formulas — P = V × I, P = I² × R, and P = V² ÷ R — any two known values let you solve for the rest.

What is Ohm's law and what is the formula?

Ohm's law states that the current through a conductor between two points is directly proportional to the voltage across the two points, with resistance as the constant of proportionality. The formula is V = I × R, where V is voltage in volts, I is current in amps, and R is resistance in ohms. Rearranged, this also gives I = V / R and R = V / I, letting you solve for any one quantity when the other two are known.

How do I calculate power using Ohm's law?

Electrical power is calculated as P = V × I (voltage times current), measured in watts. Combining this with Ohm's law (V = I × R) gives two more useful forms: P = I² × R (power from current and resistance) and P = V² / R (power from voltage and resistance). These let you find power directly from whichever two quantities you already know, without first solving for the third.

If I know the voltage and current, how do I find resistance and power?

Given voltage (V) and current (I), resistance is R = V / I and power is P = V × I. For example, with a 12-volt supply and 2 amps of current, resistance is 12 / 2 = 6 ohms, and power is 12 × 2 = 24 watts. This is one of the most common real-world scenarios, since voltage and current are usually the easiest quantities to measure directly with a multimeter.

How do I find voltage and power if I only know current and resistance?

Given current (I) and resistance (R), voltage is found using Ohm's law: V = I × R. Power is then P = I² × R, or equivalently P = V × I once voltage is known. For example, 2 amps flowing through a 6-ohm resistor produces a voltage of 2 × 6 = 12 volts and a power dissipation of 2² × 6 = 24 watts.

How do I find current and voltage if I only know resistance and power?

Given resistance (R) and power (P), current is found by rearranging P = I² × R to get I = √(P / R). Once current is known, voltage follows from Ohm's law: V = I × R. For example, with 24 watts dissipated across a 6-ohm resistor, current is √(24 / 6) = √4 = 2 amps, and voltage is 2 × 6 = 12 volts.

Why does Ohm's law matter for real circuits and choosing components?

Ohm's law and its power equations let engineers and hobbyists size resistors, predict heat dissipation, and avoid damaging components before building a circuit. Knowing the power a resistor must dissipate (P = I²R or P = V²/R) determines what wattage rating the physical resistor needs — undersizing it causes overheating or failure. It's also the basis for calculating current draw in LED circuits, voltage drops across wires, and battery life estimates in simple DC circuits.

Last updated: August 17, 2026