Electrical resistance is the physical property of a material that opposes the flow of electric current, converting electrical energy into heat.
The Core Physics: What Resistance Actually Changes
When you introduce resistance into a circuit, it fundamentally changes three things: it limits the maximum current for a given voltage, it creates a voltage drop across the component, and it dissipates power as thermal energy. According to Ohm's Law, current (I) is directly proportional to voltage (V) and inversely proportional to resistance (R). If you hold voltage steady and increase resistance, current must drop.
The Water Analogy: Imagine water flowing through a pipe packed with gravel. The water pressure (voltage) pushes the flow (current), but the gravel (resistance) restricts it. The friction between the water and the gravel generates a tiny amount of heat, and the water pressure on the far side of the gravel is lower than on the source side (voltage drop).
In conductive materials like copper, resistance is caused by electrons colliding with the atomic lattice of the metal. As HyperPhysics explains, these collisions scatter the electrons, impeding their forward drift velocity and transferring kinetic energy to the lattice as heat. This is why high-resistance materials are used for heating elements, while low-resistance materials are used for power transmission.
Worked Numeric Example: Calculating Wire Heating and Voltage Drop
To understand what resistance changes in a real installation, let's look at a standard residential branch circuit. Suppose you are running a 50-foot one-way cable (100 feet total loop length for hot and neutral) using 12 AWG THHN copper wire to power a 15A space heater on a 120V AC circuit.
- Base Resistivity: At 20°C, 12 AWG solid copper wire has a resistance of 1.588 Ω per 1,000 feet.
- Total Loop Resistance (R): (100 ft / 1000 ft) × 1.588 Ω = 0.1588 Ω.
- Voltage Drop (V = I × R): 15A × 0.1588 Ω = 2.38V.
- Percentage Drop: (2.38V / 120V) × 100 = 1.98%. This is well under the 3% maximum recommended by NEC-style guidance for branch circuits.
But what happens to the energy lost in that voltage drop? It turns into heat inside your walls. We calculate the power dissipated by the wire using the formula P = I²R:
Heat Dissipation (P): 15² (225) × 0.1588 Ω = 35.7 Watts.
Safety Insight: 35.7 Watts of heat spread across 50 feet of wire is easily managed by standard insulation. However, if you undersized the wire to 14 AWG (resistance of 2.525 Ω/kft), the loop resistance would jump to 0.2525 Ω, and heat dissipation would spike to 56.8 Watts. This is precisely why the NEC limits 14 AWG to 15A breakers and mandates 12 AWG for 20A circuits—the resistance of the wire must be low enough to prevent thermal degradation of the insulation.
Where You Meet This in Practice
You will encounter and need to calculate resistance constantly across different domains of electrical work and electronics design:
- LED Current Limiting: If you connect a standard red LED (forward voltage 2.0V, target current 20mA) directly to a 5V Arduino GPIO pin, it will draw excessive current and burn out. You must add a series resistor. R = (5V - 2V) / 0.02A = 150 Ω. The resistor's physical resistance drops the excess 3V and limits the current to a safe 20mA.
- PCB Trace Sizing: In printed circuit board design, copper traces have resistance based on their width and thickness (copper weight). A standard 1 oz/ft² copper trace that is 10 mils wide has a resistance of roughly 48 mΩ per inch. If you route a 2A motor supply through a thin trace, that resistance will cause an unacceptable voltage drop and overheat the board.
- Sensor Interfacing: Many sensors, like thermistors or photoresistors (LDRs), work by changing their physical resistance based on temperature or light. A microcontroller reads this by passing a known current through the sensor and measuring the resulting voltage drop via an ADC.
- Grounding Systems: In residential and industrial electrical systems, the ground rod must have a very low resistance to the earth (typically under 25 ohms per NEC 250.56) to ensure that fault currents have an easy path back to the source, tripping the breaker instantly.
Common Confusions: Resistance vs. Reactance vs. Impedance
When working with AC circuits, motors, or audio equipment, people commonly confuse pure DC resistance with reactance and impedance. While all three are measured in Ohms (Ω) and all three oppose current flow, their physical mechanisms are entirely different.
| Property | Symbol | Applies To | Physical Mechanism | Energy Result |
|---|---|---|---|---|
| Resistance | R | DC and AC | Electron collisions with atomic lattice | Dissipates as heat (Real Power) |
| Reactance | X | AC only | Energy stored in magnetic (inductors) or electric (capacitors) fields | Stored and returned to circuit (Reactive Power) |
| Impedance | Z | AC only | The vector sum of Resistance and Reactance | Combination of heat dissipation and energy storage |
As detailed in All About Circuits, if you measure a speaker coil with a DC multimeter, you might read 6 Ω of pure resistance. But when you drive it with a 1 kHz AC audio signal, the coil's inductance creates reactance, pushing the total impedance up to 8 Ω. Confusing the DC resistance reading with the AC impedance rating is a classic mistake that leads to mismatched amplifiers and blown output transistors.
Frequently Asked Questions
What is meant by resistance in a short circuit?
In a short circuit, the resistance between the voltage source and the return path drops to near zero (often just a few milliohms of wire and copper busbars). Because I = V / R, dividing 120V by 0.005 Ω results in a theoretical current of 24,000 Amps. In reality, the available fault current is limited by the utility transformer's internal impedance, but it is still high enough to instantly melt metal and trip the magnetic trip mechanism inside your circuit breaker within milliseconds.
What is meant by resistance when a multimeter reads "OL"?
When a digital multimeter (like a Fluke 117) displays "OL" (Over Limit) in resistance mode, it means the resistance is higher than the meter can measure—effectively an open circuit. This happens when you are testing a blown fuse, a broken wire, or a switch in the "off" position. The air gap or broken filament provides infinite resistance, preventing any measurable current from flowing through the meter's internal test circuit.
What is meant by resistance in parallel versus series circuits?
In a series circuit, resistances simply add together (R_total = R1 + R2 + R3). If you string three 100 Ω resistors in series, the total resistance is 300 Ω. In a parallel circuit, adding more resistors actually decreases the total resistance because you are providing additional paths for the current to flow. The formula is 1/R_total = 1/R1 + 1/R2. Two 100 Ω resistors in parallel yield a total resistance of exactly 50 Ω. This principle is why turning on more lights in a house (which are wired in parallel) draws more total current from the panel rather than less.
What is meant by resistance in a grounding system?
Ground resistance refers to the electrical resistance between a grounding electrode (like a copper-clad steel rod driven into the dirt) and the surrounding earth. Soil resistivity varies wildly based on moisture and mineral content. According to Fluke's electrical testing guidelines, measuring this resistance requires specialized earth ground testers that use auxiliary stakes to inject current into the soil. If the resistance is too high, a ground fault won't draw enough current to trip the breaker, leaving metal appliance enclosures energized and lethal to the touch.






