Electrical resistivity is an intrinsic material property that quantifies how strongly a specific substance opposes the flow of electric current, measured in ohm-meters (Ω·m). While beginners often use the terms interchangeably, understanding this specific property is what separates a guess from an engineered circuit. It dictates everything from the voltage drop across a 50-foot feeder to the heat generated in a PCB trace. In this guide, we will break down the exact math, clear up the most common confusion, and give you a concrete decision framework for picking the right conductor material for your next build or installation.
The Core Confusion: Electrical Resistivity vs. Resistance
The most common mistake on the workbench is confusing resistivity with resistance. Here is the one-sentence distinction: Resistivity is the material's DNA, while resistance is the material's DNA combined with its physical shape.
Resistance (R, measured in Ohms) changes if you cut a wire shorter or swap it for a thicker gauge. Resistivity (ρ, the Greek letter rho) does not care about the wire's length or thickness. A microscopic fleck of pure copper and a 500-pound spool of pure copper share the exact same electrical resistivity: 1.68 × 10⁻⁸ Ω·m at 20°C.
In a real installation, the base resistivity of your chosen material dictates three physical realities:
- Voltage Drop: Higher resistivity means more voltage is lost as heat over distance, starving the load.
- Ampacity and Sizing: To push the same current through a high-resistivity material without exceeding temperature limits, you must increase the physical cross-sectional area (use a thicker wire).
- Thermal Runaway Risk: Materials with high resistivity and poor thermal dissipation will melt insulation or trigger breaker trips if undersized.
The Math: A Worked Numeric Example
To see how electrical resistivity forces physical design choices, let us calculate the exact resistance and voltage drop for a 100-meter run of 12 AWG wire, comparing Copper and Aluminum.
The governing formula is:
R = ρ × (L / A)
Where L is length in meters, and A is cross-sectional area in square meters. A standard 12 AWG wire has an area of 3.31 mm² (or 3.31 × 10⁻⁶ m²).
Copper Calculation
- Resistivity (ρ): 1.68 × 10⁻⁸ Ω·m
- R = (1.68 × 10⁻⁸) × (100 / 3.31 × 10⁻⁶) = 0.507 Ω
- Voltage Drop at 20A (one-way): 20A × 0.507 Ω = 10.14V
Aluminum Calculation
- Resistivity (ρ): 2.82 × 10⁻⁸ Ω·m (roughly 68% higher than copper)
- R = (2.82 × 10⁻⁸) × (100 / 3.31 × 10⁻⁶) = 0.851 Ω
- Voltage Drop at 20A (one-way): 20A × 0.851 Ω = 17.02V
Where You Meet This in Practice
You do not just encounter electrical resistivity in textbook problems; it dictates component selection across every electrical trade and hobbyist bench.
- Mains Wiring (Low Resistivity): Residential branch circuits rely on copper (or sized-up aluminum) to keep resistivity as close to zero as possible, ensuring 120V/240V reaches the outlet without turning the walls into heaters.
- Heating Elements (High Resistivity): If you are building a DIY reflow oven or a toaster, you want high resistivity. Nichrome (an alloy of nickel and chromium) has a resistivity roughly 65 times higher than copper, forcing electrical energy to convert directly into heat.
- Current Sensing Shunts (Precision Resistivity): When measuring current with an ESP32 or Arduino ADC, you need a shunt resistor. Manganin is used here not just for its specific resistivity, but because its resistivity barely changes with temperature (near-zero temperature coefficient).
- PCB Traces: Standard 1 oz copper PCB traces have a known resistivity. If you are routing 5A to a motor driver, you must use a trace width calculator to ensure the physical area compensates for the copper's inherent resistivity, preventing the trace from acting like a fuse.
Conductor Material Decision Tree
Stop guessing which wire or element to buy. Use this decision matrix to terminate your design process with a concrete part selection. These recommendations align with standard NFPA 70 (NEC) practices for wiring and standard electronics engineering for components.
| If Your Application Is... | Then Choose This Material | Concrete Pick / Part Number |
|---|---|---|
| Standard 120V/240V indoor branch circuits (15A/20A) | Copper (Low resistivity, easy termination) | 12 AWG or 14 AWG Solid Copper NM-B (Romex) |
| Long underground feeders to a subpanel (>100ft, >60A) | Aluminum (Lower cost, acceptable resistivity if sized up) | 2 AWG or 1/0 AWG Stranded Aluminum XHHW-2 |
| High-temperature DIY heating elements (up to 1100°C) | Nichrome 80 (High resistivity, oxidation resistant) | Nichrome 80 Wire (AWG sized via Ohm's law to target wattage) |
| Precision current sensing for microcontroller ADCs | Manganin or dedicated Silicon Shunt | Manganin wire shunt OR Texas Instruments INA219 I2C Breakout |
Temperature Derating and Edge Cases
Resistivity is not a static number; it is highly temperature-dependent. For copper, resistivity increases by approximately 0.39% for every 1°C rise in temperature.
This is why the NEC ampacity tables (specifically Table 310.16) force you to look at the 60°C or 75°C column rather than the 90°C column for most residential terminations. If you push 30A through 10 AWG THHN copper, the wire itself can handle the heat at 90°C, but the increased resistivity at that temperature causes a higher voltage drop, and the standard brass terminals on a breaker will degrade. Always size your wire based on the temperature rating of the weakest termination point in the circuit, not just the insulation on the wire.
For a comprehensive breakdown of how temperature, length, and material interact, the All About Circuits DC textbook chapter on resistance factors is an essential bookmark for any workbench.
Frequently Asked Questions
Q: Can I use aluminum wire for standard 15A or 20A receptacle circuits to save money?
A: No. While aluminum is cheaper, its higher resistivity requires a larger gauge, and standard 15A/20A receptacles are not rated for aluminum terminations. The differing thermal expansion rates between aluminum wire and brass screws cause connections to loosen over time, creating arc-fault hazards. Stick to copper for branch circuits.
Q: Does a thicker wire have lower resistivity?
A: No. A thicker wire has lower resistance. The resistivity remains identical because it is a property of the material itself, not the geometry. Think of it like density: a large block of lead and a small pellet of lead have different weights, but the exact same density.
Q: Why do we use gold on PCB edge connectors if it has higher resistivity than copper?
A: Gold is used for its corrosion resistance, not its conductivity. Copper oxidizes rapidly, creating a high-resistance surface layer that ruins signal integrity. Gold remains pristine, ensuring the contact resistance at the mating surface stays near zero, even though the bulk resistivity of gold (2.44 × 10⁻⁸ Ω·m) is slightly higher than copper.






