Skip to main content
Percentage Calculator
Calculate

Percentage formulas

Every percentage formula on one page, with the thing that actually causes mistakes made explicit: which one answers which question.

All of these come from a single idea. A percentage is a fraction whose denominator is fixed at 100, so (Part ÷ Whole) × 100 is the root formula and everything below is that equation rearranged to solve for a different unknown.

Percentage of a number

You know the percentage and the whole, and want the part.

(Percentage ÷ 100) × Number

(20 ÷ 100) × 500 = 100

Use for tips, tax amounts, commissions and shares of a total.

Open the calculator →

What percent one number is of another

You know the part and the whole, and want the percentage.

(Part ÷ Whole) × 100

(25 ÷ 200) × 100 = 12.5%

Use for exam scores, completion rates and market share.

Open the calculator →

Finding the whole

You know the part and the percentage, and want the whole.

Part ÷ (Percentage ÷ 100)

50 ÷ 0.2 = 250

Use for pre-discount prices, pre-tax amounts and totals implied by a deposit.

Open the calculator →

Percentage increase

How much a value grew, measured against where it started.

((New − Original) ÷ Original) × 100

((150 − 100) ÷ 100) × 100 = 50%

The original value is the reference point, which is why it goes underneath.

Open the calculator →

Percentage decrease

How far a value fell. Identical to increase, written so the answer comes out positive.

((Original − New) ÷ Original) × 100

((200 − 150) ÷ 200) × 100 = 25%

Quoting “a 25% decrease” is conventional; “a −25% change” says the same thing.

Open the calculator →

Percentage change

Movement in either direction. A positive result is a rise, a negative one a fall.

((New − Original) ÷ |Original|) × 100

((125 − 100) ÷ 100) × 100 = 25%

Directional: swapping the two values changes the answer.

Open the calculator →

Percentage difference

The gap between two peer values, measured against their average.

(|A − B| ÷ ((A + B) ÷ 2)) × 100

(|100 − 120| ÷ 110) × 100 = 18.18%

Symmetric: swapping the two values leaves the answer unchanged.

Open the calculator →

Discount and final price

The money off, and the price you actually pay.

Price × ((100 − Discount) ÷ 100)

100 × 0.8 = 80

Multiplying by what is left is one step; finding the discount and subtracting is two.

Open the calculator →

The four that get confused

Increase, decrease, change and difference are routinely used interchangeably. They are not interchangeable, and on the same pair of numbers they give different answers.

How percentage increase, decrease, change and difference differ
FormulaReference pointOrder matters?100 → 120
IncreaseThe original valueYes20% increase
DecreaseThe original valueYesNot applicable — the value rose
ChangeThe original valueYes+20%
DifferenceThe average of bothNo18.18%

Percentage points are a fifth thing

When the values themselves are percentages, the difference between them is measured in percentage points, not percent. A rate moving from 4% to 5% has risen by 1 percentage point and by 25%. Both statements are true, and choosing the flattering one is a well-worn way of making a small change sound large.

Frequently asked questions

What is the basic percentage formula?
Percentage = (Part ÷ Whole) × 100. Every other percentage formula is a rearrangement of this one, solving for a different unknown.
How do I convert a percentage to a decimal?
Divide by 100, which is the same as moving the decimal point two places to the left. 20% becomes 0.2, 7.5% becomes 0.075, and 150% becomes 1.5.
How do I convert a decimal or fraction to a percentage?
Multiply a decimal by 100: 0.35 becomes 35%. For a fraction, divide the top by the bottom first, then multiply by 100: 3/8 is 0.375, which is 37.5%.
Which formula should I use for percentage difference?
Use (|A − B| ÷ average of A and B) × 100 when the two values are peers. Use the percentage change formula instead when one value came before the other — they give different answers on purpose.