Break Even Calculator Formula
Understand the math behind the break even calculator. Each variable explained with a worked example.
Formulas Used
Break Even Units
break_even_units = (price_per_unit - variable_cost) > 0 ? ceil(fixed_costs / (price_per_unit - variable_cost)) : 0Break Even Revenue
break_even_revenue = (price_per_unit - variable_cost) > 0 ? ceil(fixed_costs / (price_per_unit - variable_cost)) * price_per_unit : 0Contribution Margin Per Unit
contribution_margin = price_per_unit - variable_costVariables
| Variable | Description | Default |
|---|---|---|
fixed_costs | Fixed Costs(USD) | 10000 |
price_per_unit | Price Per Unit(USD) | 50 |
variable_cost | Variable Cost Per Unit(USD) | 20 |
How It Works
What Break-Even Analysis Tells You
Break-even is the point where revenue equals total costs. Below it, you lose money. Above it, you profit. For a coffee shop with $5,000/month in fixed costs selling $5 lattes that cost $1.50 to make, break-even is 1,429 lattes per month. Sell 1,430 and you made $3.50 profit. Sell 1,000 and you lost $1,500.
The Formula
Break-Even Units = Fixed Costs / (Price Per Unit - Variable Cost Per Unit)
The denominator (Price - Variable Cost) is called the contribution margin. It's how much each sale contributes toward covering fixed costs.
When to Use This
Launching a new product and need to know minimum sales volume. Setting prices and testing whether a lower price with higher volume beats a higher price with lower volume. Deciding whether to add a fixed cost (new hire, lease, equipment) and what sales increase you need to justify it.
Fixed vs. Variable Costs
Fixed costs don't change with sales volume: rent, salaries, insurance, loan payments. Variable costs scale with each unit sold: materials, packaging, shipping, payment processing fees. Getting this split wrong is the most common mistake. Some costs are mixed: a warehouse has fixed rent but variable utility costs as production increases.
What This Doesn't Cover
Break-even assumes you sell every unit at the same price, which rarely happens in practice (discounts, bundles, returns). It also assumes costs stay constant, but variable costs often decrease per unit at higher volumes (bulk material discounts) and fixed costs can jump in steps (need a second warehouse at 10,000 units).
Common Mistakes
Worked Example
A business has $10,000 in fixed costs. Each unit sells for $50 with a variable cost of $20.
- 01Contribution margin = $50 - $20 = $30 per unit
- 02Break even units = $10,000 / $30 = 334 units
- 03Break even revenue = 334 x $50 = $16,700
When to Use This Formula
- Launching a new product and determining how many units you need to sell before the product becomes profitable, to decide if the market is large enough to justify the investment.
- Setting prices for a service by calculating how a price increase or decrease shifts the break-even point, and whether the likely change in demand still gets you past it.
- Evaluating whether to invest in equipment or automation by treating the capital expenditure as a fixed cost and calculating how many units of production are needed to recover it.
- Preparing a business plan or pitch deck that shows investors the sales volume required to cover operating costs and reach profitability.
- Deciding whether to accept a large order at a discounted price — if the price per unit still exceeds variable cost per unit, the order contributes to covering fixed costs.
- Comparing two business models (e.g., manufacturing in-house vs. outsourcing) that have different fixed and variable cost structures to see which breaks even sooner.
Common Mistakes to Avoid
- Misclassifying costs as fixed or variable — rent is fixed and raw materials are variable, but items like salaries can be either depending on whether staff scales with production; misclassifying a large cost throws off the entire calculation.
- Forgetting to include all fixed costs — the formula requires total fixed costs, and leaving out items like insurance, loan payments, software subscriptions, or depreciation makes the break-even point look artificially low.
- Assuming variable cost per unit stays constant at all volumes — in reality, bulk material discounts reduce variable costs at high volumes and overtime labor increases them, so the break-even point is a moving target.
- Ignoring the time dimension — the formula tells you how many units, not how long it will take; selling 1,000 units to break even is very different if it takes 3 months versus 3 years.
- Using revenue instead of contribution margin in the denominator — the formula is Fixed Costs / (Price per Unit - Variable Cost per Unit), not Fixed Costs / Price per Unit; using price alone significantly underestimates the units needed.
Frequently Asked Questions
What is a break even point?
The break even point is where total revenue equals total costs — you are neither making nor losing money. Every unit sold beyond this point generates profit.
What are fixed vs variable costs?
Fixed costs stay the same regardless of production volume (rent, insurance, salaries). Variable costs change with each unit produced (materials, shipping, commissions).
What is contribution margin?
Contribution margin is the revenue left over from each unit after subtracting variable costs: Contribution Margin = Price - Variable Cost Per Unit. It is the amount each sale contributes toward covering fixed costs and generating profit.
How can I lower my break even point?
There are three ways: increase your selling price (raises contribution margin), reduce variable costs per unit (also raises contribution margin), or cut fixed costs. Even small improvements in any of these areas can significantly lower the number of units you need to sell to break even.
Learn More
Guide
Break-Even Analysis Guide
Learn how to perform a break-even analysis for your business. Understand fixed costs, variable costs, contribution margin, and how to find the break-even point.
Ready to run the numbers?
Open Break Even Calculator