Percentage Calculator

Calculate percentages, percentage change, and percentage of total.

X% of Y

Result
result = (X / 100) × Y

X is what % of Y?

Result
result = (X / Y) × 100%

% Change from X to Y

Result
result = ((Y − X) / |X|) × 100%