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 the physical dimensions of a wire dictate its total resistance, resistivity remains constant for a given material at a specific temperature, directly dictating the voltage drop, heat generation, and required wire gauge in any real-world circuit or electrical installation.
The Core Physics: Resistivity vs. Resistance
People commonly confuse resistivity with resistance, but they describe two entirely different scales of physics. Resistance ($R$) is the property of a specific object—like a 50-foot spool of 12 AWG THHN wire. Resistivity ($\rho$) is the property of the material itself—copper, aluminum, or nichrome—regardless of its shape or size.
The mathematical relationship is defined by the formula:
$R = \rho \frac{L}{A}$
Where $R$ is resistance, $\rho$ is resistivity, $L$ is length, and $A$ is the cross-sectional area. Because resistivity is a fundamental material constant, it is the primary variable electrical engineers and electricians evaluate when choosing between copper, aluminum, or specialized alloys for a given application (Hyperphysics).
Worked Numeric Example: Sizing a 50A EV Charger Feeder
To see how the resistivity definition translates to real-world installation costs and performance, let us calculate the actual resistance and voltage drop for a 100-foot run (200 feet total out-and-back) supplying a 240V, 50A Level 2 EV charger. We will compare 6 AWG copper against 4 AWG aluminum.
Copper Calculation (6 AWG)
- Resistivity ($\rho$): $1.68 \times 10^{-8} \, \Omega\cdot\text{m}$ (at 20°C)
- Cross-sectional Area ($A$): $13.3 \, \text{mm}^2$ ($13.3 \times 10^{-6} \, \text{m}^2$)
- Total Length ($L$): $200 \, \text{ft}$ ($60.96 \, \text{m}$)
$R = (1.68 \times 10^{-8}) \times \frac{60.96}{13.3 \times 10^{-6}} = 0.0769 \, \Omega$
Voltage Drop: $V = I \times R = 50\text{A} \times 0.0769\Omega = \text{3.84V (1.6% drop)}$
Aluminum Calculation (4 AWG)
Because aluminum has a higher resistivity, we must increase the cross-sectional area to achieve a similar voltage drop.
- Resistivity ($\rho$): $2.65 \times 10^{-8} \, \Omega\cdot\text{m}$ (at 20°C)
- Cross-sectional Area ($A$): $21.15 \, \text{mm}^2$ ($21.15 \times 10^{-6} \, \text{m}^2$ for 4 AWG)
$R = (2.65 \times 10^{-8}) \times \frac{60.96}{21.15 \times 10^{-6}} = 0.0764 \, \Omega$
Voltage Drop: $V = 50\text{A} \times 0.0764\Omega = \text{3.82V (1.59% drop)}$
Both configurations keep the voltage drop well under the 3% NEC-style recommendation for branch circuits, but the aluminum requires a physically larger wire to overcome its higher baseline resistivity (Cerrowire).
Where You Meet This in Practice
On the jobsite or at the workbench, you rarely calculate using ohm-meters. Instead, US electricians use a derived constant called the $K$-value (or specific resistance), which incorporates the material's resistivity and converts it to circular mils and feet. The practical formula becomes $VD = \frac{2 \times K \times I \times L}{CM}$.
| Material | Resistivity ($\Omega\cdot\text{m}$ at 20°C) | Approx. $K$-Value (DC) | Primary Application |
|---|---|---|---|
| Silver | $1.59 \times 10^{-8}$ | 9.8 | High-end audio contacts, aerospace relays |
| Copper (Annealed) | $1.68 \times 10^{-8}$ | 10.8 (12.9 at 75°C) | Standard branch circuits, PCB traces, motor windings |
| Gold | $2.44 \times 10^{-8}$ | 14.8 | Corrosion-resistant connector plating (ESP32/Arduino pins) |
| Aluminum | $2.65 \times 10^{-8}$ | 17.0 (21.2 at 75°C) | Service entrance feeders, transmission lines |
| Tungsten | $5.60 \times 10^{-8}$ | 33.8 | Incandescent filaments, high-temp vacuum environments |
| Nichrome (80/20) | $1.10 \times 10^{-6}$ | 660+ | Heating elements, high-wattage power resistors |
Notice the massive jump in resistivity for Nichrome. While copper is chosen to minimize voltage drop, Nichrome is intentionally selected for its high resistivity to maximize heat generation in appliances like toasters and 3D printer hotends.
Temperature Derating and Real-World Edge Cases
A critical mistake beginners make is assuming the resistivity definition implies a static, unchanging number. In reality, resistivity is highly temperature-dependent. For copper, the temperature coefficient of resistivity is approximately $0.00393$ per °C (All About Circuits).
If you run a 50A load through a copper wire bundled in conduit, the wire will heat up. If the conductor temperature reaches 75°C (the standard termination rating for THHN in most residential panels), the resistivity increases by roughly 22% compared to the 20°C baseline.
Frequently Asked Questions About Resistivity
What is the difference between resistivity and conductivity?
They are exact mathematical inverses of one another. While resistivity ($\rho$) measures how strongly a material opposes current flow, conductivity ($\sigma$) measures how easily it allows current to flow. The relationship is $\sigma = \frac{1}{\rho}$. In electrical engineering, we use resistivity when sizing wires to prevent voltage drop, but we use conductivity when evaluating electrolytes, grounding rods, or semiconductor doping levels.
Why is aluminum used for transmission lines if its resistivity is higher than copper?
The decision comes down to the resistivity-to-weight ratio. While aluminum has about 61% of the conductivity of copper (meaning higher resistivity), it weighs only about 30% as much. For long-span overhead transmission lines, the structural cost of supporting heavy copper cables far outweighs the electrical cost of using a slightly thicker, lighter aluminum conductor (often reinforced with a steel core, known as ACSR).
Does the resistivity of a wire change if I cut it in half?
No. Cutting a wire in half changes its resistance (which will drop by 50% because the length $L$ is halved), but the resistivity remains exactly the same. Resistivity is a material property, much like density. Cutting a block of aluminum in half makes it lighter, but it does not change the density of the aluminum itself.
How does skin effect alter AC resistivity in high-frequency circuits?
In DC circuits, current flows uniformly across the entire cross-section of a wire. In AC circuits, especially at high frequencies (like RF engineering or high-speed digital logic on an ESP32), the electromagnetic field forces the current to travel primarily along the outer 'skin' of the conductor. This effectively reduces the usable cross-sectional area ($A$) of the wire. According to the formula $R = \rho \frac{L}{A}$, a smaller effective area results in a higher effective AC resistance, even though the material's baseline DC resistivity ($\rho$) has not changed.






