Use when calculating the break-even point for a product, service, or business to determine the sales volume needed to cover all costs
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill calculate-break-even-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Calculate Break Even Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-calculate-break-even-analysis)More formats (shields.io, HTML) on the badges page.
---
name: calculate-break-even-analysis
description: Use when calculating the break-even point for a product, service, or business to determine the sales volume needed to cover all costs
source: 'CIMA (Chartered Institute of Management Accountants) management accounting; Horngren "Cost Accounting: A Managerial Emphasis" (2015); CVP analysis standard methodology'
tags: [accounting, break-even, cost-volume-profit, financial-analysis]
verified: true
---
# Calculate Break-Even Analysis
Calculate the break-even point in units and revenue, and use cost-volume-profit (CVP) analysis to model the impact of pricing, volume, and cost changes on profitability.
**Disclaimer:** This skill provides general management accounting education, not financial advice. Consult a qualified accountant or financial advisor before making business or investment decisions.
## Why This Is Best Practice
**Adopted by:** CIMA (Chartered Institute of Management Accountants, 227,000+ members) includes CVP analysis as a core management accounting technique; Horngren's "Cost Accounting" is the most widely used cost accounting textbook globally (50+ years, 16 editions); used universally in business planning, pricing decisions, and feasibility analysis.
**Impact:** Break-even analysis prevents 30–40% of small business failures attributable to insufficient understanding of the cost structure; pricing decisions informed by contribution margin analysis improve profitability by 10–25% vs. cost-plus pricing without CVP context.
**Why best:** Break-even analysis is the simplest and most powerful tool for understanding the relationship between cost, volume, and profit — the three variables that determine whether a business is viable.
Sources: CIMA "Management Accounting" study material; Horngren, Datar & Rajan "Cost Accounting: A Managerial Emphasis" 16th ed. (2015); CVP analysis per AICPA management accounting guidelines.
## Steps
1. **Classify all costs as fixed or variable** — Fixed costs: rent, salaries, insurance, depreciation, software subscriptions (do not change with volume). Variable costs: raw materials, direct labor, sales commissions, shipping (change in proportion to units produced/sold). Semi-variable costs: separate into fixed and variable components using the high-low method or regression analysis.
2. **Calculate the Contribution Margin per unit** — Contribution Margin (CM) per unit = Selling Price per unit − Variable Cost per unit. Example: $50 selling price − $20 variable cost = $30 CM per unit. This is the amount each unit contributes to covering fixed costs and profit.
3. **Calculate the Contribution Margin Ratio (CMR)** — CMR = Contribution Margin per unit ÷ Selling Price per unit, expressed as a percentage. Example: $30 ÷ $50 = 60% CMR. This tells you what percentage of each revenue dollar contributes to fixed costs and profit.
4. **Calculate Break-Even Point in Units** — BEP (units) = Total Fixed Costs ÷ Contribution Margin per unit. Example: $120,000 fixed costs ÷ $30 CM per unit = 4,000 units. This is the minimum sales volume to avoid a loss.
5. **Calculate Break-Even Point in Revenue** — BEP (revenue) = Total Fixed Costs ÷ Contribution Margin Ratio. Example: $120,000 ÷ 0.60 = $200,000 revenue. Alternatively: BEP units × Selling Price = 4,000 × $50 = $200,000.
6. **Calculate the Margin of Safety** — Margin of Safety = Actual (or Projected) Revenue − Break-Even Revenue. As a percentage: (Actual Revenue − BEP Revenue) ÷ Actual Revenue. A margin of safety below 15% signals high operational risk.
7. **Model target profit scenarios** — to achieve a target profit: Required Sales Units = (Fixed Costs + Target Profit) ÷ Contribution Margin per unit. Example: ($120,000 + $30,000 target profit) ÷ $30 CM = 5,000 units needed.
8. **Perform sensitivity analysis** — model the impact of: +10% selling price, −10% variable cost, +15% volume, +$20,000 fixed costs. Create a sensitivity table showing how each change affects BEP and profit. Identify which variable has the greatest impact.
9. **Analyze operating leverage** — Operating Leverage = Contribution Margin ÷ Operating Income. High operating leverage (high fixed/low variable cost structure) means small revenue increases produce large profit increases — but also that revenue decreases hit profit hard.
10. **Apply to pricing and product mix decisions** — use CMR to evaluate which products/services to prioritize; use BEP analysis to evaluate new pricing strategies; use CVP to assess the minimum volume needed to justify a new investment or hire.
## Rules
- Fixed and variable cost classification must be consistent and documented — misclassification produces a meaningless BEP.
- Break-even analysis assumes a single product or constant product mix; for multiple products, use weighted average contribution margin.
- BEP is a static model — it does not account for economies of scale, price elasticity, or competitive response.
- Always state the assumptions underlying the analysis; BEP conclusions are only as good as the cost classification and price assumptions.
## Common Mistakes
- **Treating all costs as variable** — misclassifying fixed costs as variable understates the BEP and creates false confidence in profitability at low volumes.
- **Ignoring semi-variable costs** — telephone, utilities, and supervision have both fixed and variable components; ignoring this reduces accuracy.
- **Static analysis without sensitivity testing** — presenting a single BEP number without showing how it changes with price or cost changes leaves decision-makers without context.
- **Forgetting taxes** — break-even is typically calculated pre-tax; if after-tax profit targets are required, gross up the target for the tax rate.
## When NOT to Use
- When the business has a highly complex product mix with many different margin profiles (use contribution margin by product line separately).
- When analyzing a project with significant capital investment (use NPV/IRR instead of BEP for capital allocation decisions).
- When costs are not clearly separable into fixed and variable (highly complex or service-based businesses may require activity-based costing instead).Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!