The fundamental formula for power loss in an electrical conductor is Ploss = I²R. This equation calculates the exact amount of electrical energy converted into waste heat due to the inherent resistance of the wire. Whether you are sizing 14 AWG NM-B for a 120V bedroom outlet, calculating voltage drop for a 48V off-grid solar array, or analyzing I²R heating in a PCB trace, this single formula dictates your thermal limits and efficiency.
Power loss is not just a theoretical inefficiency; it is a physical heating mechanism. If the calculated power loss exceeds the wire's ability to dissipate heat into its environment, the insulation degrades, melts, or catches fire. This is the exact physical principle that underpins the ampacity tables in NEC Chapter 9 and standard circuit theory.
The Core Formula for Power Loss and Symbol Definitions
Deriving from Joule's First Law, the primary formula for power loss is expressed as:
Ploss = I² × R
When voltage drop is known or preferred, the formula can be rearranged using Ohm's Law (V = IR) into two alternative forms:
- Ploss = Vdrop × I
- Ploss = Vdrop² / R
Symbol Definition Table
| Symbol | Parameter | Standard Unit | Practical Measurement Notes |
|---|---|---|---|
| Ploss | Power Loss (Heat Dissipation) | Watts (W) | Represents real power consumed by the wire itself, not the load. |
| I | Current | Amperes (A) | Must be RMS current for AC circuits. Use steady-state DC for solar/battery. |
| R | Total Loop Resistance | Ohms (Ω) | Must include both the line and return (neutral/ground) conductor lengths. |
| Vdrop | Voltage Drop | Volts (V) | The difference in potential between the source and the load terminals. |
Rearranged Forms List
Depending on which variables you have measured or specified on a schematic, you can rearrange the formula to solve for any missing parameter:
- Solve for Current (I): I = √(Ploss / R) | I = Ploss / Vdrop
- Solve for Resistance (R): R = Ploss / I² | R = Vdrop² / Ploss
- Solve for Voltage Drop (Vdrop): Vdrop = Ploss / I | Vdrop = √(Ploss × R)
Realistic Magnitudes: What Should Your Answer Look Like?
A common mistake among beginners is calculating a power loss and having no intuition for whether the number is physically reasonable. The magnitude of your answer depends entirely on the application domain. If you calculate 500W of loss on a 12V LED strip, your wire is going to melt. If you calculate 500W of loss on a 13.8kV utility feeder, your system is operating at peak efficiency.
Below is a data-dense reference table showing realistic power loss magnitudes for common copper wire gauges at standard NEC ampacities over a 50-foot one-way run (100 feet total loop length) at 75°C.
| Wire Gauge (AWG) | Current (A) | Loop Resistance (Ω) | Calculated Ploss (W) | Heat Dissipation Context |
|---|---|---|---|---|
| 14 AWG | 15 A | 0.314 Ω | 70.6 W | Equivalent to a bright incandescent bulb. Safe inside a wall cavity if properly derated, but represents a 3.9% loss on a 120V circuit. |
| 12 AWG | 20 A | 0.198 Ω | 79.2 W | Warm to the touch under continuous load. Standard for 20A kitchen receptacles. |
| 10 AWG | 30 A | 0.124 Ω | 111.6 W | Noticeable heat generation. Used for 30A RV outlets and heavy appliance branches. |
| 6 AWG | 55 A | 0.051 Ω | 154.2 W | Distributed over 100ft, the wire stays within its 75°C insulation rating. Typical for subpanel feeders. |
Reference Note: Resistance values are based on uncoated copper at 75°C, derived from standard NEC Chapter 9, Table 8 parameters. According to the U.S. Energy Information Administration (EIA), transmission and distribution power losses across the entire US grid average about 5% of total electricity generated, highlighting how heavily engineers optimize for I²R reduction at scale.
Step-by-Step Worked Examples with Unit Tracking
To use the formula for power loss correctly, you must rigorously track your units. The most frequent point of failure is mixing feet with thousands of feet, or forgetting that single-phase and DC circuits require a round-trip length multiplier.
Example 1: 12V DC Off-Grid Solar Array
Scenario: You are wiring a solar panel to an MPPT charge controller. The panel outputs 8A at 12V nominal. You are using 10 AWG stranded copper wire. The physical distance from the panel to the controller is 20 feet. Calculate the power lost as heat in the wire.
- Identify the Loop Length: DC circuits require a positive and negative return path.
Loop Length = 20 ft (out) + 20 ft (return) = 40 feet total. - Determine Wire Resistance: 10 AWG copper at 20°C has a resistance of approximately 1.02 Ω per 1,000 feet.
R = (40 ft / 1000 ft) × 1.02 Ω/kft = 0.0408 Ω. - Apply the Formula: Ploss = I² × R
Ploss = (8 A)² × 0.0408 Ω
Ploss = 64 A² × 0.0408 Ω = 2.61 Watts. - Sanity Check (Voltage Drop): Vdrop = I × R = 8 A × 0.0408 Ω = 0.326V.
Percentage Drop = (0.326V / 12V) × 100 = 2.7%. This is under the recommended 3% limit for solar DC wiring, confirming the 2.61W loss is acceptable and the wire will remain cool.
Example 2: 240V AC Level 2 EV Charger
Scenario: You are installing a 240V, 32A continuous Level 2 EV charger. The run from the subpanel to the charger is 50 feet using 6 AWG THHN copper in conduit. Calculate the power loss and determine if the heat is problematic.
- Identify the Loop Length: Single-phase 240V AC uses two hot legs. The current flows out on L1 and returns on L2.
Loop Length = 50 ft + 50 ft = 100 feet total. - Determine Wire Resistance: EV chargers run warm, so we use the 75°C resistance column for 6 AWG copper, which is approximately 0.510 Ω per 1,000 feet.
R = (100 ft / 1000 ft) × 0.510 Ω/kft = 0.051 Ω. - Apply the Formula: Ploss = I² × R
Ploss = (32 A)² × 0.051 Ω
Ploss = 1024 A² × 0.051 Ω = 52.22 Watts. - Contextualize the Result: 52.22W is roughly the heat output of a modern LED bulb replacement for a 60W incandescent. However, because this heat is distributed across 100 feet of wire inside a conduit, the thermal rise per inch is negligible. The wire ampacity (65A for 6 AWG at 75°C) easily handles the 32A load without thermal degradation.
Boundary Conditions: When the Formula Applies (and When It Fails)
The formula for power loss is unforgiving of unit errors. Your calculation will be wildly wrong if you:
- Forget the x2 Multiplier: Using the one-way physical distance instead of the round-trip loop length cuts your calculated resistance (and power loss) in half.
- Mix Peak and RMS Values: In AC circuits, you must use RMS current and RMS voltage. If you use peak current (Ipeak = IRMS × √2), your calculated power loss will be exactly double what it actually is.
- Ignore Temperature Derating: Copper resistance increases by roughly 0.4% for every 1°C rise in temperature. Using 20°C resistance values for a wire operating at 75°C will underestimate your power loss by over 20%.
Assumptions and Limitations
The standard Ploss = I²R formula assumes a steady-state DC current or a single-phase AC circuit with a purely resistive load (Unity Power Factor, PF = 1.0).
If you are calculating power loss for a 3-phase industrial motor, the formula changes. For 3-phase balanced systems, the total power loss across all three conductors is calculated as: Ploss(3φ) = 3 × I² × Rper-phase.
Furthermore, this formula assumes the current is uniformly distributed across the cross-sectional area of the wire. At high frequencies (typically above 1 kHz, such as in switch-mode power supplies, VFD outputs, or RF transmitters), the skin effect forces current to the outer edge of the conductor. This effectively reduces the cross-sectional area, increasing the AC resistance (Rac) above the DC resistance (Rdc). In these scenarios, using standard DC resistance tables will dangerously underestimate your true power loss and subsequent heating.
Practical Mitigation: Sizing Wire to Minimize Loss
In professional electrical design, you don't just calculate power loss to verify safety; you use it to optimize economics. This is governed by Kelvin's Law, which states that the most economical conductor size is achieved when the annual financial cost of the energy lost to I²R heating is exactly equal to the annual interest and depreciation on the capital cost of the copper wire.
While hobbyists and residential electricians rarely run full Kelvin's Law financial models, the practical application is straightforward: upsizing your wire by one AWG step on long runs almost always pays for itself in energy savings and thermal headroom.
When designing your next circuit, follow this decision framework:
- Calculate Minimum AWG for Safety: Use NEC ampacity tables to find the smallest wire that won't trip the breaker or melt the insulation at your maximum continuous current.
- Calculate Power Loss: Apply Ploss = I²R using the loop length and 75°C resistance.
- Check Voltage Drop: If Vdrop exceeds 3% of the source voltage for a branch circuit (or 5% total from service to load), you must increase the wire gauge regardless of thermal safety.
- Evaluate Continuous Loads: If the load runs for more than 3 hours continuously (like an EV charger, server rack, or solar inverter), NEC requires you to derate the current by 125%. Upsizing the wire mitigates the compounding I²R heat buildup that occurs when wire insulation is trapped inside walls or conduit bundles.
By rigorously applying the formula for power loss and respecting its boundary conditions, you transition from simply "making the circuit work" to engineering a system that is thermally stable, highly efficient, and compliant with best-practice electrical standards.






