Percentage Calculator
Calculate percentages, percentage change, increase, decrease, and differences.
The Five Percentage Calculations Explained
"Percentage" means per hundred — a dimensionless ratio scaled to 100. This calculator supports six modes covering every common percentage problem. Understanding which mode to use is as important as the arithmetic itself.
What is X% of Y? The most basic operation: multiply the value by the fraction. 15% of 200 = (15/100) × 200 = 30. Used for tips, discounts, tax amounts, and commission calculations.
X is what % of Y? The inverse: (X / Y) × 100. If 45 students passed out of 60, the pass rate is (45/60) × 100 = 75%. Used for ratios, grade calculations, and market share.
Percentage Change vs Percentage Difference: A Critical Distinction
These two formulas are frequently confused, but they answer different questions.
Percentage change measures how a single value moved from one time period (or state) to another. It is directional and asymmetric:
A stock price moving from $80 to $100 is a +25% change. Moving back from $100 to $80 is a -20% change — not -25%. The reference point (the denominator) changes, so a gain and an equal-sized loss are not symmetric percentages.
Percentage difference compares two values with no implied direction or time ordering. It uses the average of the two values as the reference, making it symmetric: swapping A and B produces the same result.
Comparing two lab measurements of 95 and 105: the percentage difference is |95-105| / ((95+105)/2) × 100 = 10/100 × 100 = 10%. Use this formula when neither value is the "true" or "reference" value — for example, comparing two sensors, two survey results, or two competing estimates.
Increase and Decrease by a Percentage
X increased by Y% computes X × (1 + Y/100). A salary of $50,000 increased by 8% becomes $50,000 × 1.08 = $54,000. X decreased by Y% computes X × (1 - Y/100). A price of $120 reduced by 25% becomes $120 × 0.75 = $90.
A common error is applying two successive percentage changes and expecting them to cancel. Increasing $100 by 20% gives $120; decreasing $120 by 20% gives $96, not $100. This is because the second percentage is applied to a different base. The correct reversal of a 20% increase is a decrease of 16.67% (since 1/1.20 = 0.8333).
Common Errors When Working with Percentages
Using percentage change when the question calls for percentage difference — or vice versa — is the most frequent mistake. If a test question asks "by what percentage did sales change?" use the change formula with the earlier period as the base. If it asks "what is the percentage difference between group A and group B?" use the symmetric difference formula.
Another common error: mixing up the base. "A is 20% more than B" means A = B × 1.20. But "B is what percentage less than A?" is not 20% — it is (A-B)/A × 100 = (0.20×B)/(1.20×B) × 100 = 16.67%. Always identify which value is the reference before computing.
Worked Examples
Example 1: Tip on a restaurant bill
A restaurant bill is $84.60 and you want to leave an 18% tip. Using "What is X% of Y?" with X = 18 and Y = 84.60:
Tip = (18 / 100) × 84.60 = 0.18 × 84.60 = $15.23.
Total with tip = $84.60 + $15.23 = $99.83.
Shortcut: Total = 84.60 × 1.18 = $99.83 (matches).
Example 2: Sales discount and tax stacked
A jacket lists at $160. It is marked 30% off, and local sales tax is 7.5%. Are the discount and tax commutative (does the order matter)?
Discount first: 160 × (1 − 0.30) = 160 × 0.70 = $112. Then tax: 112 × 1.075 = $120.40.
Tax first: 160 × 1.075 = $172. Then discount: 172 × 0.70 = $120.40.
Percentage multipliers commute — the final price is identical. What does not commute is addition of percentages (7.5% tax + 30% discount ≠ 37.5% net).
Example 3: Stock price — gain then loss
A stock opens the week at $50, rises to $60, then falls to $54 by Friday. What is the net percentage change?
Rise: (60 − 50) / 50 × 100 = +20%.
Fall: (54 − 60) / 60 × 100 = −10%.
The two do not net to +10% — they net to (54 − 50) / 50 × 100 = +8%. Percentages apply to different bases, so they compose multiplicatively (1.20 × 0.90 = 1.08), not additively.
Example 4: Weight loss progress
Someone weighing 180 lb loses 24 lb. What percentage of their starting weight did they lose? Using "X is what % of Y?" with X = 24, Y = 180: (24 / 180) × 100 = 13.33%. If they set a goal of losing 20% of the starting weight, the target is 180 × 0.20 = 36 lb, so they are 24/36 = 66.7% of the way there.
Common Pitfalls
- Adding percentages that share no base. A 30% discount followed by a 7.5% tax is not 22.5% off net — it is multiplicative, not additive.
- Treating a gain and loss as symmetric. Up 20% then down 20% loses money: 1.20 × 0.80 = 0.96, a 4% net loss.
- Confusing percentage points with percent. If an interest rate moves from 4% to 6%, that is a 2 percentage-point increase but a 50% relative increase. News articles routinely confuse the two.
- Using the wrong base for percentage of markdown vs markup. A 50% markup on cost is not a 50% discount from list price. If cost is $40 and markup is 50%, list price is $60; the discount from $60 back to $40 is (20/60) = 33.3%.
- Dividing by zero. "Percentage change from 0 to anything" is mathematically undefined. Use percentage difference or report as N/A.
Frequently Asked Questions
What is the difference between "percent" and "percentage points"?
Percent is a relative change on a scale. Percentage points are an absolute change on a percentage scale. If an approval rating moves from 40% to 44%, that is 4 percentage points up — but (44 − 40) / 40 = 10% relative change. Using the wrong one is the most common numeric mistake in journalism.
How do I reverse a percentage increase?
If a price was increased by 20% to $120, to recover the original you divide by 1.20: $120 / 1.20 = $100. The reverse of a 20% increase is a 16.67% decrease, not a 20% decrease — because the base has changed.
Why does my calculator show 0% when the original value is zero?
Percentage change uses the original value as the denominator, so when the original is 0 the formula is (new − 0) / 0, which is undefined (the calculator flags this). In that case, quote the absolute change only, or switch to percentage difference, which uses the average as the base.
Is a "10% off" coupon the same as multiplying by 0.90?
Yes. "Multiply by (1 − discount)" is the compact form of every discount calculation. A 10% coupon on a $50 item gives $50 × 0.90 = $45. Stacking two 10% coupons gives $50 × 0.90 × 0.90 = $40.50, not $40 — the second coupon is applied after the first discount, not to the original price.
How do I calculate the original price before tax?
If the after-tax total is T and the tax rate is r (expressed as a decimal), the pre-tax price is P = T / (1 + r). On a $107 receipt with 7% tax, the pre-tax price is 107 / 1.07 = $100. The tax portion is $7.
What is a fair tip percentage?
In the United States, 18–20% of the pre-tax bill for sit-down service is typical. In many European countries, service is included and a small cash round-up is customary. Tip percentage is a social convention, not a math question — the calculator just handles the arithmetic.
Related Calculators
- → Loan Calculator — interest rates are just percentages applied repeatedly.
- → Unit Price Comparer — convert packaged prices into percentage savings.
- → Fuel Consumption — mileage comparisons often use percentage improvement.
- → Speed, Distance, Time — another case where unit consistency matters.
Disclaimer
This calculator is provided for educational and informational purposes only. While we strive for accuracy, users should verify all calculations independently. We are not responsible for any errors, omissions, or damages arising from the use of this calculator.
Also in Mathematics
- → Area Converter — Convert between square meters, square feet, square inches, hectares, acres, and more
- → Baking Pan Size Converter — Convert between different baking pan sizes and adjust recipes accordingly
- → Baking Volume Converter — Convert between cups, tablespoons, teaspoons, milliliters, fluid ounces, and more
- → Baking Weight Converter — Convert between ounces, grams, pounds, and kilograms for precise baking measurements