Percentage Calculator
Calculate what percentage one number is of another.
Formula
% = Value/Total × 100
Example
45/60 = 75%.
Embed this calculator on your site
Add this free calculator to your own website with one line of code. The embedded version is responsive, ad-free, and includes a small attribution link back to CalcNest AI.
<iframe src="https://calcnestai.com/embed/percentage-calculator.html" width="100%" height="700" frameborder="0" style="border: 1px solid #e5e5e5; border-radius: 12px; max-width: 720px;" loading="lazy" title="Percentage Calculator by CalcNest AI"></iframe>
By embedding, you agree to keep the "Powered by CalcNest AI" attribution visible. The embed is free for personal and commercial use.
Understanding the Percentage Calculator
A percentage calculator expresses one number as a proportion of another. The arithmetic is trivial and the errors are not, because percentage changes behave asymmetrically and percentage points are a different quantity from percentages.
How it actually works
Enter a value and a total. The calculator divides one by the other and multiplies by 100. Twenty-five out of 200 is 12.50%.
| Statement | Problem |
|---|---|
| Rose 50%, then fell 50% | Ends 25% below start, not level |
| Rate went from 4% to 6% | A 2 point rise, a 50% rise |
| Average of 10% and 20% | Only valid on equal bases |
| 120% more vs 120% of | Differ by the original amount |
The deeper context most people miss
The first row is the one that costs people money. A 50% loss requires a 100% gain to recover, because the gain applies to a smaller base, which is why volatility damages compounded returns and why arithmetic average returns overstate what an investment actually did.
Why percentage increases and decreases are not symmetric
Multiplying by 1.5 and then by 0.5 gives 0.75, not 1, because each percentage applies to whatever the value is at that moment rather than to the original. This asymmetry has consequences across several domains. In investing, a portfolio falling 50% needs a 100% gain to return to its starting value, and the general rule is that recovering from a loss of x percent requires a gain of x/(100−x) percent, which grows steeply: a 20% loss needs 25%, a 50% loss needs 100%, and a 90% loss needs 900%. This is why the arithmetic mean of returns overstates actual performance and why the geometric mean is the correct average for anything compounding. In retail, a discount followed by a further discount does not sum: 20% off then 10% off is 28% off rather than 30%, because the second applies to the reduced price. In tax and pay, a percentage rise followed by a percentage cut of the same size leaves you worse off. The general lesson is that percentages are multiplicative rather than additive, so sequences of them multiply and cannot be summed, and any statement combining percentage changes by addition is wrong unless the base is identical throughout.
A worked example: percentage points and relative change
If an interest rate moves from 4% to 6%, that is a rise of 2 percentage points and a rise of 50% in relative terms, and both descriptions are correct while describing different things. Confusing them is a standard route to misleading presentation, since the larger-sounding figure can be chosen deliberately: a treatment reducing risk from 2% to 1% cuts absolute risk by 1 percentage point and relative risk by 50%, and reporting only the relative figure makes a small absolute benefit sound substantial. Medical reporting does this routinely, which is why number needed to treat, the count of patients requiring treatment for one to benefit, is a more honest statistic. In the example above, halving a 2% risk means treating 100 people to prevent one event. The reverse framing hides real effects too: a relative risk increase of 100% on a very rare outcome may be practically negligible. The discipline is to ask what the baseline is whenever a percentage change is quoted, since a percentage without its base is uninterpretable, and to report absolute and relative figures together where the audience needs to judge magnitude. For anything involving proportions of proportions, stating the denominators explicitly is what makes the claim checkable.
Deciding how to present a proportion honestly
Several practices reduce the chance of misleading, including yourself. State the base whenever quoting a change, since a 40% increase means nothing without knowing 40% of what. Use percentage points for differences between percentages and reserve percent for relative change, and say which you mean. Give absolute numbers alongside percentages when the base is small, since a percentage of a tiny number is unstable and one additional case can move it enormously, which is why percentages computed from small samples should generally be avoided or accompanied by the counts. Avoid averaging percentages unless the bases are equal, since combining a 50% success rate from 10 attempts with a 90% rate from 1,000 by taking the mean of 70% is simply wrong; the weighted figure is close to 89.6%. Beware Simpson's paradox, where a trend visible in every subgroup reverses when the groups are combined, which arises from unequal group sizes and is a genuine phenomenon rather than a trick, documented in cases including university admissions and treatment comparisons. And when comparing across groups, check whether the denominators are comparable, since rates computed on different populations can differ for reasons unrelated to what is being measured.
Compounding and the rule of 72
Repeated percentage changes compound, and the arithmetic diverges from intuition quickly. A value growing 7% annually doubles in roughly ten years, which the rule of 72 estimates by dividing 72 by the growth rate, and the approximation is good for rates in the range people usually encounter. That simple tool makes several things visible: a 1% annual fee on an investment compounds into a substantial share of the final value over decades, since it applies to a growing base each year; inflation at 3% halves purchasing power in about 24 years; and a small difference in growth rate produces a large difference in outcome over a long horizon. The same mathematics runs in reverse for decay, where half-lives describe exponential decline in radioactive decay, drug clearance, and depreciation. For financial calculations specifically, the distinction between nominal and effective rates matters, since a nominal annual rate compounded monthly produces a higher effective annual rate, and comparing products on nominal rates alone is misleading, which is why annual percentage rate and annual equivalent rate disclosures exist. Continuous compounding gives the limiting case using e, which is where the exponential constant appears in finance. Understanding that percentages compound rather than add is the single idea that makes all of this coherent.
Variations: basis points, percentiles, and per mille
Basis points express hundredths of a percent and are standard in finance precisely to avoid the percentage point ambiguity, since a move of 25 basis points is unambiguous where a quarter percent is not. Per mille expresses parts per thousand and appears in some legal and marine contexts. Parts per million and per billion express very small concentrations in chemistry and environmental measurement. Percentiles describe position within a distribution rather than a proportion of a total, so the 90th percentile is the value below which 90% of observations fall, and confusing percentiles with percentages is common. Percentage change, percentage difference, and percentage error are distinct calculations with different denominators, and percentage difference between two values conventionally uses their mean as the base since neither is privileged. Markup and margin are different: a 50% markup on cost gives a 33% margin on price, and confusing them is a persistent source of pricing errors in small businesses. Value added tax and sales tax calculations require care about whether a price is inclusive or exclusive, since removing 20% tax from an inclusive price means dividing by 1.2 rather than subtracting 20%.
Using percentages without misleading
State the base whenever quoting a percentage change, since the figure is uninterpretable without it. Distinguish percentage points from percent, using points for the difference between two percentages and saying which you mean. Give absolute numbers alongside relative ones when the base is small, since one case can swing a percentage computed on a handful of observations. Never average percentages with unequal bases, since the weighted figure is the correct one and the simple mean can be wildly off. Remember that percentage changes multiply rather than add, so successive discounts of 20% and 10% total 28% rather than 30%. Note that recovering an x percent loss needs a gain of x/(100−x) percent, which is why a 50% fall requires a 100% rise. Use the rule of 72 to check compounding intuitions, dividing 72 by the rate to estimate doubling time. Distinguish markup from margin, since a 50% markup on cost is a 33% margin on price. And divide rather than subtract when removing an inclusive tax.
What people get wrong
- Adding successive percentage changes, when they multiply, so 20% off followed by 10% off is 28% off rather than 30%.
- Confusing percentage points with percent, when a rate moving from 4% to 6% is both a 2 point rise and a 50% rise and the choice of framing changes the impression entirely.
- Averaging percentages from groups of different sizes, when only a weighted average is correct and the simple mean can be substantially wrong.
- Assuming a percentage loss and an equal percentage gain cancel, when a 50% fall requires a 100% rise to recover because the gain applies to a smaller base.
Where the math comes from
Percentage = Value / Total × 100. Percentage change = (New − Old) / Old × 100, where the denominator is the original value. Percentage changes compound multiplicatively rather than adding, so successive changes multiply their factors, and recovering a loss of x percent requires a gain of x/(100−x) percent.
Questions and answers
How do I calculate a discount?
Discount amount = original x (discount % / 100). Final price = original x (1 - discount % / 100). For 20% off $100: discount $20, final $80.
How do stacked discounts work?
Multiplicatively. 20% off then 10% off the new price: 0.80 x 0.90 = 0.72 = 28% effective discount. They do NOT add to 30%.
What is the formula for percent change?
Percent change = (new - old) / old x 100. Going from 50 to 75: (75-50)/50 = 0.5 = 50% increase.
How do I reverse a percentage?
If $80 is 80% of original: original = $80 / 0.80 = $100. To find original from a discounted price: original = final / (1 - discount/100).
Margin vs markup - what is the difference?
A 50% margin means profit is 50% of selling price (cost is 50%, profit is 50%). A 50% markup means profit is 50% of cost (cost $100, sell $150). Margin and markup percentages are different for the same dollar profit.
What's the difference between percent and percentage points?
A percentage point is the arithmetic difference between two percentages, while percent expresses relative change. A rate moving from 4% to 6% rises by 2 percentage points and by 50%. Both are correct, and choosing which to report changes the impression considerably.
Why doesn't a 50% loss cancel a 50% gain?
Because each applies to the value at that moment rather than to the original. A 50% loss then a 50% gain leaves you 25% down. Recovering a loss of x percent requires a gain of x/(100−x) percent, so a 50% fall needs a 100% rise.
Can I add two discounts together?
No. Successive discounts multiply, so 20% off followed by 10% off gives 28% off rather than 30%, because the second applies to the already-reduced price. The same applies to any sequence of percentage changes.
Can I average percentages?
Only if the bases are equal. Combining a 50% rate from 10 attempts with a 90% rate from 1,000 by averaging to 70% is wrong; the weighted figure is close to 89.6%. Group sizes must weight the average.
What's the difference between markup and margin?
The base. Markup is calculated on cost and margin on selling price, so a 50% markup on cost gives a 33% margin on price. Confusing them is a persistent source of pricing errors in small businesses.
How do I remove tax from an inclusive price?
Divide rather than subtract. Removing 20% tax from an inclusive price means dividing by 1.2, not subtracting 20%, since the tax was calculated on the pre-tax amount rather than on the total.
Why do relative risk figures sound so large?
Because they omit the baseline. Halving a risk from 2% to 1% is a 50% relative reduction and a 1 percentage point absolute one. Reporting only the relative figure makes small absolute effects sound substantial, which is why number needed to treat is a more honest statistic.
Related calculators
Fraction · Percentage Change · Proportion Solver · Golden Ratio · Ratio