Skip to content

Percentage Calculator — Percent Of, Percent Change and Percent Difference

This percentage calculator answers three questions: what a percentage of a number is, what percentage one number is of another, and the percent change between two values. Enter two figures and the result appears instantly with the formula shown. All arithmetic runs in your browser; nothing is sent to a server.

What do you want to work out?

Result

Enter both numbers

Every calculation runs on your device. Nothing you type is uploaded or stored.

How to calculate a percentage

  1. Pick the calculation you needChoose “% of a number”, “X is what % of Y” to express one number as a share of another, or “% change” to compare an old value with a new one.
  2. Enter your two numbersDecimals and negative numbers work, and both comma and full-stop decimal marks are recognised.
  3. Read the result and the workingThe answer updates as you type, with the formula underneath showing your own numbers substituted.

What a percentage actually is

A percentage is a fraction with 100 as the denominator. Writing 15% is another way of writing 15/100, or the decimal 0.15. Every percentage question becomes a multiplication or a division once the percent sign is converted to that decimal — the step most people skip doing it in their head.

The three modes cover the three shapes the question takes: you know the percentage and the total and want the part, know the part and the total and want the percentage, or know two totals and want the change between them.

How this is calculated

For “what is X% of Y” the calculator multiplies: (X ÷ 100) × Y, so 15% of 250 is 0.15 × 250 = 37.5. For “X is what % of Y” it divides and scales: (X ÷ Y) × 100, so 30 out of 250 is 12%.

Percent change uses ((new − old) ÷ |old|) × 100. Dividing by the absolute starting value means a move from −50 to −25 reads as a 50% increase, not a decrease. Results display to two decimal places; the calculation itself runs in full double precision.

Percent change is not symmetrical

The starting value is always the denominator. A rise from 80 to 100 is a 25% increase, because the 20-unit gain is measured against 80. A fall from 100 to 80 is a 20% decrease, because the same 20 units are measured against 100. This is why a price that drops 50% must then rise 100% to recover.

Percent difference is a different measure, dividing by the average of the two values, for when neither is the obvious baseline. This page reports percent change, which is what price rises, salary increases and exam improvements ask for.

Two mistakes worth avoiding

Percentages do not add. A 20% discount followed by a further 10% off is not 30% off: the second reduction applies to the already-reduced price, giving 0.8 × 0.9 = 0.72, or 28% off. The same compounding applies to interest and successive price rises. Separately, a percentage point is not a percent — a rate moving from 4% to 5% has risen one percentage point but 25 percent.

Your numbers stay on your device

The calculator is arithmetic executed by your browser. Nothing you type is transmitted, logged or retained, and there is no account and no analytics attached to the figures you enter.

Frequently asked questions

How do I calculate a percentage of a number?

Divide the percentage by 100 and multiply by the number. For 15% of 250: 15 ÷ 100 = 0.15, then 0.15 × 250 = 37.5. Select “% of a number” above and the calculator does both steps and shows the working.

How do I work out what percentage one number is of another?

Divide the part by the whole and multiply by 100. For 30 out of 250: 30 ÷ 250 = 0.12, then × 100 = 12%. Use the “X is what % of Y” mode. The whole cannot be zero, because division by zero has no result.

How is percentage increase calculated?

Subtract the original value from the new value, divide by the original value, then multiply by 100. From 80 to 100: (100 − 80) ÷ 80 × 100 = 25% increase. A negative answer means a decrease.

Why is a 50% fall not cancelled out by a 50% rise?

Because each percentage applies to a different base. 100 falling 50% gives 50; 50 rising 50% gives 75, not 100. Recovering from a 50% fall requires a 100% rise. Percent changes multiply rather than add.

What is the difference between percent and percentage points?

A percentage point is an absolute gap between two percentages. A rate moving from 4% to 5% has increased by one percentage point, and by 25 percent in relative terms. Both statements describe the same move.

Are my numbers sent anywhere?

No. The arithmetic runs in your browser with JavaScript. Nothing is uploaded, stored or logged, and the page continues to work offline once loaded.

More free tools that run entirely in your browser.

Last updated