Percentage Calculator
Calculate percentages in multiple ways. Results update instantly.
What is X% of Y?
X is what percent of Y?
Percentage Change (Increase/Decrease)
Percentage Difference Between Two Values
How to Calculate Percentages
This calculator handles four common percentage calculations, each updating instantly as you type.
What is X% of Y?
Multiply the value by the percentage divided by 100. For example, 15% of 200 = 200 × 0.15 = 30. Useful for calculating tips, discounts, tax amounts, and more.
X is What Percent of Y?
Divide the part by the whole and multiply by 100. For example, 30 is what percent of 200? 30 ÷ 200 × 100 = 15%. Useful for test scores, completion rates, and proportions.
Percentage Change
Calculate how much a value has increased or decreased: ((New - Old) ÷ Old) × 100. A change from 80 to 100 is a 25% increase. A change from 100 to 80 is a 20% decrease. Useful for tracking prices, performance metrics, and growth.
Percentage Difference
Find the relative difference between two values: (|A - B| ÷ ((A + B) ÷ 2)) × 100. Unlike percentage change, this doesn't assume one value is "original" — it measures how different two values are from each other.