Percentage Calculator

Percent hides three questions: a percentage of a number, one number as a percent of another, or percent change. Choose below.

On this page (3)

Inputs

In "What is X% of Y?" this is the percentage rate. In "X is what percent of Y?" this is the part. In "Percent change" this is the starting value.

In "What is X% of Y?" this is the base number. In "X is what percent of Y?" this is the whole. In "Percent change" this is the ending value.

Result

Result value
50

25% × 200 = 50

How it works

FormulaWhat is X% of Y: (X/100)×Y · X is what % of Y: (X/Y)×100 · Percent change: (Y−X)/|X|×100

A percentage calculator handles three related but distinct questions, and picking the right one matters more than the arithmetic itself. "What is X% of Y?" answers a question like a store discount: a jacket priced at $80 with a 25% markdown comes to (25 / 100) × 80 = $20 off, so you pay $60. "X is what percent of Y?" flips that around: if you scored 42 out of 60 on a test, your percentage is (42 / 60) × 100 = 70%. And "percent change" measures growth or decline between two numbers: if quarterly sales moved from $50,000 to $61,000, the change is ((61,000 − 50,000) / 50,000) × 100 = 22% growth. Mixing up which mode a question actually calls for is a far more common source of wrong answers than any error in the arithmetic.

One of the most common mix-ups in everyday math is confusing percentage points with percentage change, and the confusion shows up constantly in news reporting. If a savings account’s interest rate rises from 5% to 7%, that’s a 2 percentage point increase, but expressed as a relative change it’s a 40% increase in the rate itself, since (7 − 5) / 5 × 100 = 40%. The same trap appears in political polling: a candidate’s approval rating moving from 45% to 50% is usually reported as "up 5 points," which is correct as a percentage-point figure, but describing it as "up 5%" would understate the real jump, since the relative increase is actually (50 − 45) / 45 × 100 ≈ 11%. When you see "up 2%" versus "up 2 percentage points" in a headline, check which one is meant, because the difference can completely change how large the change actually is.

Percent changes are also not symmetric, which surprises a lot of people the first time they see it. Start with 100 and increase it by 10%: you get 110. Now decrease that 110 by 10%: you get 99, not 100. The reason is that each percentage applies to a different base: the increase is 10% of 100, but the decrease is 10% of 110, a bigger number. The same asymmetry shows up with pay: if your salary is cut by 20% during a downturn and then restored by 20% the following year, you don’t end up back where you started, because the raise is calculated on the smaller, already-cut salary. And it matters even more with investments: if a stock drops 50% in one year, it needs to gain 100% the next year just to break even, not another 50%, since it’s now recovering from a much smaller base.

Stacked discounts are another place where the same asymmetry trips people up, particularly around sales that advertise "30% off, plus an extra 20% off." Those two discounts do not add up to 50% off; they compound instead. On a $100 item, 30% off brings the price to $70, and the extra 20% off applies to that $70, not the original $100, taking off another $14 to land at $56. The total discount is 44%, not 50%, because the second percentage is calculated on an already-reduced base. This is exactly the same base-shifting effect behind the 10%-up-then-10%-down example, just applied to savings instead of losses, and it’s worth working out the actual final price before assuming stacked percentages simply add together.

Percentage increase and "how many times bigger" are related but easy to state incorrectly. A 100% increase means the value doubled, so it is now 2 times the original, while a 200% increase means it tripled, becoming 3 times the original, not twice as much as a "200%" figure might suggest. The mix-up usually happens in the other direction: people describe something that has "tripled" as a "300% increase," when tripling is actually a 200% increase (the value plus two more copies of itself). The safe way to convert is: multiplying by N corresponds to an increase of (N − 1) × 100 percent, so doubling is +100%, tripling is +200%, and quadrupling is +300%.

Financial reporting in the United States and the United Kingdom sidesteps the percent-versus-points ambiguity with a unit of its own: the basis point. One basis point is one hundredth of a percentage point, so 25 basis points is 0.25 points and a full percentage point is 100 basis points. When a central bank is described as raising rates by 25 basis points, the phrasing is deliberate, because "raising rates by 0.25%" would be genuinely ambiguous and "raising rates 25%" would be wrong by an order of magnitude. Fund fees are quoted the same way, and the habit is worth borrowing: if you find yourself writing a small percentage change and worrying that a reader will take it as relative, basis points remove the doubt.

Everyday American arithmetic supplies its own reminder that the base is a choice. Restaurant tipping is calculated at 15, 18 or 20 percent, but on which number? Tipping on the pre-tax subtotal and tipping on the total after sales tax give different amounts, and in a state with high sales tax the gap is real money on a large bill; card readers that offer suggested amounts usually compute them on the post-tax figure. Nutrition labels play the same trick in a different setting, where the percent daily value printed on a package is measured against a reference diet of 2,000 calories a day rather than against your own intake. In both cases the percentage is arithmetically correct and still tells you little until you know what it was taken from.

Percentages also get misapplied in everyday business math, and margin versus markup is one of the most common mistakes. Markup is a percentage of cost added on top to set the price: a product that costs $70 with a 30% markup sells for 70 + (0.30 × 70) = $91. Margin is a percentage of the selling price that represents profit, calculated differently: to get a 30% margin on that same $70 cost, the price needs to be 70 / (1 − 0.30) ≈ $100, not $91. Confusing the two is a common and costly error in pricing and budgeting, because a "30%" markup and a "30%" margin on the same cost produce noticeably different prices.

In all of these cases, the mistake traces back to the same root cause: losing track of which number is the "base", the 100% reference point, because swapping it changes the entire answer. Whether you’re working with budgeting, grading, discounts, or investment returns, it helps to double-check what the percentage is being calculated against before trusting the result.

So the useful habit is a single question asked before any calculation: what is the 100% here? Name that number out loud, pick the mode that matches it, and the rest is arithmetic the page will do for you. When a figure arrives from somewhere else, a headline, a payslip, an invoice, a fund factsheet, run the same question in reverse and ask what base would make it true. Percentages that survive that check are worth acting on; the ones that do not usually turn out to have quietly changed base somewhere along the way.

Frequently asked questions

What’s the difference between a percentage and a percentage point?
A percentage point is a plain arithmetic difference between two percentages, while a percentage change is relative to the starting value. Going from 20% to 25% is a 5 percentage point rise, but it’s a 25% relative increase because 5 is 25% of 20. News reports often use these interchangeably, which can make a modest percentage-point move sound larger or smaller than it really is depending on which figure is quoted. When precision matters, always check whether "percent" or "percentage points" is the actual unit being reported.
Why doesn’t a 10% increase followed by a 10% decrease return to the original value?
Because the two percentages are calculated on different bases. The increase is 10% of the smaller starting number, but the decrease is 10% of the larger, already-increased number, so the decrease removes more than the increase added. The same effect appears with pay cuts and raises, or with investment losses and gains — a loss always needs a proportionally larger gain to fully recover, because it’s climbing back from a smaller base. This asymmetry is one of the most counterintuitive things about percentages, and it’s worth double-checking with real numbers whenever a sequence of ups and downs looks like it should cancel out.
What is a basis point, and why not just say percent?
A basis point is one hundredth of a percentage point, so 100 basis points equal one percentage point and 25 basis points equal 0.25 points. Financial reporting uses the unit precisely because "rates rose 0.25%" is ambiguous between a quarter of a point and a quarter of one percent of the existing rate. Fund charges and bond spreads are quoted the same way. To use this calculator with basis points, divide by 100 first and enter the result as a percentage-point figure.
How do I calculate a discount price?
Use "What is X% of Y?" with X as the discount rate and Y as the original price to find the amount saved, then subtract that from the original price. For a $50 item at 30% off, the discount is $15, so the final price is $35. If a second discount applies on top of the first — like an extra 20% off after an initial 30% off — remember that it applies to the already-discounted price, not the original one, so the two discounts don’t simply add together.
Can the percentage change be negative?
Yes. A negative result in the "Percent change" mode means the second value is lower than the first, indicating a decrease. For example, going from 200 to 150 gives a change of −25%. A negative percent change can describe anything that shrinks over time, from a shrinking budget to a declining measurement, and it’s calculated with exactly the same formula as growth, just with a negative sign.
What if my "whole" or base value is zero?
The calculation is undefined when you divide by zero, so both the "X is what percent of Y?" and "Percent change" modes require a non-zero second (or starting) value. This isn’t a quirk of this calculator — it reflects a genuine mathematical limitation, since there’s no meaningful percentage relative to nothing. Check your inputs if you see a division-by-zero error, since it usually means a base value was accidentally left at zero.
Does a 30% discount plus a 20% discount equal 50% off?
No — stacked discounts compound rather than add. A $100 item with 30% off first drops to $70, and the extra 20% off applies to that $70, taking off $14 more to land at $56, for a combined discount of 44%, not 50%. The second percentage is always calculated on the already-reduced price, which is the same base-shifting effect that makes a 10% increase followed by a 10% decrease not return to the starting value. To find the real final price, apply each discount one at a time rather than adding the percentages together.
What’s the difference between margin and markup?
Markup is a percentage added on top of cost to set a selling price, while margin is a percentage of the selling price that represents profit — and confusing the two leads to under- or over-pricing. A product costing $70 with a 30% markup sells for $91, but a 30% margin on that same $70 cost requires a price of about $100 instead. Because the two percentages are calculated against different bases (cost versus selling price), the same percentage figure produces different prices depending on which one you actually mean.
+6

Share

Embed this calculator

Paste this code into your site to embed a live, working version of this calculator.

Last updated: 2026-08-29

Powered by CalcHub