The resistance of the conductor is the physical opposition a wire presents to the flow of electric current, converting a portion of electrical energy into heat. It is not a manufacturing defect; it is an inherent physical property dictated by the metal's atomic structure, the wire's cross-sectional area, its total length, and its operating temperature. In a real circuit or installation, this resistance fundamentally changes two things: it reduces the voltage available at your load (voltage drop) and generates I²R heat losses that can degrade insulation or trigger thermal derating in bundled conduit.
The Core Variables and NEC Reference Data
To calculate the baseline DC resistance of any wire, we rely on the fundamental physics formula: R = ρ(L/A). Here, R is resistance in ohms, ρ (rho) is the material's resistivity, L is the length, and A is the cross-sectional area. For copper at a standard ambient 20°C (68°F), resistivity is roughly 10.37 ohm-circular mils per foot. However, copper's resistance increases by about 0.393% for every 1°C rise in temperature. A wire carrying its maximum ampacity in a hot attic will have a noticeably higher resistance than the same wire sitting on your workbench.
When sizing wire for home branch circuits or solar DC runs, you need hard data. The National Electrical Code (NEC) Chapter 9, Table 8 provides the definitive baseline properties for conductors. Below is a data-dense extraction of uncoated copper and aluminum DC resistance at the standard 20°C baseline.
| AWG Size | Circular Mils (cmil) | Copper (Uncoated) Ω/kft | Aluminum Ω/kft | Approx. 75°C Loaded Copper Ω/kft |
|---|---|---|---|---|
| 14 AWG | 4,110 | 3.140 | 5.170 | 3.84 |
| 12 AWG | 6,530 | 1.980 | 3.250 | 2.42 |
| 10 AWG | 10,380 | 1.240 | 2.040 | 1.52 |
| 8 AWG | 16,510 | 0.778 | 1.280 | 0.95 |
| 6 AWG | 26,240 | 0.491 | 0.808 | 0.60 |
| 4 AWG | 41,740 | 0.308 | 0.508 | 0.38 |
Note: The 75°C column is calculated using the temperature coefficient of copper and represents a more realistic resistance value for a fully loaded circuit operating at its standard termination temperature rating.
Worked Example: Voltage Drop and Heat in a 12 AWG Run
Let's move from theory to the jobsite. Suppose you are wiring a dedicated 120V branch circuit for a 16A continuous load—perhaps a high-end server rack or a heavy-duty space heater. The panel is 50 feet away from the outlet. You plan to use 12 AWG THHN copper wire in conduit.
First, we must account for the complete circuit loop. Current flows out on the hot wire and returns on the neutral, meaning our total conductor length is 50 ft × 2 = 100 feet.
- Find the baseline resistance: Using the 20°C table above, 12 AWG copper is 1.98 Ω per 1,000 ft. For 100 ft, the resistance is 1.98 × (100 / 1000) = 0.198 Ω.
- Calculate Voltage Drop (V = I × R): 16A × 0.198 Ω = 3.168V drop.
- Calculate Percentage Drop: (3.168V / 120V) × 100 = 2.64%.
- Calculate Power Wasted as Heat (P = I²R): (16²) × 0.198 = 50.6 Watts.
If you try to verify that 0.198 Ω resistance with a standard $30 digital multimeter, you will likely read 0.4 Ω or higher. Why? Standard test leads and probe contact resistance easily add 0.2 Ω to 0.3 Ω of error. To accurately measure the resistance of short, thick conductors, you must use a 4-wire Kelvin measurement setup or a dedicated micro-ohmmeter, which separates the current-injecting probes from the voltage-sensing probes to eliminate lead resistance from the equation.
The 2.64% voltage drop is excellent; NEC-style guidance (Informational Note to 210.19) recommends keeping branch circuit drop under 3%. However, do not ignore the 50.6 Watts of heat. That is the equivalent of leaving an old incandescent lightbulb burning inside your conduit. If that conduit is packed with other current-carrying conductors or buried under attic insulation, that I²R heat contributes to ambient temperature rise, forcing you to apply derating factors to your wire's ampacity.
Where You Meet Conductor Resistance in Practice
Understanding conductor resistance prevents failures across multiple disciplines of electrical work and electronics design.
Low-Voltage DC and Solar Arrays
In a 12V or 24V off-grid solar system, conductor resistance is your biggest enemy. A mere 1V drop on a 12V system is an 8.3% loss, which can starve a DC fridge compressor of starting torque or trigger a low-voltage disconnect on your inverter. This is why 48V architectures are standard for modern LiFePO4 battery banks; quadrupling the voltage allows you to push the same wattage at one-quarter the current, drastically reducing I²R losses and allowing the use of smaller, cheaper AWG wire.
PCB Traces and Embedded Systems
If you are designing a custom PCB for an ESP32 or drawing 2A through a stepper motor driver, the copper traces on your board act as resistors. Standard 1 oz/sq ft copper is about 1.37 mils thick. A 10-mil wide trace of 1 oz copper has a resistance of roughly 50 milliohms per inch. Pushing 2A through a long, thin trace will cause localized heating and a severe voltage drop at the VCC pin of your microcontroller, leading to mysterious brownout resets. Always use a trace width calculator to size PCB conductors for high-current paths.
Common Confusions: What It Is NOT
When troubleshooting, makers and apprentices frequently confuse conductor resistance with two other concepts:
- Impedance (Z): Resistance is the opposition to DC current (and the real-power component of AC). Impedance includes resistance plus reactance (inductance and capacitance). For standard 60Hz home wiring, the inductive reactance of a wire is negligible, so resistance and impedance are virtually identical. But if you are routing high-speed SPI or I2C data lines on a microcontroller, trace impedance and signal reflection matter far more than DC resistance.
- Insulation Resistance: Measured in Megohms (MΩ) using a high-voltage megger, this is the resistance of the plastic jacket (THHN, XHHW-2, NM-B) preventing current from leaking to ground or adjacent wires. A healthy 600V THHN wire should have an insulation resistance in the hundreds of Megohms. If an apprentice says 'the wire has high resistance,' ensure they aren't confusing a corroded copper strand (bad) with excellent jacket insulation (good).
Frequently Asked Questions
Does stranding affect the resistance of the conductor?
Slightly. A stranded wire has a marginally higher DC resistance than a solid wire of the exact same AWG because the individual strands twist in a helix, making the actual physical length of the metal slightly longer than the linear length of the cable. Furthermore, air gaps between strands reduce the total effective cross-sectional area of copper. However, for standard AWG sizing, this difference is negligible for DC and 60Hz AC calculations.
Why do we use aluminum if its resistance is higher?
As the table shows, aluminum has roughly 60% higher resistance than copper for the same AWG. However, aluminum is significantly lighter and vastly cheaper. For long feeder runs (like a 200A service entrance or a subpanel in a detached garage), upsizing the aluminum wire by one or two AWG sizes to match copper's ampacity and voltage drop still results in massive cost and weight savings compared to pulling thick copper.






