Ohm's Law states that the electrical current flowing through a linear conductor is directly proportional to the applied voltage and inversely proportional to its resistance. In a real circuit or installation, this relationship dictates exactly how much current will flow for a given voltage, which in turn determines wire heating, breaker sizing, and component survival. While often taught as a single rule, the foundational ohm laws of electronics actually encompass three interchangeable algebraic arrangements of the same physical reality, allowing you to solve for any missing variable if you know the other two.
The Core Formula and a Worked Numeric Example
At the bench or on the jobsite, you will constantly rearrange this relationship to diagnose faults or size components. The three core equations are:
I = V / R (Current = Voltage / Resistance)
R = V / I (Resistance = Voltage / Current)
To see how this changes a real installation, consider a 12V DC marine water pump. You are replacing a faulty pump and need to verify the existing wiring and fuse are adequate for the new model. You disconnect the pump and use your multimeter to measure the DC resistance across the motor's input terminals, reading 2.4 Ω (ohms). The boat's alternator is running, supplying a measured 12.6V to the bus bar.
Using the current formula (I = V / R), you calculate the initial locked-rotor stall current:
- I = 12.6V / 2.4 Ω
- I = 5.25 Amps
This numeric result tells you immediately that the startup surge will pull 5.25A. If the existing inline fuse is 5A, it will blow every time the pump kicks on. You need to upgrade to a slow-blow 7A or 8A fuse to handle the startup surge without nuisance tripping, while still protecting the 18 AWG supply wire (which has an ampacity of roughly 14A in free air). Without applying this law, you would be guessing at the fuse size and likely chasing intermittent power failures all day. For a deeper theoretical breakdown of these relationships, the All About Circuits DC textbook provides an excellent foundational review.
Where You Meet This in Practice
You will rarely see a textbook diagram on a jobsite, but the physics govern every wire you pull and every component you terminate. Here is where these rules dictate your daily decisions:
1. Wire Sizing and Voltage Drop
Every wire has resistance. When current flows through that resistance, voltage is dropped (lost as heat) before it reaches the load. If you are running a 50-foot 12V DC circuit to a 10A LED lighting array, you must account for the resistance of the copper. According to Fluke's guidelines on resistance measurement, wire resistance scales with length and shrinks with gauge size. Here is how the math plays out for a 50-foot run (which means 100 feet of total wire when counting the outbound and return path):
| Wire Gauge (AWG) | Resistance per 1,000 ft (Copper) | Total Loop Resistance (100 ft) | Voltage Drop at 10A (V = I × R) | Voltage at Load (from 12.0V source) |
|---|---|---|---|---|
| 14 AWG | 2.525 Ω | 0.2525 Ω | 2.52V | 9.48V (Lights will dim/flicker) |
| 12 AWG | 1.588 Ω | 0.1588 Ω | 1.58V | 10.42V (Marginal for some drivers) |
| 10 AWG | 0.999 Ω | 0.0999 Ω | 0.99V | 11.01V (Safe, bright operation) |
By applying the voltage equation (V = I × R), you can prove mathematically that 14 AWG wire will starve your 12V LEDs, forcing you to pull 10 AWG to keep the voltage drop under 1V.
2. Sensor Scaling and Diagnostics
Many industrial and automotive sensors are simply variable resistors. A thermistor changes resistance with temperature; a potentiometer changes resistance with physical rotation. Microcontrollers cannot read resistance directly—they only read voltage. By placing the sensor in a voltage divider circuit with a known fixed resistor, you use these rules to convert a physical change in resistance into a measurable voltage drop that an Arduino or PLC analog-to-digital converter (ADC) can process.
- Confusing Ohm's Law with the Power Law (Watt's Law): Ohm's Law (V=IR) tells you how much current flows. It does not tell you how much heat a component will dissipate. For that, you must combine it with Joule's Law (P = I × V or P = I² × R). A 1 Ω resistor passing 10A will dissipate 100W of heat and explode if it is only rated for 1/4W.
- Confusing DC Resistance with AC Impedance: The basic formulas apply strictly to DC circuits or purely resistive AC loads (like incandescent heaters). In AC circuits with motors, transformers, or capacitors, you must use Impedance (Z) instead of Resistance (R), which factors in phase shifts and reactance. Georgia State University's HyperPhysics outlines the transition from simple resistance to complex impedance in AC theory.
Frequently Asked Questions About Ohm Laws
How do you calculate voltage drop using ohm laws in long wire runs?
To calculate voltage drop, you must first determine the total loop resistance. Measure or calculate the one-way distance from the panel to the load, then multiply that distance by two to account for the return path (the neutral or ground wire). Multiply this total loop length by the wire's resistance-per-foot value (found in NEC Chapter 9, Table 8) to get total Resistance (R). Finally, multiply that total resistance by the expected load current (I) to find the exact voltage dropped across the wire. Subtract this number from your source voltage to find the voltage actually reaching the equipment.
Why does a multimeter read infinite ohms on an open circuit?
When a circuit is broken (an open switch, a snapped wire, or a blown fuse), the air gap between the conductors acts as an insulator with astronomically high resistance. Because I = V / R, as R approaches infinity, current approaches zero. Most digital multimeters cannot measure beyond 40 to 50 Megaohms (Ω), so when the resistance exceeds the meter's internal threshold, it displays "OL" (Over Limit) or a "1" on the far left of the screen, indicating that no continuous conductive path exists.
Can you apply ohm laws directly to AC motors and transformers?
Not in their basic DC form. If you measure the winding resistance of a 120V AC induction motor with a multimeter, you might read just 2 Ω. If you blindly applied I = V / R (120V / 2 Ω), you would expect the motor to draw 60 Amps. In reality, it draws maybe 5 Amps. This is because AC motors generate Back-EMF (electromotive force) as they spin, and their windings possess inductive reactance. You must use the extended AC version of the law: V = I × Z, where Z (Impedance) is the vector sum of DC resistance and AC reactance.
What happens to current if resistance drops to zero in a DC circuit?
In a theoretical physics model, if R equals exactly zero, current becomes infinite. In a real-world DC installation, a dead short (where a hot wire touches a ground wire, bypassing the load) drops the resistance to a few milliohms. This causes current to spike to hundreds or thousands of amps in milliseconds. This massive current spike generates a magnetic field inside your circuit breaker, instantly tripping the magnetic trip mechanism to open the circuit before the wire insulation melts and starts a fire. This is why you never bypass fuses or breakers; they are the only things standing between a low-resistance fault and a catastrophic thermal event.






