Ohm's Law Calculator: The Formula Every Electronics Builder Needs
_Ohm's Law is the first thing you learn in electronics and the last thing you stop using. It's not a beginner concept you outgrow — professional engineers use it daily, often instinctively, as a sanity check on circuit behaviour._
_The formula itself is three symbols. What takes longer to develop is the intuition for applying it correctly — knowing which version to reach for, what to plug in, and how to interpret the result when the circuit isn't behaving the way you expect._
The three forms
V = I × R (find voltage when you know current and resistance)
I = V / R (find current when you know voltage and resistance)
R = V / I (find resistance when you know voltage and current)
These aren't three different laws — they're the same relationship rearranged. The most common mistake is mixing units. Always convert milliamps to amps (÷1000) and kilohms to ohms (×1000) before calculating. Get units wrong and your answer is off by a factor of 1000.
Real circuit examples
9V battery, 1kΩ resistor. Current?
I = 9 / 1000 = 0.009A = 9mA
Circuit draws 250mA from 5V. Effective load resistance?
R = 5 / 0.25 = 20Ω
50mA through a 220Ω resistor. Voltage across it?
V = 0.05 × 220 = 11V
Power: the fourth variable
P = V × I gives you power in watts. Combined with Ohm's Law:
P = I² × R
P = V² / R
Why this matters: resistors have wattage ratings. 9V across a resistor with 50mA through it dissipates P = 9 × 0.05 = 0.45W. A 1/4W resistor here will fail. Use 1/2W or higher.
Where Ohm's Law doesn't directly apply
LEDs: current-voltage relationship is exponential, not linear. A small voltage change causes a large current change — why they need current-limiting resistors.
Capacitors and inductors: their opposition to current flow (impedance) depends on frequency, not just resistance.
Transistors: collector current is controlled by base current, not directly by the voltage and resistance across the device.
For these components, Ohm's Law still applies to the resistive parts of the surrounding circuit — just not to the component itself.
Using it to troubleshoot
The most practical application isn't calculation — it's diagnosis. Measure voltage across a resistor, measure current through the circuit, divide. If the result doesn't match the resistor's value, something's wrong.
| What you measure | What Ohm's Law tells you | What to suspect |
|---|---|---|
| Voltage too high | Resistance higher than expected | Bad connection, open component |
| Voltage too low | Resistance lower than expected | Partial short, parallel path |
| Current too high | Resistance too low | Component failure, short circuit |
| Current too low | Resistance too high | Open connection, wrong component |
Related Tools & Projects
- [Voltage Divider Calculator](/calculators/voltage-divider)
- [LED Resistor Calculator](/calculators/led-resistor)
- [Power Supply Designer](/calculators/power-supply)
Ready to put this into practice?
Try our Ohm's Law Calculator