Home Electrical Panel Capacity Calculator
ANA›Life Services Authority›National Calculator Authority›Home Electrical Panel Capacity Calculator
.calc-container { max-width: 640px; margin: 2rem 0; padding: 1.5rem; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); font-family: system-ui, -apple-system, sans-serif; } .calc-container h3 { font-family: Georgia, serif; font-size: 1.15rem; color: #1a1a1a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--ac, #3d5a80); } .calc-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; flex-wrap: wrap; } .calc-row label { min-width: 160px; font-size: 0.9rem; color: #333; font-weight: 500; } .calc-row input[type="number"], .calc-row select { flex: 1; min-width: 120px; max-width: 200px; padding: 0.5rem 0.6rem; border: 1px solid #ccc; border-radius: 4px; font-size: 0.9rem; font-family: system-ui, sans-serif; color: #1a1a1a; background: #fafaf8; } .calc-row input:focus, .calc-row select:focus { outline: none; border-color: var(--ac, #3d5a80); box-shadow: 0 0 0 2px rgba(26,74,138,0.12); } .calc-row .unit { font-size: 0.82rem; color: #888; min-width: 30px; } .calc-btn { display: inline-block; margin-top: 0.5rem; padding: 0.55rem 1.5rem; background: var(--ac, #3d5a80); color: #fff; border: none; border-radius: 4px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: system-ui, sans-serif; } .calc-btn:hover { opacity: 0.9; } .calc-result { margin-top: 1.25rem; padding: 1rem 1.25rem; background: #f0f6fc; border-left: 3px solid var(--ac, #3d5a80); border-radius: 0 6px 6px 0; display: none; } .calc-result.visible { display: block; } .calc-result-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: #666; margin-bottom: 0.25rem; } .calc-result-value { font-size: 1.6rem; font-weight: 700; color: var(--ac, #3d5a80); } .calc-result-detail { font-size: 0.85rem; color: #555; margin-top: 0.5rem; line-height: 1.5; } .calc-note { margin-top: 1rem; font-size: 0.8rem; color: #888; font-style: italic; } .calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 0.75rem; } .calc-grid-item { padding: 0.6rem 0.8rem; background: #f8f9fa; border-radius: 4px; border: 1px solid #eee; } .calc-grid-item .label { font-size: 0.75rem; color: #888; text-transform: uppercase; letter-spacing: 0.04em; } .calc-grid-item .value { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; } @media (max-width: 720px) { .calc-row { flex-direction: column; align-items: flex-start; gap: 0.3rem; } .calc-row label { min-width: auto; } .calc-row input[type="number"], .calc-row select { max-width: 100%; width: 100%; } .calc-grid { grid-template-columns: 1fr; } } .calc-chart { margin: 1rem 0; text-align: center; } .calc-chart svg { max-width: 100%; height: auto; } .calc-chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.2rem; margin-top: 0.6rem; font-size: 0.8rem; color: #555; } .calc-chart-legend span { display: inline-flex; align-items: center; gap: 0.3rem; } .calc-chart-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; font-style: normal; } .calc-related { max-width: 640px; margin: 2rem 0 1rem; padding: 1.25rem 1.5rem; background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 8px; } .calc-related h3 { font-family: Georgia, serif; font-size: 1rem; color: #1a1a1a; margin: 0 0 0.75rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--ac, #3d5a80); } .calc-related-list { list-style: none; padding: 0; margin: 0 0 0.75rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1.5rem; } .calc-related-list li a { font-size: 0.88rem; color: var(--ac, #3d5a80); text-decoration: none; } .calc-related-list li a:hover { text-decoration: underline; } .calc-browse-all { margin: 0.5rem 0 0; font-size: 0.9rem; font-weight: 600; } .calc-browse-all a { color: var(--ac, #3d5a80); text-decoration: none; } .calc-browse-all a:hover { text-decoration: underline; } @media (max-width: 720px) { .calc-related-list { grid-template-columns: 1fr; } }
Home Electrical Panel Capacity Calculator
Estimate your electrical panel's total capacity, current load, and remaining headroom. Enter your panel's main breaker size and your major appliances/circuits to see if you have room for new loads.
### Panel Information
Main Breaker Size (Amps)
60A (Older/Small Home) 100A (Standard) 150A (Medium Home) 200A (Modern Standard) 320A (Large Home) 400A (Very Large Home)
Service Voltage
240V (Standard US Split-Phase) 120V (Single Phase)
### Major Appliances & Circuits
Enter the amperage for each circuit breaker (leave 0 if not present).
HVAC / Central Air Conditioner (Amps)
Electric Furnace / Heat Strips (Amps)
Electric Water Heater (Amps)
Electric Dryer (Amps)
Electric Range / Oven (Amps)
EV Charger (Amps)
Dishwasher (Amps)
Microwave / Garbage Disposal (Amps)
Refrigerator (Amps)
Lighting Circuits (Total Amps across all circuits)
General Outlet Circuits (Total Amps across all circuits)
Other / Miscellaneous (Amps)
### Demand Factor Settings
NEC Article 220 allows demand factors — not all loads run simultaneously at full capacity.
Calculation Method
Standard NEC Demand Factor Full Load (Conservative / Worst Case)
Calculate Panel Capacity
function homCalc() { // --- Gather Inputs --- var panelAmps = parseFloat(document.getElementById('hom-panel-amps').value); var voltage = parseFloat(document.getElementById('hom-voltage').value); var method = document.getElementById('hom-demand-method').value;
var hvac = parseFloat(document.getElementById('hom-hvac').value) || 0; var heat = parseFloat(document.getElementById('hom-heat').value) || 0; var waterHeater = parseFloat(document.getElementById('hom-waterheater').value) || 0; var dryer = parseFloat(document.getElementById('hom-dryer').value) || 0; var range = parseFloat(document.getElementById('hom-range').value) || 0; var ev = parseFloat(document.getElementById('hom-ev').value) || 0; var dishwasher = parseFloat(document.getElementById('hom-dishwasher').value) || 0; var microwave = parseFloat(document.getElementById('hom-microwave').value) || 0; var refrigerator = parseFloat(document.getElementById('hom-refrigerator').value) || 0; var lighting = parseFloat(document.getElementById('hom-lighting').value) || 0; var outlets = parseFloat(document.getElementById('hom-outlets').value) || 0; var other = parseFloat(document.getElementById('hom-other').value) || 0;
// --- Input Validation --- var errors = []; if (isNaN(panelAmps) || panelAmps 200) errors.push("HVAC amps must be between 0 and 200."); if (heat 200) errors.push("Heat amps must be between 0 and 200."); if (waterHeater 100) errors.push("Water heater amps must be between 0 and 100."); if (dryer 100) errors.push("Dryer amps must be between 0 and 100."); if (range 100) errors.push("Range amps must be between 0 and 100."); if (ev 200) errors.push("EV charger amps must be between 0 and 200."); if (dishwasher 60) errors.push("Dishwasher amps must be between 0 and 60."); if (microwave 60) errors.push("Microwave amps must be between 0 and 60."); if (refrigerator 40) errors.push("Refrigerator amps must be between 0 and 40."); if (lighting 300) errors.push("Lighting amps must be between 0 and 300."); if (outlets 300) errors.push("Outlet amps must be between 0 and 300."); if (other 500) errors.push("Other amps must be between 0 and 500.");
var resultDiv = document.getElementById('hom-result'); if (errors.length > 0) { resultDiv.style.display = 'block'; resultDiv.innerHTML = 'Please fix the following:' + errors.map(function(e){ return ''; }).join('') + ''; return; }
// --- Core Calculations --- // Panel total capacity in watts (kVA) // For split-phase 240V: Total VA = Amps × Voltage var panelCapacityVA = panelAmps * voltage; var panelCapacityKVA = panelCapacityVA / 1000;
// Convert all circuit amps to VA (using service voltage) // 240V circuits (large appliances) use full 240V // 120V circuits use 120V // We'll treat all inputs as breaker amps at the panel level // For a 240V panel: a 30A double-pole breaker = 30A × 240V = 7200VA // For simplicity and NEC standard load calc, we use voltage as entered
// Raw loads in amps (at panel voltage) var rawLoads = { "HVAC / Central AC": hvac, "Electric Furnace/Heat": heat, "Electric Water Heater": waterHeater, "Electric Dryer": dryer, "Electric Range/Oven": range, "EV Charger": ev, "Dishwasher": dishwasher, "Microwave/Disposal": microwave, "Refrigerator": refrigerator, "Lighting Circuits": lighting, "General Outlet Circuits": outlets, "Other/Miscellaneous": other };
// NEC Article 220 Demand Factors: // - Lighting & general outlets: first 3000VA @ 100%, next 117,000VA @ 35%, remainder @ 25% // - Electric range: NEC Table 220.55 (simplified: 8kW for single range) // - Dryer: 5000W or nameplate, whichever is larger, demand factor 100% for 1-4 units // - HVAC vs Heat: use larger of the two (NEC 220.60 non-coincident loads) // - EV: 100% of nameplate (NEC 625.42) // - Water heater, dishwasher, microwave: 100%
var demandAmps = 0; var demandBreakdown = {};
if (method === 'full') { // Full load — no demand factors for (var key in rawLoads) { demandBreakdown[key] = rawLoads[key]; } demandAmps = Object.values(demandBreakdown).reduce(function(a,b){ return a+b; }, 0);
} else { // Standard NEC Demand Factor Method
// 1. General lighting & outlets (NEC 220.42) // Convert to VA first, apply tiered demand, convert back to amps var genVA = (lighting + outlets) * voltage; var genDemandVA = 0; if (genVA 12kW: 8kW + 5% per kW over 12kW var rangeVA = range * voltage; var rangeKW = rangeVA / 1000; var rangeDemandKW = 0; if (rangeKW > 0) { if (rangeKW 0 ? 5000 : 0); var dryerDemandAmps = dryerDemandVA / voltage; demandBreakdown["Electric Dryer (NEC 220.54)"] = dryerDemandAmps;
// 5. Water heater — 100% demandBreakdown["Electric Water Heater (100%)"] = waterHeater;
// 6. EV Charger — 100% (NEC 625.42 continuous load) demandBreakdown["EV Charger (100% continuous)"] = ev;
// 7. Dishwasher, microwave, refrigerator — 100% demandBreakdown["Dishwasher (100%)"] = dishwasher; demandBreakdown["Microwave/Disposal (100%)"] = microwave; demandBreakdown["Refrigerator (100%)"] = refrigerator;
// 8. Other — 100% if (other > 0) demandBreakdown["Other/Miscellaneous (100%)"] = other;
// Total demand amps demandAmps = Object.values(demandBreakdown).reduce(function(a,b){ return a+b; }, 0); }
// Demand in watts/kW var demandVA = demandAmps * voltage; var demandKVA = demandVA / 1000;
// Available headroom var headroomAmps = panelAmps - demandAmps; var headroomVA = headroomAmps * voltage; var headroomKVA = headroomVA / 1000;
// Load percentage var loadPct = (demandAmps / panelAmps) * 100;
// NEC 80% continuous load rule: panel should not exceed 80% for continuous loads var necSafeAmps = panelAmps * 0.80; var necHeadroomAmps = necSafeAmps - demandAmps;
// Status var statusColor, statusMsg, statusIcon; if (loadPct 0) { var watts = (amps * voltage).toFixed(0); tableRows += '' + label + '' + amps.toFixed(1) + ' A' + watts + ' W'; } }
// Progress bar var barPct = Math.min(loadPct, 100); var barColor = loadPct '; html += '';
html += ''; html += '' + panelAmps + 'A'; html += 'Panel Capacity'; html += '' + panelCapacityKVA.toFixed(1) + ' kVA'; html += '';
html += ''; html += '' + demandAmps.toFixed(1) + 'A'; html += 'Calculated Demand'; html += '' + demandKVA.toFixed(2) + ' kVA'; html += '';
html += ''; html += '= 0 ? '#27ae60' : '#e74c3c') + ';">' + headroomAmps.toFixed(1) + 'A'; html += 'Available Headroom'; html += '' + headroomKVA.toFixed(2) + ' kVA'; html += '';
html += ''; html += '' + loadPct.toFixed(1) + '%'; html += 'Load Factor'; html += 'of panel capacity'; html += '';
html += '';
// Progress bar html += ''; html += ''; html += '0A80% (' + necSafeAmps.toFixed(0) + 'A NEC limit)' + panelAmps + 'A'; html += ''; html += ''; html += ''; html += ''; html += ''; html += '';
// Status message html += ''; html += '' + statusMsg + ''; html += '';
// NEC 80% rule note html += ''; html += 'NEC 80% Continuous Load Rule: For continuous loads (running 3+ hours), '; html += 'circuits should not exceed 80% of breaker rating. '; html += 'Your NEC-safe limit is ' + necSafeAmps.toFixed(0) + 'A. '; if (necHeadroomAmps >= 0) { html += 'You have ' + necHeadroomAmps.toFixed(1) + 'A of NEC-safe headroom remaining.'; } else { html += 'You are ' + Math.abs(necHeadroomAmps).toFixed(1) + 'A over the NEC-safe limit.'; } html += '';
// Breakdown table html += '#### Load Breakdown '; html += ''; html += ''; html += 'Circuit / Appliance'; html += 'Demand (A)'; html += 'Demand (W)'; html += ''; html += tableRows; html += ''; html += 'TOTAL DEMAND'; html += '' + demandAmps.toFixed(1) + ' A'; html += '' + (demandAmps * voltage).toFixed(0) + ' W'; html += ''; html += '';
// Upgrade recommendation if (loadPct > 80) { html += ''; html += '💡 Upgrade Recommendation:'; if (panelAmps '; }
resultDiv.style.display = 'block'; resultDiv.innerHTML = html; }
#### Formulas Used
Panel Capacity (VA): Panel Amps × Service Voltage
Total Demand (Full Load): Sum of all circuit breaker amperage × voltage
NEC Demand Factor — General Lighting & Outlets (NEC 220.42): First 3,000 VA @ 100% + Next 117,000 VA @ 35% + Remainder @ 25%
NEC Electric Range (NEC Table 220.55): Single range ≤ 12 kW → 8 kW demand; >12 kW → 8 kW + 5% per kW over 12 kW
NEC Electric Dryer (NEC 220.54): 5,000W minimum or nameplate, whichever is greater
NEC Non-Coincident Loads (NEC 220.60): Use the larger of HVAC or electric heat, not both
NEC 80% Continuous Load Rule: Continuous loads ≤ 80% × panel amperage
Load Factor (%): (Total Demand Amps ÷ Panel Amps) × 100
Available Headroom: Panel Amps − Total Demand Amps
#### Assumptions & References
- Based on NEC (NFPA 70) Article 220 — Branch-Circuit, Feeder, and Service Load Calculations.
- This calculator provides an estimate. Always consult a licensed electrician for actual panel assessments and upgrades.
More Calculators
- EV Home Charging Cost Calculator
- Cross-Connection Risk Assessment Calculator
- Charging Time Calculator by EV Model and Charger Level
- Home Charger Installation Cost Estimator
- Moisture and Humidity Risk Assessment Calculator
- California EV Rebate and Incentive Savings Calculator
- Energy Savings Calculator
- Heat Loss Calculator — Wall and Insulation R-Value Estimator
- Furnace Sizing Calculator for Montana Winters
- Montana Climate Zone Heating Load Calculator
- HVAC Load Calculator (Manual J Estimate)
Read Next
Study Time Planner Authority Network America › Life Services Authority › National Calculator Authority .calc-container { max-width: 640px;...