Skip to main content
CodeLint.Dev Dev Tools
FinTech 10 min read By CodeLint.Dev Team

Break-Even Analysis Explained: The Formula, a Worked Example, and the Traps

Break-even analysis answers the single most important question a new product, service, or business faces: how much do I have to sell before I stop losing money? The math is one division — but the inputs hide judgment calls that trip up even experienced founders. This guide walks through the formula, a complete worked example, and the places where a break-even number quietly stops being true.

Try the tool
Break-Even Calculator
Find your break-even point →

What the Break-Even Point Actually Is

Your break-even point is the sales volume at which total revenue exactly equals total costs — no profit, no loss. Below it, every period ends in the red; above it, each additional sale contributes to profit. It is the boundary between a business that consumes cash and one that generates it.

The analysis rests on splitting your costs into two buckets:

  • Fixed costs — costs that do not change with volume: rent, salaries, insurance, software subscriptions, loan payments, equipment leases. You pay these whether you sell one unit or ten thousand.
  • Variable costs — costs incurred per unit sold: materials, payment-processing fees, shipping, packaging, per-unit labor, sales commissions, hosting costs that scale with usage.

The distinction matters because fixed costs are a hurdle to clear once, while variable costs take a bite out of every single sale. A business with high fixed costs and low variable costs (software, publishing) behaves completely differently from one with low fixed and high variable costs (retail arbitrage, drop-shipping) — even at identical revenue.

The Formula: Contribution Margin Does the Work

Each unit you sell contributes its price minus its variable cost toward covering fixed costs. That difference is the contribution margin:

Contribution margin per unit = Price − Variable cost per unit

Break-even in units is simply how many of those contributions it takes to cover the fixed-cost hurdle:

Break-even units = Fixed costs ÷ Contribution margin per unit

To express it in revenue instead of units, divide fixed costs by the contribution margin ratio (contribution margin as a share of price):

Break-even revenue = Fixed costs ÷ (Contribution margin ÷ Price)

Two immediate consequences fall out of the formula. First, if your contribution margin is zero or negative — the unit costs as much to deliver as it sells for — no volume of sales will ever break even; scale only makes the loss bigger. Second, break-even is exquisitely sensitive to price: because a price increase raises the contribution margin without touching fixed costs, a small price change often moves the break-even volume dramatically.

A Complete Worked Example

Suppose you launch a specialty coffee-bag subscription:

  • Fixed costs: $4,800/month (roastery rent $2,500, part-time help $1,600, software and insurance $700)
  • Price per bag: $18
  • Variable cost per bag: $10.50 (green beans $5.00, packaging $1.20, shipping $3.40, payment fees $0.90)

Contribution margin = $18 − $10.50 = $7.50 per bag. Contribution margin ratio = 7.50 ÷ 18 ≈ 41.7%.

Break-even = $4,800 ÷ $7.50 = 640 bags per month, or $4,800 ÷ 0.417 ≈ $11,520 in monthly revenue. At 21 shipping days a month, that is roughly 30 bags a day — a concrete, checkable operational target, which is exactly what a break-even number is for.

Now watch the sensitivity. Raise the price to $20 (contribution margin $9.50) and break-even falls to 505 bags — a 21% drop in required volume from an 11% price increase. Cut shipping cost by $1 instead and break-even falls to 565 bags. Price moves the needle hardest, which is why underpricing is the most common way small businesses accidentally set themselves an impossible break-even target.

Margin of Safety and Operating Leverage

Two companion metrics turn a static break-even number into a risk gauge:

Margin of safety is how far current sales sit above break-even, expressed as a percentage: (Actual sales − Break-even sales) ÷ Actual sales. Selling 800 bags against a 640-bag break-even gives a 20% margin of safety — demand can fall a fifth before you lose money. A thin margin of safety means ordinary seasonality can push you into loss territory.

Operating leverage describes how your cost structure amplifies swings. High fixed costs and fat contribution margins (software is the extreme case) mean profits explode once you clear break-even — but losses pile up just as fast below it, because the fixed costs march on regardless. High variable costs mean the opposite: a flatter, safer curve that never gets dramatically profitable. Neither is "better"; they are different risk profiles, and break-even analysis is the tool that makes the profile visible before you commit to it.

Where Break-Even Numbers Lie

The formula is exact; the inputs rarely are. The classic failure modes:

  • Semi-variable costs get shoved into the wrong bucket. Utilities, customer support, and cloud hosting have a fixed base plus a volume component. Treating them as purely fixed understates variable cost and flatters the contribution margin.
  • The "fixed" costs step up. Rent is fixed until you outgrow the space; one employee is fixed until volume demands a second. Real cost curves are staircases. A break-even figure is valid only within the volume range for which the fixed costs were quoted.
  • Price is treated as constant. Discounts, promotions, refunds, and channel fees mean average realized price is usually below list price. Use net revenue per unit, not the sticker.
  • Your own salary is left out. A business that breaks even while paying its founder nothing has not broken even; it is being subsidized by free labor. Put a market-rate owner salary into fixed costs.
  • Multi-product businesses use one blended margin. If your sales mix shifts toward lower-margin items, the blended contribution margin drops and yesterday's break-even volume is no longer enough.

The practical answer to all of these is the same: treat break-even as a range, not a point. Recalculate with pessimistic, expected, and optimistic inputs, and make decisions against the pessimistic case.

Using Break-Even Analysis for Real Decisions

Break-even earns its keep as a decision filter, not a report:

  • Pricing: before matching a competitor's price, compute the break-even volume it implies. A price war you cannot survive at realistic volume is a war you decline.
  • New hires and equipment: adding $3,000/month of fixed cost raises break-even by 3,000 ÷ contribution margin — a concrete number of extra sales the hire must enable.
  • Make-or-buy and outsourcing: outsourcing typically converts fixed cost into variable cost — raising per-unit cost but lowering break-even and risk. The formula quantifies that trade.
  • Runway planning: the gap between current volume and break-even volume, divided by your realistic monthly growth, estimates how many months of losses remain to be financed.

Every one of these is a two-minute calculation once fixed costs, variable cost, and price are known — the discipline is in keeping those three inputs honest.

Frequently Asked Questions

What is the break-even formula?
Break-even units = fixed costs ÷ contribution margin per unit, where contribution margin is price minus variable cost per unit. For break-even revenue, divide fixed costs by the contribution margin ratio (contribution margin ÷ price). Example: $4,800 fixed costs, $18 price, $10.50 variable cost gives a $7.50 margin and a break-even of 640 units.
What is the difference between fixed and variable costs?
Fixed costs stay the same regardless of sales volume — rent, salaries, insurance, subscriptions. Variable costs are incurred per unit sold — materials, shipping, payment fees, commissions. The split matters because only variable costs reduce the contribution each sale makes toward covering the fixed-cost base. Costs with both components (utilities, hosting, support) should be split rather than dumped in one bucket.
What is a good margin of safety?
Margin of safety = (actual sales − break-even sales) ÷ actual sales. There is no universal threshold, but many analysts treat under 20% as fragile for a business with any seasonality or demand volatility, since a routine slow quarter can push it below break-even. A business with highly predictable recurring revenue can operate safely on a thinner margin than one with lumpy, seasonal sales.
Why does raising prices lower the break-even point so much?
A price increase flows entirely into the contribution margin — variable costs and fixed costs are unchanged. In the coffee example, an 11% price rise ($18 to $20) increased the contribution margin 27% ($7.50 to $9.50) and cut required volume 21% (640 to 505 bags). The lower your starting margin, the more dramatic this effect, which is also why heavy discounting can silently make break-even unreachable.
What if my contribution margin is negative?
A negative contribution margin means each sale loses money before fixed costs even enter the picture — no sales volume can ever reach break-even, and growth accelerates the loss. The only fixes are structural: raise the price, cut the variable cost per unit, or discontinue the product. This is the single most important red flag a break-even calculation can surface.
Does break-even analysis work for subscription or SaaS businesses?
Yes, with a reframe: the "unit" is a subscriber-month. Variable cost per subscriber-month includes hosting, payment fees, and support load; the contribution margin is monthly price minus that figure. Break-even is fixed monthly costs divided by contribution per subscriber — the subscriber count at which MRR covers the burn. Because SaaS margins are typically high, the analysis is very sensitive to fixed costs (mainly salaries), and customer-acquisition cost should be analyzed separately against customer lifetime value.

Ready to try Break-Even Calculator?

Free, private, and runs entirely in your browser — no sign-up, no server, no data sent anywhere.

Open Break-Even Calculator