Well Pump Repair vs Replacement Cost Calculator
ANA›Life Services Authority›National Calculator Authority›Well Pump Repair vs Replacement Cost 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; } }
Well Pump Repair vs Replacement Cost Calculator
Determine whether repairing or replacing your well pump is the smarter financial decision using the 50% Rule and Net Present Value analysis.
Pump Type
Submersible Pump Jet Pump (Shallow Well, <25 ft) Jet Pump (Deep Well, 25–110 ft) Hand/Centrifugal Pump
Current Pump Age (years)
Typical lifespan: 10–15 years for submersible pumps
Well Depth (feet)
Depth affects replacement labor cost
Estimated Repair Cost ($)
Get at least 2 quotes from licensed well contractors
Estimated Replacement Cost ($)
Includes pump, labor, and materials
Annual Energy Cost – Current Pump ($/year)
Check your electric bill; well pumps avg $30–$75/month
Expected Energy Savings with New Pump (%)
Modern pumps are typically 10–30% more efficient
Additional Repairs Expected in Next 5 Years ($)
Estimate future repair costs if keeping old pump
Discount Rate / Cost of Capital (%)
Use your savings interest rate or loan rate (typically 3–8%)
Analysis Period (years)
How many years to compare costs over (1–20)
Calculate
const WEL_LIFESPANS = { submersible: { min: 10, max: 15, avg: 12, baseReplacement: 2200 }, jet_shallow: { min: 8, max: 12, avg: 10, baseReplacement: 1200 }, jet_deep: { min: 8, max: 12, avg: 10, baseReplacement: 1600 }, hand: { min: 15, max: 25, avg: 20, baseReplacement: 800 } };
function welUpdateDefaults() { const type = document.getElementById('wel-pump-type').value; const info = WEL_LIFESPANS[type]; const hint = document.getElementById('wel-age-hint'); hint.textContent = 'Typical lifespan: ' + info.min + '–' + info.max + ' years'; document.getElementById('wel-replacement-cost').value = info.baseReplacement; }
function welValidateAge() { const age = parseFloat(document.getElementById('wel-pump-age').value); const type = document.getElementById('wel-pump-type').value; const info = WEL_LIFESPANS[type]; if (age > info.max) { document.getElementById('wel-age-hint').style.color = '#c0392b'; document.getElementById('wel-age-hint').textContent = '⚠ Pump exceeds typical max lifespan of ' + info.max + ' years — replacement strongly advised.'; } else { document.getElementById('wel-age-hint').style.color = ''; document.getElementById('wel-age-hint').textContent = 'Typical lifespan: ' + info.min + '–' + info.max + ' years'; } }
function welGetVal(id) { return parseFloat(document.getElementById(id).value); }
function welCalc() { const pumpType = document.getElementById('wel-pump-type').value; const age = welGetVal('wel-pump-age'); const depth = welGetVal('wel-pump-depth'); const repairCost = welGetVal('wel-repair-cost'); const replaceCost = welGetVal('wel-replacement-cost'); const annualEnergy = welGetVal('wel-annual-energy'); const energySavPct = welGetVal('wel-energy-savings'); const futureRepairs = welGetVal('wel-repair-freq'); const discountRate = welGetVal('wel-discount-rate'); const years = welGetVal('wel-analysis-years');
// --- Input Validation --- const errors = []; if (isNaN(age) || age 50) errors.push('Pump age must be 0–50 years.'); if (isNaN(depth) || depth 1000) errors.push('Well depth must be 10–1000 feet.'); if (isNaN(repairCost) || repairCost $0.'); if (isNaN(annualEnergy) || annualEnergy 60) errors.push('Energy savings must be 0–60%.'); if (isNaN(futureRepairs) || futureRepairs 20) errors.push('Discount rate must be 1–20%.'); if (isNaN(years) || years 20) errors.push('Analysis period must be 1–20 years.');
if (errors.length > 0) { document.getElementById('wel-result').innerHTML = 'Please fix the following:' + errors.map(e => '').join('') + ''; return; }
const info = WEL_LIFESPANS[pumpType]; const r = discountRate / 100;
// ── 50% Rule ────────────────────────────────────────────────────────────── // If repair cost > 50% of replacement cost → replace const fiftyPctThreshold = 0.50 * replaceCost; const fiftyPctRatio = (repairCost / replaceCost) * 100;
// ── Age-Adjusted Replacement Value ──────────────────────────────────────── // Remaining useful life fraction const remainingLife = Math.max(0, info.avg - age); const remainingFrac = remainingLife / info.avg; // Adjusted value of old pump = replacement cost × remaining life fraction const adjustedPumpValue = replaceCost * remainingFrac;
// ── Depth Surcharge ─────────────────────────────────────────────────────── // Labor surcharge: $2 per foot beyond 50 ft for submersible const depthSurcharge = (pumpType === 'submersible' && depth > 50) ? (depth - 50) * 2.0 : 0; const totalReplaceCost = replaceCost + depthSurcharge;
- // ── Net Present Value of REPAIR Option ───────────────────────────────────
- // Year 0: repair cost
- // Years 1–N: annual energy cost (no savings) + prorated future repairs
- // NPV_repair = repairCost + futureRepairs/(1+r)^2.5 [mid-point of 5 yrs]
- // + Σ[t=1..N] annualEnergy / (1+r)^t
- let npvRepair = repairCost;
- // Future repairs discounted at midpoint (year 2.5)
- npvRepair += futureRepairs / Math.pow(1 + r, 2.5);
- // Annual energy costs (no improvement)
- for (let t = 1; t 0
- ? netUpfrontExtra / annualEnergySaved
- Infinity;
// ── Decision Logic ──────────────────────────────────────────────────────── const rule50Repair = fiftyPctRatio = info.avg;
let recommendation, recColor, recIcon; if (pumpOld && !rule50Repair) { recommendation = 'REPLACE — Pump is past its expected lifespan AND repair cost exceeds 50% of replacement.'; recColor = '#c0392b'; recIcon = '🔄'; } else if (!rule50Repair) { recommendation = 'REPLACE — Repair cost exceeds 50% of replacement cost (industry standard threshold).'; recColor = '#e67e22'; recIcon = '🔄'; } else if (pumpOld) { recommendation = 'CONSIDER REPLACING — Pump is at or past its expected lifespan; repair may only delay replacement.'; recColor = '#e67e22'; recIcon = '⚠️'; } else if (npvRepairBetter) { recommendation = 'REPAIR — Lower total cost over ' + years + '-year analysis period.'; recColor = '#27ae60'; recIcon = '🔧'; } else { recommendation = 'REPLACE — Lower total cost over ' + years + '-year analysis period despite higher upfront cost.'; recColor = '#2980b9'; recIcon = '🔄'; }
const fmt = v => '$' + v.toLocaleString('en-US', {minimumFractionDigits:0, maximumFractionDigits:0}); const fmtD = v => v.toFixed(1);
document.getElementById('wel-result').innerHTML = ` ### ${recIcon} Recommendation: ${recommendation}
Metric Repair Replace
Upfront Cost ${fmt(repairCost)} ${fmt(totalReplaceCost)}
Annual Energy Cost ${fmt(annualEnergy)}/yr ${fmt(newAnnualEnergy)}/yr
Future Repair Allowance (PV) ${fmt(futureRepairs / Math.pow(1+r,2.5))} $0
NPV Total Cost (${years} yrs @ ${discountRate}%) ${fmt(npvRepair)} ${fmt(npvReplace)}
50% Rule Check Repair = ${fmtD(fiftyPctRatio)}% of replacement cost Threshold: 50% = ${fmt(fiftyPctThreshold)} ${rule50Repair ? '✅ Below threshold — repair viable' : '❌ Above threshold — replace recommended'}
Pump Age Analysis Age: ${fmtD(age)} yrs / Avg lifespan: ${info.avg} yrs Remaining life: ~${fmtD(remainingLife)} yrs Adjusted pump value: ${fmt(adjustedPumpValue)} ${depthSurcharge > 0 ? 'Depth surcharge: ' + fmt(depthSurcharge) + '' : ''} ${pumpOld ? '⚠ At/past expected lifespan' : '✅ Within expected lifespan'}
- NPV Savings (Replace vs Repair)
- ${npvSavings >= 0
- ? '✅ Replacing saves ' + fmt(npvSavings) + ' over ' + years + ' yrs'
- '🔧 Repairing saves ' + fmt(-npvSavings) + ' over ' + years + ' yrs'}
Energy Savings Payback Annual energy saved: ${fmt(annualEnergySaved)}/yr ${paybackYears === Infinity || paybackYears
⚠ Always obtain 2–3 quotes from licensed well contractors. Costs vary significantly by region, pump brand, and site conditions.
`; }
#### Formulas Used
50% Rule: If Repair Cost > 50% × Replacement Cost → Replace
Net Present Value (NPV):
NPV_repair = RepairCost + FutureRepairs/(1+r)^2.5 + Σ[t=1..N] AnnualEnergy/(1+r)^t NPV_replace = TotalReplaceCost + Σ[t=1..N] (AnnualEnergy × (1 − EnergySavings%))/(1+r)^t where r = discount rate, N = analysis period in years
Depth Surcharge (submersible): $2.00 × (Depth − 50 ft) for depths > 50 ft
Adjusted Pump Value: ReplacementCost × (RemainingLife / AvgLifespan)
Simple Payback: (ReplaceCost − RepairCost) / AnnualEnergySaved
#### Assumptions & References
- Average submersible pump lifespan: 10–15 years (avg 12); jet pumps: 8–12 years — Water Systems Council
- The 50% Rule is the industry-standard threshold: if repair exceeds 50% of replacement cost, replace — HomeAdvisor / Angi contractor guidelines
- Submersible pump replacement costs: $1,500–$4,000+ depending on depth and horsepower — HomeAdvisor 2024
- Jet pump replacement costs: $800–$2,000 — Fixr.com 2024
- Modern pumps are typically 10–30% more energy-efficient than pumps >10 years old — US DOE Energy Efficiency
- Average well pump electricity cost: $30–$75/month ($360–$900/year) — EIA residential energy data
More Calculators
- Hurricane Season Deep Clean Cost Estimator
- Commercial Property Cap Rate Calculator
- Voltage Drop Calculator for Flickering Lights
- LED Driver Ripple Current and Flicker Index Calculator
- EV Range vs Florida Heat Impact Calculator
- Commercial Build-Out Cost Per Square Foot Calculator
- Contractor Insurance Coverage Calculator
- Contractor Insurance Cost Calculator
- Subcontractor vs Employee Cost Comparison Calculator
- Circuit Breaker Size Calculator
- Transformer KVA Sizing Calculator
Read Next
Study Time Planner ANA › Life Services Authority › National Calculator Authority › Study Time Planner .calc-container { max-width: 640px; margin:...