2 min read
What Is Ohm's Law and How to Use It
Understand Ohm's law, the relationship between voltage, current, resistance, and power, and how to calculate any of them.
The Core Relationship
Ohm's law describes how voltage, current, and resistance relate in an electrical circuit: voltage equals current times resistance, written V = I × R. Voltage (volts) is the electrical push, current (amps) is the flow of charge, and resistance (ohms) is how much the circuit opposes that flow.
Rearranging the same equation lets you find any of the three from the other two: current is I = V / R, and resistance is R = V / I. It's the single most-used formula in electronics.
Adding Power
Electrical power, measured in watts, is how fast energy is used, and it ties into Ohm's law through P = V × I. Combine that with V = I × R and you get two more forms: P = I²R and P = V²/R.
Together these four quantities — voltage, current, resistance, and power — form a set where knowing any two lets you calculate the other two. That's exactly what the calculator does.
A Practical Example
Say you're driving an LED that needs 20 milliamps (0.02 A) from a 5-volt supply, and the LED drops 2 volts, leaving 3 volts across the resistor. Ohm's law gives R = V / I = 3 / 0.02 = 150 ohms.
You can also check the power the resistor dissipates: P = I²R = 0.02² × 150 = 0.06 watts, comfortably within a standard quarter-watt resistor. Enter any two known values and the calculator handles the rest.
Frequently asked questions
What is the formula for Ohm's law?
Voltage equals current times resistance: V = I × R. Rearranged, current is I = V / R and resistance is R = V / I. Power adds P = V × I, giving four related quantities.
How do I calculate watts from volts and amps?
Multiply them: power in watts equals voltage times current, P = V × I. A device drawing 2 amps at 120 volts uses 240 watts.
How many values do I need to solve a circuit?
Any two of voltage, current, resistance, and power. From those two, the other two are fully determined, which is why the calculator asks for exactly two inputs.
Tools mentioned in this guide
Ohm's Law Calculator
Enter any two of voltage, current, resistance, or power and get the other two instantly.
Developer Tools
Resistor Color Code Calculator
Decode 4- and 5-band resistor colors to ohms — with a live visual of the bands.
Calculators
Scientific Calculator
Full scientific calculator — trig, logs, powers, factorials, with keyboard input.
Calculators
Number Base Converter
Convert between binary, hex, decimal, and octal — with the hand method shown.
Developer Tools
Keep reading