Percentage Calculator
Calculate X% of a number, what percent one number is of another, and percentage increase or decrease.
1,143 views
Percentage of a number
What percent
Percentage change (increase / discount)
How to Calculate Percentages
Percentage problems generally fall into four distinct shapes, and mixing up which one applies is the most common source of errors. "X is what percent of Y?" divides the part by the whole and multiplies by 100: (X ÷ Y) × 100. If 30 out of 150 students passed with distinction, that's (30 ÷ 150) × 100 = 20%. "What is X% of Y?" reverses the question — you already know the rate and need the amount: Y × (X ÷ 100). 20% of a 150 bill is 150 × 0.20 = 30. "What is the percentage change from Y to X?" measures growth or decline relative to the starting point: ((X − Y) ÷ Y) × 100. A price moving from 80 to 60 is ((60 − 80) ÷ 80) × 100 = −25%, a 25% decrease. "What is Y after adding or subtracting X%?" applies the rate directly to the base and returns the new total in one step: Y × (1 ± X ÷ 100). Adding 18% tax to a 200 invoice gives 200 × 1.18 = 236.
A worked example ties the four together: a shop lists a product at 150 (Y) and marks it down to 120 (X). The discount is a change calculation: ((120 − 150) ÷ 150) × 100 = −20%. If the shop later restores the original price, that is a 25% increase from 120, not 20% — because the base changed. This asymmetry (a 20% drop needs a larger 25% rise to undo it) trips up a lot of mental math, and is exactly why picking the correct formula for the situation matters more than memorizing a single "percentage equation."
What to Watch Out For
- Percentage points and percent are not interchangeable. If an interest rate rises from 10% to 15%, that is a 5 percentage-point increase, but a 50% relative increase (5 ÷ 10 × 100) — a distinction that gets blurred constantly in financial and economic news, where "rates rose 5%" and "rates rose 5 points" describe very different moves.
- The base matters more than the number itself. A 50% loss followed by a 50% gain does not return you to the starting value, because the second 50% is calculated on a smaller base.
- Rounding compounds. When chaining several percentage operations (a discount, then tax, then a coupon), round only the final result rather than each intermediate step, so small errors don't accumulate.
- All four calculators on this page update live as you type and run entirely in your browser — no numbers are sent anywhere.
Frequently Asked Questions
How do I find what percentage one number is of another?
Divide the part by the whole and multiply by 100 — (X ÷ Y) × 100. For example, if you scored 42 out of 60 on a test, that's (42 ÷ 60) × 100 = 70%.
How do I calculate a percentage discount?
Use the change formula: ((new − old) ÷ old) × 100. Going from 80 to 60 is ((60 − 80) ÷ 80) × 100 = −25%, a 25% discount. A negative result always means a decrease.
How do I add a percentage to a number, like tax or a markup?
Multiply the base by (1 + rate). Adding 18% to 200 is 200 × 1.18 = 236. This one-step method avoids calculating the amount separately and then adding it on.
What is the difference between percentage points and percent?
Going from 10% to 15% is a 5 percentage-point increase, but a 50% relative increase (5 ÷ 10 × 100). Use percentage points only when comparing two rates directly; use percent for relative change.
If a value drops 20% and then rises 20%, does it return to the original?
No — each percentage applies to a different base. A value of 100 dropping 20% becomes 80; rising 20% from 80 gives 96, not 100. Reversing a percentage change always requires a different rate than the original.
Similar Tools
Report a Problem
Percentage Calculator
Comments
No comments yet — be the first to write one!