Percent calculator with conversions, percent of a number, and percentage change.
This page fixes the incorrect reference examples from the earlier version. It now covers percent to decimal, percent to fraction, percent of a value, and percentage increase or decrease in one place.
Conversion tool
Percentage change
Core formulas
Percent to decimal: divide by 100.
Decimal to percent: multiply by 100.
Percent of a number: (percent / 100) * base.
Percent change: ((new - old) / old) * 100.
25% = 0.25, 50% = 0.50, 75% = 0.75, and 100% = 1.00. The earlier site copy incorrectly showed 75% as 1.0. That has been fixed.
Use Fractions when you need exact rational forms such as 3/4. Use the homepage calculator for longer multi-step expressions like discount chains.
Practical use cases
- Grades and test scores.
- Discounts, tax, and tips.
- Population or sales growth comparisons.
- Converting statistics from reports into calculator-ready decimals.
Worked examples
- 75% to decimal: 75 / 100 = 0.75.
- 12.5% to fraction: 12.5 / 100 = 0.125 = 1/8.
- 20% of 90: 0.20 * 90 = 18.
- Price increases from 80 to 96: (16 / 80) * 100 = 20%.
- Price drops from 150 to 120: (-30 / 150) * 100 = -20%, so the value fell by 20%.
Quick reference chart
| Percent | Decimal | Fraction |
|---|---|---|
| 1% | 0.01 | 1/100 |
| 5% | 0.05 | 1/20 |
| 10% | 0.10 | 1/10 |
| 25% | 0.25 | 1/4 |
| 50% | 0.50 | 1/2 |
| 75% | 0.75 | 3/4 |
Common mistakes
- Moving the decimal the wrong direction when converting.
- Using the new value in the denominator instead of the original value for percent change.
- Assuming +20% and -20% cancel each other.
- Adding percentages from different wholes without checking the context.
FAQ
Is percent change the same as percentage points?
No. Moving from 40% to 50% is a change of 10 percentage points, but a 25% percent increase relative to the original 40%.
Should I round early?
Usually no. Keep extra digits until the final step to reduce rounding error.
When should I use the fraction page instead?
Use the fractions page when the exact rational form matters, such as converting 37.5% into 3/8 or finding common denominators.
Practice with Examples
Click any example below to automatically fill in the calculator and see the solution.
Study advice
Translate percentages into decimals before doing long calculations. That one habit prevents a large share of student mistakes. For more examples, see Percent to Decimal Chart and Percent and Decimal Guide.