Emergency Fund Calculator
Free emergency fund calculator. Size a 3, 6, or 12-month cash reserve, see your shortfall, and project how long it takes to fully fund at any APY.
Emergency Fund Calculator
Background.
An emergency fund calculator turns a vague piece of personal-finance advice — "keep three to six months of expenses in cash" — into a precise dollar target and a real timeline for hitting it. Almost every credible source in U.S. household finance, from the Federal Deposit Insurance Corporation's Money Smart curriculum to the Consumer Financial Protection Bureau to Vanguard's investor education library, opens its guidance with the same idea: before you invest aggressively, before you accelerate debt payoff, before you start chasing yield, you build a liquid cash reserve that can absorb a job loss, a medical bill, a car-engine failure, or a leaking roof without forcing you to sell investments at a loss or reach for a credit card at 24% APR. The math is simple in principle and unforgiving in practice. Multiply your essential monthly expenses — the bills that would still arrive in the mail if your paycheck stopped tomorrow — by the number of months you want to cover, and that product is your target. The hard part is the second number: at your current savings rate, with whatever you already have set aside, and with whatever yield the account pays, how many months until the target is actually funded? That is the question this Quanta calculator solves in closed form.
You enter five inputs — essential monthly expenses, months of coverage (3, 6, 9, or 12 are the standard choices), current emergency savings, monthly contribution, and the APY on the account holding the fund — and the tool returns six outputs: the dollar target, the remaining shortfall, the number of months to fully fund, total out-of-pocket contributions, total interest earned by the bank along the way, and the months of coverage your current balance already provides. The months-to-reach math is the future-value-of-annuity equation inverted: n = ln((target × r + PMT) / (PV × r + PMT)) / ln(1 + r), where r is the monthly rate, PV is your starting balance, and PMT is the monthly deposit. The calculator runs this in arbitrary-precision decimal so 360-month horizons stay exact.
The choice between 3, 6, and 12 months is the most important decision the calculator forces you to make. Three months is defensible only for a dual-income household where both earners work in stable, in-demand fields and could realistically find replacement income inside a quarter — think two software engineers or two registered nurses in a major metro. Six months is the default the CFPB and most certified financial planners recommend for the typical W-2 household, because Bureau of Labor Statistics data on unemployment duration shows the median jobless spell during normal economic conditions runs roughly 8–10 weeks, with a long right tail. Twelve months is the right answer for self-employed workers, commission-based earners, single-income households with dependents, and anyone in an industry exposed to mass layoffs (tech in 2022–2023, oil and gas in 2014–2015, finance in 2008–2009).
Where you keep the fund matters almost as much as how big it is. The fund must be liquid — accessible within 24–48 hours without penalty — and protected from market loss, which rules out stocks, bond funds, and crypto. That leaves three good options in 2026: a Federal Deposit Insurance Corporation-insured high-yield savings account, a Treasury-only money market fund, or short-term Treasury bills laddered for monthly maturities. As of mid-2026, the top high-yield savings accounts pay 4–5% APY, money market funds pay similar, and T-bills can be bought directly through TreasuryDirect.gov with no fees. Avoid the temptation to chase an extra 50 basis points by reaching into CDs longer than 12 months, structured notes, or anything marketed as a "cash alternative" that is not actually cash.
What counts as essential when you size the fund? Strip your monthly budget down to housing (rent or mortgage principal, interest, taxes, insurance, HOA), utilities, groceries, transportation (the minimum required to job-hunt or commute), insurance premiums (health, auto, disability), minimum debt payments to stay current, childcare needed for job-hunting, and any non-discretionary medical prescriptions. Exclude restaurants, streaming subscriptions, gym memberships beyond the basic, vacations, and discretionary shopping — in a real emergency you would cut those first. The number you arrive at is usually 60–75% of your normal monthly spend; if it comes out higher than that, your baseline lifestyle is closer to the edge than you think, which is exactly what an emergency fund exists to absorb. Below the widget you will find the full formula, a complete worked example, eight long-tail FAQs answering the questions savers actually ask, and primary-source citations to the FDIC, CFPB, Vanguard, Bengen (1994), and the BLS Consumer Expenditure Survey.
What is emergency fund calculator?
An emergency fund is a dedicated pool of liquid cash — held in an FDIC-insured savings account, a money market fund, or short-term Treasury bills — sized to cover a defined number of months of essential household expenses if income suddenly stops. It is not retirement savings, it is not investment capital, and it is not a down-payment fund. Its job is to absorb the income shock of a job loss, the expense shock of a major car repair or medical event, or the timing shock of a delayed paycheck without forcing the household to sell long-term investments at the wrong time or take on high-interest debt. Standard guidance from the Federal Deposit Insurance Corporation, the Consumer Financial Protection Bureau, and most fee-only financial planners is to size the fund at 3–6 months of essential expenses for the typical dual-income W-2 household, and 9–12 months for self-employed earners, single-income households with dependents, and anyone in a cyclical or layoff-prone industry. The fund stays in cash equivalents even at the cost of foregoing higher long-run returns, because its purpose is risk reduction, not growth — and the moment you need it is exactly the moment markets are most likely to be down.
How to use this calculator.
- Total your Essential Monthly Expenses. Walk through three months of bank and credit-card statements and add only the costs that would still hit your account in a no-income scenario: housing, utilities, groceries, insurance premiums, minimum debt payments, transportation, and required childcare. Skip discretionary spending — restaurants, vacations, streaming services — because you would cut those in an emergency.
- Choose Months of Expenses to Cover. Pick 3 if you are a dual-income household with stable, in-demand jobs. Pick 6 for the standard W-2 case. Pick 9 if your income varies month to month. Pick 12 if you are self-employed, commission-paid, in a layoff-prone industry, or the only earner supporting dependents.
- Enter your Current Emergency Savings — only the dollars already sitting in a cash account earmarked for emergencies. Do not count retirement accounts, taxable brokerage balances, or money committed to other goals like a house down payment.
- Enter your Monthly Contribution — the realistic amount you can move from checking to the fund every month without breaking your budget. Even $50–$100/month builds the habit; you can ramp up later.
- Enter the Savings APY of the account holding the fund. As of 2026, top FDIC-insured high-yield savings accounts and Treasury money market funds pay roughly 4–5%. A regular checking account pays 0.01% — if that is where your fund lives today, move it.
- Read the six outputs. The Emergency Fund Target is your goal. Months Covered Today tells you how far along you already are. Remaining Shortfall is what is left to save. Months to Reach Goal is your timeline at the current pace. Total You Contribute vs. Interest Earned shows how much of the work the bank is doing for you while you save.
The formula.
The target is the easiest piece: target = essentialMonthlyExpenses × monthsTarget. So a household with $4,000 of essential monthly expenses targeting 6 months of coverage needs $4,000 × 6 = $24,000 in cash. The harder piece — how many months until you actually hit that target — is a closed-form inversion of the future-value-of-annuity equation. The forward equation says that after n monthly periods, a starting balance PV growing at monthly rate r with monthly deposits PMT becomes FV(n) = PV × (1 + r)^n + PMT × ((1 + r)^n − 1) / r. Setting FV(n) equal to the target and solving algebraically for n gives n = ln((target × r + PMT) / (PV × r + PMT)) / ln(1 + r), where r = annualInterestPercent / 100 / 12 is the monthly rate. When r is exactly zero — i.e., the account pays no interest at all — the equation degenerates safely to n = (target − PV) / PMT, which is just "shortfall divided by monthly deposit." The calculator always rounds n up to the next whole month using a ceiling function, because partial months don't exist in real banking. Total contributions are then PMT × n, total interest is FV(n) − PV − totalContributed, and the months-covered-today figure is PV / essentialMonthlyExpenses. All arithmetic runs in arbitrary-precision decimal to avoid floating-point drift on horizons longer than 60 months.
A worked example.
Suppose a 32-year-old renter with $4,000 of essential monthly expenses (rent, utilities, groceries, car insurance, health insurance, minimum student-loan payment) decides to build a 6-month emergency fund from scratch. She starts with $0 saved, commits to $500 per month, and parks the money in an FDIC-insured high-yield savings account paying 4% APY. The target is straightforward: $4,000 × 6 = $24,000. Plugging into the months-to-reach formula with r = 0.04/12 ≈ 0.003333, PV = 0, PMT = 500, gives n = ln((24,000 × 0.003333 + 500) / (0 + 500)) / ln(1.003333) = ln(580 / 500) / ln(1.003333) = ln(1.16) / 0.003328 ≈ 0.14842 / 0.003328 ≈ 44.6, which rounds up to 45 months — just under four years. Over those 45 months she personally deposits $500 × 45 = $22,500. The bank credits her roughly $1,500 in interest along the way, getting her over the $24,000 line. That $1,500 is not life-changing money, but it is real, it is tax-deferred until withdrawn (and exempt from state income tax if she chooses a Treasury money market instead), and it is the difference between hitting the goal in month 45 vs. month 48 at 0% APY in a checking account. The same scenario at $0 saved and $250/month instead of $500/month would take roughly 87 months (over seven years) to fully fund — illustrating why most planners argue for front-loading the contribution rate in the first year before lifestyle inflation absorbs it.
Frequently asked questions.
Should I save 3, 6, or 12 months of expenses in my emergency fund?
Where should I keep my emergency fund — high-yield savings, money market, or CDs?
Should my emergency fund be separate from my retirement and other savings?
What actually counts as an emergency I can spend the fund on?
Should I keep contributing once my emergency fund is fully funded?
How fast should I replenish my emergency fund after I use it?
Is the interest I earn on my emergency fund taxable?
Should I pay off credit-card debt before building an emergency fund?
Does inflation make my emergency fund lose value over time?
References& sources.
- [1]Federal Deposit Insurance Corporation — Money Smart Financial Education Curriculum, Module on Saving and Building an Emergency Fund.
- [2]Consumer Financial Protection Bureau — "An essential guide to building an emergency fund." Federal consumer-finance education on sizing and funding cash reserves.
- [3]Vanguard — "Emergency fund: Why you need one" investor education guidance on cash reserves vs. invested savings.
- [4]Bengen, William P. (1994). "Determining Withdrawal Rates Using Historical Data." Journal of Financial Planning 7(4): 171–180 — foundational research on retirement cash reserves and sequence-of-returns risk that informs late-career emergency-fund sizing.
- [5]U.S. Bureau of Labor Statistics — Consumer Expenditure Survey (CES). Reference dataset for essential vs. discretionary household spending categories used in emergency-fund sizing.
- [6]U.S. Bureau of Labor Statistics — Median Duration of Unemployment (Series LNS13008275), data underlying the 3-to-6-month coverage guidance.
- [7]Federal Deposit Insurance Corporation — Deposit Insurance FAQs. Confirms the $250,000-per-depositor-per-bank insurance limit relevant to where emergency funds are held.
- [8]U.S. Department of the Treasury — TreasuryDirect.gov. Official portal for purchasing T-bills directly, an alternative emergency-fund vehicle.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled