Ohm's Law Calculator

Enter any two values — voltage, current, resistance, or power — and get the other two instantly.

Voltage

Current

Resistance

Power

Voltage

Current

Resistance

Power

Practical Examples

  1. USB-powered current limiting — 5 V supply · 100 Ω resistor → I = 50 mA, P = 250 mW. A ½ W resistor covers the 2× derating margin.
  2. 12 V car accessory load — 12 V supply · 0.5 A draw → R = 24 Ω, P = 6 W. Use a 10 W or higher rated wirewound resistor.
  3. Pull-up resistor on a GPIO — 3.3 V logic · 10 kΩ pull-up → I = 0.33 mA, P = 1.1 mW. A ¼ W resistor has over 200× headroom.

Understanding Ohm's Law

Ohm's Law was formulated by German physicist Georg Ohm in 1827. It describes a simple linear relationship: for a resistive conductor at constant temperature, the current through it is directly proportional to the voltage across it. The constant of proportionality is resistance, measured in ohms (Ω).

The law extends naturally to power. Because power is the rate of energy transfer (P = V × I), you can derive three equivalent power expressions: P = V × I, P = I² × R, and P = V² / R. These are essential for sizing components — a resistor must be rated for the power it dissipates, not just the voltage or current alone.

Ohm's Law holds for linear, resistive loads. It does not apply to non-linear devices such as diodes, LEDs, and transistors, whose resistance changes with voltage and current. It also becomes insufficient at high frequencies, where parasitic inductance and capacitance in component leads and PCB traces play a significant role.

FAQ

What is Ohm's Law?

Ohm's Law states that the voltage across a resistor is proportional to the current through it: V = I × R. Formulated by Georg Ohm in 1827, it is the foundational relationship for analysing DC resistive circuits. The same relationship gives power dissipation: P = V × I = I² × R = V² / R.

What is the difference between AC and DC resistance?

In a DC circuit, resistance (R) is the only opposition to current. In an AC circuit, inductors and capacitors also oppose current — this is called reactance (X). The combined opposition is impedance (Z), and Ohm's Law still holds in the form V = I × Z, but Z is a complex number. This calculator handles DC resistive circuits only.

Can I use this calculator for LED circuits?

Not directly. LEDs are non-linear — their effective resistance changes with current. The correct approach is to account for the LED's forward voltage drop (typically 1.8–3.5 V depending on colour) and calculate the series resistor from the remaining voltage. Use the LED Resistor Calculator for that.

What does power dissipation mean for component selection?

Every resistor converts electrical energy to heat. If the dissipated power exceeds the component's rating, it will overheat and fail. Standard through-hole resistors are rated ¼ W or ½ W. Always choose a resistor rated at least 2× the calculated power (standard derating practice) to ensure reliability and thermal safety.

Why does resistance change with temperature?

Most conductive materials have a positive temperature coefficient — resistance rises as the material heats up, because increased atomic vibration impedes electron flow. This is quantified in ppm/°C and matters in precision voltage references, oscillators, and sensor circuits. Metal-film resistors (50–100 ppm/°C) are significantly more stable than carbon-film (200–500 ppm/°C).

What is the practical limit of Ohm's Law?

Ohm's Law applies to linear, time-invariant resistive elements. It breaks down for non-linear devices (diodes, transistors, varistors), and at high frequencies where parasitic inductance and capacitance in component leads and PCB traces dominate. It also assumes steady-state conditions — during transients, capacitors and inductors draw current in ways a simple R cannot model.