{
  "slug": "how-much-do-i-need-for-emergency-fund",
  "title": "How Much Do I Need for an Emergency Fund?",
  "heading": "How Much Do I Need for an Emergency Fund?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-do-i-need-for-emergency-fund",
  "summary": "At $3,800 in essential monthly expenses, a 6-month emergency fund target is $22,800.",
  "description": "An emergency fund is sized off your essential monthly expenses — housing, food, utilities, insurance, minimum debt payments — not your total spending, and the number of months' cushion you want depends on job stability and household income sources. This calculator multiplies your essential monthly expenses by your target number of months and shows how much more you need to save and how long it will take at your current savings rate.",
  "formula": "Target = Essential Monthly Expenses × Months of Coverage. Shortfall = Target − Current Savings. Months to Goal = Shortfall ÷ Monthly Savings Rate.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-do-i-need-for-emergency-fund",
  "inputs": [
    {
      "id": "expenses",
      "label": "Essential monthly expenses",
      "kind": "number",
      "hint": null,
      "default": 3800,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "months",
      "label": "Months of coverage desired",
      "kind": "number",
      "hint": null,
      "default": 6,
      "unit": null,
      "min": 1,
      "max": 12
    },
    {
      "id": "currentSavings",
      "label": "Current emergency savings",
      "kind": "number",
      "hint": null,
      "default": 5000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "monthlySavingsRate",
      "label": "Monthly amount you can save",
      "kind": "number",
      "hint": null,
      "default": 400,
      "unit": "$",
      "min": 1,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "target",
      "label": "Emergency fund target",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "shortfall",
      "label": "Amount still needed",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "monthsToGoal",
      "label": "Months to reach target",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Essential monthly expenses: 3800 $",
      "Months of coverage desired: 6",
      "Current emergency savings: 5000 $",
      "Monthly amount you can save: 400 $"
    ],
    "outputs": [
      "Emergency fund target: $22,800",
      "Amount still needed: $17,800",
      "Months to reach target: 44.5"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter essential monthly expenses ($).",
      "Enter months of coverage desired.",
      "Enter current emergency savings ($).",
      "Enter monthly amount you can save ($).",
      "Read your emergency fund target 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": {
        "expenses": 2300,
        "months": 4,
        "currentSavings": 3000,
        "monthlySavingsRate": 250
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "expenses": 3800,
        "months": 6,
        "currentSavings": 5000,
        "monthlySavingsRate": 400
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "expenses": 6100,
        "months": 10,
        "currentSavings": 8000,
        "monthlySavingsRate": 650
      }
    }
  ],
  "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": "How much do I need for an emergency fund?",
      "a": "With $3,800 in essential monthly expenses and a 6-month target, you need $22,800 total; with $5,000 already saved, that's a $17,800 shortfall, which takes about 44.5 months at $400/month."
    },
    {
      "q": "Why 3-6 months of expenses?",
      "a": "3 months suits dual-income households with stable jobs; 6-12 months is safer for single-income households, freelancers, or commission-based earners with less predictable pay."
    },
    {
      "q": "Should I use total spending or just essentials?",
      "a": "Use essential expenses only — housing, utilities, groceries, insurance, minimum debt payments — since discretionary spending like dining out and entertainment is the first thing you'd cut during a real emergency."
    },
    {
      "q": "Where should the fund be kept?",
      "a": "A high-yield savings account is standard — liquid and safe, but separate enough from checking that it's not tempting to dip into for non-emergencies."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-rent-can-i-afford",
    "https://www.revenuelab.fyi/toolbox/how-much-life-insurance-do-i-need"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Do I Need for an Emergency Fund? (https://www.revenuelab.fyi/toolbox/how-much-do-i-need-for-emergency-fund)"
}