Skip to content

Formula reference

Percentage formula reference

There isn't just one "percentage formula": there are several, depending on what you already know and what you're trying to find. This page collects the main variants in one place, each with a worked example, so you can find the one that matches your situation instead of re-deriving it from scratch.

Basic percentage formula (percent of a number)

Used when you know the percentage and the amount, and want to find the result.

Formula: result = (percent ÷ 100) × amount

Example: 20% of 150 = (20 ÷ 100) × 150 = 30.

This is the calculation the first tab of the percentage calculator runs, and the same three-step logic is explained more slowly, with extra practice problems, on the step-by-step guide.

Reverse percentage formula (what percent is X of Y)

Used when you know two amounts and want to find what percentage the first represents of the second.

Formula: percent = (part ÷ total) × 100

Example: 30 is what percent of 150? (30 ÷ 150) × 100 = 20%.

This is the calculation the second tab of the percentage calculator runs. It's the same formula used to turn a test score or a survey result into a percentage: divide the part by the whole, then multiply by 100.

Percentage increase/decrease formula (apply a % to a number)

Used when you know a starting number and want to find its new value after increasing or decreasing it by a given percentage.

Increase formula: new value = original + (original × percent ÷ 100)

Decrease formula: new value = original − (original × percent ÷ 100)

Example (increase): increase 100 by 15%, so 100 + (100 × 15 ÷ 100) = 100 + 15 = 115.

Example (decrease): decrease 100 by 15%, so 100 − (100 × 15 ÷ 100) = 100 − 15 = 85.

This is the calculation the third tab of the percentage calculator runs: pick Increase or Decrease and it applies the right formula for you, which is faster than plugging numbers into the expression above by hand.

Percentage change formula (from one value to another)

Used when you have two absolute values, an old one and a new one, and want the percentage by which the value changed. This is a different question from "increase/decrease by a %" above: here you don't already know the percentage, you're solving for it.

Formula: percentage change = ((new value − old value) ÷ old value) × 100

Example: a price went from $80 to $92. Percentage change = ((92 − 80) ÷ 80) × 100 = 15%, meaning a 15% increase.

A negative result means a decrease: if the price had instead gone from $80 to $68, the formula gives ((68 − 80) ÷ 80) × 100 = −15%, a 15% decrease. This formula is not currently one of the calculator's three tabs; if you use it often, the general-purpose percentage calculator above still handles the increase/decrease direction once you already know the percentage.

Percentage difference formula (comparing two values, no direction)

Different again from percentage change: percentage difference compares two values symmetrically, without treating either one as the "original". It's used when there's no natural before/after relationship between the two numbers, for example comparing two products' prices rather than tracking one price over time.

Formula: percentage difference = (|value 1 − value 2| ÷ ((value 1 + value 2) ÷ 2)) × 100

Example: comparing 40 and 60: |40 − 60| ÷ ((40 + 60) ÷ 2) × 100 = 20 ÷ 50 × 100 = 40%.

Percentage points vs. a percentage change

A formula-reference page is a good place to be precise about this distinction, since it trips up even careful writers. If a discount rate moves from 20% to 25%, that is a change of 5 percentage points. But expressed as a percentage change of the rate itself, it's a 25% increase (5 ÷ 20 × 100). Both statements are correct; they're just answering different questions. When you read a percentage figure in a news article or a report, check which one is being described: a raw point difference, or a percentage change relative to the starting value calculated with the formula above.

Which formula should I use?

A quick way to decide which formula applies to your situation:

Worked practice problems

Try matching each of these to the right formula above before checking the answer.

1. A store marks a $40 item down by 15%. What's the new price? This is the increase/decrease formula: 40 − (40 × 15 ÷ 100) = 40 − 6 = $34.

2. Rent went from $1,200 to $1,320. By what percentage did it increase? This is the percentage change formula: ((1320 − 1200) ÷ 1200) × 100 = 10%.

3. Two vendors quote $250 and $300 for the same job, with no "before" price to compare against. How different are the quotes, as a percentage? This is the percentage difference formula: |250 − 300| ÷ ((250 + 300) ÷ 2) × 100 = 50 ÷ 275 × 100 ≈ 18.2%.

If a problem doesn't clearly fit one of the five formulas above, it often helps to first write out, in plain words, exactly what you already know and exactly what you're solving for; that usually narrows it down to one row of the decision list. For a slower, example-heavy walkthrough of the basic and reverse formulas specifically, see the how to calculate a percentage guide. None of the numbers you work through on this page are sent anywhere; see the privacy policy for the full explanation.

Frequently asked questions

What is the formula to calculate a percentage?
The basic formula is: result = (percent ÷ 100) × amount. For example, 25% of 80 = (25 ÷ 100) × 80 = 20. See the "Basic percentage formula" section above for more examples.
What is the formula for percentage increase?
New value = original + (original × percent ÷ 100). For example, increasing 200 by 10% gives 200 + (200 × 10 ÷ 100) = 220. For percentage decrease, subtract instead of add.
What's the difference between percentage change and percentage difference?
Percentage change compares an old value to a new value and treats the old value as the reference point; it can be positive or negative, showing an increase or decrease. Percentage difference compares two values symmetrically, with no "before" or "after": it's always a non-negative number, calculated against the average of the two values.
Can I use these formulas in a spreadsheet?
Yes, every formula on this page is a plain arithmetic expression (division, multiplication, subtraction), so it translates directly into a spreadsheet cell formula, for example =(B1-A1)/A1*100 for percentage change between cells A1 and B1.
Why did my percentage-point change and percentage change give different numbers?
Because they answer different questions. A percentage-point change is a simple subtraction of two percentages (going from 20% to 25% is 5 points). A percentage change measures that same move relative to the starting value (5 ÷ 20 × 100 = 25%). See the "Percentage points vs. a percentage change" section above for a full example.

Try the calculator

Apply any of these formulas instantly, no manual math required.

Go to the calculator

Free. No sign-up.