Break-Even Calculator for Units, Revenue, Costs and Target Profit

Find the sales volume needed to cover your costs. Calculate break-even units, break-even revenue, contribution margin, target-profit sales, projected profit or loss, and margin of safety.

Calculate break-even units

Enter fixed costs, selling price, and variable cost per unit.

Examples: rent, salaries, insurance, software.
Examples: materials, packaging, transaction costs.
Optional planning inputs
If variable costs are 60% of sales, the contribution margin ratio is 40%.
Optional planning inputs
Break-even chart Revenue and total cost by units sold
Break-even chart A line chart showing total revenue, total costs, and the break-even point. Break-even $0 $0 $0 0 0 0
Revenue Total costs

How to Use the Break-Even Calculator

The break-even calculator shows how much you need to sell before revenue covers the fixed and variable costs entered in the tool. Use the Units & Revenue mode when you know a selling price and variable cost per unit. Choose Revenue Only when your business is easier to measure in sales dollars than individual units.

  1. Enter fixed costs. Use costs that stay relatively stable within the period you are analyzing.
  2. Add selling price and variable cost. The difference becomes contribution margin per unit.
  3. Check the break-even result. The tool shows both units and sales revenue where possible.
  4. Add a target profit. This shows the sales level needed to cover costs and earn the selected profit.
  5. Add expected sales. The tool estimates profit or loss and your margin of safety.

Keep all inputs on the same time basis. For example, monthly fixed costs should be compared with monthly sales assumptions rather than annual sales.

How to Calculate Break Even Point

A business reaches its break-even point when total revenue equals the costs included in the analysis. At that point, the modeled profit is zero. Sales below break-even produce a loss under the same assumptions, while sales above it begin contributing toward profit.

For a single product or service, start by finding contribution margin per unit. This is the amount left from each sale after the variable cost associated with that unit.

Contribution margin per unitContribution Margin per Unit = Selling Price - Variable Cost per Unit

Once you know that amount, divide fixed costs by contribution margin per unit. This is the standard unit-based break-even method used by the U.S. Small Business Administration and current accounting guidance.

Break Even Point Formula in Units

Break-even units formulaBreak-Even Units = Fixed Costs ÷ Contribution Margin per Unit

You can also write the formula directly from price and variable cost:

Expanded unit formulaBreak-Even Units = Fixed Costs ÷ (Selling Price per Unit - Variable Cost per Unit)

Break-even point in units example

Fixed costs: $12,000 per month

Selling price: $50 per unit

Variable cost: $30 per unit

Contribution margin: $50 – $30 = $20 per unit

Break-even units: $12,000 ÷ $20 = 600 units

The business needs to sell 600 units during the same period to cover the entered fixed and variable costs.

If the calculation returns a fraction, a business selling whole products usually needs to round up to the next complete unit. A result of 600.25 means 601 whole units are required to fully cross the calculated threshold.

Break Even Point in Sales Dollars

Some businesses need a revenue target rather than a unit count. The sales dollars method uses the contribution margin ratio, which shows what share of each sales dollar remains after variable costs.

Contribution margin ratioContribution Margin Ratio = (Selling Price - Variable Cost) ÷ Selling Price
Break-even revenue formulaBreak-Even Revenue = Fixed Costs ÷ Contribution Margin Ratio

If fixed costs are $20,000 and the contribution margin ratio is 40%, the required sales revenue is $50,000. Forty cents of each sales dollar is available to cover fixed costs in this simplified model.

Revenue Only mode is useful for service businesses, stores with many transactions, or situations where a single unit does not represent the business well.

What the Break-Even Calculator Shows

A useful break-even point calculator should show more than one number. UtilityDocks calculates the main break-even target and supporting figures that help explain why the result changes when costs or pricing change.

ResultWhat it tells you
Break-even unitsThe unit volume needed for modeled revenue to cover modeled costs.
Break-even revenueThe sales dollars needed to reach the same threshold.
Contribution margin per unitThe amount each unit contributes after its variable cost.
Contribution margin ratioThe percentage of sales available to cover fixed costs and then profit.
Target-profit salesThe sales level needed to cover costs and earn the profit you enter.
Margin of safetyHow far expected sales are above or below the calculated break-even level.

Contribution Margin and Break-Even Analysis

Contribution margin connects price, variable costs, and break-even volume. A higher contribution margin means each sale covers more fixed cost. If fixed costs stay unchanged, that normally lowers the number of sales required to break even.

For example, a $60 product with $36 of variable cost contributes $24 per unit. If the selling price rises to $66 while variable cost stays at $36, contribution rises to $30. The business would need fewer units to cover the same fixed costs, assuming demand and other inputs do not change.

Break-even analysis is a planning model. Changing price can also change demand, competition, sales mix, or costs. The formula does not predict those changes automatically.

Target Profit: Go Beyond the Break-Even Point

Breaking even only covers the costs included in the model. Many planning decisions need a sales target that includes a desired profit.

Target-profit unitsTarget Units = (Fixed Costs + Target Profit) ÷ Contribution Margin per Unit
Target-profit revenueTarget Revenue = (Fixed Costs + Target Profit) ÷ Contribution Margin Ratio

Suppose fixed costs are $10,000, contribution margin is $20 per unit, and the desired profit is $5,000. The target becomes 750 units: ($10,000 + $5,000) ÷ $20.

Margin of Safety: How Far Are Sales From Break-Even?

Margin of safety compares expected or actual sales with break-even sales. A positive result means sales are above the calculated threshold. A negative result means expected sales have not yet reached it.

Margin of safety percentageMargin of Safety % = (Expected Sales - Break-Even Sales) ÷ Expected Sales × 100

If expected unit sales are 800 and break-even volume is 600 units, the margin of safety is 25%. That does not guarantee profit will occur exactly as modeled. It shows the cushion between the two sales levels under the assumptions entered.

Fixed Costs vs Variable Costs

Correct cost classification has a large effect on break-even results. Fixed costs generally do not change directly with short-term sales volume within the relevant range. Variable costs rise or fall as activity changes.

Typical fixed costsTypical variable costs
Rent or lease paymentsRaw materials
InsurancePackaging
Many software subscriptionsPer-sale payment fees
Some salaried payrollSales commissions tied to sales
Recurring licensesShipping tied to each order

Some costs are mixed or semi-variable. The SBA notes that certain costs can contain both fixed and variable components. If that applies to your business, separate the components where practical before relying on the result.

Break-Even Analysis for Products and Services

The formula is not limited to physical products. A service business can treat a billable hour, appointment, project, or another consistent service unit as the unit of sale.

Accounting guidance also uses billable service hours as a valid break-even unit. The key is matching the selling price and variable cost to the same unit. If a consulting hour sells for $120 and has $45 of variable cost, its contribution margin is $75 per billable hour.

What about multiple products?

A single-product formula becomes less precise when a business sells many items with different prices and contribution margins. A weighted-average contribution margin can be used when the expected sales mix is reasonably stable. Otherwise, analyze major products separately or build a more detailed cost-volume-profit model.

Break-Even Formula in Excel or Google Sheets

You can reproduce the unit calculation in a spreadsheet. Assume A2 = fixed costs, B2 = selling price per unit, and C2 = variable cost per unit.

Break-even units=A2/(B2-C2)

To return the minimum complete unit, use:

Whole-unit break-even=ROUNDUP(A2/(B2-C2),0)

For break-even revenue, if D2 contains the contribution margin ratio as a decimal:

Break-even sales dollars=A2/D2

Common Break-Even Calculation Mistakes

  • Mixing time periods. Monthly costs should not be compared directly with annual sales assumptions.
  • Ignoring variable costs. Revenue is not the same as contribution margin.
  • Using a price below variable cost. A positive break-even volume cannot be reached if each additional unit loses money before fixed costs.
  • Rounding units down. Whole-unit businesses normally need to round a fractional requirement upward.
  • Assuming all costs stay constant. Costs can change when production or sales move into a different range.
  • Ignoring sales mix. Multiple products with different margins can change the real break-even point.
  • Treating the result as a forecast. The model does not predict demand, seasonality, or competitive response.

Break-Even FAQs

What is the break-even point?

It is the sales level where the revenue in the model covers the fixed and variable costs included in the calculation. Modeled profit is zero at that point.

What is the formula for break-even units?

Divide fixed costs by contribution margin per unit. Contribution margin per unit equals selling price minus variable cost per unit.

How do you calculate break-even revenue?

Divide fixed costs by the contribution margin ratio. For example, $20,000 of fixed costs with a 40% contribution margin ratio requires $50,000 of sales revenue to break even.

Can a break-even calculator be used for a service business?

Yes. Use a consistent service unit such as a billable hour, appointment, or project, or use the revenue-only method when unit-level pricing is not practical.

Why is selling price required for unit break-even?

Selling price and variable cost determine contribution margin per unit. That contribution is the amount available from each sale to cover fixed costs.

What happens if variable cost is higher than selling price?

Each additional unit has a negative contribution before fixed costs. Under those assumptions, increasing unit sales does not create a normal positive break-even point.

Does break-even analysis include taxes and financing costs?

Only if those amounts are deliberately included in the cost inputs and fit the model you are building. The calculator does not automatically create a full accounting or financing analysis.

Sources and Calculation Methodology

Formulas and explanatory guidance reviewed September 10, 2026.

The calculation methods were checked against current U.S. Small Business Administration guidance and recent accounting resources. The formulas used by the tool assume that the entered selling price, variable-cost relationship, and fixed-cost base remain valid across the analyzed range.

For related pricing decisions, use the Profit Margin Calculator to measure profit relative to revenue, or the Markup Calculator to price from cost and markup.