The fundamental equation for resistance of wire is R = ρ × (L / A). This formula dictates exactly how much a conductor opposes current flow based on its material resistivity (ρ), physical length (L), and cross-sectional area (A). Whether you are calculating voltage drop for a 48V solar array or sizing a 60-amp EV charger feeder, this single relationship governs your wire selection. Below, we break down the formula, rearrange it for practical circuit design, expose the unit-conversion traps that ruin calculations, and solve two real-world problems with strict unit tracking.
The Core Equation for Resistance of Wire and Symbol Definitions
In physics and standard metric electrical engineering, the resistance of a uniform conductor is directly proportional to its length and inversely proportional to its cross-sectional area. The standard SI formula is:
R = ρ × (L / A)
For US-based electricians and DIYers working with the National Electrical Code (NEC), a parallel version using Circular Mils (CM) is heavily utilized to avoid decimal-heavy metric conversions. That practical variant is R = (K × L) / CM. Both rely on the same physical principles. Here is the definitive symbol table for the standard SI metric version:
| Symbol | Parameter | Standard SI Unit | Practical Definition |
|---|---|---|---|
| R | Resistance | Ohms (Ω) | The total opposition to DC current flow through the specific wire segment. |
| ρ (rho) | Resistivity | Ohm-meters (Ω·m) | An intrinsic material property. For annealed copper at 20°C, ρ ≈ 1.68 × 10-8 Ω·m. |
| L | Length | Meters (m) | The physical one-way distance of the conductor being measured. |
| A | Cross-Sectional Area | Square meters (m²) | The slice area of the wire. For a solid round wire, A = π × r². |
Rearranged Forms for Circuit Design
On the workbench or in the field, you rarely solve for R directly. Usually, you know your acceptable resistance (or voltage drop limit) and need to find the maximum run length or the minimum wire gauge. By algebraically isolating each variable, the equation for resistance of wire transforms into these practical design tools:
- Solving for Length (L):
L = (R × A) / ρ
Use case: You have a spool of 10 AWG wire and a maximum allowable loop resistance of 0.5 Ω. This tells you exactly how many meters you can unspool before exceeding your voltage drop budget. - Solving for Area (A):
A = (ρ × L) / R
Use case: You need to run a 50-meter feeder and your load requires the wire resistance to stay below 0.1 Ω. This yields the minimum cross-sectional area in m², which you then convert to AWG or mm² to buy the right cable. - Solving for Resistivity (ρ):
ρ = (R × A) / L
Use case: You are testing an unknown alloy wire in the lab. By measuring R, L, and A, you can calculate ρ to identify the material (e.g., distinguishing between copper and aluminum).
Assumptions, Unit Traps, and Realistic Magnitudes
The equation for resistance of wire is elegantly simple, but applying it blindly will yield disastrous results if you ignore its underlying assumptions and common unit pitfalls. According to foundational electrical theory outlined by resources like All About Circuits, the formula assumes a uniform cross-section, a constant temperature, and direct current (DC) or low-frequency alternating current (AC).
Critical Assumptions
First, temperature matters. The resistivity (ρ) of copper increases by roughly 0.393% for every 1°C rise above 20°C. If you calculate wire size for a solar array using the 20°C resistivity, but the wire runs across a 60°C roof, your actual resistance will be roughly 15% higher than calculated, potentially causing excessive voltage drop. Second, the formula assumes DC or low-frequency AC. At high frequencies (like RF or high-speed data lines), the "skin effect" forces current to the outer edge of the conductor, effectively reducing the cross-sectional area (A) and increasing resistance beyond what the formula predicts.
Unit Mistakes That Break the Math
The most common fatal error is failing to convert square millimeters to square meters. Wire is sold in mm² (e.g., 2.5 mm², 4 mm², 6 mm²). The formula requires m². Because there are 1,000 mm in a meter, there are 1,000,000 (106) mm² in a m². Therefore, 4 mm² is 4 × 10-6 m², not 4 × 10-3 m². Another frequent trap is confusing diameter with radius when calculating area from a physical measurement (A = π × r², not π × d²).
Realistic Answer Magnitudes
If your calculation yields a resistance of 15 Ω for a 20-foot run of 12 AWG copper, you have made a math error. Home and workshop wiring resistance is measured in milliohms (mΩ). A realistic magnitude for a standard 12 AWG branch circuit (100 feet one-way) is approximately 0.193 Ω. If your answer is greater than 1 Ω for a standard building wire run, immediately check your unit conversions. For deep-dive code compliance on conductor properties, always cross-reference NFPA NEC Chapter 9, Table 8.
Worked Example 1: Metric Calculation for a DC Solar Run
Scenario: You are wiring a 24V DC solar panel to a charge controller. You are using a single run of 4 mm² copper wire that is 15 meters long. Calculate the resistance of this single conductor at 20°C.
Known Variables:
- Material: Copper (ρ = 1.68 × 10-8 Ω·m at 20°C)
- Length (L): 15 m
- Area (A): 4 mm²
Step 1: Convert Area to Standard SI Units (m²)
A = 4 mm² × (1 m² / 1,000,000 mm²)
A = 4 × 10-6 m² (or 0.000004 m²)
Step 2: Apply the Equation for Resistance of Wire
R = ρ × (L / A)
R = (1.68 × 10-8 Ω·m) × (15 m / 4 × 10-6 m²)
Step 3: Execute the Arithmetic and Track Units
R = (1.68 × 10-8) × (3.75 × 106) Ω
R = 6.3 × 10-2 Ω
R = 0.063 Ω (or 63 milliohms)
Sanity Check: 63 mΩ for a 15-meter run of 4 mm² wire is a highly realistic magnitude for a solar DC run. If this were a 48V system carrying 10A, the voltage drop across this single wire would be V = I × R = 10A × 0.063Ω = 0.63V, which is well within acceptable limits.
Worked Example 2: NEC Circular Mil Calculation for 12 AWG Branch Circuit
Scenario: You are pulling 12 AWG THHN solid copper wire for a 120V receptacle branch circuit. The one-way distance from the panel to the outlet is 75 feet. Calculate the conductor resistance using the US-standard Circular Mil (CM) formula.
The Imperial/NEC Formula: R = (K × L) / CM
Known Variables:
- K (Specific Resistance for Copper): 10.8 Ω·cmil/ft at 20°C (Note: NEC Chapter 9 uses 12.9 for AC operating temperatures around 75°C, but we will use 10.8 for baseline physical resistance at room temperature).
- Length (L): 75 ft
- Circular Mils (CM) for 12 AWG: 6,530 cmil (derived from diameter in mils squared: 80.81² ≈ 6530).
Step 1: Set Up the Formula
R = (10.8 × 75) / 6530
Step 2: Multiply the Numerator
10.8 × 75 = 810
Step 3: Divide by the Circular Mil Area
R = 810 / 6530
R ≈ 0.124 Ω
Sanity Check: 0.124 Ω for 75 feet of 12 AWG copper is correct. Notice how the CM formula completely bypasses the need to convert feet to meters or square inches to square meters, which is why it remains the dominant method for US electricians calculating voltage drop per NEC Article 210.19(A) informational notes.
Frequently Asked Questions
How does temperature change the equation for resistance of wire?
The base equation assumes a constant temperature, but in reality, resistivity (ρ) is temperature-dependent. To account for this, the formula is modified with a temperature coefficient factor: RT = R20 × [1 + α × (T - 20)]. For copper, α is approximately 0.00393 per °C. If your wire operates at 75°C inside a hot attic, its resistance will be roughly 21% higher than the baseline 20°C calculation. This is why the NEC recommends using K=12.9 instead of K=10.8 for loaded AC circuits.
Why is my multimeter reading 0.0 ohms when I use the equation for resistance of wire?
Standard digital multimeters (DMMs) typically have a resolution of 0.1 Ω on their lowest resistance range. Because the equation for resistance of wire yields values in the milliohm range for short, thick conductors (e.g., 0.04 Ω), a standard DMM will round this down and display "0.0 Ω". Furthermore, the test leads themselves often have 0.2 Ω to 0.5 Ω of resistance, masking the wire's true value. To verify the math on the bench, you must use a milliohm meter, a micro-ohmmeter, or perform an indirect measurement by pushing a known constant current (e.g., 10A) through the wire and measuring the millivolt drop across it using Ohm's Law (R = V/I).
Does the equation for resistance of wire apply to stranded and solid wire equally?
Yes, but with a practical caveat regarding the cross-sectional area (A). The equation relies on the effective conductive cross-section, not the physical outer bounding circle of the wire. A stranded wire has tiny air gaps between the individual copper strands. Therefore, a 4 mm² stranded wire actually contains slightly less copper than a 4 mm² solid wire. While the nominal area is used for standard calculations, precision aerospace or high-fidelity audio engineering will derate the area of stranded wire by roughly 5% to 10% to account for the physical air gaps and the slightly longer spiral path each individual strand takes down the length of the cable.






