Profitability & pricing
Markup to margin calculator
Markup is calculated on cost; margin is calculated on price. Confusing the two is one of the most common and most expensive pricing errors in small business.
Inputs
Result
Margin from your markup
33.33%
- Selling price at current markup
- USD 150
- Gross profit per unit
- USD 50
- Price needed for target margin
- USD 181.82
- Markup needed for target margin
- 81.82%
- Profit left on the table per unit
- USD 31.82
- Margin = markup / (1 + markup). A 50% markup is only a 33.3% margin.
How to use this calculator
- 1Enter the unit cost of the item or job.
- 2Enter the markup you currently apply.
- 3Enter the margin you actually want to earn to see the price that delivers it.
Why 50% markup is not a 50% margin
A 100 cost item marked up 50% sells for 150 and returns a 33.3% margin. To achieve a 50% margin on that same item, the price has to be 200 — a 100% markup.
Margin = markup / (1 + markup). Markup = margin / (1 − margin). Trades that quote from a markup table while budgeting on margin routinely underprice by 10-15 percentage points.
Pricing to a target margin
Selling price = cost / (1 − target margin). Build the divisor into your quoting template so estimators cannot apply the wrong operation under time pressure.
Where you carry a sales commission or platform fee that scales with price, include it in cost before applying the divisor, or the fee will silently eat the margin you just priced in.
Call this tool from the API
Every calculator on this site is also an endpoint. Get a free key from the developer page and call it from your product, spreadsheet or AI agent.
curl -X POST https://utopiavalue.co/api/v1/tools/markup-to-margin-calculator \
-H "Authorization: Bearer $UTOPIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"cost":100,"markupPercent":50,"targetMarginPercent":45,"currency":"USD"}'Frequently asked questions
Which should I quote on, markup or margin?
Quote on margin. It is the number that appears in your accounts, so pricing on margin keeps quoting and reporting in the same language.
How do I handle discounts?
Apply the discount to the price, then recalculate margin. A 10% discount on a 30% margin job removes roughly a third of the gross profit.
Does this work for services?
Yes. Use fully loaded direct labour cost, including on-costs, as the cost input.