# Break-Even Point Formula for SaaS: How to Calculate It (with Examples)

> Calculate your SaaS break-even point in customers, MRR, and months. Includes contribution margin math, CAC payback timing, and the unit economics version that matters most.
- **Author**: Ayush Agarwal
- **Published**: 2026-05-30
- **Category**: SaaS Finance, Unit Economics
- **URL**: https://dodopayments.com/blogs/break-even-point-formula-saas

---

The break-even point is the level of revenue at which a business covers its costs exactly - no profit, no loss. For SaaS founders, it answers a fundamental planning question: how big does the business need to be before it stops bleeding cash?

There are actually two break-even calculations a SaaS founder needs to understand, and they answer different questions. The traditional accounting break-even tells you the revenue level where total revenue equals total costs. The unit economics break-even tells you how long an individual customer takes to cover their acquisition cost - which is the more useful number for evaluating whether the growth playbook actually works.

This guide covers both. It walks through the formulas, applies them to SaaS-specific examples, and explains why the unit economics version is the one that matters most for SaaS decision-making.

## The Standard Break-Even Formula

The classic break-even point formula is:

```
Break-Even Point (in units) = Fixed Costs / (Price per Unit - Variable Cost per Unit)
```

The denominator (price minus variable cost) is called the contribution margin per unit - the amount each sale contributes to covering fixed costs. Once the contribution from all sales exceeds total fixed costs, the business breaks even.

For a manufactured product, this is straightforward. A widget that sells for $100 with $40 of variable cost (materials, labor, shipping) has a contribution margin of $60 per widget. If fixed costs are $30,000 per month (rent, salaries, insurance), the business breaks even at 500 widgets per month.

For SaaS, the math is similar but the units are different. Instead of widgets, the units are customers or MRR dollars.

## Applying the Formula to SaaS

A SaaS-specific break-even formula in terms of customers looks like this:

```
Break-Even Customers = Fixed Costs / (Monthly Price - Monthly Variable Cost per Customer)
```

The variable cost per customer for SaaS includes:

- Cloud infrastructure attributable to that customer (compute, storage, bandwidth)
- Third-party software costs that scale per customer (email service, transactional APIs)
- Payment processing fees on that customer's transactions
- Customer support cost allocated per customer

Worked example. A SaaS company has:

- Monthly subscription price: $99 per customer
- Monthly variable cost per customer: $12 (infrastructure + APIs + payment fees + support allocation)
- Contribution margin per customer per month: $87
- Total monthly fixed costs: $200,000 (engineering, sales, marketing, G&A salaries)

Break-even customers = $200,000 / $87 = **2,299 customers**

At 2,299 active customers paying $99/month, the company collects $227,601 in MRR and incurs $27,588 in variable costs (2,299 x $12), netting $200,013 in contribution - just covering the $200,000 in fixed costs.

The same calculation in MRR terms:

```
Break-Even MRR = Fixed Costs / Gross Margin
Break-Even MRR = $200,000 / (87 / 99) = $200,000 / 0.879 = $227,531 MRR
```

Slight rounding difference but the same result. At about $227K in MRR, the business breaks even.

## Why Standard Break-Even Misleads for SaaS

The standard formula treats SaaS like a manufactured product business, but SaaS has a critical difference: customer acquisition cost (CAC) is a one-time, upfront expense for revenue that arrives over many months.

If we treat S&M spend as a "fixed cost" in the break-even formula above, the calculation answers "what MRR do we need to cover our current S&M run rate." That is a useful question for monthly cash flow planning but it tells us nothing about whether the underlying business model works.

A SaaS company can be at the break-even point for current S&M spend (revenue covers current S&M) while burning enormous cash on acquisition, because new customers have not yet generated enough revenue to pay back their acquisition costs. From a P&L perspective, this looks fine. From a cash flow perspective, it is a disaster.

The right question for SaaS is the unit economics question: for an individual customer, how long until they pay back their acquisition cost? That is the CAC payback formula.

## CAC Payback: The SaaS Break-Even That Matters

CAC payback period measures how many months of gross margin revenue from a single customer it takes to recover their acquisition cost.

```
CAC Payback (months) = CAC / (Monthly Revenue per Customer x Gross Margin)
```

Worked example using the same numbers from above:

- CAC (fully loaded acquisition cost per new customer): $500
- Monthly revenue per customer: $99
- Gross margin: 87.9% (from $87 contribution margin / $99 revenue)
- Monthly gross profit per customer: $99 x 0.879 = $87

CAC Payback = $500 / $87 = **5.7 months**

In English: it takes 5.7 months of gross profit from this customer to recover the $500 cost of acquiring them. If the customer stays longer than 5.7 months, the business profits from them. If they leave before, the business loses money on them.

Healthy SaaS CAC payback benchmarks vary by segment:

| Segment | Good CAC Payback | Notes |
| --- | --- | --- |
| SMB/self-serve | < 6 months | Short sales cycle, low ACV |
| Mid-market | < 12 months | Modest sales cycle, moderate ACV |
| Enterprise | < 18 months | Long sales cycle, high ACV |
| Top-quartile SaaS | < 12 months across segments | Best-in-class threshold |

For SaaS founders, CAC payback is the leading indicator of whether growth investment is sustainable. CAC payback that stretches over time (say, from 8 months to 14 months) signals either that CAC is rising (sales/marketing is becoming less efficient) or that revenue per customer is falling (customers are downgrading or churning earlier).

For a deeper look, see our [CAC payback period guide](https://dodopayments.com/blogs/cac-payback-period) and the [LTV:CAC ratio post](https://dodopayments.com/blogs/ltv-cac-ratio).

## Contribution Margin vs Gross Margin

Both formulas above use slightly different concepts of "margin," and the distinction matters.

**Gross margin** is revenue minus cost of goods sold (COGS), divided by revenue. For SaaS, COGS typically includes hosting, third-party software, payment processing, and variable customer support.

**Contribution margin** is revenue minus variable costs, divided by revenue. Variable costs are everything that scales with usage or customer count - which overlaps with COGS for SaaS but can also include variable portions of operating expenses (sales commissions, variable customer success costs).

For SaaS specifically, gross margin and contribution margin are often close enough that the distinction does not matter in practice. The break-even formulas above use either interchangeably; what matters is consistency within a single analysis.

## Worked Example: Bootstrapped vs Venture-Backed SaaS

The break-even point looks dramatically different for a bootstrapped SaaS versus a venture-backed SaaS, even at the same revenue level.

**Bootstrapped SaaS** typically runs lean on S&M and overhead. Founders are doing sales, engineering team is small, and there are no expensive enterprise tools.

- Monthly fixed costs: $30,000 (small team, no expensive S&M)
- Contribution margin per customer: $87 (same as above)
- Break-even customers: 345
- Break-even MRR: $34,155

**Venture-backed SaaS** at the same product-market fit spends 5-10x more on growth, S&M, and headcount.

- Monthly fixed costs: $400,000 (engineering, sales team, marketing programs, G&A)
- Contribution margin per customer: $87
- Break-even customers: 4,598
- Break-even MRR: $455,200

Both companies might have the same unit economics (same CAC, same retention, same gross margin), but the venture-backed company needs 13x the revenue to break even on the P&L. The trade-off is that the venture-backed company is acquiring customers at 5-10x the rate, so it reaches break-even MRR in calendar time about as fast as the bootstrapped one.

The two strategies are valid. The bootstrapped path optimizes for survival and optionality; the venture-backed path optimizes for market share and scale. Neither is inherently better, but they require different financial discipline.

## Fixed Costs That Are Not Actually Fixed

The standard break-even formula assumes fixed costs stay constant as revenue grows. In SaaS, this is rarely true.

Engineering salaries are "fixed" in a single month but the team grows over time as the product evolves. Sales costs are "fixed" until you hit a new market segment and need a different sales motion. Infrastructure looks variable in theory but has step-function fixed costs (a new database cluster, a new region) that hit periodically.

The practical implication is that break-even calculations need to be recomputed regularly - quarterly at minimum, monthly for high-growth SaaS - because the "fixed" cost base is constantly shifting. A break-even number calculated 18 months ago is almost certainly stale.

A framing we use at Dodo Payments when teams ask about break-even: it is a moving target for any growth-stage SaaS. The break-even number that mattered last year is rarely the right one today because the cost base has expanded. The version that stays stable across time is unit economics - CAC payback, LTV, gross margin - and those are the numbers most worth anchoring decisions on.

## Calculating Time to Break-Even

A related question to "what's our break-even MRR" is "how long until we get there at current growth rates?"

```
Months to Break-Even = (Break-Even MRR - Current MRR) / Average Net New MRR per Month
```

Worked example:

- Current MRR: $80,000
- Break-Even MRR: $227,000
- Net new MRR added per month (after churn): $12,000

Months to break-even = ($227,000 - $80,000) / $12,000 = **12.25 months**

This calculation assumes constant fixed costs and constant net new MRR, neither of which is realistic over a 12-month horizon. It is most useful as a sanity check on the runway-vs-growth-rate question. A SaaS company with 6 months of runway and a 12-month time-to-break-even is in trouble. A company with 24 months of runway and a 12-month time-to-break-even has comfortable margin.

For more sophisticated modeling, run a cohort-based projection that accounts for changing CAC, gross margin trends, and step-function cost increases. Tools like Causal, Pry, or in-house spreadsheets work well for this.

## Variable Costs That Founders Often Miss

When calculating contribution margin, SaaS founders frequently miss or underestimate certain variable costs:

**Payment processing fees** typically eat 2-4% of card-collected revenue. On $99 MRR, that is $2-$4 per customer per month. Many founders forget this in initial unit economics calculations.

**Free trial costs** include infrastructure provisioned for trial users who never convert. If 80% of trials never become paying customers but consume similar infrastructure during the trial period, the cost should be allocated across paying customers as a variable cost. This can be a meaningful drag on contribution margin.

**Refund and chargeback costs** for SaaS with consumer-facing plans. Refunds reduce gross revenue; chargebacks add a $15-$50 dispute fee plus the reversed transaction. For consumer SaaS with 5%+ chargeback rates, this is a real variable cost.

**Customer success and onboarding costs** that scale per customer (Tier 1 support tickets, onboarding sessions, periodic check-ins). These are partly variable - the more customers, the more support - and should be included in contribution margin calculations.

**Third-party per-call API costs** (Twilio, OpenAI, Mapbox, geocoding APIs). These scale directly with usage and can be a major variable cost for products that integrate heavily with external APIs.

For [AI-native SaaS specifically](https://dodopayments.com/blogs/ai-saas-monetization-2026), per-token model inference costs are a major variable cost component that can pull contribution margins down significantly.

## How Pricing Affects Break-Even

The break-even formula has price in the denominator (contribution margin), so changes in pricing have a leveraged effect on break-even.

A 10% price increase, holding variable cost flat, increases contribution margin per customer by more than 10%. In the earlier example:

- Old price: $99, contribution margin $87, break-even at 2,299 customers
- New price: $108.90 (10% higher), contribution margin $96.90, break-even at 2,064 customers

The 10% price increase reduces break-even customers by 10.2%. The same revenue and operating result is achieved with 235 fewer customers.

Pricing increases are the highest-leverage way to improve break-even position, but they come with churn risk. A 10% price increase that triggers even 5% incremental churn nets out roughly neutral. Pricing changes should be modeled with realistic churn assumptions, and large increases are usually rolled out to new customers first (grandfathering existing customers).

For more on pricing strategy, see our [enterprise SaaS pricing models](https://dodopayments.com/blogs/enterprise-saas-pricing-models) and [psychological pricing](https://dodopayments.com/blogs/psychological-pricing) posts.

## How an MoR Affects Break-Even Math

Operating through a [Merchant of Record](https://dodopayments.com/blogs/what-is-a-merchant-of-record) like [Dodo Payments](https://dodopayments.com) changes the cost structure in three ways that affect break-even calculations.

**Payment processing becomes a single bundled cost.** Instead of separate card processing fees, ACH fees, tax remittance costs, chargeback dispute fees, and FX costs, the MoR charges a single percentage that covers everything. This simplifies the variable cost calculation and often reduces total cost compared to running each piece separately.

**Compliance overhead drops to near zero.** PCI compliance, tax registration in 100+ jurisdictions, dispute response, and KYC processes are handled by the MoR. The headcount and tooling required to run these in-house become unnecessary, which reduces fixed costs and lowers break-even MRR.

**Failed payment recovery is included.** Automated dunning workflows, retry logic, and customer outreach for failed payments are part of the MoR service. The recovered revenue effectively shows up as higher gross revenue, which improves contribution margin per customer.

The combined effect is to lower the break-even MRR for a given fixed cost base, especially for SaaS companies that would otherwise need to build payment and compliance infrastructure in-house.

## FAQ

### What is the break-even point formula?

The break-even point formula is fixed costs divided by contribution margin per unit. Contribution margin per unit is price minus variable cost. The result is the number of units that must be sold to cover fixed costs exactly. For SaaS, units are usually customers and contribution margin is monthly subscription price minus monthly variable cost per customer.

### What is a good CAC payback period for SaaS?

CAC payback under 12 months is healthy for most SaaS segments. SMB and self-serve SaaS should aim for under 6 months. Enterprise SaaS with long sales cycles can extend to 18 months. CAC payback over 24 months usually signals either CAC efficiency problems or pricing problems and warrants investigation.

### What is the difference between break-even and profitability?

Break-even is the revenue level where total revenue exactly covers total costs - no profit, no loss. Profitability is the broader condition of generating positive net income over a sustained period. A company can hit break-even in one month but not be profitable on a sustained basis if costs grow as fast as revenue.

### How do you calculate break-even in dollars instead of units?

Break-even in dollars equals fixed costs divided by contribution margin ratio. Contribution margin ratio is contribution margin per unit divided by price per unit, expressed as a percentage. For SaaS, this is effectively fixed costs divided by gross margin. A company with $200,000 in fixed costs and 80% gross margin breaks even at $250,000 in revenue.

### What variable costs should SaaS include in the break-even formula?

SaaS variable costs include cloud infrastructure (compute, storage, bandwidth), third-party software costs (per-call APIs, transactional email), payment processing fees, and the variable portion of customer support. Some companies also include sales commissions if commissions are paid per closed deal. The right boundary depends on the level of analysis - for unit economics, include everything that scales with customer count or usage.

## Conclusion

Break-even analysis is a useful planning lens but it can mislead for SaaS if applied naively. The traditional formula (fixed costs divided by contribution margin) tells you the MRR needed to cover current operating costs - useful for cash flow planning, less useful for evaluating whether the underlying business model works.

The more important number for SaaS is CAC payback period - the months of gross margin needed to recover an individual customer's acquisition cost. CAC payback under 12 months is healthy. Combined with strong net revenue retention and reasonable gross margin, short CAC payback is the foundation of a sustainable SaaS growth engine.

For SaaS founders building out their finance ops, [Dodo Payments](https://dodopayments.com) operates as a Merchant of Record that simplifies the variable cost calculation by bundling card and digital-wallet processing, tax compliance, and dispute handling into a documented per-transaction fee schedule. See the [pricing page](https://dodopayments.com/pricing) for current rates, or read more on [SaaS gross margin](https://dodopayments.com/blogs/saas-gross-margin) and the [LTV:CAC ratio](https://dodopayments.com/blogs/ltv-cac-ratio) post for adjacent SaaS finance concepts.
---
- [More SaaS Finance articles](https://dodopayments.com/blogs/category/saas-finance)
- [All articles](https://dodopayments.com/blogs)