Finance
Building a startup financial model
A financial model is not a prediction. It is a machine for testing whether a set of beliefs about the business are consistent with each other, and for finding out which of those beliefs matter.
This guide covers how to structure a model, how driver-based forecasting works, which assumptions dominate the output, and how to check that what you have built is not quietly nonsense.
What the model is for
Founders build models for three different audiences and often conflate them. The operating model answers what to do this quarter: can we afford this hire, what happens to runway if we increase marketing. The fundraising model shows an investor the shape of the opportunity. The board model tracks actual results against the plan.
They share a structure but not a purpose. The operating model should be pessimistic because decisions are made from it. The fundraising model should be ambitious but defensible. Using one for the other's job is how companies hire against revenue that never arrives.
Driver-based forecasting
A weak model types a revenue number into each month and grows it by a percentage. A driver-based model builds revenue from the things that actually produce it — marketing spend produces leads at a cost per lead, leads convert at a rate, customers pay a price and churn at a rate — so that changing an input changes the output through a chain you can inspect.
The value is not accuracy. It is that when reality diverges from plan, a driver model tells you which assumption was wrong. A model with revenue typed in tells you only that you missed.
| Driver | Assumption | Feeds |
|---|---|---|
| Marketing spend | $40,000/month | Traffic |
| Cost per visitor | $1.60 | Visitors: 25,000 |
| Visitor-to-trial rate | 4% | Trials: 1,000 |
| Trial-to-paid rate | 12% | New customers: 120 |
| Average revenue per account | $95/month | New MRR: $11,400 |
| Monthly churn | 3.5% | Retained base |
The three statements and why cash is separate
A complete model produces a profit and loss statement, a balance sheet and a cash flow statement, and they tie together. The reason to bother with all three, rather than just the P&L, is that profit and cash are different and companies die of the second.
Annual contracts paid upfront generate cash long before the revenue is recognised. Customers on ninety-day payment terms generate revenue long before the cash arrives. A business can be profitable on paper and insolvent in practice, and only the cash statement shows it.
- P&L: revenue and expenses as they are earned and incurred.
- Balance sheet: what is owned and owed at a point in time.
- Cash flow: money actually moving, including timing differences.
- Working capital: the gap between billing customers and paying suppliers.
The assumptions that dominate
In almost every software model, three inputs move the outcome more than everything else combined: churn rate, conversion rate and average revenue per account. Small changes compound over the forecast period, and a model that is wrong about churn by one percentage point per month is wrong about the three-year revenue figure by a very large margin.
The practical move is to test sensitivity explicitly. Run the model at your base case, then at plus and minus twenty percent on each key driver, and see which one breaks it. That tells you what to measure obsessively in the business.
| Monthly churn | Implied annual retention | Month 36 MRR |
|---|---|---|
| 1.5% | 83% | $1,180,000 |
| 3.0% | 69% | $720,000 |
| 4.5% | 58% | $505,000 |
| 6.0% | 48% | $385,000 |
Sanity checks before anyone else sees it
Most models fail obvious tests. Check that headcount grows in a way a human could actually hire — thirty engineers in one quarter is not a plan. Check that revenue per employee lands in a believable range for your model. Check that the implied market share at the end of the forecast is not a multiple of the market's actual size.
The most common failure of all is the hockey stick with no mechanism: growth that accelerates in month eighteen because the model needs it to, with no corresponding change in spend, headcount or conversion to cause it.
- Can you actually hire the people the model assumes, at that pace?
- Is revenue per employee within a plausible range?
- Does implied market share stay well below the real market size?
- Does every acceleration have a cause somewhere in the inputs?
- Does the cash line ever go negative? If so, the plan is not fundable as written.
Common mistakes
Building too much detail is the classic waste. A forty-tab model with individual line items for software subscriptions is not more accurate than a clean one-tab model; it is just harder to change, which means it stops being updated.
The second is never comparing forecast to actual. A model that is not reviewed against reality each month is a document rather than a tool, and its assumptions drift from the business without anyone noticing.
How the game models it
Garage to IPO is itself a driver model. Marketing spend produces users at a channel-specific cost, users convert and churn at rates influenced by product quality, revenue is users multiplied by average revenue, and valuation is a multiple applied to that revenue and adjusted by growth.
Playing with the levers is a fast way to build intuition for sensitivity. Cutting churn by a point does more for the three-year outcome than a large increase in marketing spend, and the dashboard makes that visible in a way a spreadsheet rarely does.
Frequently asked questions
- How far out should a startup financial model go?
- Three years is standard for fundraising, with the first twelve months detailed monthly and later years quarterly or annually.
- Should the model be optimistic or conservative?
- Build one base case you genuinely believe, then show upside and downside cases. Operate from the conservative one and raise against the base case.
- Which assumption matters most?
- Churn, in almost every recurring-revenue business. It compounds every month and dominates the long-run figure.
Keep reading
- How to read a startup P&L and balance sheet
A line-by-line walk through the three statements, and the specific places where startup accounting differs from what founders assume.
- Unit economics: CAC, LTV, and payback
What it costs to acquire a customer, what that customer is worth, and why the payback period matters more than the ratio.
- Burn rate and runway, explained properly
How to calculate net burn, why runway is measured in months, and the point at which a fundraise stops being optional.