🛠️ Other ToolsFree · No signup

Ohm's Law Calculator

Calculate voltage, current, resistance, and power using Ohm's Law (V=IR). Enter any two values to find the other two.

About the Ohm's Law Calculator

Ohm's Law is the single most fundamental relationship in all of electrical engineering, and an Ohm's Law calculator puts the full power of that relationship at your fingertips instantly. The law states that voltage (V) equals current (I) multiplied by resistance (R) — a deceptively simple equation that underpins every circuit ever designed, from the wiring in your home to the microprocessors in your smartphone. Our calculator goes far beyond the basic V = IR relationship by solving for any of the four core electrical quantities — voltage, current, resistance, and power — from any two known values, covering all twelve possible input combinations derived from Ohm's Law and the power equations. Whether you are an electrician verifying a circuit design, a physics student working through textbook problems, an electronics hobbyist building an Arduino project, or an engineer designing a control panel, this tool provides instant answers with complete unit flexibility. The practical applications of Ohm's Law span an enormous range. Electricians use it daily to verify that circuit currents stay within safe limits, to calculate the resistance of long cable runs, and to diagnose faults where measured voltage or current deviates from the expected value. Electronics hobbyists and makers use it to calculate current-limiting resistors for LEDs, to size power supplies for microcontroller projects, and to ensure components operate within their rated power dissipation limits. Physics students use it to build intuition about how voltage, current, and resistance interact — a foundation that everything from battery technology to semiconductor physics builds upon. Power calculations are equally important. The relationship P = V x I = I squared x R = V squared / R lets you calculate how much heat a resistor dissipates, whether a wire can safely carry a given current, or how much power a motor delivers to a load. Selecting a resistor with an adequate power rating is critical for safety and reliability — a 100 ohm resistor rated at 1/4 watt will overheat and fail if it is required to dissipate 1 watt, potentially causing a fire. Our calculator shows the power dissipation alongside the resistance and current values, making it easy to verify component ratings. The calculator also handles unit conversions automatically. Resistance can be entered in ohms, kilohms, or megohms. Current can be in amps, milliamps, or microamps. Voltage can be in volts or millivolts. This flexibility means you can work directly with the units printed on component datasheets without manual conversion. For LED circuits, the calculator includes a dedicated LED resistor sizing mode that accounts for the LED forward voltage drop — the most common beginner electronics calculation and one that trips up many first-time circuit builders.

Formula

V = I x R | I = V/R | R = V/I | P = V x I = I squared x R = V squared / R | LED resistor: R = (V_supply - V_forward) / I_forward

How It Works

The calculator derives all results from two foundational equations: Ohm's Law (V = I x R) and the power equation (P = V x I). These two equations generate a complete family of twelve relationships covering every possible pair of inputs. Given voltage and resistance, current equals V divided by R and power equals V squared divided by R. Given voltage and power, current equals P divided by V and resistance equals V squared divided by P. Given current and resistance, voltage equals I multiplied by R and power equals I squared multiplied by R. Given current and power, voltage equals P divided by I and resistance equals P divided by I squared. Given resistance and power, voltage equals the square root of P multiplied by R and current equals the square root of P divided by R. A worked example for LED circuit design: you have a 9V battery and want to run a red LED safely. Red LEDs have a forward voltage of approximately 2.0V and a target forward current of 20 milliamps. The voltage across the current-limiting resistor is 9.0 minus 2.0 equals 7.0V. Required resistance equals 7.0V divided by 0.020A equals 350 ohms. The nearest standard E12 resistor value is 390 ohms, which limits current to 7.0 divided by 390 equals 17.9 milliamps — safely below the LED's maximum rating. Power dissipated in the resistor equals I squared times R equals 0.0179 squared times 390 equals 0.125 watts. A 1/4 watt resistor is at its rated limit; use a 1/2 watt resistor for safety margin. For AC circuits with reactive components, impedance (Z) replaces resistance in the Ohm's Law equation: |V| = |I| x |Z|, where Z is the complex impedance combining resistance and reactance.

Tips & Best Practices

  • LED resistor sizing is critical for every LED circuit. Connecting an LED directly to a power supply without a current-limiting resistor will destroy the LED instantly. The formula R = (V_supply minus V_forward) divided by I_forward is the most-used Ohm's Law application in hobby electronics. Always calculate it before connecting power.
  • Short circuit danger: when resistance approaches zero, current approaches infinity according to Ohm's Law. Real circuits are limited by source impedance and fuse or breaker response time, but even milliseconds of fault current can cause fires and equipment destruction. This is why overcurrent protection is non-negotiable in every electrical installation.
  • Open circuit detection: if resistance between two nodes measures extremely high (megohms or more on a multimeter), current flow is negligible regardless of voltage. This is the classic symptom of a broken wire, failed solder joint, or blown fuse. Ohm's Law makes the diagnosis straightforward.
  • Power rating safety margin: always select a resistor rated at least twice the calculated power dissipation. A resistor operating near its rated power runs hot, degrades faster, and produces measurement error. A 0.1 watt calculated dissipation calls for a 1/4 watt resistor minimum; in tight spaces, use a 1/2 watt part for reliable long-term operation.
  • Ohm's Law applies to resistive (linear) elements only. Diodes, LEDs, transistors, and MOSFETs are non-linear devices whose voltage-current relationship does not follow V = I x R directly. Ohm's Law still applies to the resistive components in circuits containing non-linear devices, which is how LED resistor calculations work.
  • AC impedance extends Ohm's Law to reactive circuits. Inductive reactance is X_L = 2 x pi x f x L ohms, and capacitive reactance is X_C = 1 divided by (2 x pi x f x C) ohms. Total impedance is the vector sum. At the resonant frequency, these cancel and only resistance remains — the basis of all tuned filters and resonant circuits.
  • Thevenin's theorem lets you simplify any complex resistive network to a single voltage source and series resistance. Every step of the simplification uses Ohm's Law, making it the fundamental tool for all circuit analysis regardless of network complexity.
  • Wire resistance matters in low-voltage DC systems. A 10-metre run of 24 AWG wire has about 0.84 ohms of resistance. At 1 amp, this creates a 0.84V drop — significant when your circuit operates at 3.3V. Ohm's Law lets you calculate exactly how much voltage your load actually sees, and decide whether to use heavier gauge wire or reduce the run length.

Who Uses This Calculator

Electronics students learning circuit analysis build real intuition by using Ohm's Law to verify their hand-calculated answers. Arduino and Raspberry Pi hobbyists use it constantly to size current-limiting resistors for LEDs and to verify that sensors draw acceptable current from microcontroller GPIO pins. Ham radio operators calculate impedance matching networks and feed line characteristics. Electricians use it to verify circuit calculations during installation and to diagnose faults — a measured current significantly different from the Ohm's Law prediction signals a wiring problem or failing component. Physics teachers use it to demonstrate fundamental electrical concepts with concrete numbers that students can verify with a multimeter. PCB designers verify that trace resistances do not cause unacceptable voltage drops under load. Automotive technicians apply Ohm's Law to diagnose high-resistance connections in starter circuits, where a voltage drop across a corroded terminal directly explains hard starting behaviour. Battery pack designers use power calculations to size BMS protection circuits and thermal management systems for lithium-ion cells.

Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored

Frequently Asked Questions

What is Ohm's Law?

Ohm's Law: V = I × R. Voltage (V) equals current (I) times resistance (R). With 2A current through 10Ω resistance: V = 20 volts.

What is the underlying formula used for this calculation?

LED resistor sizing is critical for every LED circuit. Connecting an LED directly to a power supply without a current-limiting resistor will destroy the LED instantly. The formula R = (V_supply minus V_forward) divided by I_forward is the most-used Ohm's Law application in hobby electronics. Always calculate it before connecting power.

What are the safe limits or recommended ranges to keep in mind?

Short circuit danger: when resistance approaches zero, current approaches infinity according to Ohm's Law. Real circuits are limited by source impedance and fuse or breaker response time, but even milliseconds of fault current can cause fires and equipment destruction. This is why overcurrent protection is non-negotiable in every electrical installation.

What is an important tip when using the ohm's law calculator?

Open circuit detection: if resistance between two nodes measures extremely high (megohms or more on a multimeter), current flow is negligible regardless of voltage. This is the classic symptom of a broken wire, failed solder joint, or blown fuse. Ohm's Law makes the diagnosis straightforward.

What is the underlying formula used for this calculation in this scenario?

Power rating safety margin: always select a resistor rated at least twice the calculated power dissipation. A resistor operating near its rated power runs hot, degrades faster, and produces measurement error. A 0.1 watt calculated dissipation calls for a 1/4 watt resistor minimum; in tight spaces, use a 1/2 watt part for reliable long-term operation.

What is an important tip when using the ohm's law calculator in this scenario?

Ohm's Law applies to resistive (linear) elements only. Diodes, LEDs, transistors, and MOSFETs are non-linear devices whose voltage-current relationship does not follow V = I x R directly. Ohm's Law still applies to the resistive components in circuits containing non-linear devices, which is how LED resistor calculations work.