Skip to main content
EconKit
Growth Metrics

Break-Even Analysis for Startups in 2026: When Burn Becomes Profit

Most startups calculate break-even once in a pitch deck and never revisit it. Here is how to model it properly, the benchmarks by industry, and the three levers that move it.

8 min read EconKit Team
Share

Break-even is the simplest question in startup finance: at what point does revenue cover costs? It is also the question founders answer once in a pitch deck, paste into a slide titled “Path to Profitability,” and never revisit until a board member asks why the company is still burning cash 18 months past the date on that slide. The formula is not hard. Getting the inputs right, updating them quarterly, and knowing which lever to pull when the number moves against you — that is the actual work.

This post walks through the formula, the fixed-vs-variable distinction that most founders shortcut, a unit economics approach that works better for SaaS and marketplaces than the textbook version, industry benchmarks for 2026, a full worked example you can verify in the Break-Even Calculator, and the three levers that move break-even faster than “cut costs” ever will.

The formula

Break-even in units:

Break-Even Units = Fixed Costs / (Price per Unit - Variable Cost per Unit)

The denominator — price minus variable cost — is the contribution margin per unit. It is the amount each sale contributes toward covering fixed costs. Once enough units have been sold to cover total fixed costs, every additional unit is profit.

Break-even in revenue:

Break-Even Revenue = Fixed Costs / Contribution Margin Ratio

Where Contribution Margin Ratio = (Price - Variable Cost) / Price. This version is more useful for SaaS and services businesses where “units” are not always clean.

Both formulas assume the same thing: that you can cleanly separate fixed costs from variable costs. In practice, that separation is where 80% of break-even errors come from.

Fixed vs variable: where founders get it wrong

Fixed costs do not change with volume: rent, salaries, insurance, SaaS subscriptions, loan payments. They exist whether you sell zero units or ten thousand.

Variable costs scale with each unit sold: raw materials, payment processing fees, shipping, sales commissions, cloud compute that scales with usage.

The mistake is categorizing costs that are semi-variable as fixed. Three examples that trip up startups constantly:

  1. Customer support. Fixed at low volume (one support rep handles the first 200 customers). Variable at scale (you hire a second rep at customer 201). If you model support as fixed and then grow past the threshold, your break-even number was wrong from the day you crossed it.

  2. Cloud infrastructure. Fixed if you are on reserved instances or flat-rate hosting. Variable if you are on usage-based pricing. Most startups run a hybrid — base tier is fixed, overages are variable. Model it as the hybrid it is.

  3. Sales compensation. Base salary is fixed. Commission is variable. A startup with three sales reps on 50/50 OTE has both a $225K fixed cost (base salaries) and a variable cost per deal (commissions). Lumping the whole comp line into “fixed” inflates break-even; lumping it all into “variable” deflates it.

The Break-Even Calculator handles both categories separately. Plug in the real split — not the convenient one — and the number you get back is the one you can actually trust.

The unit economics approach

The textbook break-even formula works for businesses that sell physical products at a known margin. For SaaS, marketplaces, and subscription businesses, a unit-economics framing is more useful:

Monthly Break-Even = Monthly Fixed Costs / Gross Profit per Customer per Month

If your monthly fixed costs are $80,000 and each customer generates $200/month at an 80% gross margin, the gross profit per customer is $160/month. You need 500 paying customers to break even.

This reframes the question from “how many units do I sell?” to “how many paying customers do I need?” — which maps directly to your acquisition targets, your CAC vs LTV math, and your growth model.

It also reveals the sensitivity. If gross margin drops from 80% to 70% (because you added a more expensive API dependency or expanded customer success), gross profit per customer drops from $160 to $140 and break-even jumps from 500 to 572 customers. That 72-customer gap is real — it means you need 14% more customers to reach the same milestone. The Profit Margin Calculator shows the margin shift; the break-even calculator shows the downstream impact.

Industry benchmarks: months to break-even

How long it takes to reach break-even varies dramatically by industry and business model. These ranges reflect 2026 data for companies that eventually reach profitability — survivorship bias applies, but the ranges are directionally useful for planning:

Business typeTypical months to break-evenKey driver
SaaS (bootstrapped)12 - 24Low fixed costs, high gross margin
SaaS (VC-backed, Series A)30 - 60Deliberate burn for growth
E-commerce (DTC)6 - 18Inventory + ad spend intensity
E-commerce (marketplace seller)3 - 12Lower fixed costs, faster turns
Professional services / agency3 - 9Revenue starts with first client
Hardware / physical product18 - 48Tooling, inventory, long lead times
Restaurant / food service18 - 36Buildout costs, slow ramp
Mobile app (ad-supported)24 - 48+Scale-dependent monetization

If your timeline is significantly longer than your industry benchmark, the fix is usually in one of three places: your fixed costs are higher than peers, your contribution margin is thinner than peers, or your growth rate is slower than the model assumes. All three are diagnosable. None require guessing.

Break-even by fixed-cost structure

The other dimension that matters is how much fixed cost a startup carries relative to revenue at break-even. This determines how sensitive the business is to revenue shortfalls:

Fixed-cost intensityExamplesBreak-even revenue as % of capacityRisk profile
Low (under 30%)Consulting, freelance, dropshipping20 - 40%Reaches break-even fast, but margins cap early
Medium (30 - 60%)SaaS, e-commerce, agencies40 - 65%Balanced — operating leverage kicks in at scale
High (60%+)Manufacturing, hardware, restaurants65 - 85%Slow to break even, but high margin past it

High fixed-cost businesses have more operating leverage: once they cross break-even, every additional dollar of revenue drops almost entirely to profit. But they also have more downside risk — a 15% revenue dip can push a high-fixed-cost business back below break-even, while a low-fixed-cost business barely notices. The Cash Flow Calculator models this timing risk monthly.

A worked example

A B2B SaaS startup with the following profile:

  • Monthly fixed costs: $85,000 (team of 8, office, tooling, base infrastructure)
  • Average revenue per customer: $250/month
  • Variable cost per customer: $35/month (payment processing, usage-based API costs, allocated support)
  • Current customer count: 200
  • Monthly customer growth: 15 net new customers

Step by step:

  1. Contribution margin per customer = $250 - $35 = $215/month
  2. Contribution margin ratio = $215 / $250 = 86%
  3. Break-even customers = $85,000 / $215 = 396 customers
  4. Current customer revenue = 200 x $250 = $50,000/month
  5. Current contribution = 200 x $215 = $43,000/month
  6. Monthly shortfall = $85,000 - $43,000 = $42,000
  7. Customers still needed = 396 - 200 = 196
  8. At 15 new customers/month = 196 / 15 = 13.1 months to break-even

Open the Break-Even Calculator and plug these numbers in. The calculator returns both the break-even point and the timeline given your growth rate.

Now the sensitivity test: what if variable costs rise from $35 to $55 per customer (you added a more expensive data provider)?

  • New contribution margin = $250 - $55 = $195/month
  • New break-even customers = $85,000 / $195 = 436 customers
  • Additional customers needed vs original = 436 - 396 = 40 more
  • New timeline = (436 - 200) / 15 = 15.7 months

A $20/month increase in variable cost per customer pushed break-even out by 2.6 months and added 40 more customers to the target. That is the kind of trade-off that should be modeled before signing the vendor contract, not after.

Three levers that move break-even fastest

When break-even is farther out than your runway allows, founders default to cutting costs. That works — but three levers typically move the number more:

1. Price. A 10% price increase on a product with 86% contribution margin drops straight to the contribution line. In the example above, raising the price from $250 to $275 increases contribution margin from $215 to $240 and drops break-even from 396 customers to 355 — a 10% reduction in the target from a 10% price move. Most startups underprice for longer than they should. The risk of churn from a price increase is real but usually overstated; B2B customers churning over a $25/month increase were never high-LTV customers. Test it.

2. Growth rate. Break-even is a race between cumulative contribution and fixed costs. Accelerating from 15 to 22 new customers per month (through better conversion, not more spend) cuts the timeline from 13 months to 9 months. The compounding effect is significant: faster growth means more customers contributing margin sooner, which means the monthly shortfall closes faster. This is why protecting growth-driving spend during a cash crunch — counterintuitive as it sounds — often outperforms cutting it. The burn rate vs runway guide covers this dynamic in detail.

3. Variable cost reduction. Renegotiating a vendor from $35/customer to $25/customer increases contribution margin from $215 to $225 and drops break-even from 396 to 378 customers. Smaller impact than price, but it compounds: the savings apply to every customer, current and future, and they do not carry churn risk. Audit your per-customer cost stack quarterly. Payment processing, API usage, and support tooling are the three line items where most startups find savings.

Fixed cost cuts are the fourth lever, but they are the bluntest: cutting a $12,000/month engineer saves $12,000 and loses capacity. The first three levers improve the business while moving break-even; fixed cost cuts shrink the business to move break-even.

When to revisit

Break-even is not a set-it-and-forget-it number. Revisit it when:

  • You raise prices or change packaging
  • You add a significant new cost (hire, vendor, infrastructure tier)
  • Your growth rate changes materially (up or down)
  • You raise a round (your fixed cost base almost always increases post-raise)
  • You enter a new market or segment with different unit economics

The founders who get burned are the ones whose pitch deck said “break-even in 18 months,” whose actual trajectory shifted to 30 months by month 6, and who did not rerun the model until month 14 when the board asked why the company was not yet profitable.

Run it monthly. The Break-Even Calculator takes 30 seconds. Pair it with the Burn Rate Calculator for the cash runway side and the Profit Margin Calculator for the net margin side. Together, the three numbers answer the only question that matters at every stage: when does this company stop needing external money to survive — and what has to be true for that date to hold?

Written by EconKit Team. Spotted an error or have feedback? Get in touch.