Understanding your startup runway is the single most important financial metric for any early-stage company. It tells you how many months of operation you can fund at today’s burn rate before the bank account hits zero — and gives you the decision window for fundraising, cutting costs, or accelerating revenue.
How it works
The calculator takes three core inputs — cash balance, monthly gross burn and monthly revenue — and produces a runway estimate under two models:
Flat model (no growth): Uses the direct formula
Runway = Cash ÷ Net Burn
where Net Burn = Gross Burn − Revenue. This is the standard investor-grade calculation: conservative, easy to audit, zero assumptions about the future.
MRR growth model: Models every month individually. Revenue compounds at your stated monthly growth rate (for example, 10% per month) while burn stays constant. The calculator finds the fractional month when the cash account reaches zero, and separately solves for the break-even month using:
n = ln(burn / revenue) ÷ ln(1 + g)
where g is the monthly growth rate as a decimal. This reveals whether fast-growing revenue can rescue a company before cash runs out.
Key metrics explained
Burn multiple (Gross Burn ÷ Revenue) is a capital-efficiency score. A multiple of 1× means revenue covers all spend — you are self-sustaining. A multiple of 4× means you are spending £4 for every £1 of revenue, which is typical for very early-stage startups but becomes unsustainable at scale. Below 2× is the threshold many growth-stage investors look for.
Revenue coverage (Revenue ÷ Gross Burn as a percentage) is the mirror image: 100% means break-even, 50% means half your burn is covered, 0% means pre-revenue.
Break-even revenue is simply your gross burn figure: the monthly revenue you need to stop consuming cash entirely. The calculator highlights how far current MRR is from that target.
Worked example
A SaaS startup has:
- Cash: £250,000
- Monthly gross burn: £20,000 (5 engineers, tooling, hosting)
- Current MRR: £5,000
- MRR growth rate: 10% per month
Flat model: Net burn = £15,000/month. Runway = £250,000 ÷ £15,000 = 16.7 months.
MRR growth model: Revenue doubles roughly every 7 months. Break-even month: n = ln(20,000 / 5,000) / ln(1.10) = ln(4) / ln(1.10) ≈ 14.5 months. Because break-even (month 14.5) arrives before cash runs out (roughly month 18 once compounding is accounted for), the company reaches profitability with cash to spare.
| Scenario | Cash | Burn | Revenue | Runway |
|---|---|---|---|---|
| Pre-revenue | £250k | £20k | £0 | 12.5 months |
| Flat £5k MRR | £250k | £20k | £5k | 16.7 months |
| 10%/mo growth | £250k | £20k | £5k (growing) | ~18 months |
| Break-even | £250k | £20k | £20k | Indefinite |
Formula reference
- Runway (flat): Cash / (Gross Burn − Revenue)
- Break-even month (growth): ln(Gross Burn / Revenue) / ln(1 + monthly growth rate)
- Burn multiple: Gross Burn / Revenue
- Revenue coverage: (Revenue / Gross Burn) x 100%
All calculations run entirely in your browser. No data is uploaded or stored anywhere.