{
  "slug": "septic-vs-sewer-cost",
  "title": "Septic vs Sewer Cost Calculator",
  "heading": "Septic System vs Sewer Connection Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/septic-vs-sewer-cost",
  "summary": "Compare septic installation and pumping costs against a municipal sewer hookup and monthly fee.",
  "description": "A septic system costs more to install than connecting to sewer in most cases but has no ongoing bill beyond periodic pumping, while a sewer connection often has a large one-time tap fee followed by a monthly or quarterly charge indefinitely. This tool totals both paths over your ownership horizon so you can see which is cheaper for how long you plan to stay.",
  "formula": "Septic Total = Install Cost + (Pumping Cost × Years/PumpingInterval). Sewer Total = Tap Fee + Monthly Fee × 12 × Years.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=septic-vs-sewer-cost",
  "inputs": [
    {
      "id": "septicInstall",
      "label": "Septic system install cost",
      "kind": "number",
      "hint": null,
      "default": 9000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "pumpingCost",
      "label": "Cost per pumping",
      "kind": "number",
      "hint": null,
      "default": 400,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "pumpingIntervalYears",
      "label": "Pumping interval",
      "kind": "number",
      "hint": null,
      "default": 3,
      "unit": "years",
      "min": 1,
      "max": 10
    },
    {
      "id": "sewerTapFee",
      "label": "Sewer tap/connection fee",
      "kind": "number",
      "hint": null,
      "default": 4500,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "sewerMonthly",
      "label": "Sewer monthly fee",
      "kind": "number",
      "hint": null,
      "default": 55,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "years",
      "label": "Years to project",
      "kind": "number",
      "hint": null,
      "default": 20,
      "unit": null,
      "min": 1,
      "max": 40
    }
  ],
  "outputs": [
    {
      "id": "winner",
      "label": "Lower total cost option",
      "format": "raw",
      "hint": null,
      "primary": true
    },
    {
      "id": "septicTotal",
      "label": "Septic total cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "sewerTotal",
      "label": "Sewer total cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "diff",
      "label": "Difference over horizon",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "breakevenYear",
      "label": "Breakeven year",
      "format": "duration",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Septic system install cost: 9000 $",
      "Cost per pumping: 400 $",
      "Pumping interval: 3 years",
      "Sewer tap/connection fee: 4500 $",
      "Sewer monthly fee: 55 $",
      "Years to project: 20"
    ],
    "outputs": [
      "Lower total cost option: Septic",
      "Septic total cost: $11,400",
      "Sewer total cost: $17,700",
      "Difference over horizon: $6,300",
      "Breakeven year: 8.5"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter septic system install cost ($).",
      "Enter cost per pumping ($).",
      "Enter pumping interval (years).",
      "Enter sewer tap/connection fee ($).",
      "Enter sewer monthly fee ($).",
      "Enter years to project.",
      "Read your lower total cost option on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "septicInstall": 5500,
        "pumpingCost": 250,
        "pumpingIntervalYears": 2,
        "sewerTapFee": 2700,
        "sewerMonthly": 35,
        "years": 12
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "septicInstall": 9000,
        "pumpingCost": 400,
        "pumpingIntervalYears": 3,
        "sewerTapFee": 4500,
        "sewerMonthly": 55,
        "years": 20
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "septicInstall": 14500,
        "pumpingCost": 650,
        "pumpingIntervalYears": 5,
        "sewerTapFee": 7200,
        "sewerMonthly": 90,
        "years": 32
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "Do I get a choice between septic and sewer?",
      "a": "Often not — many municipalities require connection to sewer if a line runs within a set distance of your property, regardless of which is cheaper."
    },
    {
      "q": "How long does a septic system last?",
      "a": "A well-maintained septic system with regular pumping can last 25-40 years before the drain field needs replacement, a major cost not included here."
    },
    {
      "q": "Is sewer connection ever mandatory even with a working septic?",
      "a": "Yes, some jurisdictions require connection within a set period once sewer becomes available nearby, even if your septic system is functioning fine."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/septic-system-installation-cost",
    "https://www.revenuelab.fyi/toolbox/well-vs-municipal-water-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Septic vs Sewer Cost Calculator (https://www.revenuelab.fyi/toolbox/septic-vs-sewer-cost)"
}