About the percentage calculator
A percentage calculator handles the three most common percentage questions in one place: what is X% of a number, what percentage one number is of another, and the percentage increase or decrease between two values.
The three modes
- % of value:
result = (percent / 100) × value. Example: 15% of 1,200 = 180. - X is what %:
percent = (part / whole) × 100. Example: 45 out of 180 = 25%. - % change:
change = ((new − old) / old) × 100. Example: 200 → 250 = +25%.
Everyday uses
- Work out discounts, tips and tax.
- Convert exam marks into percentages.
- Track salary hikes or price changes.
- Compare growth between two figures.