Copper conductor resistance is the inherent opposition a copper wire presents to the flow of direct electrical current, measured in ohms per unit length. In a real circuit or installation, this resistance changes the actual voltage delivered to your load and dissipates electrical energy as heat (I²R losses). Makers and electricians commonly confuse pure DC resistance with AC impedance (which factors in inductive and capacitive reactance at higher frequencies) or mistakenly assume a wire's resistance is a fixed constant regardless of its operating temperature.

The Core Data: Copper Conductor Resistance by AWG

Resistance is inversely proportional to a wire's cross-sectional area. As the American Wire Gauge (AWG) number decreases, the physical diameter and cross-sectional area increase, lowering the resistance. However, resistance is not a static number. Copper has a positive temperature coefficient of approximately 0.00393 per °C. This means that as current flows and the wire heats up, its resistance increases.

When sizing wire for voltage drop calculations, using the baseline 20°C (68°F) resistance value will give you dangerously optimistic results. You must use the resistance value at the wire's expected operating temperature—typically the 75°C column for modern THHN/THWN-2 conductors under load.

AWG Size Diameter (in) Area (cmil) Resistance @ 20°C (Ω/1000ft) Resistance @ 75°C (Ω/1000ft) Max Ampacity (75°C, NEC 310.16)
140.06414,1102.5253.07320A
120.08086,5301.5881.93325A
100.101910,3800.99891.21635A
80.128516,5100.62820.764750A
60.162026,2400.39510.481065A
40.204341,7400.24850.302585A
20.257666,3600.15630.1903115A
1/00.3249105,6000.09830.1196150A

Data derived from standard annealed and hard-drawn copper specifications. Ampacity values reflect the 75°C termination column for copper conductors in a raceway with not more than three current-carrying conductors, per NFPA 70 (NEC) Table 310.16.

Worked Example: Calculating Voltage Drop and Power Loss

Let's look at a real-world scenario to see how copper conductor resistance impacts a standard branch circuit. Suppose you are wiring a 120V AC receptacle for a heavy-duty table saw or a continuous space heater.

The Scenario:
  • Source Voltage: 120V AC
  • Wire: 12 AWG THHN Copper
  • Run Length: 50 feet one-way (100 feet total loop for hot and neutral)
  • Continuous Load: 16 Amps

Because the wire will heat up under a 16A continuous load, we use the 75°C resistance value for 12 AWG from the table above: 1.933 Ω/1000ft.

Step 1: Calculate Total Loop Resistance
First, find the resistance per foot: 1.933 Ω / 1000 = 0.001933 Ω/ft.
Multiply by the total loop length (100 ft):
R_total = 0.001933 Ω/ft × 100 ft = 0.1933 Ω

Step 2: Calculate Voltage Drop
Using Ohm's Law (V = I × R):
V_drop = 16A × 0.1933 Ω = 3.09V

Step 3: Calculate Percentage Drop
% Drop = (3.09V / 120V) × 100 = 2.57%
This is under the NEC's recommended 3% maximum for branch circuits, meaning 12 AWG is acceptable here. The saw will see 116.91V instead of 120V.

Step 4: Calculate Power Loss (Heat)
Using the power formula (P = I² × R):
P_loss = (16A)² × 0.1933 Ω = 256 × 0.1933 = 49.48 Watts

Bench Reality Check: Nearly 50 watts of heat is being dissipated inside your walls or conduit along that 50-foot run. While 12 AWG THHN is rated for the 16A current, if you bundled this cable with five other current-carrying conductors in the same conduit, the ambient heat would force you to derate the ampacity, potentially requiring a step up to 10 AWG to prevent insulation degradation.

Where You Meet This in Practice

Understanding copper conductor resistance moves from an academic exercise to a critical design constraint in three specific areas of electrical and electronics work:

1. Low-Voltage DC Systems (Solar, Automotive, 12V/24V)

In a 12V DC system, a mere 1.2V drop represents a 10% loss, which can cause sensitive electronics like a Victron SmartSolar charge controller to brown out or shut down. Because the source voltage is so low, the absolute allowable voltage drop is tiny. This is why 12V DC runs require massively oversized copper conductors compared to 120V AC runs delivering the same wattage. For a 40A solar array output at 12V over 10 feet, you often need 4 AWG or 2 AWG wire, whereas 120V AC at 40A over 10 feet only needs 8 AWG.

2. Long Feeder Runs to Subpanels

When running a 100A feeder to a detached garage 150 feet away, ampacity tables might tell you that 3 AWG copper is sufficient to handle 100A safely without melting. However, the copper conductor resistance over a 300-foot total loop will cause a voltage drop exceeding 5% at full load. To maintain voltage regulation and ensure motors don't overheat from undervoltage, you must upsized the feeder to 1 AWG or 1/0 AWG copper purely to manage resistance, despite the higher material cost.

3. Precision Analog and Sensor Wiring

When wiring load cells, RTDs (Resistance Temperature Detectors), or shunt resistors for current sensing, the micro-ohm resistance of the copper leads themselves can skew your ADC readings. This is why precision bench work utilizes 3-wire or 4-wire (Kelvin) sensing configurations. By separating the current-carrying leads from the voltage-sensing leads, the high-impedance input of your multimeter or ADC ignores the voltage drop across the copper wire's resistance, measuring only the target component.

Common Confusions and FAQ

Q: Does stranded copper wire have higher resistance than solid copper wire of the same AWG?
A: Technically, yes, but the difference is negligible for DC and 60Hz AC power applications. Because stranded wire has tiny air gaps between the individual copper strands, its actual copper cross-sectional area is slightly less than a solid wire of the same nominal AWG (typically about 1-2% less). However, at radio frequencies (RF), stranded wire (specifically Litz wire) is used to combat the skin effect, which effectively increases AC resistance in solid conductors.

Q: Why do my multimeter readings on a short piece of wire never match the AWG table perfectly?
A: Standard digital multimeters (even high-end models like the Fluke 87V) have inherent lead resistance, often between 0.2 Ω and 0.5 Ω. When measuring a 2-foot piece of 12 AWG wire (which should read roughly 0.004 Ω), your meter's leads will completely mask the actual copper conductor resistance. To measure sub-ohm resistances accurately, you must use a milliohm meter, a micro-ohmmeter, or a 4-wire Kelvin measurement setup to null out the test lead resistance.

Q: Is copper conductor resistance the exact same thing as impedance?
A: No. Resistance (R) is the opposition to direct current (DC) and is purely a function of the material's geometry and temperature. Impedance (Z) is the total opposition to alternating current (AC). At standard 60Hz mains power, the impedance of a standard copper building wire is virtually identical to its DC resistance. But at higher frequencies (like PWM signals from an ESP32 or switching power supplies), the inductive reactance of the wire's magnetic field increases the total impedance significantly above the baseline DC resistance.