The relation between conductivity and resistivity is a strict mathematical inverse: conductivity measures how easily a material allows electrical current to flow, while resistivity measures how strongly it opposes that flow, and multiplying the two always equals one. When you are sizing feeders, selecting busbar alloys, or debugging a voltage drop issue, this inverse relationship dictates whether your installation runs cool and efficient or turns into an expensive, dangerous space heater.
The Core Math: Inverse Twins of Material Science
To understand what this relation changes in a real circuit, we have to separate material properties from physical dimensions. Resistivity ($\rho$) and conductivity ($\sigma$) are intrinsic properties of a material. They do not change if you cut the wire shorter or make it thicker; they only change with temperature and alloy composition.
The mathematical relation is absolute:
$\sigma = 1 / \rho$
Think of resistivity as the inherent roughness of a pipe's interior wall, while resistance is the total friction a specific length and diameter of that pipe adds to the water flow. You calculate the actual resistance ($R$) of a wire using its resistivity, length ($L$), and cross-sectional area ($A$):
$R = \rho \times (L / A)$
Here is how common electrical materials stack up at 20°C, referencing standard Georgia State University HyperPhysics material data:
| Material | Resistivity ($\rho$) in $\Omega\cdot m$ | Conductivity ($\sigma$) in $S/m$ | % IACS (Copper Standard) |
|---|---|---|---|
| Silver (Annealed) | $1.59 \times 10^{-8}$ | $6.30 \times 10^{7}$ | 106% |
| Copper (Annealed) | $1.68 \times 10^{-8}$ | $5.96 \times 10^{7}$ | 100% |
| Aluminum (1350) | $2.82 \times 10^{-8}$ | $3.55 \times 10^{7}$ | 61% |
| Stainless Steel (304) | $7.20 \times 10^{-7}$ | $1.39 \times 10^{6}$ | 2.4% |
| Nichrome (80/20) | $1.10 \times 10^{-6}$ | $9.09 \times 10^{5}$ | 1.5% |
Where You Meet This in Practice: Wire Sizing and Voltage Drop
On the jobsite or at the bench, the relation between conductivity and resistivity shows up primarily in voltage drop calculations and ampacity derating. When you look at NEC Chapter 9, Table 8, the resistance values listed for copper and aluminum are direct derivatives of their base resistivities.
If you are running a 50-foot branch circuit for a 240V, 30A compressor, you need to know if 10 AWG is sufficient. Because aluminum has roughly 61% the conductivity of copper (meaning its resistivity is about 1.6 times higher), an aluminum wire must be physically thicker to carry the same current with the same voltage drop. This is why NEC ampacity tables generally require you to step up one AWG size when switching from copper to aluminum for the same breaker rating.
Worked Numeric Example: 50-Foot Branch Circuit
Let’s run the exact numbers for a 50-foot (100-foot total loop length) run of 10 AWG wire carrying 30A. We will compare Copper and Aluminum.
1. Copper 10 AWG:
- Area: $5.26 \times 10^{-6} \text{ m}^2$
- Resistivity ($\rho$): $1.68 \times 10^{-8} \Omega\cdot m$
- Loop Length ($L$): $30.48 \text{ m}$
- Resistance ($R$): $(1.68 \times 10^{-8} \times 30.48) / 5.26 \times 10^{-6} = 0.097 \Omega$
- Voltage Drop ($V = IR$): $30\text{A} \times 0.097\Omega = 2.91\text{V}$ (1.2% drop on 240V)
2. Aluminum 10 AWG:
- Area: $5.26 \times 10^{-6} \text{ m}^2$
- Resistivity ($\rho$): $2.82 \times 10^{-8} \Omega\cdot m$
- Resistance ($R$): $(2.82 \times 10^{-8} \times 30.48) / 5.26 \times 10^{-6} = 0.163 \Omega$
- Voltage Drop ($V = IR$): $30\text{A} \times 0.163\Omega = 4.89\text{V}$ (2.0% drop on 240V)
While both are technically under the NEC-recommended 3% branch circuit drop, the aluminum wire generates nearly 70% more heat ($I^2R$ losses) in the walls. If you pushed this to 8 AWG, the aluminum would match the copper's performance.
Worked Scenario: The Stainless Steel Busbar Disaster
Abstract formulas are fine, but ignoring material resistivity destroys hardware. Here is a real-world teardown of a DIY solar busbar failure.
- The Setup: A hobbyist building a 48V LiFePO4 battery bank needed a busbar to connect four parallel batteries to a 3000W inverter. The inverter pulls roughly 100A continuous at 48V. Instead of buying a $45 copper busbar, the builder used a scrap piece of 304 stainless steel bar stock from a local metal supplier because it was mechanically rigid and cost $8.
- The Numbers: The bar was 1/8" thick, 1/2" wide, and 12" long.
- Cross-sectional area: $2.01 \times 10^{-5} \text{ m}^2$
- Length: $0.3048 \text{ m}$
- Stainless 304 Resistivity: $7.20 \times 10^{-7} \Omega\cdot m$ (roughly 43 times higher than copper).
- Calculated Resistance: $0.0109 \Omega$.
- The Outcome: At 100A, the voltage drop across the busbar was $1.09\text{V}$. More critically, the power dissipated as heat was $P = I^2R = 100^2 \times 0.0109 = 109\text{ Watts}$. Concentrating 109 watts of heat into a small metal bar with no active cooling caused the steel to reach over 150°C within ten minutes. The heat transferred down the bolt into the battery terminal, melting the internal plastic separator and triggering the BMS to disconnect.
- What Went Wrong: The builder confused mechanical strength with electrical conductivity. Because stainless steel is an alloy heavily doped with chromium and nickel, its crystalline structure scatters electrons aggressively, resulting in terrible conductivity. It is a structural metal, not an electrical one.
Common Confusions: Resistance vs. Resistivity
The most frequent mistake on the bench is using the terms resistance and resistivity interchangeably. They are fundamentally different concepts, and mixing them up leads to catastrophic wire sizing errors.
- Resistivity ($\rho$): A material property. A spool of 12 AWG copper and a tiny copper trace on a PCB have the exact same resistivity. It is measured in Ohm-meters ($\Omega\cdot m$).
- Resistance ($R$): A component property. It depends on the material's resistivity plus its physical geometry (length and area). It is measured in Ohms ($\Omega$).
- Conductivity ($\sigma$): The inverse of resistivity. Measured in Siemens per meter ($S/m$).
- Conductance ($G$): The inverse of resistance. Measured in Siemens ($S$).
When you strip a wire and read $0.2\Omega$ on your multimeter, you are measuring resistance. You cannot measure resistivity directly with a standard multimeter; you must calculate it by factoring in the exact length and cross-sectional area of the probe leads.
FAQ: Conductivity and Resistivity in the Field
Does stranding a wire change its resistivity?
No. Stranding changes the wire's flexibility and its high-frequency AC skin effect, but the base DC resistivity of the copper remains identical. However, a stranded wire has a slightly larger overall outer diameter than a solid wire of the same AWG due to the air gaps between the strands, which can affect conduit fill calculations.
Why do we use aluminum for transmission lines if copper has better conductivity?
It comes down to conductivity-to-weight ratio. While copper has roughly 1.6 times the conductivity of aluminum by volume, aluminum is about 3.3 times lighter by weight. For long-span overhead transmission lines where the structural towers must support the cable's dead weight, a thicker aluminum conductor (like ACSR) provides the required ampacity at a fraction of the physical weight and cost of copper. You can read more about transmission material choices via the All About Circuits DC textbook.
What is % IACS and why is it on my wire spec sheet?
IACS stands for International Annealed Copper Standard. It is a benchmark where 100% IACS represents the conductivity of perfectly pure, annealed copper at 20°C. Commercial electrical copper (ETP copper) is usually rated at 101% IACS. Aluminum wire is typically rated around 61% IACS. This percentage gives engineers a quick, standardized way to compare the conductivity of exotic alloys against the copper baseline.






