{
  "slug": "egress-window-installation-cost",
  "title": "Egress Window Installation Cost Calculator",
  "heading": "Egress Window Installation Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/egress-window-installation-cost",
  "summary": "Window unit, foundation cutting, window well, and drainage for code-compliant basement egress.",
  "description": "Adding a code-compliant egress window to a basement bedroom is one of the more involved basement upgrades because it requires cutting a new opening through poured concrete or block foundation, installing a window well with proper drainage, and fitting a window sized to meet minimum egress dimensions (typically at least 5.7 sq ft of clear opening). This calculator prices the job as a sum of the window unit itself, foundation cutting and structural work (which scales with wall thickness), a window well and drainage system, and interior finishing/trim. 2026 US national averages run about $2,500-$5,500 for a full egress window installation with a standard window well on an accessible wall, and $5,500-$8,500+ when the wall is unusually thick, requires structural support, or needs a larger deluxe well system with a ladder for a walk-out-style opening.",
  "formula": "Total = Window Unit Cost + Foundation Cutting Cost + Window Well & Drainage Cost + Interior Finishing.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=egress-window-installation-cost",
  "inputs": [
    {
      "id": "windowCost",
      "label": "Egress window unit",
      "kind": "number",
      "hint": null,
      "default": 600,
      "unit": "$",
      "min": 300,
      "max": 2000
    },
    {
      "id": "wallThicknessIn",
      "label": "Foundation wall type",
      "kind": "select",
      "hint": null,
      "default": "1800",
      "options": [
        {
          "value": "1400",
          "label": "Standard 8\" poured concrete — cutting ~$1,400"
        },
        {
          "value": "1900",
          "label": "10-12\" thick or block wall — cutting ~$1,900"
        },
        {
          "value": "2600",
          "label": "Reinforced / structural wall — cutting ~$2,600"
        }
      ]
    },
    {
      "id": "wellCost",
      "label": "Window well + drainage",
      "kind": "number",
      "hint": null,
      "default": 1100,
      "unit": "$",
      "min": 400,
      "max": 3000
    },
    {
      "id": "finishingCost",
      "label": "Interior trim & finishing",
      "kind": "number",
      "hint": null,
      "default": 350,
      "unit": "$",
      "min": 100,
      "max": 1200
    }
  ],
  "outputs": [
    {
      "id": "totalCost",
      "label": "Total egress window cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "windowCost",
      "label": "Window unit cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "cuttingCost",
      "label": "Foundation cutting cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "wellCost",
      "label": "Window well + drainage cost",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Egress window unit: 600 $",
      "Foundation wall type: 1800",
      "Window well + drainage: 1100 $",
      "Interior trim & finishing: 350 $"
    ],
    "outputs": [
      "Total egress window cost: $3,850",
      "Window unit cost: $600",
      "Foundation cutting cost: $1,800",
      "Window well + drainage cost: $1,100"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter egress window unit ($).",
      "Enter foundation wall type.",
      "Enter window well + drainage ($).",
      "Enter interior trim & finishing ($).",
      "Read your total egress window 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": {
        "windowCost": 350,
        "wallThicknessIn": "1800",
        "wellCost": 650,
        "finishingCost": 200
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "windowCost": 600,
        "wallThicknessIn": "1800",
        "wellCost": 1100,
        "finishingCost": 350
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "windowCost": 950,
        "wallThicknessIn": "1800",
        "wellCost": 1750,
        "finishingCost": 550
      }
    }
  ],
  "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": "What size does an egress window need to be by code?",
      "a": "Most US building codes (based on IRC standards) require a minimum clear openable area of 5.7 sq ft, a minimum opening height of 24 inches, a minimum opening width of 20 inches, and a sill height no more than 44 inches above the floor — always confirm exact requirements with your local building department."
    },
    {
      "q": "Why does foundation wall thickness matter so much for cost?",
      "a": "Thicker concrete or block walls require more time and specialized concrete-cutting equipment to cut a clean, structurally sound opening, and very thick or load-bearing walls may need a steel lintel installed above the new opening to redistribute structural load — both add significant labor cost."
    },
    {
      "q": "Do I need a permit for an egress window?",
      "a": "Yes, in virtually all US jurisdictions — egress windows are a life-safety code item, especially when finishing a basement bedroom, and most permit processes require inspection of the window well drainage and the window's clear opening dimensions before final sign-off."
    },
    {
      "q": "Does a window well need its own drainage system?",
      "a": "Yes — window wells collect rain and groundwater and need either a gravel bed with a drain tied into the foundation drainage system or a sump pump connection to prevent water from pooling against the foundation and leaking into the basement."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/sump-pump-installation-cost",
    "https://www.revenuelab.fyi/toolbox/crawl-space-encapsulation-cost",
    "https://www.revenuelab.fyi/toolbox/french-drain-installation-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Egress Window Installation Cost Calculator (https://www.revenuelab.fyi/toolbox/egress-window-installation-cost)"
}