Ohm's law states that the current flowing through a conductor between two points is directly proportional to the voltage across the two points and inversely proportional to the resistance between them. It is the foundational mathematical relationship that dictates how every DC circuit and resistive AC load behaves on your workbench, allowing you to predict exactly how much current a specific voltage will push through a given resistance. Whether you are sizing a current-limiting resistor for an LED or calculating voltage drop in a 12V solar array, this single equation governs the physical limits of your components.
The Core Formula and a Worked Numeric Example
At its core, the law is expressed as V = I × R, where V is voltage (Volts), I is current (Amperes), and R is resistance (Ohms). By rearranging the algebra, you can solve for any missing variable: I = V / R to find current, or R = V / I to find resistance. For a deeper look at the derivation and historical context of these relationships, Georgia State University's HyperPhysics provides an excellent interactive breakdown.
Let's look at a worked numeric example that every maker encounters: wiring a standard 5mm red LED to an Arduino Uno's 5V GPIO pin. The LED has a forward voltage ($V_f$) of 2.0V and requires a forward current ($I_f$) of 20mA (0.020A) to operate safely without burning out the silicon die.
- Step 1: Calculate the voltage the resistor must drop. The GPIO supplies 5V, and the LED consumes 2.0V. The resistor must drop the remaining 3.0V ($V_R = 5V - 2.0V = 3.0V$).
- Step 2: Apply the formula R = V / I. We need 3.0V dropped at a current of 0.020A.
- Step 3: Calculate: $R = 3.0V / 0.020A = 150\Omega$.
What Ohm's Law Changes in a Real Circuit or Installation
In a theoretical textbook, wires have zero resistance. In a real installation, copper wire has inherent resistance, and Ohm's law dictates that pushing current through that resistance creates a voltage drop and generates heat. This changes how you select wire gauges for branch circuits and feeders.
If you attempt to pull 20A through a 14 AWG copper wire (which is only rated for 15A under NEC Table 310.16 for 60°C terminations), the wire's resistance becomes a critical failure point. The law forces you to acknowledge that current isn't just "flowing"; it is interacting with the physical material of the conductor.
Where You Meet This in Practice
You will use this math constantly across different domains of electrical work and electronics prototyping. Here are the three most common scenarios where it dictates your decisions:
- Sizing Current-Limiting Resistors: As shown in the LED example, any time you connect a low-impedance load to a voltage source, you must add series resistance to prevent a short circuit. This applies to transistor bases (e.g., limiting base current on a 2N2222 BJT) and optocoupler inputs.
- Calculating Voltage Drop in Low-Voltage Systems: In a 12V LiFePO4 solar setup, a 2V drop is a massive 16% loss that will cause your 12V water pump to stall. You use Ohm's law (combined with wire resistance charts) to step up to 10 AWG or 8 AWG wire to keep the resistance low enough to maintain voltage at the load.
- Troubleshooting Short Circuits: If a 15A breaker trips instantly, you use a multimeter to measure resistance across the load. If the meter reads near 0.0Ω, Ohm's law tells you the current spiked to hundreds of amps ($I = 120V / 0.1\Omega = 1200A$), triggering the breaker's magnetic trip mechanism.
Common Confusions: What People Get Wrong
The most frequent mistake hobbyists make is confusing Power (Watts) with Current (Amps). A common myth is that plugging a phone into a 100W laptop charger will "fry" the battery because the charger "pushes" 100W. Ohm's law (combined with Watt's law, P = V × I) proves this false. The charger provides a fixed 5V (or 20V via USB-PD negotiation), but the phone's internal power management IC (PMIC) presents a specific impedance. The phone only draws the exact current its resistance demands. The 100W rating is simply the maximum the charger can supply before its own internal protection circuitry shuts it down.
Another major confusion is applying the basic V = I × R formula blindly to non-ohmic devices. Incandescent light bulbs, diodes, and MOSFETs do not have a fixed resistance. An incandescent bulb's tungsten filament has very low resistance when cold (causing a massive inrush current) and much higher resistance when hot. For these components, you must rely on datasheet I-V (current-voltage) curves rather than a simple static Ohm's law calculation. For a comprehensive guide on linear vs. non-linear components, refer to the All About Circuits DC textbook chapter on Ohm's Law.
Frequently Asked Questions
How do you describe the Ohm's law wheel and when should I use it?
The Ohm's law wheel (or pie chart) is a visual cheat sheet that combines V = I × R with Watt's law (P = V × I) into a single circle divided into four quadrants: P, I, E (voltage), and R. You use it when you need to calculate power dissipation alongside resistance. For example, if you know a resistor has 5V across it and is 100Ω, you can use the wheel to find the power (P = V² / R = 25 / 100 = 0.25W). This tells you that a standard 1/4W (0.25W) resistor will run at its absolute thermal limit, prompting you to upgrade to a 1/2W resistor for reliability.
Why does Ohm's law not apply directly to AC circuits with motors?
In AC circuits containing inductors (like motor windings) or capacitors, the opposition to current flow is called impedance (Z), not just resistance (R). Impedance includes both the DC resistance of the wire and the reactance caused by magnetic or electric fields. While the fundamental concept remains (V = I × Z), you must use vector math and phase angles to calculate the true current, because the voltage and current waveforms are no longer perfectly in sync. This phase shift is what creates a power factor of less than 1.0 in industrial motor loads.
How do I use Ohm's law to calculate wire size for a 12V solar system?
First, determine your maximum acceptable voltage drop (usually 3% for a 12V system, which is 0.36V). Next, find your maximum load current (e.g., 10A for a DC fridge). Using R = V / I, calculate the maximum allowable resistance for the entire wire run: $R = 0.36V / 10A = 0.036\Omega$. Because wire tables list resistance per 1,000 feet, you divide 0.036Ω by your total wire length (out and back) to find the required ohms-per-foot, then select the AWG size from a copper wire table that meets or beats that number. For a 10-foot run (20 feet total), you would need wire with less than 1.8Ω per 1,000 feet, pointing you directly to 12 AWG or 10 AWG copper.
What is the difference between Ohm's law and Kirchhoff's voltage law?
Ohm's law defines the relationship between voltage, current, and resistance across a single component or a specific segment of a circuit. Kirchhoff's Voltage Law (KVL) is a broader conservation of energy principle stating that the sum of all voltage drops and rises around any closed loop in a circuit must equal zero. In practice, you use Ohm's law to calculate the individual voltage drops across specific resistors, and then you use KVL to verify that all those drops add up exactly to your source battery or power supply voltage.






