The Core Difference: Material Property vs. Component Reality
When you measure a component on your bench with a multimeter, you are reading resistance (measured in Ohms, $\Omega$). This value belongs to that specific physical object. If you cut the wire in half, the resistance drops by half. If you double its thickness, the resistance drops again. Resistance is entirely dependent on the geometry of the object.
Resistivity (measured in Ohm-meters, $\Omega\cdot m$), on the other hand, is a fundamental property of the material itself. A one-meter cube of pure annealed copper has the exact same resistivity at 20°C whether it is sitting in a Tokyo lab or a New York workshop. It does not care about the shape or size of the sample.
The Water Analogy: Think of resistivity as the inherent viscosity of a fluid (like the difference between water and honey), while resistance is the actual flow restriction of a specific pipe. A very wide, short pipe carrying honey might have the same flow restriction (resistance) as a very narrow, long pipe carrying water, even though the fluids themselves have completely different viscosities (resistivities).
What People Commonly Confuse
The most frequent error on the bench and in the field is confusing resistance with impedance. Resistance is the DC opposition to current. Impedance ($Z$) is the total AC opposition, which includes resistance plus reactance (the opposition from inductors and capacitors in an AC circuit). If you measure a motor winding with a DC multimeter, you are reading its resistance; when you power it with 120V AC, its impedance dictates the actual running current. Another common mix-up is using the terms interchangeably; remember that copper has low resistivity, but a 1,000-foot spool of thin copper wire can still have high resistance.
Worked Example: Calculating 12 AWG Copper Wire Voltage Drop
To see how resistivity translates into real-world resistance, let's calculate the voltage drop for a standard branch circuit. We will use the formula derived from resistivity: $R = \rho \frac{L}{A}$, though on the jobsite, we rely on pre-calculated tables based on this exact physics principle.
According to All About Circuits and NEC Chapter 9, Table 8, the DC resistance of 12 AWG solid uncoated copper wire is 1.588 $\Omega$ per 1,000 feet at 20°C.
The Scenario: You are wiring a 120V receptacle located 50 feet from the breaker panel. You are using 12 AWG solid THHN copper wire, and the circuit will carry a continuous 15A load.
- Determine total wire length: Current must travel to the load and return. A 50-foot run means 100 feet of total conductor length.
- Calculate total resistance: $R = 1.588 \, \Omega/\text{kft} \times (100 / 1000) = \mathbf{0.1588 \, \Omega}$.
- Calculate voltage drop: Using Ohm's Law ($V = I \times R$), $V_{drop} = 15\text{A} \times 0.1588 \, \Omega = \mathbf{2.382\text{V}}$.
- Calculate percentage drop: $(2.382 / 120) \times 100 = \mathbf{1.98\%}$.
A 1.98% voltage drop is well under the 3% maximum recommended by the NEC for branch circuits. However, if you had used 14 AWG wire (which has a smaller cross-sectional area, $A$, resulting in higher resistance of 2.525 $\Omega$/kft), the drop would be 3.78V (3.15%), pushing you into inefficient and potentially non-compliant territory.
Where You Meet This in Practice
Understanding the distinction between the material property (resistivity) and the object property (resistance) dictates how you select components for specific jobs.
1. Sizing Feeders for Subpanels
When running a 60-foot feeder to a garage subpanel, you aren't just sizing the breaker for the ampacity; you are managing resistance. Aluminum has a higher resistivity than copper ($2.65 \times 10^{-8} \, \Omega\cdot m$ vs $1.68 \times 10^{-8} \, \Omega\cdot m$). To achieve the same total resistance (and thus the same voltage drop) over the same distance, you must increase the cross-sectional area by using a larger AWG aluminum wire compared to copper.
2. Selecting Current-Sense Shunt Resistors
If you are building an Arduino-based ammeter, you need a shunt resistor to measure current via voltage drop. You would never use copper wire for this. Copper's resistivity is too low, meaning you'd need an impractically long, thin wire to get a measurable resistance. More importantly, copper has a high temperature coefficient; as it heats up, its resistance changes, ruining your calibration. Instead, you use Manganin or Constantan. These alloys are engineered to have higher resistivities and near-zero temperature coefficients, keeping the resistance stable regardless of heat.
3. Designing Heating Elements
In a toaster or a 3D printer hotend, you want the wire to convert electrical energy into heat. You need a material with high resistivity so that a short, manageable length of wire provides enough resistance to generate $I^2R$ heating without drawing catastrophic current. Nichrome (an nickel-chromium alloy) is the standard here, boasting a resistivity roughly 65 times higher than copper.
| Material | Resistivity ($\Omega\cdot m \times 10^{-8}$) | Primary Use Case |
|---|---|---|
| Silver | 1.59 | High-end audio contacts, RF plating |
| Copper (Annealed) | 1.68 | Standard branch wiring, PCB traces, motor windings |
| Gold | 2.44 | Low-voltage connector plating (prevents oxidation) |
| Aluminum (1350-H19) | 2.65 | High-voltage transmission, large service entrance feeders |
| Constantan | 49.0 | Current shunts, precision resistors, thermocouples |
| Nichrome (80/20) | 108.0 | Heating elements, high-wattage resistors |
Data sourced from standard materials science references and Georgia State University HyperPhysics.
Frequently Asked Questions About Resistance and Resistivity
Does wire resistance change with temperature?
Yes, significantly. The resistivity of most pure metals increases as temperature rises because increased thermal agitation scatters the flowing electrons. For copper, the resistance increases by approximately 0.393% for every 1°C rise in temperature. This is why NEC ampacity tables require you to derate conductors in high-ambient-temperature environments like attics; a wire that safely carries 20A at 30°C might overheat at 20A in a 50°C attic because its higher resistance generates more $I^2R$ heat.
Why do we use aluminum instead of copper for high-voltage transmission if its resistivity is higher?
While aluminum has about 61% higher resistivity than copper, it is roughly 70% lighter by volume. For long-span overhead transmission lines, the weight of the cable dictates the structural requirements of the towers. By using a physically thicker aluminum conductor (which lowers the total resistance to match a thinner copper wire), utilities achieve the same electrical performance at a fraction of the weight and material cost.
How do I measure the resistivity of an unknown wire on my bench?
You cannot measure resistivity directly with a multimeter; you can only measure resistance. To find the resistivity ($\rho$), measure the resistance ($R$) of a straight segment of the wire using a 4-wire Kelvin measurement to eliminate lead resistance. Then, precisely measure the length ($L$) in meters and calculate the cross-sectional area ($A$) in square meters (using calipers to find the diameter, then $A = \pi \times r^2$). Finally, rearrange the formula to solve for the material property: $\rho = \frac{R \times A}{L}$.
What is the exact difference between resistance and conductance?
They are mathematical reciprocals of one another. Resistance ($R$) measures how much a component opposes current, measured in Ohms ($\Omega$). Conductance ($G$) measures how easily a component allows current to flow, measured in Siemens (S). The relationship is simply $G = 1 / R$. In practical DIY electronics, you will almost exclusively use resistance, but conductance is frequently used in power grid analysis and when calculating the total equivalent value of parallel resistor networks.






