Ohm's Law & Power Calculator

Enter any two values — Voltage, Current, Resistance, or Power — and the other two calculate instantly. All calculations run in your browser.

ZERO UPLOAD · ALL LOCAL
  1. Enter any two values — Voltage, Current, Resistance, or Power.
  2. The remaining two fields calculate instantly.
  3. Tap Copy next to any field to grab its value.

Pre-filled for this page

The Voltage and Resistance fields below are pre-filled to 9 V and 330 Ω, the worked example this page walks through, with the other two values calculated automatically.

Pre-filled for this page

The Voltage and Power fields below are pre-filled to 12 V and 200 W, the worked example this page walks through, with the other two values calculated automatically.

Pre-filled for this page

The Current and Resistance fields below are pre-filled to 1 A and 0.42 Ω, the worked example this page walks through, with the other two values calculated automatically.

Voltage divider reference

  • Vout = Vin × R2/(R1+R2)
  • R1||R2 = R1 × R2/(R1+R2)
  • divider current ≥ 10x max load current keeps output shift under ~10%
  • 12V in, 8.2kΩ/3.3kΩ → Vout = 3.44V

This calculator solves single-resistor V/I/R/P relationships only — it doesn't model the two-resistor divider network above.

Series resistance reference

  • R_total = R1 + R2 + ... + Rn
  • I = Vsupply / R_total — the same current flows through every element
  • V_n = I × R_n
  • 12V, 100Ω+220Ω+330Ω → 18.5 mA, drops of 1.85V/4.06V/6.09V

This calculator solves single-resistor V/I/R/P relationships only — it doesn't sum a multi-resistor series chain.

Parallel resistance reference

  • 1/R_total = 1/R1 + 1/R2 + ...
  • R_total = R1 × R2 / (R1 + R2)
  • R_total = R/N
  • 10kΩ || 4.7kΩ → 3.2kΩ

This calculator solves single-resistor V/I/R/P relationships only — it doesn't combine multiple resistors into an equivalent value.

Voltage V
Current A
Resistance Ω
Power W

Ohm's Law basics

Ohm's Law states that the current through a conductor between two points is directly proportional to the voltage across those points, which gives the familiar relationship voltage (V) equals current (I) multiplied by resistance (R): V = I × R.1 Voltage is the electric potential difference measured in volts. Current is the flow of charge measured in amperes. Resistance is how much a component opposes that flow, measured in ohms.

The core equation in practice

Rearranging the same relationship into I = V/R and R = V/I lets you solve for whichever quantity you're missing. A 10-ohm resistor connected to a 5V supply will pass 0.5A of current. Double the resistance to 20 ohms and the current drops to 0.25A at the same voltage. Halve it to 5 ohms and the current rises to 1A. Because the three quantities are linked by a single equation, knowing any two of them is always enough to pin down the third without ambiguity. These relationships are linear, so doubling the voltage across a fixed resistance doubles the current in lockstep.

Power relationships

Electrical power (P) in watts is the product of voltage and current: P = V × I. Combined with Ohm's Law, this gives two more useful forms: P = I²R (power from current and resistance) and P = V²/R (power from voltage and resistance).2 Choosing which form to use depends on the two quantities you already know, letting you avoid an extra step of rearranging the equation first.

Power forms for common cases

A 220-ohm resistor dropping 5V will dissipate about 114 milliwatts. That's fine for a quarter-watt resistor but would overheat a tenth-watt part. A 470-ohm resistor at the same 5V drops roughly 53 milliwatts. Across the standard values used for LED current limiting these losses stay well inside a quarter-watt rating, which is why a 220-ohm or 470-ohm part rarely needs anything bigger. Use this calculator to check dissipation whenever you pick resistor wattage for LED circuits, voltage dividers, or pull-up resistors.

Practical examples

The equations behind Ohm's Law are simple, but applying them well means choosing which quantities to work with and which assumptions to check. The two scenarios below are the ones you will encounter most often when you are picking a resistor for an LED or sizing a wire run in a higher-current circuit, and working through them step by step shows how the algebra turns into a design decision.

Choosing a current-limiting resistor for an LED

For a typical LED running at 20mA with a forward voltage of 2.1V on a 5V supply: the resistor needs to drop 2.9V at 0.02A, so R = 2.9/0.02 = 145 ohms. The nearest standard value is 150 ohms, giving about 19mA, well within the LED's rating.34 Working through the subtraction before you reach for a part keeps your LED current inside the manufacturer's safe range. The same steps apply to any supply voltage or LED colour.

For a 12V automotive circuit drawing 2A through a 0.5-ohm wire run: the voltage drop across the wire is V = I×R = 1V, and the power wasted as heat is P = I²R = 2 watts. That tells you the wire must dissipate 2 watts as heat while carrying that load.2

Resistors in series and parallel

Ohm's Law extends naturally to networks of resistors. In a series circuit, resistances add directly: two 100-ohm resistors in series give 200 ohms total, and the same current flows through both. In a parallel circuit, the combined resistance is lower than any individual resistor: two equal resistors in parallel give half the resistance of either one. The formula for two parallel resistors is R = (R1 × R2) / (R1 + R2). Knowing these relationships lets you use this calculator to find the voltage drop and current at each stage of a multi-component circuit by breaking it into series and parallel groups, solving each group, and working outward.5

Voltage dividers, a core building block in analogue electronics, rely on the series relationship. Two resistors R1 and R2 connected from supply to ground produce an output voltage at the midpoint of V × R2 / (R1 + R2). Entering the total series resistance and supply voltage into the calculator gives the total current; multiplying that current by R2 gives the divider's output voltage. Understanding this calculation is essential for setting bias points in transistor circuits and scaling sensor voltages down to ADC input ranges.5

Power dissipation and component ratings

Every resistor has a maximum power rating that determines how much heat it can safely dissipate. Standard through-hole resistors are rated at 0.125 W, 0.25 W, 0.5 W, or 1 W.6 Surface-mount resistors in 0402 or 0603 packages are typically rated at 0.063 W or 0.1 W.78 Use the P = I²R or P = V²/R form of the power equation to check whether a chosen resistor stays within its rating before committing to a design.

A resistor running near its rated power becomes hot, and excessive heat can drift the resistance value upward over time or even cause the part to fail open in extreme cases. For that reason designers typically pick a resistor rated for at least twice the expected dissipation, leaving enough margin to keep the component and surrounding board cool inside an enclosed housing. The same logic applies to pull-up resistors and voltage dividers that sit in a signal path for hours at a time, where a part that runs warm to the touch is a sign you should step up to the next higher power rating.6

When Ohm's Law has limits

Ohm's Law assumes resistance stays constant regardless of voltage or current, and most resistors satisfy this assumption over their full operating range even as the ambient temperature rises by several degrees. Semiconductors do not: a diode's forward voltage drop is roughly fixed regardless of current, so V = IR gives misleading results. Transistors and FETs have regions of operation where current depends on voltage in highly non-linear ways. Inductive and capacitive components introduce frequency-dependent behaviour that a resistance-only model cannot capture.

Because the relationship breaks down outside a purely resistive DC circuit, applying this calculator to diodes, transistors, or any AC circuit that includes capacitors or inductors gives only a rough approximation. For those components you need to work with impedance, complex numbers, or device-specific models instead. Within resistive DC circuits, however, Ohm's Law remains exact and reliable, which is why it still underpins the vast majority of hobbyist and breadboard design work.19

Resistor Power Rating Reference

  • 0.125 W – 1 W
  • Rate for at least 2× expected dissipation

Calculate your own P = I²R or P = V²/R above and check it against these power ratings before picking a part.

Sources
  1. 1.

    Physics LibreTexts, "9.5: Ohm’s Law," phys.libretexts.org, accessed June 2026. https://phys.libretexts.org/Bookshelves/University_Physics/University_Physics_(OpenStax)/University_Physics_II_-_Thermodynamics_Electricity_and_Magnetism_(OpenStax)/09%3A_Current_and_Resistance/9.05%3A_Ohm%27s_Law

  2. 2.

    Physics LibreTexts, "20.4: Electric Power and Energy," phys.libretexts.org, accessed June 2026. https://phys.libretexts.org/Bookshelves/College_Physics/College_Physics_1e_(OpenStax)/20%3A_Electric_Current_Resistance_and_Ohm%27s_Law/20.04%3A_20.4_Electric_Power_and_Energy

  3. 3.

    Electronics Tutorials, "LED Resistor," electronics-tutorials.ws, accessed June 2026. https://www.electronics-tutorials.ws/resistor/led-resistor.html

  4. 4.

    SparkFun, "Resistors: Decoding Resistor Markings," learn.sparkfun.com, accessed June 2026. https://learn.sparkfun.com/tutorials/resistors/decoding-resistor-markings

  5. 5.

    SparkFun, "Resistors: Series and Parallel Resistors," learn.sparkfun.com, accessed June 2026. https://learn.sparkfun.com/tutorials/resistors/series-and-parallel-resistors

  6. 6.

    Electronics Tutorials, "Resistor Power Rating and the Power of Resistors," electronics-tutorials.ws, accessed June 2026. https://www.electronics-tutorials.ws/resistor/res_7.html

  7. 7.

    TE Connectivity, "CRG0402F1K0: NEOHM Surface Mount Resistors," te.com, accessed June 2026. https://www.te.com/en/product-2-1676480-2.html

  8. 8.

    TE Connectivity, "CRG0603F330R: NEOHM Surface Mount Resistors," te.com, accessed June 2026. https://www.te.com/en/product-1622918-1.html

  9. 9.

    HyperPhysics, "Impedance: Series-Parallel Combination," hyperphysics.phy-astr.gsu.edu, accessed June 2026. http://hyperphysics.phy-astr.gsu.edu/hbase/electric/serpar.html

FAQ