In electrical theory, the phrase 'resistance of current' is a common misnomer; technically, current is the flow itself, while electrical resistance is the physical property of a material that opposes that current flow, converting electrical energy into heat. When resistance increases in a circuit, it reduces the total current (amps) for a given voltage and creates a voltage drop across the component or wire. Beginners frequently confuse resistance (measured in ohms, a fixed property of the conductor at a given temperature) with impedance (which includes frequency-dependent reactance in AC circuits) or current itself (the actual volume of electrons moving past a point).
The Core Concept: What Opposes the Flow?
When you apply a voltage across a conductor, free electrons are pushed through the metal's atomic lattice. They don't travel unimpeded. They collide with the vibrating atoms of the conductor, losing energy in the form of heat. This scattering effect is what we measure as resistance. According to Fluke's electrical fundamentals guide, every material except superconductors exhibits some level of this opposition.
Think of a garden hose: the water pressure is your voltage, the water flowing out is your current, and any kinks, narrow sections, or debris inside the hose represent resistance. A kink doesn't change the pressure at the spigot, but it restricts the flow and causes friction (heat) at the kink itself.
In a real installation, resistance dictates two critical outcomes: voltage drop and thermal dissipation. If the resistance of your branch circuit wiring is too high for the load you are pulling, the voltage at the receptacle will sag below the acceptable 114V-126V nominal range, and the wire insulation will absorb the wasted energy as heat, potentially degrading the jacket over time.
The Math in Action: A Worked Numeric Example
Let's run the numbers on a common DIY scenario: powering a 12V DC LED strip from a bench power supply. We need to know how the resistance of the wire affects the current and voltage at the load.
- Source: 12.0V DC bench supply
- Load: 5-meter 5050 RGB LED strip drawing 4.0 Amps at full white
- Wire: 15 feet of 18 AWG stranded copper (30 feet total for the positive and negative return path)
According to standard copper resistivity tables, 18 AWG wire has a resistance of roughly 6.385 ohms per 1,000 feet at 20°C.
Step 1: Calculate Wire Resistance
30 feet × (6.385 Ω / 1000 ft) = 0.192 Ω total wire resistance.
Step 2: Calculate Voltage Drop
Using Ohm's Law (V = I × R), the voltage lost to the wire's resistance is:
4.0 A × 0.192 Ω = 0.768 V.
Step 3: Calculate Voltage at the Load
12.0 V (source) - 0.768 V (drop) = 11.232 V reaching the LEDs. The strip will be slightly dimmer than its rated output.
Step 4: Calculate Power Lost as Heat
Using the power formula (P = I² × R):
(4.0 A)² × 0.192 Ω = 16 × 0.192 = 3.07 Watts.
That 3W of heat is dissipated along the 15-foot wire run. While safe for 18 AWG in this short burst, it highlights why long runs require stepping up to 16 AWG or 14 AWG to minimize the resistance of current flow.
Where You Meet This in Practice
You can't build or troubleshoot circuits without managing resistance. Here is where it dictates your hardware choices on the bench and in the panel.
Wire Sizing and Ampacity
The National Electrical Code (NEC) Chapter 9, Table 8 provides exact DC resistance values for all standard AWG sizes. When sizing a feeder for a subpanel, you aren't just checking if the wire can handle the heat (ampacity); you are calculating voltage drop. A 60A subpanel fed with 6 AWG copper might be legal for ampacity, but if the run is 150 feet, the resistance will cause a voltage drop exceeding the recommended 3% limit under full load. You must upsize to 4 AWG or 3 AWG to lower the resistance.
Current Limiting Resistors
LEDs are non-ohmic devices; once they hit their forward voltage (e.g., 2.0V for a standard red LED), their internal resistance drops to near zero, and they will draw infinite current until they vaporize. We intentionally add resistance to the circuit to choke the current. If you are driving a 2.0V LED from a 5V Arduino GPIO pin at a target of 20mA, you use Ohm's law: R = (5V - 2V) / 0.02A = 150 Ω. You solder a 150-ohm 1/4W carbon film resistor in series to protect the diode.
Heating Elements
Sometimes, the resistance of current flow is the entire point of the device. A 3D printer hotend uses a 12V, 40W cartridge heater. Using the formula R = V² / P, we find the nichrome wire inside the cartridge is engineered to have exactly 3.6 ohms of resistance. When 12V is applied, the high resistance forces the electrical energy to convert entirely into thermal energy, melting your PLA filament.
Frequently Asked Questions About Current Resistance
Does the resistance of current change when voltage increases?
No. Resistance is a physical property of the material, determined by its length, cross-sectional area, and atomic structure. If you increase the voltage across a fixed resistor, the resistance stays exactly the same; the current increases proportionally according to Ohm's Law (I = V/R). The only exception is if the increased current generates enough heat to alter the material's temperature, which leads to the next question.
Why does wire resistance increase when it gets hot?
Copper has a positive temperature coefficient of resistivity. As the conductor heats up from carrying current, the copper atoms vibrate more violently. This increased thermal agitation causes more frequent collisions with the free electrons flowing through the lattice, raising the resistance. According to Georgia State University's HyperPhysics database, copper's resistance increases by about 0.39% for every 1°C rise in temperature. This is why ampacity derating calculations in the NEC require you to account for ambient temperatures above 30°C (86°F).
How do I measure the resistance of current in a live circuit?
You cannot measure resistance directly in a live circuit with a standard multimeter. The ohmmeter function on a DMM works by injecting a small, known test current and measuring the resulting voltage drop. If the circuit is already powered, the external voltage will corrupt the reading and can blow the meter's internal fuse or destroy the ADC. To find the resistance of a live load, measure the voltage drop across the component with the DMM in voltage mode, measure the current flowing through it with a clamp meter, and calculate R = V / I.
What is the difference between resistance and impedance?
Resistance applies to both DC and AC circuits and is the opposition to current that results in real power loss (heat). Impedance (measured in ohms, denoted as Z) is the total opposition to alternating current (AC). It includes resistance, but also adds reactance—the temporary storage and release of energy caused by inductors (magnetic fields) and capacitors (electric fields). In a purely DC circuit, impedance and resistance are identical. In an AC motor circuit, the impedance will be significantly higher than the DC resistance of the windings due to inductive reactance. For a deeper breakdown of this relationship, All About Circuits offers an excellent visual guide on AC phase angles.






