Percentage Calculator

Compute percentage of a value, percentage change, or figure out what percent one number is of another.

5.9M usesUpdated · 2026-04-18Runs locally · zero upload

How to use

Pick one of three modes:

  • % of — Find X% of a number (e.g. 15% of 200 = 30).
  • % change — Compute the percent change from one value to another.
  • is what % — Find what percentage the first number is of the second.

Formula & theory

% of:       result  = (percent / 100) × value
% change:   result  = (to − from) / from × 100%
is what %:  result  = part / whole × 100%

Common pitfalls

  • A 50% increase followed by a 50% decrease does not return to the original value (1 × 1.5 × 0.5 = 0.75).
  • Don't average percentages without weighting — average the underlying counts instead.

Frequently asked questions about Percentage Calculator

What's the difference between percentage change and percentage difference?

Percentage change has a direction (from A to B) and uses A as the base. Percentage difference is symmetric and uses the mean of A and B as the base.

Can I use negative numbers?

Yes. Negative values work in every mode; the sign of the result reflects direction (e.g. a negative change means a decrease).

Does the calculator round results?

Results are shown with up to 6 decimal places, trimmed of trailing zeros.