Resistance and Resistivity: How Materials Fight Current
Resistance is the property of a component; resistivity is the property of a material. Once you separate the two, choosing wire gauges, shunt resistors and heating elements stops being guesswork and becomes arithmetic.
> At a glance: 7 minute guide · part 2 of 10 in the electronics fundamentals complete guide track · includes a worked example and a quick-reference table.
## Resistivity: the material property
Every material has a resistivity ρ (Ω·m). Copper sits near 1. 7 × 10⁻⁸. Nichrome is about 100× higher which is exactly why one carries power and the other makes heaters. Insulators like PTFE have resistivity factors upon factors higher, effectively blocking current.
| M | a | t | e | r | i | a | l | | | | | | | | | | | | | | | | | | |
| — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
| R | e | s | i | s | t | i | v | i | t | y | | ( | Ω | · | m | ) | | a | t | | 2 | 0 | | ° | C |
| T | y | p | i | c | a | l | | u | s | e | | | | | | | | | | | | | | | |
| Silver | 1.59 × 10⁻⁸ | Best conductors, plating | | | | | | | | | | | | | | | | | | | | | | | |
| Copper | 1.68 × 10⁻⁸ | Wires, PCB traces | | | | | | | | | | | | | | | | | | | | | | | |
| Aluminium | 2.65 × 10⁻⁸ | Overhead power lines | | | | | | | | | | | | | | | | | | | | | | | |
| Nichrome | ~1.1 × 10⁻⁶ | Heating elements | | | | | | | | | | | | | | | | | | | | | | | |
| PTFE | > 10²² | Insulation | | | | | | | | | | | | | | | | | | | | | | | |
## The geometry equation
What this means at the bench: Resistance follows R = ρL ÷ A. Longer conductors resist more, fatter ones resist less. Doubling a wire’s length doubles its resistance; doubling its cross-sectional area halves it. This single equation governs cable sizing, PCB trace width and shunt design.
## Temperature and tolerance
Most metals increase resistance as they warm (positive temperature coefficient), roughly +0. 4 %/°C for copper. NTC thermistors exploit the opposite behaviour for sensing. Component tolerance then stacks on top. A 5 % resistor at the edge of its range plus heating can drift surprisingly far.
## How to apply this in your build
Work through the sequence below each step assumes the previous one passed. For numbers that need calculating, the linked tools at the end of this guide do the arithmetic instantly.
1. Look up the material resistivity in Ω·m
2. Measure or specify length L in metres
3. Compute cross-section A from wire diameter
4. Apply R = ρL ÷ A and sanity-check against a measured value
### Worked example
Ten metres of 1. 5 mm² copper wire: A = 1. 5 × 10⁻⁶ m², so R = 1. 68e-8 × 10 ÷ 1. 5e-6 ≈ 0. 11 Ω. At 10 A that wastes 11 W as heat along the run. Run the numbers yourself with the Ohm’s Law Calculator and the result should agree to within rounding.
> Practical note from the bench. Engineers’ shortcut: 1 metre of 1 mm² copper ≈ 17 mΩ. Scale from there for quick cable-drop estimates before any calculator.
## Field mistakes we see again and again
– Using nominal instead of measured wire cross-section for critical runs
– Forgetting copper resistance rises when the coil warms up
– Treating a resistor’s tolerance as negligible in precision dividers
## Key takeaways
– Resistivity: the material property the foundation of this guide; revisit it if any measurement here surprises you.
– The geometry equation the foundation of this guide; revisit it if any measurement here surprises you.
– Temperature and tolerance the foundation of this guide; revisit it if any measurement here surprises you.
## Prerequisites and preparation
Before starting: look up the material resistivity in ω·m and measure or specify length l in metres. Keep the [Ohm’s Law Calculator](/tools/ohms-law) and [Wire Gauge (AWG)](/tools/wire-gauge-awg) open every number in the worked example is reproducible. Total time including the bench steps: about 6–7 minutes.
## Who benefits most
Hobbyists meeting this topic for the first time, students who want the version with real numbers instead of abstract symbols. Returning engineers refreshing a corner of the craft. The mistake list alone justifies the visit every entry in it was learned the expensive way.
### Quick reference card
| Aspect | Where to find it in this guide |
| — | — |
| Core theory | Resistivity: the material property |
| Application steps | How to apply this in your build |
| Worked numbers | Worked example |
| Failure modes | Field mistakes we see again and again |
## How this fits the electronics fundamentals complete guide track
This guide is one stop in the structured learning path. Start from the [electronics fundamentals complete guide](/tutorial/electronics-fundamentals-complete-guide) pillar page for the full map, or continue with [voltage versus current](/tutorial/voltage-vs-current-explained) and [series and parallel circuit behaviour](/tutorial/series-vs-parallel-circuits). For the arithmetic, open the [Ohm’s Law Calculator](/tools/ohms-law) or [Wire Gauge (AWG)](/tools/wire-gauge-awg).
## Frequently asked questions
Is lower resistivity always better?
No heaters, fuses and current-sense shunts deliberately use higher-resistivity materials to create controlled voltage drops or heat.
How do I measure resistivity of an unknown wire?
Measure a known length’s resistance with an ohmmeter, calculate cross-section from diameter, then rearrange ρ = R·A ÷ L.
Is there a calculator for this?
Yes the [Ohm’s Law Calculator](/tools/ohms-law) and [Wire Gauge (AWG)](/tools/wire-gauge-awg) tools run the formulas from this guide instantly, client-side, with no signup.
## Where to go next
– The complete electronics fundamentals guide: [Electronics Fundamentals complete guide](/tutorial/electronics-fundamentals-complete-guide)
– Read next: [diodes and transistors explained: the two semiconductor families](/tutorial/diodes-and-transistors-explained)
– Also in this track: [passive components: resistors, capacitors and inductors compared](/tutorial/passive-components)
– Continue with: [the pn junction diode: physics, curves and applications](/tutorial/pn-junction-diode)
– Calculate as you go: [Ohm’s law calculator](/tools/ohms-law) · [resistor colour code decoder](/tools/resistor-color-code) · [RC time constant tool](/tools/rc-time-constant)
– Bookmark this page against the day a measurement surprises you. Most readers return to the table and the mistake list first, and that is the correct order.
## From our lab notebook
Component tolerance and meter accuracy stack. A 5% resistor, a 2% reference and lead resistance easily explain small gaps. Compare direction and magnitude before suspecting the guide.
A resistor and capacitor kit, common diodes and transistors, a breadboard and jumpers. Add modules as tracks demand them.
## How to revisit this guide
Second readings work best with a purpose. Pick one section from Resistivity the material property,The geometry equation,Temperature and tolerance and rebuild only that part at the bench, predicting each value before measuring. Prediction errors mark exactly which concept needs the next pass, and the linked electronics calculators resolve any arithmetic doubt in seconds. Keep the marked sections in your notebook: after a month of builds, that list becomes your personal Electronics syllabus.
Procirel