{
  "slug": "septic-system-installation-cost",
  "title": "Septic System Installation Cost Calculator",
  "heading": "Septic System Installation Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/septic-system-installation-cost",
  "summary": "Tank size, drain field type, soil conditions, and permits for a new septic system.",
  "description": "A new septic system's cost is driven mainly by tank size (sized to bedroom count per most health department codes), drain field type — a standard gravel leach field versus an engineered system required on poor-draining soil — and site work like excavation and permitting, which includes a mandatory perc test in almost every US jurisdiction before a permit is issued. This calculator prices the system as tank cost by size, a drain field cost that differs significantly between conventional and engineered (sand mound, aerobic treatment unit) systems, and a site work and permit allowance. 2026 US national averages run about $4,000-$8,000 for a conventional gravel septic system on good soil for a 3-bedroom home, rising to $10,000-$20,000+ for an engineered system such as an aerobic treatment unit or sand mound required on clay-heavy, high-water-table, or otherwise poor-percolating soil. Always get a site-specific perc test and engineer's design before budgeting — soil conditions alone can swing total project cost by two to three times the conventional baseline.",
  "formula": "Total = Tank Cost + Drain Field Cost + Site Work & Permit Allowance.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=septic-system-installation-cost",
  "inputs": [
    {
      "id": "tankSize",
      "label": "Tank size (by bedroom count)",
      "kind": "select",
      "hint": null,
      "default": "1800",
      "options": [
        {
          "value": "1600",
          "label": "1,000 gal (2-3 bedroom) — ~$1,600"
        },
        {
          "value": "1800",
          "label": "1,250 gal (3-4 bedroom) — ~$1,800"
        },
        {
          "value": "2200",
          "label": "1,500 gal (5+ bedroom) — ~$2,200"
        }
      ]
    },
    {
      "id": "drainFieldType",
      "label": "Drain field type",
      "kind": "select",
      "hint": null,
      "default": "3500",
      "options": [
        {
          "value": "3500",
          "label": "Conventional gravel leach field — ~$3,500"
        },
        {
          "value": "9000",
          "label": "Sand mound (poor soil) — ~$9,000"
        },
        {
          "value": "12000",
          "label": "Aerobic treatment unit — ~$12,000"
        }
      ]
    },
    {
      "id": "siteWork",
      "label": "Excavation, permits & perc test",
      "kind": "number",
      "hint": null,
      "default": 2000,
      "unit": "$",
      "min": 800,
      "max": 6000
    }
  ],
  "outputs": [
    {
      "id": "totalCost",
      "label": "Total septic system cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "tankCost",
      "label": "Septic tank cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "drainFieldCost",
      "label": "Drain field cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "siteWork",
      "label": "Site work & permits",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Tank size (by bedroom count): 1,250 gal (3-4 bedroom) — ~$1,800",
      "Drain field type: Conventional gravel leach field — ~$3,500",
      "Excavation, permits & perc test: 2000 $"
    ],
    "outputs": [
      "Total septic system cost: $7,300",
      "Septic tank cost: $1,800",
      "Drain field cost: $3,500",
      "Site work & permits: $2,000"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter tank size (by bedroom count).",
      "Enter drain field type.",
      "Enter excavation, permits & perc test ($).",
      "Read your total septic system cost 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": {
        "tankSize": "1800",
        "drainFieldType": "3500",
        "siteWork": 1200
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "tankSize": "1800",
        "drainFieldType": "3500",
        "siteWork": 2000
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "tankSize": "1800",
        "drainFieldType": "3500",
        "siteWork": 3200
      }
    }
  ],
  "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": "Why does soil type matter so much for septic system cost?",
      "a": "A percolation (perc) test measures how quickly water drains through your soil; clay-heavy or high-water-table soil that drains too slowly for a conventional gravity leach field forces the design toward engineered alternatives like sand mounds or aerobic treatment units, which cost two to three times more than a standard system."
    },
    {
      "q": "How is septic tank size determined?",
      "a": "Tank size is set by local health department code based on number of bedrooms (a proxy for expected daily wastewater volume) rather than square footage — a 3-bedroom home typically needs at least a 1,000-1,250 gallon tank, and larger homes need proportionally larger tanks."
    },
    {
      "q": "Do I need a permit and perc test before installing a septic system?",
      "a": "Yes, in virtually every US jurisdiction — a perc test and site evaluation by a licensed installer or health department official is required before a permit is issued, and skipping this step risks a system that fails inspection or doesn't meet code for your soil and lot size."
    },
    {
      "q": "How often does a septic system need pumping after installation?",
      "a": "Most residential septic tanks need pumping every 3-5 years depending on household size and tank capacity — skipping regular pumping is the most common cause of premature drain field failure, which can cost as much as replacing the entire system."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/well-drilling-cost",
    "https://www.revenuelab.fyi/toolbox/sump-pump-installation-cost",
    "https://www.revenuelab.fyi/toolbox/french-drain-installation-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Septic System Installation Cost Calculator (https://www.revenuelab.fyi/toolbox/septic-system-installation-cost)"
}