calc.engineer / Solar & Power / Wire Ampacity
Wire Ampacity v1.0.0
Determine minimum wire gauge using NEC Table 310.16 ampacity ratings with full derating. Looks up base ampacity for copper or aluminum conductors at 60°C, 75°C, or 90°C insulation rating, then applies NEC 310.15(C)(1) ambient temperature correction and NEC 310.15(C)(2) conductor count adjustment. Automatically applies the 125% continuous load factor per NEC 210.20(A) when flagged. Returns the minimum AWG that meets the derated requirement, plus a comparison table of all gauges. Different from wire_gauge which focuses on voltage drop — use both together for complete wire sizing. Essential for residential panels, commercial feeders, solar arrays, and EV charging installations.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/wire_ampacity \
-H "Content-Type: application/json" \
-d '{"current_amps": …, "conductor": …, "insulation": …}'MCP: connect to https://calc.engineer/mcp and call wire_ampacity.
calc.engineer — free, MCP-native engineering tools.