Ohm's Law Calculator
Calculate V, I, R, and P
Calculate any variable
Power calculation
Formula display
You have a 12V power supply and a component rated for 20mA. What resistor do you need? Your circuit draws 2A through a 10Ω resistor—what's the voltage drop? The LED works but gets hot. Is something wrong with your calculations?
Ohm's Law is the foundation of all electrical work: V = I × R. Voltage equals current times resistance. Simple in theory, easy to mess up in practice. This calculator solves for any variable when you know the other two.
What is Ohm's Law?
Ohm's Law describes the relationship between voltage (V), current (I), and resistance (R) in electrical circuits. It's fundamental to all circuit design, from simple LED projects to complex electronics.
The formulas:
V = I × R (Voltage = Current × Resistance)
I = V / R (Current = Voltage / Resistance)
R = V / I (Resistance = Voltage / Current)
Power also relates:
P = V × I = I²R = V²/R
Voltage in volts (V), current in amperes (A), resistance in ohms (Ω). Milliamps (mA) = A/1000. Kilohms (kΩ) = Ω × 1000.
Why People Actually Need This Tool
Whether you're wiring LEDs, designing power supplies, or troubleshooting electronics, Ohm's Law applies. It's not optional knowledge.
-
LED circuits — Calculate current-limiting resistors.
-
Power supply design — Determine component ratings.
-
Troubleshooting — Verify expected vs. measured values.
-
Component selection — Choose appropriate resistors.
-
Safety calculations — Ensure circuits don't overheat.
-
Voltage dividers — Design reference voltage circuits.
-
Current sensing — Calculate shunt resistor values.
How to Use the Ohm's Law Calculator
-
Enter known values — Any two of: Voltage, Current, Resistance.
-
Select units — V, mV, A, mA, Ω, kΩ, etc.
-
Calculate — Get the third value plus power dissipation.
-
Verify — Check that results make physical sense.
| Known Values | Formula | Typical Use Case |
|---|---|---|
| V and I | R = V/I | Find resistor for known current |
| V and R | I = V/R | Find current through resistor |
| I and R | V = I×R | Find voltage drop across component |
Resistors have power ratings. A 1/4W resistor burning 1W will fail (possibly catching fire). Always check P = I²R.
Real-World Use Cases
1. The LED Current Limiter
Context: Powering 3.3V LED from 12V supply. LED needs 20mA.
Problem: What resistor value?
Solution: R = (12V - 3.3V) / 0.020A = 435Ω. Use 470Ω standard value.
Outcome: LED runs at safe current (18.5mA with 470Ω).
2. The Voltage Drop
Context: 100 feet of wire to shed. 10A load at 120V.
Problem: How much voltage lost in wire?
Solution: 100ft of 12AWG ≈ 0.16Ω. V = 10A × 0.16Ω = 1.6V drop each way = 3.2V total.
Outcome: Shed receives 116.8V—acceptable loss.
3. The Power Rating
Context: 100Ω resistor with 12V across it.
Problem: What wattage resistor needed?
Solution: P = V²/R = 144/100 = 1.44W. Need at least 2W resistor.
Outcome: Properly rated component prevents fire hazard.
4. The Current Measurement
Context: Measuring current in circuit. Only have voltmeter.
Problem: How to measure current indirectly?
Solution: Insert known 1Ω shunt. Measure voltage. I = V/1Ω = V directly.
Outcome: Current measured using Ohm's Law.
5. The Speaker Impedance
Context: Amplifier rated for 8Ω, speaker shows 4Ω.
Problem: How does this affect current?
Solution: At 10V output: 8Ω draws 1.25A. 4Ω draws 2.5A—double the current.
Outcome: Amplifier may overheat with 4Ω speaker. Add series resistor or use correct speaker.
6. The Battery Drain
Context: 9V battery powering 500mA device.
Problem: What's the effective load resistance?
Solution: R = 9V / 0.5A = 18Ω effective load.
Outcome: Understanding of circuit characteristics for battery life estimation.
7. The Parallel Resistors
Context: Need 33Ω but only have 100Ω resistors.
Problem: How to make 33Ω from 100Ω?
Solution: Three 100Ω in parallel: 1/R = 1/100 + 1/100 + 1/100 = 3/100. R = 33.3Ω.
Outcome: Custom resistance from standard values.
Common Mistakes and How to Avoid Them
Mixing mA with A or kΩ with Ω causes 1000× errors. Double-check units before calculating.
Privacy and Data Handling
This Ohm's Law Calculator operates entirely in your browser.
- No calculations are sent to any server.
- No data is stored.
- No account required.
- Works completely offline.
Your circuit designs stay private.
Conclusion
Ohm's Law is electrical engineering's most fundamental equation. Every circuit you build, test, or repair uses this relationship between voltage, current, and resistance.
This calculator eliminates arithmetic errors. Enter any two values, get the third plus power dissipation. Design circuits correctly the first time.
V = I × R. Simple law, countless applications.