CalculatorsFinance
Emergency Fund Calculator
Overview
Determine how much you need in emergency savings based on your expenses and risk factors
Key Facts
| Field | Value |
|---|---|
| Calculator ID | emergency-fund |
| Category | Finance |
| Vertical | Finance & Economics |
| App route | /verticals/finance/emergency-fund |
| API endpoint | /api/public/calculate?id=emergency-fund |
Inputs
| Input ID | Label | Type | Required | Default | Constraints |
|---|---|---|---|---|---|
monthlyExpenses | Monthly Essential Expenses | currency | Yes | 3500 | min 500, max 50000, step 100 |
monthsCoverage | Months of Coverage | number | Yes | 6 | min 3, max 12, step 1 |
incomeStability | Income Stability | select | Yes | stable | - |
dependents | Number of Dependents | number | Yes | 0 | min 0, max 10, step 1 |
healthInsurance | Health Insurance | select | Yes | employer | - |
currentSavings | Current Emergency Savings | currency | Yes | 5000 | min 0, max 1000000, step 100 |
How to Use
- Calculate Monthly Expenses — Enter your essential monthly expenses including rent, utilities, food, insurance, and debt minimums. Exclude discretionary spending.
- Assess Risk Factors — Adjust for income stability, number of dependents, health insurance coverage, and income variability. Higher risk = larger fund needed.
- Set Savings Goal — Target is typically 3-6 months of expenses. Self-employed and single-income households should aim for 6-12 months.
Result Surfaces
| Output | Display Type | Format |
|---|---|---|
| Computed results | result-card | - |
Related Calculators
FAQ
How much should I have in my emergency fund?
Standard advice is 3-6 months of expenses. The exact amount depends on job stability (self-employed needs more), dependents (children add 5% per child), health insurance coverage (no insurance add 30%), and income variability.
Should I pay off debt or build an emergency fund first?
Build a starter emergency fund of $1,000-2,000 first, then aggressively pay off high-interest debt, then complete your full 3-6 month emergency fund. Never have zero emergency savings.
Where should I keep my emergency fund?
Keep it in a high-yield savings account (HYSA) earning 4-5% APY. It needs to be liquid (accessible within 24 hours) but separate from your checking account to prevent impulse spending.
Evidence
src/lib/calculators/registry.ts(metadata)src/lib/calculators/page-registry.ts(page/HowTo metadata)src/lib/calculators/finance/emergency-fund.ts(calculator config)