Break-Even Calculator

Work out how many units you need to sell, and how much revenue that takes, to cover your fixed costs, instantly, in your browser.

runs locally on your browser. Your data never leaves your device.

Break-Even Units

334

Units needed to cover fixed costs

Break-Even Revenue

$16,666.67

Sales dollars needed to break even

$30.00Contribution Margin
60.0%Contribution Margin Ratio
333.33Exact Break-Even Units

Common Use Cases

Figure out how many units a new product needs to sell to cover its fixed costs
Test how a price change or a cheaper supplier shifts your break-even point
Check whether a planned sales volume is realistic against what's actually needed to break even
Compare contribution margin across two pricing or cost scenarios before committing to one

About Break-Even Calculator

A break-even point is the exact spot where a business stops losing money on a product and starts making it: the number of units you need to sell so that total revenue exactly equals total cost, with nothing left over as profit and nothing lost. This calculator takes three numbers, your fixed costs, your variable cost per unit, and your price per unit, and instantly works out both the break-even unit count and the break-even revenue that goes with it.

The math behind it is straightforward once you see it laid out. Each unit sold brings in its price, but also costs you its variable cost, so the difference between the two, called the contribution margin, is what actually goes toward paying off your fixed costs. Break-even units is simply fixed costs divided by that contribution margin: Fixed Costs ÷ (Price Per Unit − Variable Cost Per Unit). Multiply that unit count by the price per unit and you get break-even revenue, the dollar figure your sales need to reach before you're in profit.

Fixed costs are the expenses that don't change no matter how many units you sell, things like rent, salaries, insurance, and software subscriptions. Variable cost per unit is whatever it costs you to produce or deliver a single additional unit, materials, packaging, a per-transaction fee. Price per unit is simply what you charge. If your price per unit is lower than or equal to your variable cost per unit, there's no contribution margin left to pay off fixed costs, so no break-even point exists at any sales volume, and the calculator tells you so directly instead of showing a meaningless negative or infinite number.

Every figure updates live as you type, with no "Calculate" button to press. Alongside the two headline results, the calculator also shows your contribution margin per unit and your contribution margin ratio (that margin expressed as a percentage of price), both useful on their own for pricing decisions. Every calculation runs as plain JavaScript directly in your browser, so nothing you type about your costs or pricing is ever sent to a server, logged, or stored anywhere.

Frequently Asked Questions

What is the break-even point formula?
Break-Even Units = Fixed Costs ÷ (Price Per Unit − Variable Cost Per Unit). Multiply the result by the price per unit to get Break-Even Revenue, the total sales dollars needed to reach that same point.
What counts as a fixed cost versus a variable cost?
A fixed cost stays the same regardless of how many units you sell, like rent, salaries, or a monthly software subscription. A variable cost changes with each unit sold, like raw materials, packaging, or a per-order shipping fee. Only variable costs get subtracted per unit; fixed costs are covered in total by the combined contribution margin of every unit sold.
What is contribution margin?
Contribution margin is the price per unit minus the variable cost per unit, the amount each sale actually contributes toward paying off fixed costs (and, beyond the break-even point, toward profit). The contribution margin ratio expresses that same amount as a percentage of the price.
What happens if my price is lower than my variable cost?
There's no break-even point: every unit sold loses money before fixed costs are even considered, so no sales volume can ever cover them. The calculator detects this case and shows a message explaining it instead of a negative or infinite unit count.
Does the break-even point account for profit?
No, by definition. The break-even point is where total revenue equals total cost exactly, so profit is zero at that point. Selling beyond the break-even unit count is what starts generating profit, at a rate equal to the contribution margin per unit.
Is my cost and pricing data sent to a server?
No. Every calculation happens with plain JavaScript directly in your browser. Nothing you type is ever uploaded, logged, or stored anywhere.