BusinessMarch 29, 2026

Ohm's Law Calculator Guide: V=IR Formula, Power & Applications

By The hakaru Team·Last updated March 2026

Quick Answer

  • *Ohm's Law: V = I × R — Voltage equals Current times Resistance. Georg Simon Ohm published this in 1827.
  • *Three forms: V = I×R, I = V/R, R = V/I. Rearrange to isolate whichever variable you need.
  • *Power in watts: P = V×I, also P = I²×R and P = V²/R.
  • *LED resistor example: 5V supply, 2V LED, 20mA desired → R = (5–2)/0.020 = 150Ω.

What Is Ohm's Law?

Ohm's Law is the foundational relationship in electrical engineering: the current through a conductor between two points is directly proportional to the voltage across those points and inversely proportional to the resistance. In equation form:

V = I × R

Where V is voltage in volts (V), I is current in amperes (A), and R is resistance in ohms (Ω). Georg Simon Ohm published this relationship in 1827 in his treatise Die galvanische Kette, mathematisch bearbeitet(“The Galvanic Circuit Investigated Mathematically”). Prussian scientists initially rejected the work — his employer even pressured him to resign — but the scientific community later vindicated him. By 1841 the Royal Society of London awarded him the Copley Medal, and the unit of resistance was named the “ohm” in his honor.

Today Ohm's Law underpins virtually every circuit design. According to the IEEE, it is among the most-cited relationships in introductory electrical engineering curricula worldwide.

The Three Forms of Ohm's Law

The single equation V = I × R can be rearranged to solve for any of its three variables:

UnknownFormulaWhen to use it
Voltage (V)V = I × RYou know current and resistance; need supply voltage or voltage drop
Current (I)I = V / RYou know voltage and resistance; need to find current draw
Resistance (R)R = V / IYou know voltage and current; need to select or verify a resistor value

The units follow directly: volts = amperes × ohms. If current is in milliamperes (mA), convert to amperes first by dividing by 1,000. Our Ohm's Law Calculator handles unit conversions automatically.

Understanding the Four Electrical Units

  • Voltage (V) — Volts: The electrical “pressure” that drives current through a circuit. Named after Alessandro Volta. Common values: 1.5V (AA battery), 3.3V or 5V (logic circuits), 12V (car battery), 120V/240V (household mains).
  • Current (I) — Amperes (Amps): The flow rate of electric charge, measured in coulombs per second. Typical values: 20mA (LED), 2A (USB phone charger), 15A (household circuit breaker), 500A (car starter motor).
  • Resistance (R) — Ohms (Ω): Opposition to current flow. The IEC defines one ohm as the resistance between two points of a conductor when a constant voltage of one volt produces a current of one ampere (IEC 60050-131). Common resistor values range from 1Ω to 10MΩ.
  • Power (P) — Watts (W): The rate of energy conversion. P = V × I. A 60W bulb at 120V draws 0.5A; a Level 2 EV charger at 240V and 32A delivers 7,680W of charging power.

Power Formulas: The Ohm's Law Power Wheel

Combining the basic power formula P = V × I with Ohm's Law V = I × R produces four equivalent power equations:

FormulaKnowns neededExample
P = V × IVoltage, Current5V × 2A = 10W (USB charger)
P = I² × RCurrent, Resistance(0.020)² × 150 = 0.06W (LED resistor dissipation)
P = V² / RVoltage, Resistance(120)² / 240 = 60W (light bulb)
V = I × RCurrent, ResistanceCore Ohm's Law

Horowitz and Hill's The Art of Electronics(3rd ed.) calls these four relationships “the working tools of every circuit designer” — you will use them constantly.

Worked Example 1: LED Resistor Calculation

LEDs require a current-limiting resistor to avoid burning out. Here's how to size it:

  • Supply voltage: 5V
  • LED forward voltage drop: 2V (typical red LED)
  • Desired LED current: 20mA (0.020A)

The resistor must drop the remaining voltage after the LED takes its share:

Voltage across resistor = 5V – 2V = 3V
R = V / I = 3 / 0.020 = 150Ω

150Ω is a standard E24-series resistor value (no substitution needed). The power dissipated in the resistor: P = I² × R = (0.020)² × 150 = 0.06W — well within the rating of a standard 0.25W resistor.

LED forward voltages by color (approximate, per IEC 60809 and manufacturer datasheets):

LED ColorTypical Forward Voltage
Infrared1.2 – 1.8V
Red1.8 – 2.2V
Yellow / Orange2.0 – 2.2V
Green2.0 – 3.5V
Blue / White2.8 – 3.5V
UV3.1 – 4.4V

Worked Example 2: USB Charger Power

A USB charger labeled “5V 2A” delivers:

  • Power: P = V × I = 5 × 2 = 10W
  • Effective load resistance: R = V / I = 5 / 2 = 2.5Ω

A fast-charging USB-C PD adapter at 20V and 5A delivers P = 20 × 5 = 100W— enough to charge most laptops. The NIST defines watt as one joule per second; 100W sustained for one hour equals 0.1 kWh of energy.

Worked Example 3: Household Circuit Capacity

A standard 120V, 15A household circuit can safely power:

  • Maximum power: P = V × I = 120 × 15 = 1,800W
  • The National Electrical Code (NEC) recommends loading circuits to no more than 80% of rated capacity for continuous loads, so practical usable power is 1,800 × 0.80 = 1,440W

This is why you'll trip a breaker running a 1,500W space heater and a 600W microwave on the same 15A circuit simultaneously.

Real-World Ohm's Law Applications

ApplicationVoltageCurrent / ResistanceKey figure
Car battery (cranking)12V~500A cranking currentInternal resistance ≈ 0.024Ω (R = 12/500)
LED strip lighting12V or 24V2–3.5V per LED forward voltageResistor required per LED or segment
EV Level 2 charging240V32A7,680W charging power
USB-C PD laptop charger20V5A100W maximum
Household 20A circuit120V20A breaker2,400W max (1,920W at 80% NEC rule)
Telephone line (POTS)48V DC~600Ω load impedance0.08A nominal loop current

Series and Parallel Resistance

Real circuits often combine multiple resistors. The combined resistance depends on how they are connected.

Series Resistance

Resistors in series add directly:

Rtotal = R1 + R2 + R3 + …

Example: three 100Ω resistors in series → Rtotal = 300Ω. The same current flows through each resistor; voltage divides across them proportionally. This is the basis of voltage dividers — see our voltage divider guide for details.

Parallel Resistance

Resistors in parallel combine by the reciprocal rule:

1 / Rtotal = 1/R1 + 1/R2 + 1/R3 + …

For two equal resistors of value R in parallel: Rtotal = R/2. For 100Ω and 100Ω in parallel: 1/Rtotal = 1/100 + 1/100 = 2/100, so Rtotal = 50Ω. Parallel resistors always produce a combined value lowerthan the smallest individual resistor. Current splits across parallel branches according to each branch's resistance.

ConfigurationFormulaR1 = 100Ω, R2 = 200Ω
SeriesR1 + R2300Ω
Parallel(R1 × R2) / (R1 + R2)66.7Ω

Resistor Color Codes

Through-hole resistors use colored bands to indicate resistance. The standard 4-band code (IEC 60062) reads left to right: first digit, second digit, multiplier, tolerance.

ColorDigit valueMultiplier
Black0×1
Brown1×10
Red2×100
Orange3×1,000
Yellow4×10,000
Green5×100,000
Blue6×1,000,000
Violet7
Gray8
White9
Gold×0.1 (tolerance ±5%)
Silver×0.01 (tolerance ±10%)

A resistor with bands Brown–Black–Brown–Gold reads: 1, 0, ×10 = 100Ω ±5%.

Limitations of Ohm's Law

Ohm's Law applies to ohmic(linear) components — those where resistance stays constant as voltage and current vary. Many real-world components are non-ohmic:

  • Diodes and LEDs: Conduct in only one direction; resistance drops sharply once the forward voltage threshold is reached. You cannot use V/I directly to characterize a diode — you use the Shockley diode equation instead.
  • Transistors: Resistance between collector and emitter is controlled by base current — a non-linear relationship central to amplification and switching.
  • Thermistors: Resistance changes significantly with temperature. NTC (negative temperature coefficient) thermistors decrease in resistance as temperature rises.
  • Incandescent bulbs: Resistance increases as the filament heats up; a cold 60W bulb at 120V has a much lower resistance than when fully lit.
  • Superconductors: Below a critical temperature, resistance drops to exactly zero — Ohm's Law breaks down entirely.

For AC circuits, the concept of resistance expands to impedance(Z), which includes resistive, capacitive, and inductive effects. The AC form becomes V = I × Z. For purely resistive loads (heaters, incandescent bulbs), impedance equals resistance and standard Ohm's Law applies directly.

5 Common Ohm's Law Applications in Everyday Electronics

  1. LED current-limiting resistors: Every LED in a circuit needs a resistor calculated via R = (Vsupply – VLED) / Idesired. Skip this and the LED burns out in seconds.
  2. Wire sizing for safe current capacity: Electricians use Ohm's Law to verify that wire resistance does not cause excessive voltage drop or overheating. The NEC specifies maximum current ratings for wire gauges based on this relationship.
  3. Battery and charger matching: Understanding V = I × R helps match charger output impedance to load requirements — critical for fast-charging protocols like USB Power Delivery.
  4. Fuse and circuit breaker selection: A breaker sized at I = P / V ensures the protective device trips before wiring or equipment is damaged. A 1,800W appliance at 120V requires at least I = 1,800/120 = 15A protection.
  5. Speaker impedance matching: Audio amplifiers are designed for specific load impedances (typically 4Ω, 6Ω, or 8Ω). Mismatching speaker and amplifier impedance reduces power transfer or risks damage, following directly from P = V²/R.

Calculate voltage, current, resistance, and power instantly

Use our free Ohm's Law Calculator →

Also see: Voltage Divider Calculator GuideOhm's Law Explained

Frequently Asked Questions

What is Ohm's Law?

Ohm's Law states that the voltage across a conductor is directly proportional to the current flowing through it, with resistance as the constant of proportionality. It is expressed as V = I × R, where V is voltage in volts, I is current in amperes, and R is resistance in ohms. Georg Simon Ohm published this relationship in 1827.

How do you calculate resistance using Ohm's Law?

Rearrange V = I × R to get R = V / I. Divide the voltage (in volts) by the current (in amperes) to get resistance in ohms. For an LED circuit where the supply is 5V and the LED drops 2V at 20mA: R = (5 – 2) / 0.020 = 150Ω. Use our Ohm's Law Calculator to solve for any variable in seconds.

What are the three formulas for Ohm's Law?

The three forms are: (1) V = I × R to find voltage; (2) I = V / R to find current; (3) R = V / Ito find resistance. All three are algebraically equivalent — rearrange to isolate whichever variable is unknown.

What is the relationship between Ohm's Law and power?

Power in watts equals P = V × I. Substituting Ohm's Law gives two additional forms: P = I² × R and P = V² / R. These four equations form what engineers call the Ohm's Law power wheel. A USB charger at 5V and 2A delivers P = 5 × 2 = 10W; a Level 2 EV charger at 240V and 32A delivers P = 240 × 32 = 7,680W.

Why does Ohm's Law not apply to all components?

Ohm's Law applies only to ohmic (linear) components where resistance is constant regardless of applied voltage. Non-ohmic components — diodes, LEDs, transistors, thermistors — have resistance that changes with voltage, current, or temperature. An LED's resistance drops sharply once its forward voltage threshold (typically 1.8–3.5V) is reached. Engineers use Ohm's Law for the resistive portions of a circuit and device-specific models (like the Shockley diode equation) for non-linear components.