Resistance is the total opposition a specific physical object offers to electrical current, while resistivity is the inherent, fixed property of the material itself that dictates how strongly it opposes current regardless of its shape or size. In a real circuit or installation, these two values working together dictate your voltage drop, power dissipation (heat generation), and the minimum AWG wire size required to safely carry a load without tripping a breaker or melting insulation. If you are sizing a feeder, designing a PCB trace, or winding a motor, confusing the property of the material with the property of the component will lead to undersized wires, excessive heat, and failed projects.
The Core Difference: Component vs. Material
To separate the two concepts, look at the foundational formula for a uniform conductor:
R = ρ (L / A)
- Resistance (R) is measured in Ohms (Ω). It is a property of a specific object. If you cut a wire in half, its resistance drops by 50%. If you swap a 14 AWG wire for a 10 AWG wire, the resistance drops because the cross-sectional area (A) increased.
- Resistivity (ρ) is measured in Ohm-meters (Ω·m) or Ohm-circular mils per foot (Ω·cmil/ft). It is a property of the material. Copper at 20°C has a specific resistivity whether it is shaped into a microscopic PCB trace or a massive 500 kcmil underground feeder.
Think of it like water flowing through a pipe. Resistivity is the inherent friction of the pipe's interior lining—smooth PVC has low resistivity, while rough, corroded cast iron has high resistivity. Resistance is the total friction you actually experience pushing water through a specific length and diameter of that pipe. You cannot change the resistivity of copper without changing the temperature or the alloy, but you can easily change its resistance by altering the wire gauge or length.
Resistivity Reference Table for Common Conductors
When sizing wires or selecting materials for a build, you need exact numbers. The table below provides the baseline resistivity for common electrical materials at standard room temperature (20°C / 68°F). Notice the inclusion of the Ω·cmil/ft column, which is the standard unit used in North America for calculating AWG voltage drop without converting to metric.
| Material | Resistivity (Ω·m at 20°C) | Resistivity (Ω·cmil/ft at 20°C) | Temp Coefficient (α per °C) | Common Application |
|---|---|---|---|---|
| Silver | 1.59 × 10⁻⁸ | 9.54 | 0.0038 | High-end audio contacts, RF plating |
| Annealed Copper | 1.72 × 10⁻⁸ | 10.37 | 0.0039 | Standard branch circuits, motor windings |
| Gold | 2.44 × 10⁻⁸ | 14.64 | 0.0034 | Edge connectors, low-voltage signal pins |
| Aluminum (1350-H19) | 2.82 × 10⁻⁸ | 16.92 | 0.0040 | Overhead transmission, heavy feeders |
| Tungsten | 5.60 × 10⁻⁸ | 33.60 | 0.0045 | Incandescent filaments, high-temp probes |
| Nichrome (80/20) | 1.12 × 10⁻⁶ | 672.00 | 0.0001 | Toasters, 3D printer hotends, brake resistors |
Worked Example: Sizing a 12 AWG Copper Feeder
Let’s apply this to a real-world scenario to see how resistivity forces a design decision. Suppose you are wiring a 120V branch circuit to a garage subpanel. The run is 50 feet one-way (100 feet total out-and-back). You plan to pull a continuous 16A load, which is near the practical limit for a 20A breaker.
Step 1: Calculate Resistance using Copper
- Wire: 12 AWG solid copper (Cross-sectional area = 6,530 circular mils).
- Operating Resistivity (ρ): Let's use 12.9 Ω·cmil/ft to account for a realistic 75°C operating temperature under load.
- Length (L): 100 feet.
- R = (12.9 × 100) / 6,530 = 0.197 Ω.
Step 2: Calculate Voltage Drop
- V_drop = I × R = 16A × 0.197 Ω = 3.15V.
- Percentage drop = (3.15V / 120V) × 100 = 2.62%.
A 2.62% drop is excellent; it sits comfortably under the NEC-recommended 3% maximum for branch circuits. The 12 AWG copper wire is perfectly sized.
Step 3: What if we swap to Aluminum?
Aluminum is cheaper and lighter, so you consider swapping to 12 AWG aluminum wire. The 75°C resistivity for aluminum is roughly 21.2 Ω·cmil/ft.
- R = (21.2 × 100) / 6,530 = 0.324 Ω.
- V_drop = 16A × 0.324 Ω = 5.18V.
- Percentage drop = (5.18V / 120V) × 100 = 4.31%.
At 4.31%, the aluminum wire fails the 3% voltage drop guideline. The motors in your garage tools will run hot and sluggish. Because of aluminum's higher inherent resistivity, you must upsize the wire to 10 AWG (10,380 circular mils) to achieve the same low resistance and acceptable voltage drop that the 12 AWG copper provided.
Where You Meet This in Practice
Understanding the boundary between material resistivity and component resistance solves several common bench and jobsite headaches:
1. High-Current DC Systems (Solar and Batteries)
In a 48V LiFePO4 battery bank feeding a 3000W inverter, the current draw is roughly 65A. A 2% voltage drop on a 48V system is less than 1V. Because the resistivity of copper is fixed, the only way to keep resistance low enough to prevent a 1V drop over a 10-foot run is to drastically increase the cross-sectional area. This is why 48V systems require massive 2/0 AWG battery cables or parallel copper busbars. The low system voltage makes the material's resistivity entirely unforgiving.
2. Intentional Heating Elements
Sometimes you want high resistance in a short space. If you tried to build a 1500W space heater using copper wire, the resistivity is so low that you would need miles of wire to get enough resistance to generate heat without short-circuiting the panel. Instead, manufacturers use Nichrome. As shown in the table, Nichrome’s resistivity is roughly 65 times higher than copper's. A few feet of coiled Nichrome wire provides the exact resistance needed to glow red-hot and convert electrical energy into thermal energy efficiently.
3. PCB Trace Sizing
On a custom Arduino shield or ESP32 carrier board, the "wire" is a copper trace etched into fiberglass. The resistivity of the copper foil is constant, but the cross-sectional area is defined by the trace width and the copper weight (usually 1 oz/ft², which is about 35 µm thick). If you route a 2A motor supply through a 10-mil (0.25mm) trace, the resistance will be high enough to cause a severe voltage drop and overheat the trace, delaminating the board. You must widen the trace to increase the area (A), thereby lowering the resistance (R).
Common Confusions and FAQ
What do people commonly confuse resistivity with?
The most common confusion is between resistivity and conductivity. They are exact mathematical inverses of one another (Conductivity σ = 1 / ρ). While resistivity measures how much a material fights current, conductivity measures how easily it allows current. Silver has the lowest resistivity, which means it has the highest conductivity. Another frequent mistake is assuming a component's resistance is a fixed, permanent number. As demonstrated in the worked example, resistance changes dynamically with temperature because the underlying resistivity of the metal shifts as it heats up.
Does the insulation type (THHN vs. XHHW) change the wire's resistance?
No. Insulation dictates the maximum safe operating temperature and the physical environment the wire can survive in (wet locations, sunlight resistance). It has absolutely zero effect on the electrical resistivity of the copper or aluminum conductor inside. However, because THHN is rated for 90°C in dry locations, it allows the conductor to run hotter, which slightly increases the operating resistivity compared to a wire kept cool in a 60°C environment.
Why do we use circular mils instead of square millimeters in the US?
A circular mil is the area of a circle with a diameter of one-thousandth of an inch (1 mil). Using this unit avoids the need for π (pi) in area calculations. The formula for the area of a wire in circular mils is simply the diameter in mils squared (d²). It is a legacy unit that persists in the National Electrical Code and American wire manufacturing because it makes mental math for voltage drop incredibly fast on the jobsite.
Ultimately, mastering the distinction between these two concepts is what separates a parts-swapper from a true circuit designer. You cannot change the fundamental resistivity of the copper in your spool, but by manipulating length and gauge, you command the resistance to build safe, efficient, and code-compliant electrical systems.






