The Problem Statement: A 12V DC Water Pump Circuit
You are wiring a Shurflo 4008 12V DC water pump in an off-grid solar cabin. The pump draws a continuous 10A under load. It is located 25 feet away from the 12V LiFePO4 battery bank. The battery bank operates at a nominal 12.8V (resting) but sits at 13.8V during absorption charging. The manufacturer requires the voltage at the pump terminals to remain within 3% of the nominal 12.8V system voltage to prevent the internal pressure switch from chattering.
Objective: Calculate the minimum required wire size in American Wire Gauge (AWG) to maintain this voltage drop limit, and select the correct overcurrent protective device (breaker/fuse).
When hobbyists ask for a practical example of electricity in action, they are usually looking for the intersection of circuit theory and physical constraints. This DC water pump scenario perfectly illustrates how Ohm's Law dictates real-world hardware selection.
Method Selection and Identifying the Trap
Which theorem applies and why?
We rely on the Voltage Drop formula derived from Ohm's Law ($V = IR$) and Pouillet's Law for resistance ($R = \rho \frac{L}{A}$). In standard US wire sizing practice, we use the Circular Mil (CM) area formula: $VD = \frac{2 \times K \times I \times L}{CM}$. This method is chosen because it directly solves for the physical cross-sectional area of the conductor required to keep the voltage loss within our 3% threshold.
Most DIYers fail this problem in two specific ways. First, they forget the multiplier of 2 in the numerator. Electricity must travel to the load and return to the source; the total wire length is 50 feet, not 25 feet. Second, they size their breaker using the 90°C ampacity column for THHN wire. Under NEC-style guidance (specifically 110.14(C)), termination limits restrict you to the 60°C or 75°C column unless the equipment is explicitly rated for 90°C. We will avoid both traps below.
Step-by-Step Algebraic Solution
Let's solve for the required Circular Mils (CM), then map that to an AWG size.
- Define the known variables:
- $I$ (Current) = 10 Amps
- $L$ (One-way distance) = 25 feet
- $K$ (Specific resistance of copper) = 12.9 ohms per mil-foot at 75°C (standard operating temperature assumption)
- Target $VD$ (Voltage Drop) = 3% of 12.8V nominal = 0.384 Volts
- Rearrange the formula to solve for CM:
Original: $VD = \frac{2 \times K \times I \times L}{CM}$
Rearranged: $CM = \frac{2 \times K \times I \times L}{VD}$ - Substitute the values:
$CM = \frac{2 \times 12.9 \times 10 \times 25}{0.384}$ - Calculate the numerator:
$2 \times 12.9 = 25.8$
$25.8 \times 10 = 258$
$258 \times 25 = 6,450$ - Divide by the target voltage drop:
$CM = \frac{6,450}{0.384} = 16,796.875$ - Map to the AWG Table:
According to standard NEC Chapter 9, Table 8 wire properties, 8 AWG copper has a cross-sectional area of 16,510 CM. This is slightly below our required 16,797 CM, meaning it would yield a 3.05% drop (just over our limit). Therefore, we must step up to the next standard size: 6 AWG, which has 26,240 CM.
Sanity Check and Independent Verification
Before cutting any wire, we must verify the math passes the reality test.
- Order of Magnitude & Units: Our result is in Circular Mils, which correctly maps to physical wire area. 16,797 CM sits logically between 8 AWG (16k) and 6 AWG (26k). The units balance out.
- Recalculate Actual Drop with 6 AWG: Plugging 26,240 CM back into the original formula: $VD = \frac{6,450}{26,240} = 0.245V$. This represents a 1.9% drop on a 12.8V system. This is well under the 3% limit and provides a safety buffer for voltage sag during pump startup surges.
- How to verify independently: Once built, you can verify this empirically. Power the pump, let it run against a closed valve to draw its full 10A, and use a digital multimeter to measure the voltage directly at the battery terminals, then measure it directly at the pump's spade connectors. The difference between the two readings should be approximately 0.25V.
Decision Path: Selecting the Wire and Breaker
Use this decision tree to finalize your bill of materials. We terminate this path with one concrete hardware pick.
| Condition / Constraint | Action / Rule | Resulting Pick |
|---|---|---|
| Voltage drop calculation requires ≥ 16,797 CM | Select next largest standard AWG size | 6 AWG Copper |
| Environment is standard indoor cabin (30°C ambient) | No ambient temperature derating required | THHN or THWN-2 insulation |
| Continuous load is 10A | NEC 210.20(A) requires 125% multiplier for continuous loads (10A × 1.25 = 12.5A) | Minimum 15A rating |
| Terminations are standard DC busbars (75°C rated) | Check 75°C ampacity column for 6 AWG (65A). 65A > 15A. Wire is protected. | Wire ampacity verified |
| FINAL CONCRETE PICK (Default Recommendation) | 6 AWG THHN Copper Wire + 15A Marine-Grade Resettable Breaker | |
By following this path, we eliminate the 'it depends' ambiguity. You need 6 AWG THHN copper and a 15A DC-rated breaker (such as a Blue Sea Systems surface mount breaker). Do not use standard AC household breakers for this DC circuit, as they lack the internal arc-extinguishing mechanisms required for direct current.
Frequently Asked Questions
Why did we use 12.8V for the 3% calculation instead of the 13.8V charging voltage?
Engineering design requires planning for the worst-case nominal scenario. When the solar charge controller enters 'Float' or the battery is under a heavy discharge load, the system voltage will sag toward 12.8V or lower. If you size the wire based on 13.8V, your actual voltage drop percentage will be higher when the battery is resting, potentially causing the pump to stutter. Designing around the lower nominal voltage builds in a necessary safety margin.
Can I use aluminum wire instead of copper to save money?
For a 25-foot 12V DC run, aluminum is highly discouraged. Aluminum has a higher specific resistance ($K \approx 21.2$), meaning you would need to jump up to 4 AWG or 3 AWG to achieve the same voltage drop. Furthermore, aluminum requires specialized anti-oxidant paste (like Noalox) and specific torque settings on DC busbars to prevent galvanic corrosion and high-resistance hot spots. Stick to copper for low-voltage DC branch circuits.
Does the fuse go on the positive or negative wire?
The overcurrent protective device (fuse or breaker) must always be installed on the ungrounded (positive) conductor, as close to the battery terminal as practically possible (ideally within 7 inches per ABYC and NEC DC guidelines). Fusing the negative return wire leaves the positive wire unprotected against a short-to-ground fault.
References and further reading:
1. All About Circuits: Voltage, Current, and Resistance
2. Cerrowire: NEC Ampacity and Wire Property Charts






