{
  "slug": "cost-to-replace-a-sewer-line-calculator",
  "title": "Cost to Replace a Sewer Line Calculator",
  "heading": "Cost to Replace a Sewer Line Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/cost-to-replace-a-sewer-line-calculator",
  "summary": "Trenching vs trenchless, plus the driveway and landscaping you have to put back.",
  "description": "A failed sewer lateral is an emergency priced like a renovation, and the surface above it usually decides the bill. Digging a trench through lawn is the cheap version; the same run under a mature driveway, a sidewalk with a city permit, and a row of established trees can double the total once restoration is included. Trenchless pipe bursting costs more per foot but skips most of the restoration, which is why it often wins on hard surfaces and loses on open lawn. This calculator prices both methods on your run length with a regional index and adds surface restoration, permits, and the camera inspection. Worked assumption for the defaults: an 80 ft run, $145/ft open trench versus $210/ft trenchless, 30 ft under driveway restored at $18/ft, $1,200 in permits — trenching about $13,300 and trenchless about $19,800 in a national-average market.",
  "formula": "Trench total = length × trench rate × index + hard-surface feet × restoration rate + permits; trenchless total = length × trenchless rate × index + permits + access pits.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=cost-to-replace-a-sewer-line-calculator",
  "inputs": [
    {
      "id": "length",
      "label": "Lateral length from house to main",
      "kind": "number",
      "hint": null,
      "default": 80,
      "unit": "ft",
      "min": 10,
      "max": 400
    },
    {
      "id": "region",
      "label": "Region",
      "kind": "select",
      "hint": "Applies a regional labor-and-bid multiplier to the whole job.",
      "default": "1",
      "options": [
        {
          "value": "1",
          "label": "US national average — 1.00×"
        },
        {
          "value": "0.86",
          "label": "Rural / small town — 0.86×"
        },
        {
          "value": "0.94",
          "label": "South metro (Atlanta, Dallas, Tampa) — 0.94×"
        },
        {
          "value": "1.02",
          "label": "Midwest metro (Columbus, KC, Minneapolis) — 1.02×"
        },
        {
          "value": "1.14",
          "label": "Mountain West (Denver, Phoenix, Salt Lake) — 1.14×"
        },
        {
          "value": "1.28",
          "label": "Northeast metro (Boston, Philly, DC) — 1.28×"
        },
        {
          "value": "1.38",
          "label": "West Coast metro (Seattle, LA, Portland) — 1.38×"
        },
        {
          "value": "1.55",
          "label": "Highest-cost metro (SF Bay, Manhattan) — 1.55×"
        }
      ]
    },
    {
      "id": "trenchRate",
      "label": "Open-trench replacement rate",
      "kind": "number",
      "hint": null,
      "default": 145,
      "unit": "$/ft",
      "min": 50,
      "max": 500
    },
    {
      "id": "trenchlessRate",
      "label": "Trenchless (pipe burst / lining) rate",
      "kind": "number",
      "hint": null,
      "default": 210,
      "unit": "$/ft",
      "min": 80,
      "max": 700
    },
    {
      "id": "hardFeet",
      "label": "Feet under driveway, patio or sidewalk",
      "kind": "number",
      "hint": null,
      "default": 30,
      "unit": "ft",
      "min": 0,
      "max": 300
    },
    {
      "id": "restoreRate",
      "label": "Hard-surface restoration",
      "kind": "number",
      "hint": null,
      "default": 18,
      "unit": "$/ft",
      "min": 0,
      "max": 120
    },
    {
      "id": "depth",
      "label": "Line depth",
      "kind": "select",
      "hint": null,
      "default": "1",
      "options": [
        {
          "value": "1",
          "label": "Standard 3–5 ft — no surcharge"
        },
        {
          "value": "1.25",
          "label": "6–8 ft — +25% excavation"
        },
        {
          "value": "1.55",
          "label": "Deeper than 8 ft or shoring required — +55%"
        }
      ]
    },
    {
      "id": "permits",
      "label": "Permits, traffic control and inspection",
      "kind": "number",
      "hint": null,
      "default": 1200,
      "unit": "$",
      "min": 0,
      "max": 15000
    },
    {
      "id": "pits",
      "label": "Trenchless access pits",
      "kind": "number",
      "hint": null,
      "default": 1800,
      "unit": "$",
      "min": 0,
      "max": 15000
    }
  ],
  "outputs": [
    {
      "id": "cheaper",
      "label": "Lower-cost method total",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "method",
      "label": "Method that wins here",
      "format": "raw",
      "hint": null,
      "primary": false
    },
    {
      "id": "trench",
      "label": "Open-trench total",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "trenchless",
      "label": "Trenchless total",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "gap",
      "label": "Difference between methods",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "restore",
      "label": "Hard-surface restoration in the trench option",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "perFoot",
      "label": "Effective cost per foot",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Lateral length from house to main: 80 ft",
      "Region: US national average — 1.00×",
      "Open-trench replacement rate: 145 $/ft",
      "Trenchless (pipe burst / lining) rate: 210 $/ft",
      "Feet under driveway, patio or sidewalk: 30 ft",
      "Hard-surface restoration: 18 $/ft",
      "Line depth: Standard 3–5 ft — no surcharge",
      "Permits, traffic control and inspection: 1200 $",
      "Trenchless access pits: 1800 $"
    ],
    "outputs": [
      "Lower-cost method total: $13,340",
      "Method that wins here: Open trench",
      "Open-trench total: $13,340",
      "Trenchless total: $19,800",
      "Difference between methods: $6,460",
      "Hard-surface restoration in the trench option: $540",
      "Effective cost per foot: $167"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter lateral length from house to main (ft).",
      "Enter region — Applies a regional labor-and-bid multiplier to the whole job..",
      "Enter open-trench replacement rate ($/ft).",
      "Enter trenchless (pipe burst / lining) rate ($/ft).",
      "Enter feet under driveway, patio or sidewalk (ft).",
      "Enter hard-surface restoration ($/ft).",
      "Enter line depth.",
      "Enter permits, traffic control and inspection ($).",
      "Enter trenchless access pits ($).",
      "Read your lower-cost method total 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": {
        "length": 50,
        "region": "1",
        "trenchRate": 85,
        "trenchlessRate": 125,
        "hardFeet": 20,
        "restoreRate": 10,
        "depth": "1",
        "permits": 700,
        "pits": 1100
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "length": 80,
        "region": "1",
        "trenchRate": 145,
        "trenchlessRate": 210,
        "hardFeet": 30,
        "restoreRate": 18,
        "depth": "1",
        "permits": 1200,
        "pits": 1800
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "length": 130,
        "region": "1",
        "trenchRate": 230,
        "trenchlessRate": 335,
        "hardFeet": 50,
        "restoreRate": 28,
        "depth": "1",
        "permits": 1900,
        "pits": 2900
      }
    }
  ],
  "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": "Is trenchless always better?",
      "a": "No. It needs a host pipe in bursting-capable condition and access pits at both ends, and it wins mainly when the run crosses driveways, mature trees or a finished yard. On open lawn the trench is usually cheaper."
    },
    {
      "q": "Does homeowners insurance cover the lateral?",
      "a": "Standard policies generally exclude the buried lateral; some carriers sell a service-line endorsement for a modest annual premium, and some cities offer a repair program. Check before you pay out of pocket."
    },
    {
      "q": "How do I know the line actually needs replacing?",
      "a": "A camera inspection is the only honest answer. Ask for the recording, not just the verdict — root intrusion and offset joints look very different from a full collapse and are sometimes spot-repairable."
    },
    {
      "q": "Where does the regional multiplier come from?",
      "a": "It is a job-level index against a US national average of 1.00, built from the spread contractors quote between low-cost rural markets and the highest-cost coastal metros. Materials vary less than labor, but bids move together, so one index tracks real quotes better than splitting them. Swap in your own multiplier by picking the tier closest to two bids you already have."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/cost-to-add-a-bathroom-calculator",
    "https://www.revenuelab.fyi/toolbox/cost-to-replace-a-driveway-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Cost to Replace a Sewer Line Calculator (https://www.revenuelab.fyi/toolbox/cost-to-replace-a-sewer-line-calculator)"
}