Percentage Calculator – Fast, Free & Easy

Calculate percentages instantly – find X% of a number, what % one number is of another, or the % change between two values. Free, private, no sign-up.

Percentage

%

15% of 200

30

Result

30

How it is calculated

X% of Y

(X ÷ 100) × Y

X is what % of Y

(X ÷ Y) × 100

% change

((New − Old) ÷ Old) × 100

Work Out Any Percentage in Seconds

This percentage calculator handles the three questions people reach for most: finding a percentage of a number, figuring out what percentage one number is of another, and calculating a percentage change between two values. Type your numbers in and the answer appears instantly.

Everything runs in your browser. No data is sent to any server, so you can calculate freely with sensitive figures like salaries, budgets, or exam scores.

How to Use the Percentage Calculator

  1. Pick a calculation type using the tabs or dropdown above: % of a number, is what %, or % change.
  2. Enter your numbers into the fields provided.
  3. Read the result – it updates the moment you finish typing. No button needed.
  4. Switch between modes at any time; your inputs are not cleared.

Worked Example – Step by Step

Suppose you see a jacket priced at £85 that has a 20% discount. You want to know the sale price.

  1. Choose the X% of Y mode.
  2. Enter 20 in the percentage field and 85 in the number field.
  3. The calculator shows: 20% of 85 = 17.
  4. Subtract: £85 − £17 = £68 sale price.

Same tool, different question: your team scored 34 out of 40 on a quiz. What percentage is that? Switch to X is what % of Y, enter 34 and 40 – result: 85%.

How It Is Calculated – The Formulas

Three formulas cover almost every everyday percentage problem. Here they are in plain words and as code you can copy into a spreadsheet:

1. Find X% of Y
Divide the percentage by 100, then multiply by the number.

Result = (X / 100) × Y

2. X is what percent of Y?
Divide X by Y, then multiply by 100.

Result = (X / Y) × 100

3. Percentage change from old to new
Subtract the old value from the new, divide by the old value, multiply by 100. A positive result is an increase; negative is a decrease.

Result = ((New − Old) / Old) × 100

Quick-Reference Formula Table

QuestionFormulaExampleAnswer
X% of Y(X ÷ 100) × Y15% of 20030
X is what % of Y?(X ÷ Y) × 10045 is what % of 180?25%
Percentage increase((New − Old) ÷ Old) × 100Old: 50, New: 60+20%
Percentage decrease((New − Old) ÷ Old) × 100Old: 80, New: 64−20%

Percentage Change vs. Percent Off vs. Percentage Difference – When to Use Each

Percentage change (increase or decrease) compares a new value to an old one over time. Use it for price movements, population growth, or any before-and-after comparison.

Percent off is a shopping shorthand for a percentage decrease applied to a starting price. It uses the same formula – just label the original price as "old" and the discounted price as "new."

Percentage difference is different: it compares two values where neither is the "before" – for example, comparing the populations of two cities. The formula averages the two values as the base instead of using one as the reference. The calculator's % change mode is best when one value is clearly the starting point.

Quick Tips and Common Mistakes

  • Forgetting to divide by 100: A very common slip. 20% of 50 is (20 ÷ 100) × 50 = 10, not 20 × 50 = 1,000.
  • Mixing up the base: "A 50% increase followed by a 50% decrease" does not get you back to the start. 100 → +50% → 150 → −50% → 75. Always check which number is the base.
  • Percentage points ≠ percentage change: If interest rates rise from 2% to 3%, that is a 1 percentage point rise but a 50% increase in the rate itself.
  • Rounding too early: If you are doing a multi-step calculation, keep the full decimal until the final answer.
  • Negative percentage change is fine: A result of −25% simply means the value fell by a quarter.

Your Privacy

All calculations happen directly in your browser using JavaScript. Nothing you type is uploaded or stored anywhere. You can use this tool with real salary figures, test scores, or financial data without any concern.

Ready to crunch your numbers? Use the percentage calculator at the top of this page – pick your mode, type your values, and get the answer instantly.

Frequently asked questions

How do I calculate a percentage of a number by hand?+
Divide the percentage by 100, then multiply by the number. For example, 30% of 250: (30 ÷ 100) × 250 = 75. You can also move the decimal point two places left – 30% becomes 0.30 – then multiply.
What is the formula for percentage increase or decrease?+
((New Value − Old Value) ÷ Old Value) × 100. A positive result means an increase; a negative result means a decrease. For example, going from 40 to 52: ((52 − 40) ÷ 40) × 100 = 30% increase.
How do I work out what percentage one number is of another?+
Divide the first number by the second, then multiply by 100. If you scored 36 out of 45: (36 ÷ 45) × 100 = 80%. Use the 'X is what % of Y' mode on the calculator above for instant results.
How do I calculate percent off a price?+
Find the discount amount first: (Discount % ÷ 100) × Original Price. Then subtract it from the original. For 25% off £120: (25 ÷ 100) × 120 = £30 off, so the sale price is £90.
Is my data saved or sent anywhere?+
No. This calculator runs entirely in your browser. Nothing you type is sent to a server or stored in any way. It is safe to use with private numbers like salaries or grades.
Is this percentage calculator free?+
Yes, completely free with no sign-up, no ads to click through, and no usage limits. Just open the page and start calculating.
What is the difference between percentage points and a percentage change?+
Percentage points describe an arithmetic difference between two percentages (e.g. 4% to 6% is 2 percentage points). Percentage change measures how much one value grew or shrank relative to its starting point (the same move is a 50% increase in the rate). They are easy to confuse but mean very different things.
Can I use this calculator for VAT, tips, or exam marks?+
Yes. Any situation that needs a percentage works here. For VAT, use 'X% of Y' to find the tax amount, then add it to the original. For a restaurant tip, find 15% (or whatever you prefer) of the bill total. For exam marks, use 'X is what % of Y' to convert a raw score to a percentage.