Resistivity is the intrinsic material property that dictates how strongly a specific substance opposes the flow of electric current, independent of its shape or size. If you are asking what are the units for resistivity, the standard SI answer is the ohm-meter ($\Omega\cdot m$). However, if you are sizing conductors in North America, you will frequently encounter the imperial equivalent: ohm-circular mils per foot ($\Omega\cdot cmil/ft$).
The Exact Units for Resistivity (and How to Read Them)
To understand the unit, look at the formula for resistance: $R = \rho (L / A)$. If we rearrange this to solve for resistivity ($\rho$), we get $\rho = R \cdot A / L$. Plugging in the units for Resistance (Ohms), Area (square meters), and Length (meters), we get $\Omega \cdot m^2 / m$, which simplifies to the ohm-meter ($\Omega\cdot m$).
SI Unit: $1.678 \times 10^{-8} \, \Omega\cdot m$
Imperial Unit: $10.37 \, \Omega\cdot cmil/ft$
Metric Alternative: $1.678 \, \mu\Omega\cdot cm$ (microhm-centimeters)
While $\Omega\cdot m$ is the scientific standard found on Georgia State University's HyperPhysics reference tables, the $\Omega\cdot cmil/ft$ unit is a practical shortcut for electricians. Because wire gauge in the US is measured in AWG (which translates directly to circular mils), using $10.37$ for copper allows you to calculate the resistance of any copper wire run by simply multiplying by the length in feet and dividing by the circular mil area, bypassing metric conversions entirely.
Resistivity vs. Resistance: The Most Common Mix-Up
The most frequent error on the workbench is confusing resistivity ($\rho$) with resistance ($R$). Resistance is a property of a specific object (like a 50-foot spool of 12 AWG wire) and is measured in plain Ohms. Resistivity is a property of the material itself (copper, aluminum, nichrome) and is measured in Ohm-meters.
Think of it like fluid dynamics: resistivity is the inherent viscosity of a liquid (e.g., honey is highly resistive to flow, water is not). Resistance is the total flow restriction of a specific pipe filled with that liquid. If you cut a copper wire in half, its resistance drops by 50%, but its resistivity remains exactly $1.678 \times 10^{-8} \, \Omega\cdot m$.
Worked Numeric Example: Sizing a 3D Printer Heated Bed
Let’s see what happens when you ignore resistivity and try to use the wrong material. Suppose you are building a custom 12V, 60W heated bed for a 3D printer.
First, we find the target resistance using $P = V^2 / R$:
$R = 12^2 / 60 = 144 / 60 = 2.4 \, \Omega$.
We need a wire that yields exactly $2.4 \, \Omega$. Let's use 20 AWG wire, which has a cross-sectional area of $5.18 \times 10^{-7} \, m^2$. We rearrange our formula to solve for Length: $L = (R \cdot A) / \rho$.
Scenario A: Using Copper ($\rho = 1.68 \times 10^{-8} \, \Omega\cdot m$)
- $L = (2.4 \cdot 5.18 \times 10^{-7}) / (1.68 \times 10^{-8})$
- $L = 74 \text{ meters}$
Wrapping 74 meters of 20 AWG copper wire onto a small print bed is physically impossible. Furthermore, copper's resistivity increases by roughly 0.39% per °C. As the bed heats up, the resistance climbs, the current drops, and your temperature control loop becomes unstable.
Scenario B: Using Nichrome 80 ($\rho = 1.08 \times 10^{-6} \, \Omega\cdot m$)
- $L = (2.4 \cdot 5.18 \times 10^{-7}) / (1.08 \times 10^{-6})$
- $L = 1.15 \text{ meters}$
By switching to a material with a resistivity roughly 64 times higher than copper, we get a manageable 1.15-meter wire length that easily fits in a zigzag pattern under the build plate, and its temperature coefficient is low enough to maintain stable power output.
Where You Meet Resistivity in Practice
You might not calculate $\Omega\cdot m$ daily, but resistivity governs several critical design choices in electrical and electronics work:
- PCB Trace Sizing: When using tools like the Saturn PCB Design Toolkit, the software calculates trace temperature rise based on the resistivity of the copper cladding (typically 1 oz or 2 oz). High resistivity means thinner traces will overheat at lower currents.
- Solar Array Voltage Drop: In 12V or 24V off-grid systems, DC current is high. Because aluminum has a higher resistivity ($2.65 \times 10^{-8} \, \Omega\cdot m$) than copper, you must upsize aluminum wire by about two AWG steps to carry the same current without exceeding the NEC-recommended 3% voltage drop limit.
- Shunt Resistors for Current Sensing: When measuring current with an ESP32 or Arduino ADC, you need a shunt with a very specific, ultra-low resistance (e.g., $1 \, m\Omega$). Designers use Manganin or Constantan because their resistivity is high enough to keep the physical component small, but their temperature coefficient is near zero, ensuring the ADC reading doesn't drift as the shunt heats up.
Material Selection Decision Tree
Use this decision path to select the right conductor based on your application's resistivity requirements.
| If your application is... | Required Resistivity Trait | Choose this Material | Specific Part / Spec |
|---|---|---|---|
| Branch circuit wiring or DC feeders | Lowest possible (minimize voltage drop) | Copper | THHN Copper, 90°C rated |
| High-current DC busbars (weight-sensitive) | Low, but lighter than copper | Aluminum | 6061-T6 Aluminum Busbar |
| Heating elements (toasters, 3D printers) | High (generates heat in short lengths) | Nichrome 80 | 20 AWG Ni80/Cr20 wire |
| Precision current sensing shunts | Moderate, but zero temp-coefficient | Manganin | Cu86/Mn12/Ni2 alloy strip |
FAQ: Unit Conversions and Edge Cases
How do I convert ohm-meters to microhm-centimeters?
Multiply the $\Omega\cdot m$ value by $10^8$. For example, copper's resistivity of $1.678 \times 10^{-8} \, \Omega\cdot m$ becomes $1.678 \, \mu\Omega\cdot cm$. This unit is heavily used in metallurgy and materials science datasheets because it yields clean, readable numbers (e.g., between 1 and 100) for most common metals.
Does resistivity change with temperature?
Yes. For pure metals like copper and aluminum, resistivity increases linearly with temperature. The National Institute of Standards and Technology (NIST) defines standard resistivity values at exactly 20°C. If your copper wire operates at 75°C inside a hot conduit, its resistivity increases by roughly 22%, which directly increases your voltage drop.
What is the unit for conductivity?
Conductivity ($\sigma$) is the exact mathematical inverse of resistivity ($\sigma = 1 / \rho$). Its SI unit is siemens per meter (S/m). While resistivity tells you how much a material fights current, conductivity tells you how easily it surrenders to it.






