The fundamental wire resistance formula is R = ρ(L/A). This equation dictates exactly how much a conductor opposes current flow based on its material composition, physical length, and cross-sectional area. For a standard 100-foot run of 12 AWG solid copper wire at 20°C, the resistance is approximately 0.193 ohms. Understanding this math is the difference between a reliable 12V sensor network and a brownout-prone mess, or a safely sized 240V feeder and a fire hazard.
The Core Wire Resistance Formula and Symbol Definitions
At the bench or on the jobsite, we rely on the macroscopic form of Ohm's material law. The formula is expressed as:
R = ρ × (L / A)
Every variable in this equation represents a physical property of the conductor. According to Georgia State University HyperPhysics, resistivity is an intrinsic material property, while resistance is an extrinsic property dependent on the wire's geometry.
| Symbol | Parameter | Standard SI Unit | Practical Jobsite Unit |
|---|---|---|---|
| R | Resistance | Ohms (Ω) | Milliohms (mΩ) for short runs |
| ρ (rho) | Electrical Resistivity | Ohm-meters (Ω·m) | Ω·cmil/ft (US standard) |
| L | Length of the conductor | Meters (m) | Feet (ft) |
| A | Cross-sectional area | Square meters (m²) | Circular mils (cmil) or mm² |
Resistivity (ρ) is not a static number; it shifts with temperature. The National Electrical Code (NEC) Chapter 9 tables base their ampacity calculations on specific temperature columns (typically 60°C, 75°C, or 90°C). If you calculate voltage drop using 20°C resistivity for a wire running at 75°C, your math will underestimate the actual resistance by roughly 20%.
| Material | ρ at 20°C (Ω·m × 10⁻⁸) | ρ at 75°C (Ω·m × 10⁻⁸) | Temperature Coefficient (α) |
|---|---|---|---|
| Silver (Annealed) | 1.59 | 1.98 | 0.0038 /°C |
| Copper (Annealed) | 1.724 | 2.15 | 0.00393 /°C |
| Gold | 2.44 | 3.04 | 0.0034 /°C |
| Aluminum (99.5%) | 2.82 | 3.52 | 0.00429 /°C |
| Nichrome (80/20) | 110.0 | 112.0 | 0.00017 /°C |
Rearranged Forms and Realistic Magnitudes
On the workbench, you rarely solve for R in isolation. You usually know your allowable voltage drop and need to find the maximum wire length, or you know the run distance and need to find the required wire gauge (Area). Here are the algebraic rearrangements of the wire resistance formula:
- Solving for Length (L): L = (R × A) / ρ
- Solving for Area (A): A = (ρ × L) / R
- Solving for Resistivity (ρ): ρ = (R × A) / L
What a Realistic Answer Magnitude Looks Like
When your calculator spits out a number, you need a mental benchmark to know if you made a decimal error. According to All About Circuits, wire resistance scales inversely with gauge size.
- Home Branch Circuits (12 AWG / 10 AWG): Expect milliohms to <1 Ω per 100 feet. If your math says a 50-foot run of 12 AWG has 15 ohms of resistance, you dropped a decimal point.
- Low-Voltage Sensor Runs (18 AWG / 22 AWG): Expect 1 Ω to 10 Ω for runs between 10 and 50 meters. This is where voltage drop destroys 4-20mA loops and I2C buses.
- Heating Elements (Nichrome): Expect 10 Ω to 100+ Ω. Nichrome's resistivity is roughly 60 times higher than copper, which is why it glows red hot while copper stays cool.
Worked Examples with Strict Unit Tracking
The most common point of failure in these calculations is unit mismatch. The SI formula requires meters and square meters, but wire is sold in AWG (which maps to mm² or circular mils) and cut in feet. Below are two rigorous, step-by-step derivations.
Example 1: Calculating Resistance for a 12 AWG Copper Feeder
Scenario: You are running a 100-meter one-way length of 12 AWG solid copper THHN wire to a subpanel. The ambient temperature inside the conduit is 20°C. What is the exact resistance of this single conductor?
Knowns:
- Material: Copper (ρ = 1.724 × 10⁻⁸ Ω·m at 20°C)
- Length (L): 100 meters
- Area (A): 12 AWG = 3.31 mm². We must convert this to square meters: 3.31 × 10⁻⁶ m².
Steps:
- Write the formula: R = ρ × (L / A)
- Substitute values: R = (1.724 × 10⁻⁸ Ω·m) × [100 m / (3.31 × 10⁻⁶ m²)]
- Solve the bracket: 100 / 3.31 × 10⁻⁶ = 30,211,480 m⁻¹
- Multiply by ρ: 1.724 × 10⁻⁸ × 30,211,480
- Final Answer: R = 0.521 Ω
Example 2: Sizing Wire for a 12V LED Strip Run
Scenario: You are powering a 12V, 5A LED strip from a bench power supply. The manufacturer specifies the strip will flicker if the voltage at the terminals drops below 11.5V. You have a spool of 18 AWG copper wire. What is the maximum one-way distance you can run this wire at 20°C?
Knowns:
- Allowable Voltage Drop (V_drop): 12V - 11.5V = 0.5V
- Current (I): 5A
- Maximum Resistance (R_max): V_drop / I = 0.5V / 5A = 0.1 Ω
- Material: Copper (ρ = 1.724 × 10⁻⁸ Ω·m)
- Area (A): 18 AWG = 0.823 mm² = 0.823 × 10⁻⁶ m²
Steps:
- Rearrange formula for Length: L = (R × A) / ρ
- Substitute values: L = (0.1 Ω × 0.823 × 10⁻⁶ m²) / (1.724 × 10⁻⁸ Ω·m)
- Multiply numerator: 0.1 × 0.823 × 10⁻⁶ = 8.23 × 10⁻⁸ Ω·m²
- Divide by ρ: (8.23 × 10⁻⁸) / (1.724 × 10⁻⁸)
- Final Answer: L = 4.77 meters (approx. 15.6 feet)
Because a circuit requires a positive and a negative return path, the total wire used will be 9.54 meters, but the physical distance from the power supply to the LED strip cannot exceed 4.77 meters without causing flicker.
Assumptions, Limitations, and Unit Mistakes That Break the Math
The formula R = ρ(L/A) is an elegant simplification, but it relies on strict physical assumptions. If you ignore these, your calculated numbers will fail in the real world.
When the Formula Applies (and When It Doesn't)
This formula assumes Direct Current (DC) or low-frequency AC (50/60Hz). It assumes the wire has a perfectly uniform cross-sectional area and that the temperature is stable.
If you are running high-frequency AC (like PWM signals for motor drives or RF antenna feeds), the skin effect forces current to travel only on the outer surface of the conductor. This effectively reduces the cross-sectional area (A), driving the AC resistance significantly higher than the DC resistance calculated by this formula. For high-frequency applications, you must use Litz wire or consult impedance tables rather than relying on basic DC resistivity.
Unit Mistakes That Will Ruin Your Build
According to Fluke Corporation, voltage drop miscalculations are a leading cause of field troubleshooting calls. The math usually fails due to three specific unit traps:
- The Radius vs. Diameter Trap: If you measure a wire's diameter with calipers and plug it into A = πr², you will calculate an area four times larger than reality. Always halve the diameter to get the radius before squaring it.
- The Square Millimeter Trap: 1 mm² is not 10⁻³ m²; it is 10⁻⁶ m². Forgetting to square the milli- prefix (10⁻³ × 10⁻³) will result in a resistance calculation that is off by a factor of 1,000.
- The Circular Mil Confusion: In the US, electricians often use the modified formula R = (K × L) / CM, where K is roughly 12.9 for copper, L is in feet, and CM is circular mils. If you mix this US empirical formula with metric resistivity (ρ), the math will collapse. Stick to one system per calculation.
Temperature and Code Compliance
Finally, remember that resistivity increases as temperature increases. A wire carrying near its maximum ampacity will heat up. If you size a wire based on 20°C resistivity, but the wire operates at 75°C inside a hot attic, the actual resistance will be roughly 22% higher than your calculation.
Always use the 75°C or 90°C resistivity values when calculating voltage drop for heavily loaded circuits. Furthermore, while these formulas provide the physics-based foundation for wire sizing, NEC-style guidance dictates minimum AWG sizes based on ampacity and thermal limits; your local AHJ (Authority Having Jurisdiction) has final authority on code compliance and minimum wire gauges regardless of what the voltage drop math permits.






