Resistance is the physical property of a material that opposes the flow of electrical current, converting electrical energy into heat.
The Core Concept: What It Is and What It Changes
At the atomic level, as electrons move through a conductor, they collide with the atomic lattice of the material. These collisions impede their forward progress and generate thermal energy. Measured in Ohms (Ω), resistance is the fundamental friction of electrical circuits.
What it changes in a real circuit: Resistance dictates exactly how much current will flow for a given voltage, and it determines how much power is dissipated as heat. In a designed circuit, we use resistors to set precise current limits or divide voltages. In a physical installation, unwanted resistance—like a loose terminal lug or an undersized wire—causes voltage drop, reduces the power delivered to the load, and creates localized heating that can melt insulation or start a fire.
The Physics and The Math (One Analogy, One Worked Example)
To visualize this, think of water flowing through a garden hose. Voltage is the water pressure from the spigot, current is the actual flow rate (gallons per minute), and resistance is a kink in the hose or a narrow nozzle that restricts the flow. The harder you squeeze the hose (higher resistance), the less water gets through, and the more the hose vibrates and warms up at the kink (heat dissipation).
This relationship is codified in Ohm's Law: V = I × R (Voltage = Current × Resistance). You can find a deep dive into the foundational math at All About Circuits.
Worked Numeric Example: Driving an LED from an ESP32
Let's say you are wiring a standard red LED to a GPIO pin on an ESP32-WROOM-32 dev board.
- Source Voltage (V_source): 3.3V (ESP32 GPIO high)
- LED Forward Voltage (V_f): 2.0V
- Target LED Current (I): 15mA (0.015A)
The resistor must drop the excess voltage. The voltage across the resistor is V_R = 3.3V - 2.0V = 1.3V.
Using Ohm's Law (R = V / I):
R = 1.3V / 0.015A = 86.6 Ω
Because 86.6 Ω is not a standard manufacturing value, you look at the E12 resistor series and pick the next value up to ensure you don't overdrive the LED. You would select a 91 Ω or 100 Ω resistor. Finally, you check the power dissipation: P = I² × R = (0.015)² × 100 = 0.0225W. A standard 1/4W (0.25W) resistor handles this easily with plenty of thermal headroom.
Where You Meet Resistance in Practice
You interact with resistance every time you pick up a wire stripper or a soldering iron. Here is where it matters on the bench and the jobsite:
1. Wire Sizing and Voltage Drop
Every wire has inherent resistance based on its material, cross-sectional area (AWG), and temperature. According to Georgia State University's HyperPhysics, copper's resistivity increases as it heats up. A 14 AWG copper THHN wire has a resistance of roughly 2.525 ohms per 1,000 feet at 75°C.
If you run a 100-foot branch circuit (200 feet total round-trip wire) carrying a 15A space heater, the total wire resistance is 0.505 Ω. The voltage drop is V = 15A × 0.505 Ω = 7.57V. On a 120V nominal circuit, that is a 6.3% drop. The NEC recommends keeping branch circuit voltage drop under 3%. The fix? Step up to 12 AWG or 10 AWG wire to lower the resistance.
2. Fault Conditions and Thermal Runaway
A loose connection on a breaker terminal introduces contact resistance. If a lug has just 0.5 Ω of contact resistance and carries 20A, the power dissipated at that single point is P = I²R = 400 × 0.5 = 200W. That is 200 watts of heat concentrated on a tiny screw terminal—enough to melt the breaker housing, carbonize the wire insulation, and ignite the panel.
Decision Tree: Picking the Right Resistor for Your Build
Not all resistors are created equal. Carbon film, metal film, and wirewound resistors behave very differently under stress, high frequencies, and high temperatures. Use this decision matrix to pick the exact part type for your next project.
| Application Scenario | Required Traits | Concrete Pick & Part Number |
|---|---|---|
| Standard LED current limiting (Breadboards, low-power indicators) | Low cost, 5% tolerance is fine, 1/4W or 1/8W rating. | 1/4W Carbon Film Yageo CFR-25JR-52-220R (220Ω) |
| Precision ADC voltage dividers (Sensor scaling, battery monitors) | 1% or 0.1% tolerance, low temperature coefficient (TCR), low thermal noise. | 1% Metal Film Vishay MRS25000C1001FRP00 (1kΩ) |
| High-power dummy loads / Bleeder resistors (Discharging capacitor banks, testing PSUs) | High wattage (5W to 50W+), handles massive thermal loads without drifting. | 5W+ Wirewound Vishay RS00510R00FE12 (10Ω, 5W) |
| Mains snubber circuits / High voltage (Triac protection, AC line filtering) | High voltage rating, non-flammable coating, pulse-withstanding. | 2W Metal Oxide Ohmite OX2000E (20Ω, 2W) |
Common Confusions: Resistance vs. Impedance vs. Reactance
When moving from DC battery projects to AC mains or high-frequency RF, makers frequently confuse resistance with its AC cousins. Here is the definitive breakdown:
- Resistance (R): The opposition to current flow that dissipates energy as heat. It is constant regardless of frequency. Measured in Ohms (Ω).
- Reactance (X): The opposition to current flow caused by capacitors and inductors. It does not dissipate heat; instead, it stores energy in electric or magnetic fields and gives it back to the circuit. It changes drastically with frequency. Measured in Ohms (Ω).
- Impedance (Z): The total opposition to AC current flow. It is the vector sum of Resistance and Reactance (
Z = √(R² + X²)). When you see a speaker rated at '8 Ohms', that is its impedance at a specific audio frequency, not its pure DC resistance.
FAQ: Bench and Jobsite Resistance Questions
Why does my multimeter resistance reading fluctuate when measuring a short wire?
Short, thick wires have extremely low resistance (often under 0.1 Ω). Standard multimeter probes and the contact point where the probe touches the copper introduce their own 'contact resistance,' which can be 0.2 Ω to 0.5 Ω depending on probe pressure and oxidation. To accurately measure sub-ohm resistances, you need a meter with a 'Relative' (REL) mode to zero out the probe resistance, or a specialized milliohm meter that uses a 4-wire Kelvin measurement technique.
Does the physical size of a resistor change its resistance value?
No. The physical size (e.g., 1/4W vs 1W vs 5W) dictates the resistor's power rating—how much heat it can safely dissipate into the ambient air without melting or catching fire. A 100 Ω 1/4W resistor and a 100 Ω 5W resistor have the exact same electrical resistance; the 5W version is just physically larger to act as a better heatsink.
What is the 'temperature coefficient' (TCR) and why should I care?
TCR measures how much a resistor's value changes as it heats up, expressed in parts per million per degree Celsius (ppm/°C). A standard carbon film resistor might have a TCR of ±500 ppm/°C, meaning its value can drift significantly as it warms up. If you are building a precision current shunt or a high-accuracy voltage divider for an ESP32 ADC, you must specify metal film resistors with a low TCR (e.g., ±50 ppm/°C or better) to ensure your readings don't drift as the board heats up.






