Resistivity is an intrinsic material property that quantifies how strongly a specific substance opposes the flow of electric current, measured in ohm-meters (Ω·m). For pure annealed copper at 20°C, that exact baseline number is 1.68 × 10⁻⁸ Ω·m. Unlike resistance, which changes based on the physical dimensions of your wire, resistivity is a fixed fingerprint of the material itself. In this guide, we will break down exactly how to find resistivity using bench measurements, walk through the math, and look at what happens when you misidentify this property in a real installation.
Resistance vs. Resistivity: The Core Confusion
People almost universally confuse resistivity with resistance. Here is the distinction: Resistance (R) is the total opposition of a specific, physical object—like a 50-foot spool of 12 AWG wire. Resistivity (ρ) is the material's baseline opposition, regardless of its shape. Think of resistivity as the density of a liquid (like water versus honey), while resistance is how hard it is to push a specific volume of that liquid through a specific pipe.
What does resistivity change in a real circuit or installation? It is the foundational variable that dictates your voltage drop over long wire runs, your I²R heat dissipation in busbars, and ultimately the minimum wire gauge you must pull to satisfy both ampacity and voltage drop limits under NEC-style guidance.
The Math: How to Find Resistivity from Physical Measurements
If you have an unknown wire or busbar and need to find its resistivity, you must rearrange the standard resistance formula. The core equation is:
ρ = R × (A / L)
Where:
ρ = Resistivity (Ω·m)
R = Measured Resistance (Ω)
A = Cross-sectional Area (m²)
L = Length (m)
- Measure Length (L): Cut a precise length of the material. For wire, 1 to 2 meters is ideal to get a measurable voltage drop. Measure it with a steel tape to the nearest millimeter.
- Calculate Area (A): Measure the wire diameter with digital calipers. Divide by two to get the radius (r), then calculate the area using A = π × r². Ensure you convert millimeters to meters before squaring.
- Measure Resistance (R): This is where most hobbyists fail. Standard multimeters cannot accurately measure the milliohm-level resistance of short copper wires due to test lead resistance. You must use a 4-wire Kelvin measurement or a dedicated milliohm meter (like a Fluke 8846A or a specialized Kelvin clip setup).
- Calculate: Plug your values into the formula to find the resistivity.
Worked Numeric Example: Calculating Copper Wire Resistivity
Let us run a real numeric example using a scrap piece of bare solid wire from the bench.
- Material: Unknown bare solid wire
- Length (L): 2.000 meters
- Diameter: 1.024 mm (Radius = 0.512 mm = 0.000512 m)
- Cross-Sectional Area (A): π × (0.000512)² = 8.236 × 10⁻⁷ m² (This matches standard 18 AWG wire)
- Measured Resistance (R): 0.0408 Ω (measured via 4-wire Kelvin clips)
The Calculation:
ρ = 0.0408 × (8.236 × 10⁻⁷ / 2.000)
ρ = 0.0408 × 4.118 × 10⁻⁷
ρ = 1.68 × 10⁻⁸ Ω·m
This result perfectly matches the published resistivity of pure annealed copper at 20°C, confirming our wire is high-purity copper and not copper-clad aluminum.
Where You Meet This in Practice
You interact with material resistivity constantly, even if you are just looking up values in a table. Here is where it dictates your design choices:
| Material | Resistivity (Ω·m at 20°C) | Primary Application |
|---|---|---|
| Silver | 1.59 × 10⁻⁸ | High-end audio contacts, RF shielding |
| Copper (Annealed) | 1.68 × 10⁻⁸ | Standard branch circuit wiring, PCB traces |
| Gold | 2.44 × 10⁻⁸ | Corrosion-resistant connector plating |
| Aluminum (1350) | 2.82 × 10⁻⁸ | Service entrance feeders, transmission lines |
| Nichrome 80 | 1.10 × 10⁻⁶ | Toaster heating elements, dummy loads |
When designing PCBs, the Saturn PCB Toolkit uses copper's resistivity alongside IPC-2221 standards to calculate exactly how wide your trace must be to carry 5A without melting. In home wiring, NEC Chapter 9 Table 8 relies on these exact resistivity constants to publish the DC resistance per 1,000 feet for every AWG size.
Bench War Story: When the Wrong Alloy Cooked a Shunt
To understand why assuming a material's resistivity is dangerous, here is a real-world scenario from a custom solar battery monitor build.
The Setup: I was building a 50A DC current shunt to feed an INA219 breakout board connected to an ESP32. The INA219 expects a maximum voltage drop of 50mV at full scale. Therefore, I needed a shunt resistance of exactly 0.001 Ω (50mV / 50A). I grabbed a scrap piece of flat busbar from the bin, assumed it was pure copper, and calculated the required length using copper's resistivity (1.68 × 10⁻⁸ Ω·m). I cut it to exactly 10 cm, bolted it into the circuit, and wired up the ADC.
The Numbers: Target resistance was 0.001 Ω. At a 50A load, the expected voltage drop was 50mV, and expected heat dissipation was 2.5W (I²R).
The Outcome: When I turned on the 50A dummy load, the ESP32 serial monitor immediately pegged the current reading at 85A. Worse, within 30 seconds, the shunt was too hot to touch, and the solder on my sense wires started to slump.
What Went Wrong: The busbar was not pure copper; it was a brass alloy (copper and zinc). Brass has a resistivity of roughly 6.0 × 10⁻⁸ Ω·m—nearly four times higher than pure copper. Because I used the wrong resistivity constant in my length calculation, the actual resistance of the 10 cm shunt was 0.0035 Ω. At 50A, it dropped 175mV (saturating the INA219's ADC and causing the false 85A reading) and dissipated 8.75W of heat instead of 2.5W. The lesson is absolute: always verify the alloy with a known sample or milliohm meter before cutting shunts or busbars.
FAQ: Common Resistivity Questions
Does temperature change a material's resistivity?
Yes. Resistivity is typically published at 20°C. For copper, resistivity increases by about 0.39% for every 1°C rise in temperature. If you are sizing wire for an attic that hits 50°C, your voltage drop will be noticeably higher than the standard tables suggest.
Why do utilities use aluminum instead of copper if its resistivity is higher?
While aluminum's resistivity is about 68% higher than copper's, it is roughly 70% lighter and significantly cheaper. For overhead transmission lines where weight dictates the physical strength of the towers and spans, the weight-to-conductivity ratio makes aluminum the superior choice. You can read more about practical resistance measurements in this guide from Fluke.
Can I measure resistivity with a standard $20 multimeter?
Generally, no. Standard multimeters inject a small test current and measure voltage, but the resistance of the test leads (often 0.2 Ω to 0.5 Ω) will completely swamp the micro-ohm resistance of a short wire sample. You need a 4-wire Kelvin measurement setup to eliminate lead resistance from the equation, a concept deeply covered in All About Circuits.






