Break-Even Calculator

Free Break-Even Calculator: calculate the break-even point in units as =FixedCosts/(PricePerUnit-VariableCostPerUnit); multiply by the price for...

ƒxBreak-Even CalculatorLive
Break-even point
500 units

Break-even revenue: €12,500.00 · Contribution margin per unit: €10.00

=fixed/(pricevariable)

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

How it works

Exact answer

In Excel or Google Sheets, calculate the break-even point in units as =FixedCosts/(PricePerUnit-VariableCostPerUnit); multiply by the price for break-even revenue.

Step by step
1

Put fixed costs, price per unit, and variable cost per unit in three cells.

2

Compute units: =B2/(B3-B4). Round UP with ROUNDUP(...,0) — you cannot sell half a unit.

3

Compute revenue: units × price.

4

Chart cost and revenue lines against quantity if you want the visual crossing point.

What this does

The break-even point is where revenue covers all costs. The denominator (price minus variable cost) is the contribution margin: what each sold unit contributes toward fixed costs. Divide fixed costs by it and you get the number of units at which profit is exactly zero — every unit beyond that is profit.

A worked example

Fixed costs are €5,000 per month, the product sells for €25, and each unit costs €15 to make. =5000/(25-15) returns 500 units; break-even revenue is 500×€25 = €12,500. At 499 units the month is a loss; at 501 it is profitable. Break-even is the first sanity check for any product, side project, or pricing change: how many sales until this stops costing money?

Common mistakes

  • Mixing time frames — monthly fixed costs against an annual sales target.
  • Forgetting per-unit costs like shipping or payment fees in the variable cost.
  • A price below variable cost: the margin is negative and no volume ever breaks even.
  • Treating semi-fixed costs (a second machine at 2× volume) as flat across all quantities.

FAQ

What is the break-even formula in Excel?

=FixedCosts/(Price-VariableCost) for units. There is no built-in BREAKEVEN function.

How do I make a break-even chart?

Build a quantity column, compute total cost (fixed + variable×qty) and revenue (price×qty), and plot both as lines — they cross at break-even.

Can I solve for the price instead?

Yes — use Goal Seek (Data ▸ What-If Analysis): set the profit cell to 0 by changing the price cell.

What you can practise with it

Built in your browser when you click. Nothing is uploaded, no signup, free for commercial use.

Embed this tool on your site

Free to use on any website, including commercial ones. Paste the snippet where the calculator should appear — it works on its own, loads lazily, and sends no data anywhere.

Embed code
Optional: make the frame grow with the tool

Add this next to the snippet and the iframe resizes itself instead of scrolling.

The one condition: keep the credit link under the tool visible and crawlable.