To calculate the resistivity (ρ) of a wire, multiply its measured DC resistance (R) by its cross-sectional area (A), then divide by its physical length (L). The core formula is ρ = R(A / L). For standard annealed copper at 20°C, a realistic answer magnitude is 1.72 × 10-8 Ω·m. If your calculation yields a number wildly different from this order of magnitude (10-8), you have likely fallen into a unit conversion trap or a measurement error.

The Core Formula and Symbol Definitions

Resistivity is an intrinsic property of a material that quantifies how strongly it opposes the flow of electric current. Unlike resistance, which changes if you cut a wire shorter, resistivity remains constant for a given material at a specific temperature. The relationship between these physical properties is defined by Pouillet's law:

ρ = R × (A / L)

Formula Symbol Definitions and Standard SI Units
Symbol Property Standard SI Unit Typical Bench Measurement Tool
ρ (rho) Electrical Resistivity Ohm-meters (Ω·m) Calculated (not directly measured)
R Electrical Resistance Ohms (Ω) Digital Multimeter (DMM) or Micro-ohmmeter
A Cross-Sectional Area Square meters (m2) Micrometer / Caliper (measuring diameter)
L Length of the conductor Meters (m) Tape measure or cutting jig

Rearranged Forms for Any Variable

On the bench or in the field, you rarely solve for resistivity alone. More often, you know the material's resistivity and need to find the length of an unmarked spool, or you need to size a wire's area for a target resistance. Here are the algebraically rearranged forms:

  • Solving for Resistance (R): R = ρ × (L / A)
    Use case: Calculating voltage drop across a known length of home wiring.
  • Solving for Area (A): A = ρ × (L / R)
    Use case: Sizing a busbar or selecting the correct AWG to keep resistance below a threshold.
  • Solving for Length (L): L = R × (A / ρ)
    Use case: Determining how many meters of wire are left on a scrap spool by measuring its end-to-end resistance.
  • Solving for Resistivity (ρ): ρ = R × (A / L)
    Use case: Identifying an unknown wire alloy (e.g., distinguishing pure copper from copper-clad aluminum).

Bench Scenario: What Went Wrong With My THHN Spool?

Theory is clean; the workbench is not. Here is a real-world scenario demonstrating how easily low-resistance measurements can derail your calculations.

The Setup: I had a partial, unmarked spool of 12 AWG THHN wire in the shop. I wanted to verify if it was pure copper or cheaper copper-clad aluminum (CCA). I cut exactly 10.0 meters of the wire, stripped both ends, and clamped my multimeter probes directly to the bare metal.

The Numbers: The cross-sectional area of 12 AWG is 3.31 mm2 (3.31 × 10-6 m2). My multimeter read a resistance of 0.085 Ω. Plugging this into the formula:

ρ = 0.085 × (3.31 × 10-6 / 10.0) = 2.81 × 10-8 Ω·m

The Outcome: Pure copper is ~1.72 × 10-8 Ω·m. Aluminum is ~2.65 × 10-8 Ω·m. My calculated 2.81 × 10-8 Ω·m was dangerously close to aluminum. I concluded the spool was CCA and nearly threw it in the scrap bin.

What Went Wrong: I forgot to account for the lead resistance and contact resistance of my test setup. Standard multimeter probes and alligator clips can easily introduce 0.020 Ω to 0.030 Ω of series resistance. When I shorted the probes together, the meter read 0.030 Ω. The actual resistance of the wire was only 0.055 Ω (0.085 - 0.030). Recalculating with the true wire resistance:

ρ = 0.055 × (3.31 × 10-6 / 10.0) = 1.82 × 10-8 Ω·m

This corrected value perfectly matches pure copper at a slightly elevated shop temperature of about 30°C. Always subtract your shorted-probe baseline when measuring sub-ohm resistances.

Solved Problems With Strict Unit Tracking

Unit mismatches are the primary cause of calculation failure. The following problems track every conversion explicitly.

Problem 1: Finding Resistivity from Physical Measurements

Given: A 5.0-meter length of 18 AWG solid wire has a measured resistance of 0.105 Ω. The physical diameter of 18 AWG is 1.024 mm. Find the resistivity.

  1. Calculate the radius in meters:
    Diameter = 1.024 mm = 0.001024 m.
    Radius (r) = 0.001024 / 2 = 0.000512 m.
  2. Calculate the cross-sectional area (A) in square meters:
    A = π × r2
    A = 3.14159 × (0.000512)2 = 8.236 × 10-7 m2
  3. Apply the resistivity formula:
    ρ = R × (A / L)
    ρ = 0.105 Ω × (8.236 × 10-7 m2 / 5.0 m)
  4. Final Calculation:
    ρ = 0.105 × 1.647 × 10-7 = 1.73 × 10-8 Ω·m
    Conclusion: This matches the standard resistivity of copper at roughly 22°C.

Problem 2: Finding the Length of an Unknown Spool

Given: You have a spool of pure silver wire (resistivity ρ = 1.59 × 10-8 Ω·m). The wire cross-section is stamped as 0.50 mm2. You measure the total spool resistance at 2.50 Ω. How long is the wire?

  1. Convert Area to Standard SI (Square Meters):
    A = 0.50 mm2. Since 1 mm = 10-3 m, then 1 mm2 = (10-3)2 m2 = 10-6 m2.
    A = 0.50 × 10-6 m2 (or 5.0 × 10-7 m2).
  2. Rearrange the formula to solve for Length (L):
    L = R × (A / ρ)
  3. Plug in the values:
    L = 2.50 Ω × (0.50 × 10-6 m2 / 1.59 × 10-8 Ω·m)
  4. Final Calculation:
    L = 2.50 × 31.446 = 78.6 meters

Assumptions, Unit Traps, and Realistic Magnitudes

The formula ρ = R(A/L) is elegant, but it relies on strict physical assumptions. Ignoring these will result in data that looks correct on paper but fails in practice.

When the Formula Applies (and Its Assumptions)

  • Uniform Cross-Section: The wire must have a constant thickness. Tapered wires or strands with varying draw defects will invalidate the A variable.
  • Constant Temperature: Resistivity is highly temperature-dependent. Copper's resistivity increases by roughly 0.39% per degree Celsius. The formula assumes the temperature is uniform across the entire length L during measurement.
  • DC or Low-Frequency AC: This formula calculates DC resistance. At high AC frequencies, the skin effect forces current to the outer edge of the conductor, effectively reducing A and increasing R.

The Unit Mistake That Breaks Everything

The most common fatal error is converting square millimeters (mm2) to square meters (m2). Because wire specs are almost always printed in mm2 or AWG, you must convert to SI base units for the formula to work.

The Trap: Multiplying by 10-3.
The Fix: You must square the linear conversion factor. 1 mm = 10-3 m. Therefore, 1 mm2 = (10-3 m)2 = 10-6 m2. If you forget to square the 10-3, your calculated resistivity will be off by a factor of 1,000.

Realistic Answer Magnitudes

If your final calculation does not land near these baseline magnitudes, re-check your meter zeroing and your decimal placement. For deeper reference tables on material properties, consult the Georgia State University HyperPhysics database.

Baseline Resistivity Magnitudes at 20°C
Material Resistivity (Ω·m) Common Application
Silver 1.59 × 10-8 RF connectors, high-end audio contacts
Copper (Annealed) 1.72 × 10-8 Standard THHN/THWN home branch wiring
Aluminum (Alloy 1350) 2.65 × 10-8 Service entrance feeders, utility transmission
Nichrome (80/20) 1.10 × 10-6 Heating elements, power resistors

Notice the magnitude leap between conductors (10-8) and resistive alloys (10-6). If you are testing a heating element wire and get 10-8, you are measuring your test leads, not the nichrome. Always let the expected magnitude guide your troubleshooting.