Lean FIRE Calculator Formula
Understand the math behind the lean fire calculator. Each variable explained with a worked example.
Formulas Used
Lean FIRE Number
lean_fire_number = lean_budget / (withdrawal_rate / 100)Progress
progress = current_savings / (lean_budget / (withdrawal_rate / 100)) * 100Remaining to Save
remaining = max(lean_budget / (withdrawal_rate / 100) - current_savings, 0)Variables
| Variable | Description | Default |
|---|---|---|
lean_budget | Lean Annual Budget(USD) | 30000 |
withdrawal_rate | Withdrawal Rate(%) | 4 |
current_savings | Current Savings(USD) | 150000 |
How It Works
Lean FIRE
Lean FIRE Number = Lean Budget / Withdrawal Rate
Lean FIRE is achieving financial independence on a below-average budget (typically under $40,000/year for an individual).
Lean FIRE Examples
| Budget | FIRE Number (4%) | |---|---| | $20,000 | $500,000 | | $25,000 | $625,000 | | $30,000 | $750,000 | | $35,000 | $875,000 |
Worked Example
$30,000 lean budget, 4% withdrawal, $150,000 saved.
lean_budget = 30000withdrawal_rate = 4current_savings = 150000
- 01Lean FIRE number = $30,000 / 0.04 = $750,000
- 02Progress = $150,000 / $750,000 = 20%
- 03Remaining = $600,000
Ready to run the numbers?
Open Lean FIRE Calculator