ProCalc.ai
Pro

FIRE Number Calculator

FIRE Number Calculator

1000–10000000
1–10
0–100000000
⚡ ProCalc.ai

FIRE Number Calculator

✨ Your Result
1.5M
FIRE NUMBER · Financial independence target
You Have200K
Gap Remaining1.3M
% There13

FIRE Number Calculator — Frequently Asked Questions

Common questions about fire number.

Last updated Mar 2026

You’re mapping out an early-retirement plan the same way you’d plan a big life project like renovating a kitchen: before you start swinging a hammer, you want a clear materials list and a budget. In FIRE planning, the “materials list” is the amount of invested savings needed to support your lifestyle without a paycheck. That target is your FIRE number. With just two inputs — annual spending and a safe withdrawal rate — you can estimate the portfolio size that could fund your expenses, then compare it to your current savings to see the remaining gap and how far along you are.

A useful context fact: the widely cited “4 percent rule” comes from research on historical retirement outcomes and is often summarized as withdrawing about 4% of a diversified portfolio in the first year of retirement (then adjusting for inflation). The original study is commonly associated with the Trinity Study (Trinity University), and later discussions build on similar historical analyses. The U.S. Securities and Exchange Commission also emphasizes that investing involves risk and that past performance does not guarantee future results (SEC.gov, Gold). Treat any single withdrawal-rate rule as a planning starting point, not a promise.

What Is a FIRE Number Calculator?

A FIRE number is the estimated portfolio balance needed so that withdrawals can cover your yearly spending. The core idea is simple:

- You estimate how much you’ll spend each year in retirement (housing, food, insurance, travel, taxes, etc.). - You choose a withdrawal rate that feels prudent for your timeline and risk tolerance. - You divide spending by the withdrawal rate (as a decimal) to get the target portfolio.

This approach is popular because it turns a fuzzy goal (“retire early someday”) into a concrete number you can plan around. It also makes tradeoffs visible: lowering spending or using a higher withdrawal rate reduces the required portfolio; being more conservative (lower withdrawal rate) increases it.

Key terms to know: - FIRE number: the target portfolio size. - safe withdrawal rate: the annual percentage you plan to withdraw. - annual spending: the amount you need to fund each year. - current savings: what you’ve already accumulated toward the goal.

The Formula (and What Each Result Means)

The calculation uses three outputs: FIRE number, gap, and percent there.

FIRE number = annual_spend / (withdrawal_rate / 100) Gap = max(0, fire_number - current_savings) Percent there = min(100, round((current_savings / fire_number) * 100))

Plain-English breakdown:

1. Convert the withdrawal rate from a percent to a decimal by dividing by 100. Example: 4% becomes 0.04.

2. Divide annual spending by that decimal. If you spend 40,000 per year and withdraw 4% per year, you need about 40,000 / 0.04 = 1,000,000.

3. Compare the target to current savings. If current savings are below the FIRE number, the difference is the gap. If savings are above it, the gap is set to 0 (you’ve met or exceeded the target).

4. Compute progress as a percentage. Current savings divided by FIRE number, rounded to the nearest whole percent, capped at 100%.

Pro Tip: A “safe” withdrawal rate is not a universal constant. It depends on time horizon, asset allocation, fees, taxes, and market conditions. Many people stress-test multiple rates (for example 3%, 3.5%, 4%) to see how sensitive the target is.

Step-by-Step Examples (with Real Numbers)

### Example 1: Classic 4% planning target - Annual spending = 48,000 - Safe withdrawal rate = 4% - Current savings = 300,000

Step 1: Convert rate Withdrawal decimal = 4 / 100 = 0.04

Step 2: Compute FIRE number FIRE number = 48,000 / 0.04 = 1,200,000

Step 3: Compute gap Gap = max(0, 1,200,000 - 300,000) = 900,000

Step 4: Percent there Percent there = round((300,000 / 1,200,000) * 100) Percent there = round(0.25 * 100) = round(25) = 25%

Interpretation: With 48,000/year spending and a 4% withdrawal rate, the target is 1,200,000. At 300,000 saved, you’re about 25% of the way there.

### Example 2: More conservative withdrawal rate (3.5%) - Annual spending = 60,000 - Safe withdrawal rate = 3.5% - Current savings = 750,000

Withdrawal decimal = 3.5 / 100 = 0.035 FIRE number = 60,000 / 0.035 = 1,714,285.71 (about 1,714,286)

Gap = max(0, 1,714,286 - 750,000) = 964,286

Percent there = round((750,000 / 1,714,286) * 100) Percent there = round(0.4375 * 100) = round(43.75) = 44%

Interpretation: A slightly lower withdrawal rate meaningfully increases the target. This is why it’s helpful to run multiple rates.

### Example 3: Lean spending with a higher withdrawal rate (5%) - Annual spending = 30,000 - Safe withdrawal rate = 5% - Current savings = 650,000

Withdrawal decimal = 5 / 100 = 0.05 FIRE number = 30,000 / 0.05 = 600,000

Gap = max(0, 600,000 - 650,000) = max(0, -50,000) = 0

Percent there = min(100, round((650,000 / 600,000) * 100)) Percent there = min(100, round(1.0833 * 100)) = min(100, 108) = 100%

Interpretation: Under these assumptions, savings exceed the target. The percent is capped at 100% and the gap is 0.

Common Mistakes to Avoid

Common Mistake: Mixing up percent and decimal. If you enter 4 but treat it like 0.04 (or vice versa), the FIRE number will be off by a factor of 100. Always remember: 4% becomes 0.04 in the math.

1. Forgetting taxes and healthcare in annual spending Many early retirees underestimate insurance premiums, out-of-pocket medical costs, and taxes. The IRS provides detailed guidance on retirement accounts and taxation rules (IRS.gov, Gold). Even if you don’t model taxes precisely, include a buffer in annual spending.

2. Using current spending when retirement spending will differ Some expenses drop (commuting, payroll deductions), others rise (travel, hobbies, healthcare). A good practice is to create a retirement budget and use that as the annual spending input.

3. Treating the withdrawal rate as guaranteed Market returns vary, inflation can spike, and sequence-of-returns risk matters (poor returns early in retirement can hurt sustainability). The SEC’s investor guidance is clear that investment outcomes are uncertain (SEC.gov, Gold). Consider stress-testing with lower rates.

4. Ignoring one-time expenses and big replacements Roofs, vehicles, family support, and home repairs can create lumpy spending. If those aren’t in the annual number, the FIRE number may be too low. One approach is adding an annual “sinking fund” line item (for example 3,000/year) to smooth irregular costs.

When to Use This Calculator vs. Doing It Manually

Use a FIRE number calculation when you need a fast, consistent way to translate lifestyle into a portfolio target, especially in these situations:

- Comparing lifestyle options: “If annual spending is 45,000 vs. 55,000, how much longer might the savings journey be?” - Testing different withdrawal-rate assumptions: “What changes if the safe withdrawal rate is 3% instead of 4%?” - Checking progress: “Given current savings today, what’s the remaining gap and percent there?” - Planning a major change: moving to a lower-cost area, downsizing, or shifting from full-time work to part-time.

Doing it manually is perfectly fine when you’re exploring one scenario and want to understand each step. A quick calculation on paper (annual spending divided by withdrawal-rate decimal) builds intuition. But once you start comparing multiple scenarios — different spending levels, different rates, and updated savings — repeating the math by hand becomes error-prone. That’s when a structured calculation helps keep assumptions consistent and results comparable.

FIRE Number Formula & Method

The FIRE Number Calculator helps individuals determine the total amount of savings needed to achieve Financial Independence, Retire Early (FIRE). This number represents the investment portfolio size that, when combined with a sustainable withdrawal strategy, can cover your annual living expenses indefinitely without requiring further employment.

The core formula for calculating your FIRE number is: FIRE Number = Annual Spending / (Withdrawal Rate / 100)

Let's break down what each variable means and why this formula works. "Annual Spending" is the total amount of money, in dollars, you anticipate needing to cover all your living expenses for one year in retirement. This includes everything from housing, food, transportation, healthcare, and leisure activities. It's crucial to be realistic and thorough when estimating this figure, as underestimating it can lead to financial shortfalls later on. The "Withdrawal Rate" is the percentage of your investment portfolio you plan to withdraw each year to cover your annual spending. This is expressed as a percentage, so in the formula, we divide it by 100 to convert it into a decimal (e.g., 4% becomes 0.04). The concept behind the withdrawal rate is to ensure your portfolio can sustain these withdrawals over a long period, ideally without running out of money.

The derivation of this formula comes from the idea of an endowment or a perpetuity. If you have a sum of money (your FIRE Number) and you want to withdraw a fixed percentage of it each year (your Withdrawal Rate) to cover your expenses (Annual Spending), then the Annual Spending is simply the FIRE Number multiplied by the Withdrawal Rate. Rearranging this equation to solve for the FIRE Number gives us the formula above. For example, if you need $40,000 per year and you withdraw 4% of your portfolio, then $40,000 = FIRE Number * 0.04. Dividing both sides by 0.04 gives you $1,000,000 as your FIRE Number.

A critical component of this calculation is the "Safe Withdrawal Rate" (SWR). This rate is typically derived from historical market data and aims to determine a percentage that has a high probability of sustaining a portfolio for 30 years or more, even through market downturns. The most commonly cited SWR is 4%, often referred to as the "Trinity Study" rate, though some financial planners advocate for more conservative rates like 3% or 3.5%, especially for retirement horizons longer than 30 years or in periods of low expected market returns. There are no direct unit conversions for these variables, as they are all expressed in monetary units (dollars) or percentages.

Let's look at a couple of examples.

Example 1: Imagine Sarah wants to retire early. She has meticulously tracked her expenses and determined her ideal "lean FIRE" annual spending will be $30,000. She plans to use a conservative safe withdrawal rate of 3.5% to ensure her money lasts. She currently has $200,000 saved. FIRE Number = $30,000 / (3.5 / 100) FIRE Number = $30,000 / 0.035 FIRE Number = $857,142.86 The gap she needs to save is $857,142.86 - $200,000 = $657,142.86. She is ($200,000 / $857,142.86) * 100 = 23.33% of the way there.

Example 2: David aims for a more comfortable "fat FIRE" lifestyle, estimating his annual spending at $80,000. He is comfortable with the more aggressive 4% safe withdrawal rate, given his plans for some part-time work in early retirement. He currently has $1,500,000 saved. FIRE Number = $80,000 / (4 / 100) FIRE Number = $80,000 / 0.04 FIRE Number = $2,000,000 The gap he needs to save is $2,000,000 - $1,500,000 = $500,000. He is ($1,500,000 / $2,000,000) * 100 = 75% of the way there.

It's important to acknowledge the limitations of this formula. It assumes a constant annual spending level, which may not always be true due to inflation, unexpected expenses, or changes in lifestyle. While the safe withdrawal rate attempts to account for market volatility, it's not a guarantee. Market performance can deviate significantly from historical averages, especially over very long periods. Furthermore, this calculation does not factor in other potential income streams in retirement, such as Social Security, pensions, or part-time work, which could reduce the required FIRE number. It also doesn't explicitly account for taxes on withdrawals, which can significantly impact the net amount available for spending. For more nuanced planning, variations of this formula might incorporate inflation adjustments, tax considerations, or a dynamic withdrawal strategy where the withdrawal amount fluctuates based on market performance. However, for a foundational estimate, this formula provides an excellent starting point.

Content reviewed by the ProCalc.ai editorial team · About our standards

More Investing Calculators

ProCalc.ai·AI-powered·Results may not be 100% accurate

We use cookies to improve your experience and show relevant ads. Read our privacy policy