Six modes for six different questions
'What is 15% of 200' and '15 is what percent of 200' are different problems that people routinely conflate. Separate modes remove the ambiguity.
Work out percentages, increases, decreases and reverse percentages.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Free percentage calculator with six modes: what is X% of Y, X is what % of Y, percentage change, increase, decrease and reverse percentage.
Percentages cause more everyday numerical errors than any other common calculation, mostly because the word hides three genuinely different operations. "What is 20% of 50", "20 is what percent of 50" and "what is the percentage change from 20 to 50" all use the same vocabulary and none of the same arithmetic.
1. What is X% of Y?
result = (X ÷ 100) × YA tip, a discount, a tax, a commission. You know the rate and the base and want the amount.
2. X is what percent of Y?
result = (X ÷ Y) × 100A score, a share, a proportion. You know the part and the whole and want the rate.
3. Percentage change from X to Y
result = ((Y − X) ÷ X) × 100Growth, decline, month-on-month movement. The sign tells you the direction; the base is always the starting value.
4. Increase X by Y%
result = X × (1 + Y ÷ 100)Adding VAT, applying a markup, projecting growth.
5. Decrease X by Y%
result = X × (1 − Y ÷ 100)Applying a discount, removing a fee, projecting a decline.
6. Reverse percentage — X after a Y% change, what was the original?
original = X ÷ (1 ± Y ÷ 100)The one people get wrong most. If something costs 120 including 20% VAT, the pre-VAT price is 100, not 96. Subtracting 20% from the total applies the rate to the wrong base.
This distinction matters far more than it appears to. If a conversion rate moves from 2% to 3%:
Both statements are true and they describe completely different magnitudes. Interest rates, unemployment figures, poll movements and tax brackets should always be quoted in percentage points when discussing absolute movement, and in percent only when discussing relative change.
A 25% decrease requires a 33.3% increase to recover. Starting from 100: down 25% gives 75; 75 up 33.3% gives 100. The asymmetry comes from the changing base — the decrease was measured against 100, the recovery against 75.
This is why investment losses hurt disproportionately, why a "10% off then 10% off" sale is 19% off in total, and why averaging percentage changes arithmetically produces wrong answers. For a series of changes, use the geometric mean.
Percentages are exact arithmetic, but the inputs often are not. A figure quoted as "about 15%" carried through four operations should not be reported to three decimal places. Match your output precision to your input precision — usually one or two significant figures is more honest than the full float the calculator can give you.
Step by step
Pick the question you are actually asking from the six modes.
Enter the two values you have.
Read the result, shown with the working written out in words.
Use the reverse modes when you know the outcome and need the starting figure.
Copy the result, or switch modes to check the same numbers a different way.
Why use it
What this tool is good for, and what it deliberately does not try to do.
'What is 15% of 200' and '15 is what percent of 200' are different problems that people routinely conflate. Separate modes remove the ambiguity.
Each result is accompanied by the formula and the substitution, so you can verify the answer and learn the method rather than just trusting a number.
Handles the direction and the base properly — a drop from 80 to 60 is a 25% decrease, not 20%, and getting that wrong is a common and embarrassing error.
Reverse percentage modes recover the original value before tax, discount or markup, which is the calculation spreadsheets get wrong most often.
Questions
Short, honest answers about quality, limits and privacy.