Percentage Calculator

Utilities Client-side percentage percent calculator math increase decrease discount

This tool runs entirely client-side, in your browser: your data is never sent anywhere.

What it does

A collection of the most common percentage calculations in one place:

Everything runs entirely in your browser — no data is ever sent anywhere.

Try it

How it works

Depending on the selected calculation type, one of the following formulas is applied:

CalculationFormula
What is X% of Y?(X / 100) × Y
X is what percent of Y?(X / Y) × 100
Percentage change from X to Y((Y − X) / X) × 100
Add X% to YY + (X / 100) × Y
Subtract X% from YY − (X / 100) × Y

Notes