Calculate V, I, and R: Ohm's Law for Beginners
Enter any two of voltage, current, and resistance into the calculator above and it solves the third instantly, using the same equation that describes every DC circuit: V = IR.1 Voltage (V) is the electrical pressure that pushes charge around a circuit, measured in volts. Current (I) is the rate of charge flow through a conductor, measured in amperes or amps. Resistance (R) is the opposition a component presents to that flow, measured in ohms. Before you trust the number the calculator returns, it helps to know what each quantity means in physical terms and how the three connect. What follows works through a calculation step by step and covers how to verify the result with a multimeter on real hardware, so the number you calculate matches what you measure on the bench.
What voltage, current, and resistance mean and their units
The water-pressure analogy makes the three quantities intuitive and gives you a mental model you can reason with before touching a calculator. Voltage is like water pressure: higher pressure pushes more water through a pipe of a given size. Current is like the flow rate: the volume of water passing a point per second, which increases with pressure and decreases with restriction. Resistance is like the pipe's narrowness: a narrower pipe restricts flow at the same pressure, just as a larger resistor restricts current at the same voltage.
Ohm's Law says that flow rate equals pressure divided by restriction, just as I = V/R says current equals voltage divided by resistance. The analogy has limits, and knowing them prevents you from applying it where it no longer applies. Water pressure operates on an incompressible fluid in gravity; electrons operate in a conductor according to quantum mechanics and drift through the lattice under an applied electric field. At high frequencies, stray capacitance and inductance become significant and the simple V = IR model breaks down because the reactive impedance of those parasitic elements dominates over the pure resistance. Yet for DC circuits with resistors, the analogy holds well and gives beginners a reliable mental model they can fall back on. Consequently, when learning circuit analysis, treat voltage as pressure, current as flow, and resistance as friction until the fundamentals are solid enough to work without the analogy.
Building intuition with a breadboard experiment
The fastest way to internalise Ohm's Law is to build a simple circuit on a breadboard: connect a 9 V battery to a 1 kΩ resistor and measure the current with a multimeter in series. You should read about 9 mA. Swap in a 470 Ω resistor and the current rises to about 19 mA. Swap in a 2.2 kΩ resistor and it drops to about 4.1 mA.
Each measurement confirms the linear relationship: at fixed voltage, current is inversely proportional to resistance. Once you have seen this relationship hold across three or four resistor values, the formula stops being an abstract equation and becomes a reliable prediction tool you can trust for every future circuit. Repeating the measurement at different voltages, such as 3.3 V or 12 V with appropriately chosen resistors, reinforces the pattern and makes the equation second nature.
Step-by-step calculation: a 5V supply and a 220Ω resistor
A 5 V supply connected to a 220 Ω resistor gives a simple first calculation that demonstrates all three Ohm's Law variables in one concrete example. Using I = V/R, the current is 5 / 220 = 0.0227 A, or about 22.7 mA. The resistor dissipates P = V × I, so the power is about 114 mW. A quarter-watt resistor handles that load comfortably because the calculated power stays well below 250 mW, and this comfortable margin explains why 220 Ω is such a common choice for 5 V indicator circuits where reliability matters more than exact current.
This same calculation explains why LED resistors change brightness, and understanding the relationship between resistance and current is what lets you predict the brightness of an LED before you ever apply power to the circuit. A smaller resistor allows more current and makes the LED brighter; a larger resistor reduces current and dims the LED.
Why the resistor value changes LED brightness
A too-small resistor can push current above the LED's maximum forward current rating, shortening its life or destroying it immediately. The resistor does not create light; it controls the current that lets the LED operate safely within its rated range. For a standard red LED with a 20 mA maximum rating and a 1.8 V forward voltage on a 5 V supply, the minimum safe resistor is (5.0 - 1.8) / 0.020 = 160 Ω, and anything below this value risks overcurrent that degrades the junction over time.2
At 330 Ω, the current drops to about 9.7 mA, which is safe but noticeably dimmer than at 220 Ω. This trade-off between brightness and safety is why datasheets specify a recommended operating current rather than just a maximum. Understanding this relationship lets you choose a resistor that keeps the LED bright enough for its purpose while staying well within the safe operating area for long-term reliability.
Reading resistor color codes and verifying with a multimeter
Resistors carry colored bands that encode their value and tolerance. For four-band resistors, the first two bands give the significant digits, the third is the multiplier, and the fourth is the tolerance. Brown-Black-Brown-Gold decodes as 1-0 × 10 = 100 Ω at ±5 percent.3 Red-Red-Red-Gold is 2-2 × 100 = 2.2 kΩ at ±5 percent. Five-band resistors add a third significant digit for tighter values.
Verifying a resistor with a multimeter confirms the actual value matches the color code and catches damaged or wrong-value parts before they cause a mystery failure in the finished circuit. Set the meter to the resistance (Ω) mode, disconnect at least one resistor lead from the circuit, and touch the probes to the component leads. The reading should fall within the color code value ±tolerance. For a nominally 220 Ω, 5 percent part, any reading from 209 to 231 Ω is within specification. Furthermore, measuring in-circuit gives incorrect readings because parallel paths through the surrounding components reduce the apparent resistance.
When troubleshooting a circuit that behaves unexpectedly, lift one lead of any suspect resistor before measuring its resistance. A resistor that reads correctly when isolated from the circuit but shows a different value when soldered in place is almost never a failed component and is instead being influenced by parallel conduction paths through other components connected to the same nodes.
Lifting one lead before measuring in circuit
A reading much lower than the marked value in-circuit almost always means a parallel path through another component, not a failed part. A reading of zero or near-zero with the lead lifted confirms a solder bridge or wrong-value component placed on the board. For example, a 10 kΩ pull-up resistor that reads 2 kΩ in-circuit may have a failed IC input clamping to ground through an ESD protection diode, creating a parallel path that drops the apparent resistance. Lifting one end of the resistor isolates it from the surrounding circuit and gives you the true component value, which is the only reliable way to confirm whether the part itself has failed.
When to use this
Use this guide when encountering Ohm's Law for the first time in an Arduino tutorial, electronics course, or hobby project. Reference it when you need to select a resistor value, verify a component's resistance with a multimeter, or understand why changing a resistor in a circuit changes the brightness of an LED or the speed of a motor. try V, I, and R on a 5V breadboard until the three quantities feel intuitive.
Examples
Red LED brightness at different resistor values from 5V
At 220 Ω: I = (5 - 2.0) / 220 = 13.6 mA, moderate brightness. At 470 Ω: I = 3.0/470 = 6.4 mA, dimmer. At 100 Ω: I = 3.0/100 = 30 mA, bright but above the 20 mA rating for most standard LEDs. Always use at least 150 Ω for a standard red LED from a 5V supply.
9V battery with a 1kΩ and a 2.2kΩ resistor in series
R_total = 1000 + 2200 = 3200 Ω. I = 9/3200 = 2.81 mA. Voltage across 1kΩ: 2.81 mA × 1000 = 2.81 V. Voltage across 2.2kΩ: 2.81 mA × 2200 = 6.18 V. Sum: 2.81 + 6.18 = 8.99 V, confirming the calculation.
- 1.
"Ohm's law," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Ohm%27s_law
- 2.
"LED circuit," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/LED_circuit
- 3.
All About Circuits, "Resistor Color Codes," allaboutcircuits.com, accessed June 2026. https://www.allaboutcircuits.com/textbook/reference/chpt-2/resistor-color-codes/