Percentage Calculator

Calculate percentages three ways: find a percentage of a number, discover what percent one value is of another, or measure the percent change between two numbers.

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

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 — 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 — it’s 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%.

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 always double-check what the percentage is being calculated against before trusting the result. This calculator handles the arithmetic for all three modes so you can focus on interpreting the result rather than reworking the formula, and re-deriving the stacked or asymmetric cases, by hand each time.

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

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.
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.

Related calculators

Share

Embed this calculator

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

Last updated: 2026-08-11

Powered by CalcHub