Ohm's law is the foundational rule stating that electrical current equals voltage divided by resistance (I = V/R), where resistance is the physical opposition a material presents to electron flow. If you need a quick mental model, think of water flowing through a pipe: voltage is the water pressure, current is the flow rate, and resistance is a narrowing of the pipe that restricts flow. While this analogy helps beginners visualize the concept, real-world electrical work requires moving past analogies and relying on hard data to prevent melted wires, bricked microcontrollers, and tripped breakers.

The Direct Answer: To find current, divide voltage by resistance. To find voltage drop across a component, multiply its resistance by the current flowing through it. To find the required resistance to limit current, subtract the load's forward voltage from your source voltage, then divide by your target current.

The Core Relationship and Circuit Impact

At the bench or on the jobsite, Ohm's law and resistance dictate three critical outcomes in any circuit: current limiting, voltage drop, and heat dissipation. When you place a resistor in series with an LED, you are using resistance to limit current to a safe operating level. When you run 50 feet of copper wire to a subpanel, the inherent resistance of that wire creates a voltage drop, meaning the load receives less voltage than the source provides.

Furthermore, resistance directly governs heat generation through the power formula P = I²R. This is why a loose terminal connection on a 20A breaker is dangerous: the loose connection introduces high contact resistance. Because the current (I) remains high, the I²R heating effect causes the terminal to overheat, potentially melting the insulation or starting a fire.

1 Ohm (Ω) is defined as the resistance that allows exactly 1 Ampere of current to flow when 1 Volt of potential difference is applied across it.

Copper Wire Resistance and Voltage Drop Data

Wire is not a perfect conductor; it is a long, thin resistor. The resistance of copper wire depends on its cross-sectional area (gauge) and temperature. The table below provides DC resistance values for solid copper wire at 75°C, based on NEC Chapter 9, Table 8 data, along with the calculated voltage drop for a common 15A branch circuit scenario.

Wire Gauge (AWG) Cross-Section (cmil) Resistance (Ω / 1,000 ft at 75°C) Voltage Drop (15A load, 50 ft one-way run) Percentage Drop (120V Nominal)
14 AWG 4,110 3.140 Ω 4.71 V 3.92%
12 AWG 6,530 1.980 Ω 2.97 V 2.47%
10 AWG 10,380 1.240 Ω 1.86 V 1.55%
8 AWG 16,510 0.778 Ω 1.16 V 0.97%

Note: Voltage drop calculations assume a 100-foot total circuit loop (50 feet out, 50 feet back to the neutral/ground). For critical loads, the NEC recommends keeping branch circuit voltage drop under 3%. You can verify these baseline figures using the National Electrical Code guidelines from the NFPA.

Worked Examples: Mains Wiring and Bench LEDs

Let's apply Ohm's law and resistance to two completely different scenarios you will actually encounter.

Scenario 1: Sizing Wire for a 120V Space Heater

You are wiring a dedicated outlet for a 1,500W portable space heater. The outlet is 60 feet from the main panel.

  1. Find the current: I = P / V → 1,500W / 120V = 12.5 Amps.
  2. Calculate 14 AWG voltage drop: A 60-foot run means 120 feet of total wire. Using the 14 AWG resistance from our table (3.140 Ω / 1,000 ft), the loop resistance is 0.376 Ω. Voltage drop = I × R → 12.5A × 0.376 Ω = 4.7 Volts.
  3. Evaluate the result: The heater will only see 115.3V. While it will still run, the 3.9% drop exceeds the recommended 3% threshold, and 14 AWG is running near its 15A thermal limit.
  4. Calculate 12 AWG voltage drop: Loop resistance is (1.980 Ω × 120 ft) / 1000 = 0.237 Ω. Voltage drop = 12.5A × 0.237 Ω = 2.96 Volts (2.4% drop).
Safety Callout: Always de-energize the panel, lock out the main breaker, and verify the bus bars are dead with a tested non-contact voltage tester and multimeter before terminating wires. Local AHJ (Authority Having Jurisdiction) rules may require a licensed electrician for panel work.

Scenario 2: Current-Limiting Resistor for a 5V Microcontroller

You are connecting a standard red LED to an ESP32 GPIO pin (3.3V logic). The LED has a forward voltage (Vf) of 2.0V and a maximum continuous current of 20mA (0.020A).

  1. Find the required voltage drop across the resistor: V_resistor = V_source - V_led → 3.3V - 2.0V = 1.3V.
  2. Calculate resistance: R = V / I → 1.3V / 0.020A = 65 Ω.
  3. Select the component: 65 Ω is not a standard E12 series value. Round up to the nearest standard value: 68 Ω. This slightly reduces the current to 19.1mA, which is perfectly safe and still very bright.
  4. Check power rating: P = I²R → (0.0191)² × 68 = 0.024 Watts. A standard 1/4W (0.25W) through-hole resistor is more than adequate.

Where You Meet This in Practice (and Common Confusions)

Understanding Ohm's law fundamentals is critical for troubleshooting. When a motor draws excessive current, it's rarely the motor 'pulling' too much; it's usually a mechanical bind lowering the back-EMF, which effectively lowers the circuit's total resistance, causing current to spike. When an ESP32 brownout resets constantly, it's often because the 3.3V linear regulator cannot supply enough current to the WiFi radio, causing a voltage drop across the regulator's internal resistance.

What People Commonly Confuse With Resistance

Even experienced hobbyists mix up these related concepts:

  • Resistance vs. Impedance: Resistance (R) is the opposition to DC current flow. Impedance (Z) is the total opposition to AC current flow, which includes resistance plus reactance (from capacitors and inductors). A speaker voice coil might have a DC resistance of 6 Ω, but an AC impedance of 8 Ω at 1 kHz.
  • Resistance vs. Power Rating (Wattage):strong> A 100 Ω resistor and a 100 Ω heating element have the same resistance, but vastly different power ratings. The physical size of a resistor determines how much heat (Watts) it can dissipate into the ambient air before melting. Never confuse the ohm value with the wattage capacity.
  • Voltage Drop vs. Source Voltage: A 12V battery doesn't 'push' 12V through a circuit; it provides an electromotive force. The actual voltage measured across a load will be 12V minus the voltage dropped across the internal resistance of the battery and the wires.

Frequently Asked Questions

Does resistance change with temperature?
Yes. Most conductive metals (like copper and aluminum) have a Positive Temperature Coefficient (PTC), meaning their resistance increases as they get hotter. This is why a cold incandescent bulb draws a massive inrush current for the first few milliseconds before the filament heats up, increases in resistance, and settles at its nominal operating current. Conversely, thermistors used for temperature sensing often have a Negative Temperature Coefficient (NTC), where resistance drops as temperature rises.

Why do power lines use hundreds of thousands of volts?
This is Ohm's law and the power formula (P = I²R) working together. To transmit 1 Megawatt of power, you can use 100V and 10,000 Amps, or 100,000V and 10 Amps. Because heat loss in the transmission lines is proportional to the square of the current (I²R), stepping up the voltage to drop the current drastically reduces the resistive power lost as heat in the wires, allowing for much thinner, lighter conductors.

How do I measure resistance safely?
Never measure resistance on a live circuit. Your multimeter sends a small known current through the probes to measure the resulting voltage drop and calculate resistance. If the circuit is already powered, the external voltage will skew the reading, potentially blow the multimeter's internal fuse, or destroy the meter's ADC. Always isolate the component or turn off the power before switching your meter to the Ω setting.