Gross Burn Rate
Average monthly cash outflow before any inflows are netted off — essentially the company's monthly cost base in cash terms. Tracked alongside net burn because net burn alone can mask a structural problem when revenue is masking high cost. The board reads gross burn to understand the absolute cost commitment (mostly payroll, infra, COGS, sales spend) regardless of revenue mix. Common pitfall: founders often optimize the net burn narrative ("we cut burn 30%") via a one-time inflow without addressing the gross-burn cost base — the next quarter without that inflow re-exposes the underlying spend. Always present gross and net side-by-side. — Finance KPI, I'mBoard-authored (editorial tier).
I'mBoard-authored (editorial tier)
No public third-party standard anchors this KPI yet, so I'mBoard authors and maintains the definition — transparently labeled as editorial tier. See the ontology methodology for the published vs editorial tier system and the back-attribution workstream.
Rogue ID: finance.gross_burn_rate
Type: Currency (/month)
Domain: Finance
Definition
Average monthly cash outflow before any inflows are netted off — essentially the company's monthly cost base in cash terms. Tracked alongside net burn because net burn alone can mask a structural problem when revenue is masking high cost. The board reads gross burn to understand the absolute cost commitment (mostly payroll, infra, COGS, sales spend) regardless of revenue mix. Common pitfall: founders often optimize the net burn narrative ("we cut burn 30%") via a one-time inflow without addressing the gross-burn cost base — the next quarter without that inflow re-exposes the underlying spend. Always present gross and net side-by-side.
Formula
gross_burn_rate = total_operational_outflow / months_in_period. Same denominator and averaging convention as net burn (3-month trailing average is standard). Always greater than or equal to net burn.Why it matters
Strips revenue volatility from the survival picture — shows the cost commitment the company must support each month regardless of bookings outcomes. A widening gap between gross and net burn that depends on a single deal or one-off inflow is a fragility signal.
How to interpret
Compare gross-burn composition (payroll, infra, GTM, COGS) to revenue mix; sustained gross burn growing faster than ARR is a leading deterioration signal even when net burn looks flat. No single published gross-burn threshold exists — interpret relative to ARR and revenue per FTE (hr.arr_per_fte). Practitioner consensus (industry folk-wisdom, not citation-grade): payroll typically accounts for 65–80% of gross burn in venture-backed SaaS.
Calculation policy
How an AI agent should compute this KPI from messy company data. Free-text rules consumed at reasoning time — not a deterministic DSL. The most common ways to get this wrong are listed under Common miscomputations.
Inclusion rules
- All cash outflow from operations — payroll, benefits, infra, GTM, COGS, G&A, taxes paid, professional fees, software. No netting of inflows.
- Divide by months in period. Use the same trailing-3-month smoothing as net burn for direct comparability.
- Result is always positive (or zero in the degenerate case of a brand-new entity).
Exclusion rules
- Financing outflows: debt repayments, equity buybacks, dividend payments. Gross burn is an operating metric.
- M&A outflows (acquisition consideration, transaction fees). Flag separately.
- Non-cash expenses: D&A, stock-based compensation, accrued-but-unpaid items.
- Cash inflows of any kind — gross burn is outflow-only by definition.
Required inputs
- Period-by-period total operational outflow.
- Period length and smoothing window.
- Optional: outflow composition breakdown (payroll / infra / GTM / G&A) for narrative.
Data-source priority
- Cash-basis P&L outflow lines.
- Accrual P&L with non-cash items removed (D&A, SBC, accruals).
Edge cases
- Annual employer-tax payment cycles cause a 1–2-month outflow spike (typically Jan/Apr in the US). Smoothing window handles this if applied; if not, footnote it.
- Lumpy annual SaaS / infra prepayments (insurance, software renewals) spike outflow in their month. Same handling as employer-tax: smooth or footnote.
- Layoff severance: one-time outflow that can be 2-3x a normal month. ALWAYS flag as one-off and present a "normalized gross burn" alongside.
Validation checks
- Gross burn ≥ net burn always. If gross < net, the inflow side has crossed into the outflow accidentally.
- Payroll typically accounts for 65–80% of gross burn in venture-backed SaaS (industry consensus). Materially outside this band invites a composition narrative.
- Gross burn ÷ ARR provides a cost-coverage view; sustained growth in this ratio while ARR flatlines is a leading deterioration signal.
Common miscomputations
- Subtracting any inflow — converts gross burn into net burn and erases the metric's purpose.
- Including financing outflows (debt repayment, buybacks) — makes "operating cost base" look higher than it is.
- Counting SBC or D&A as gross burn — these are accounting, not cash.
- Failing to flag severance / restructuring as one-off — a layoff month produces a gross-burn spike that mis-reads as a structural cost expansion.
Related KPIs
finance.net_burn_ratefinance.burn_rate_actualfinance.total_operational_outflowfinance.runway_monthshr.arr_per_ftesales.arr
Source
I'mBoard editorial — authored and maintained by I'mBoard, first published 2026-04-01. No third-party standard is cited for this KPI; when one emerges, the definition is back-attributed and promoted to the published tier (a minor version bump). Read the ontology methodology for the published vs editorial tier system, attribution rules, and dispute process.
Stage relevance
| Company stage | Priority |
|---|---|
| Pre-Seed | Recommended |
| Seed | Recommended |
| Series A | Recommended |
| Series B | Recommended |
Suggested for stages: Pre-Seed, Seed, Series A, Series B.
Default owning functions
- Finance
Machine-readable
- This KPI as JSON:
/api/ontology/finance/gross_burn_rate.json - All Finance KPIs:
/api/ontology/finance.json - Full catalog:
/api/ontology/index.json
Forecast Commentary
Executive narrative on what the latest forecast says and how it has changed since prior reporting — which scenarios were considered, which was picked as "most likely" and why, what changed since last quarter, and what would push the forecast into a different scenario. Pairs with `finance.burn_rate_scenarios` (the numeric scenarios) to provide the qualitative "why" beside the quantitative "what". Common pitfall: this becomes a restatement of the numbers rather than commentary — every paragraph should add interpretation the numbers do not by themselves convey (drivers, decisions taken, decisions deferred). — Finance KPI, I'mBoard-authored (editorial tier).
Net Burn Rate
Average monthly net cash outflow over the reporting period — total cash spent minus total cash collected, divided by the number of months in the period. The headline survival number for venture-backed startups: it pairs with `finance.total_cash_in_bank` to produce runway, and pairs with revenue growth to produce the Bessemer "burn multiple". Common pitfall: net burn is volatile — large quarterly bills (annual SaaS renewals, employer-tax true-ups), enterprise prepayments, and FX swings can mask the underlying trend. Smoothing over a trailing 3-month average is standard board practice. Equally important: do not silently include one-off cash events (acquisitions, settlements, large prepayments received) without flagging them — boards prefer a "core burn" and "headline burn" pair when the period is noisy. — Finance KPI, I'mBoard-authored (editorial tier).