$
$
$
units

Enter your details and hit Calculate

What is Break-Even Analysis?

Break-even analysis determines the point at which total revenue equals total costs — the minimum number of units you must sell (or minimum revenue you must earn) before your business stops losing money and starts making a profit. Below the break-even point, you operate at a loss; above it, every additional unit sold generates pure profit.

Break-even analysis is fundamental to business planning, pricing strategy, and investment decisions. It helps entrepreneurs understand whether a business idea is financially viable, how pricing changes affect profitability, how many units must be sold each month to cover overhead, and how changes in fixed or variable costs affect the bottom line.

The two types of costs are: fixed costs (rent, salaries, insurance — costs that don't change with production volume) and variable costs (materials, per-unit labor, shipping — costs that scale directly with units sold). The difference between the selling price and variable cost per unit is the contribution margin — the amount each unit "contributes" toward covering fixed costs and ultimately generating profit.

Break-Even Formula

Break-even analysis uses contribution margin — the per-unit profit after variable costs:

Contribution Margin = Price − Variable Cost per Unit
Break-Even Units = Fixed CostsContribution Margin
Profit = (Units × Contribution Margin) − Fixed Costs
  • Fixed Costs — Total costs that don't vary with production (rent, salaries, insurance).
  • Contribution Margin — Selling price minus variable cost per unit.
  • Break-Even Revenue — Break-even units × selling price per unit.
  • Margin Ratio — Contribution margin ÷ selling price × 100.

Example: $10,000 Fixed Costs, $50 Price, $20 Variable Cost

A business has $10,000 monthly fixed costs, sells at $50 per unit, with a $20 variable cost per unit. The contribution margin is $30/unit.

Units SoldRevenueTotal CostsProfit / Loss
100 units$5,000$12,000−$7,000
250 units$12,500$15,000−$2,500
500 units$25,000$20,000+$5,000
700 units$35,000$24,000+$11,000

The break-even point is 334 units (=$10,000 ÷ $30). Every unit sold above 334 generates exactly $30 in profit. To earn $5,000 in monthly profit, the business needs to sell 500 units ($5,000 + $10,000 fixed costs = $15,000 needed in contribution margin ÷ $30 = 500 units).

For illustrative purposes only. Actual results depend on accurate cost estimates and market conditions.

Frequently Asked Questions

What is a good contribution margin?

It depends on the industry. Software and digital products often have 70–90% contribution margins because variable costs are near zero. Physical product businesses typically have 30–60% margins. Retail businesses often operate at 20–40%. A higher contribution margin means each sale covers more fixed costs and generates more profit above break-even. If your margin is too low, even high sales volumes may not generate meaningful profit.

How can I lower my break-even point?

You can lower the break-even point by: (1) increasing the selling price — even a 10% price increase significantly reduces break-even units; (2) reducing variable costs through better suppliers, bulk purchasing, or process efficiency; (3) reducing fixed costs by negotiating rent, reducing headcount, or moving to a leaner operation. The most powerful lever is usually price — a small price increase flows directly to contribution margin.

What is the margin of safety?

The margin of safety is the difference between actual or projected sales and the break-even point, expressed as a percentage. If you sell 500 units and break even at 334, your margin of safety is 166 units or 33%. A higher margin of safety means your business can withstand a significant sales decline before incurring a loss. Most businesses aim for a margin of safety of at least 20–25% to absorb unexpected downturns.

Can break-even analysis be used for services?

Yes. For service businesses, "units" become billable hours, client engagements, or subscriptions. The "selling price" is your hourly rate or monthly subscription price, and variable costs include contractor fees, materials, or per-project expenses. Fixed costs include office space, software subscriptions, salaries of non-billable staff, and overhead. The same formula applies to find the minimum billable hours or clients needed to cover all costs.

function resetCalc() { document.querySelectorAll('.field-grid input, .field-grid select').forEach(function(el) { el.value = ''; }); var p = document.getElementById('placeholder'); var g = document.getElementById('resultsGrid'); if (p) p.style.display = ''; if (g) g.hidden = true; document.querySelectorAll('.result-value').forEach(function(el) { el.textContent = '—'; }); }