PublicSoftTools
Tools16 min read·PublicSoftTools Team·May 2026

Percentage Formulas Reference — All the Percentage Calculations You Need

Percentages appear everywhere: discounts, salary changes, test scores, interest rates, statistics, financial returns. Despite being fundamental, percentage calculations are a surprisingly common source of confusion — particularly percentage change, reverse percentages, and the difference between percentage points and percentages. This reference guide covers every key percentage formula with worked examples and common mistakes to avoid.

Complete Percentage Formula Reference

What you want to calculateFormulaWorked example
What is X% of Y?Result = (X / 100) × YWhat is 15% of 80? = (15/100) × 80 = 12
X is what percent of Y?Percent = (X / Y) × 10012 is what % of 80? = (12/80) × 100 = 15%
Percentage change (increase or decrease)% change = ((New − Old) / Old) × 100From 50 to 65: ((65−50)/50) × 100 = +30%
Percentage increaseNew value = Old × (1 + rate/100)200 increased by 25%: 200 × 1.25 = 250
Percentage decreaseNew value = Old × (1 − rate/100)200 decreased by 25%: 200 × 0.75 = 150
Reverse percentage (find original)Original = Current value / (1 ± rate/100)Price after 20% increase is £120. Original = 120/1.20 = £100
Percentage point differencePP difference = New percentage − Old percentageRate rose from 3% to 5%: difference is 2 percentage points (not 2%)
Compound percentage changeFinal = Start × (1 + rate/100)ⁿ for n periods1000 at 5% for 3 years: 1000 × 1.05³ = £1,157.63

How to Use the Percentage Calculator

  1. Open the percentage calculator.
  2. Select the type of percentage calculation you need (percentage of a number, percentage change, reverse percentage, etc.).
  3. Enter the known values into the appropriate fields.
  4. Click Calculate. Results are shown with the formula used and step-by-step working.

Percentage Change in Detail

Percentage change expresses how much a value has changed relative to its original value:

% change = ((New − Old) / Old) × 100

Important points:

Example: A stock price fell from £120 to £90. % change = ((90 − 120) / 120) × 100 = (−30/120) × 100 = −25%. The stock fell 25%.

Reverse Percentage

A reverse percentage problem gives you the value after a percentage change and asks for the original value before the change:

Original = Current value / (1 + rate/100) [for an increase]

Original = Current value / (1 − rate/100) [for a decrease]

Example: After a 30% increase, a product costs £91. What was the original price?

Original = 91 / 1.30 = £70.

Common mistake: Subtracting 30% from the final value: 91 − 30% of 91 = 91 − 27.3 = £63.70. This is wrong because it takes 30% of the final price, not the original price. The correct answer is £70.

VAT and Tax Calculations

VAT (Value Added Tax) is one of the most common reverse percentage applications. In the UK, standard VAT is 20%.

Price including VAT: Price exc. VAT × 1.20

Price excluding VAT (from a VAT-inclusive price): Price inc. VAT / 1.20

VAT amount: Price exc. VAT × 0.20 (or: Price inc. VAT − Price exc. VAT)

Example: A product costs £240 including 20% VAT. VAT amount = 240 − (240/1.20) = 240 − 200 = £40. Price without VAT = £200.

Percentage Points vs. Percentages

This is one of the most misunderstood distinctions in everyday numerical communication:

Both can be true simultaneously and mean different things. "Unemployment fell by 2 percentage points (from 8% to 6%)" and "unemployment fell by 25% (relative decrease from 8%)" describe the same fact. The choice of framing can significantly affect perceived magnitude.

Compound Percentage Changes

Compound percentage changes multiply together rather than adding. For n periods with rate r% each:

Final = Start × (1 + r/100)ⁿ

This is compound interest, compound inflation, compound population growth — any situation where a percentage change builds on the previous result.

Example: £1,000 invested at 7% per year for 10 years: Final = 1000 × 1.07¹⁰ = 1000 × 1.9672 = £1,967.15.

The Rule of 72 gives a quick estimate of doubling time: divide 72 by the annual rate. At 7%, money doubles in approximately 72/7 ≈ 10.3 years (the exact value above confirms this: nearly doubles in 10 years).

Common Percentage Mistakes

Common errorWhy it's wrongCorrect approach
Confusing percentage points with percentagesInterest rate rose from 3% to 5%. This is a 2 percentage point rise, NOT a 2% rise. A 2% rise from 3% would be 3% × 1.02 = 3.06%.Use "percentage points" when comparing two percentages directly; use "%" when expressing relative change
Thinking percentage increases and decreases cancelA 50% increase then a 50% decrease does NOT return to the original. 100 × 1.50 × 0.50 = 75 (not 100). Percentage changes are multiplicative, not additive.To reverse a 50% increase, you need a 33.3% decrease (not 50%)
Dividing by the new value instead of original for percentage changePrice went from £50 to £65. Wrong: (15/65) × 100 = 23.1%. Correct: (15/50) × 100 = 30%.Always divide by the OLD (starting) value for percentage change
Adding percentages directly (inappropriate stacking)A 10% discount then an additional 5% discount is not 15% total. It is 10% + 5% of 90% = 10% + 4.5% = 14.5%.Compound: (1 − 0.10) × (1 − 0.05) = 0.9 × 0.95 = 0.855 → 14.5% total discount

Percentage in Statistics

Relative frequency

Relative frequency = (frequency of event / total observations) × 100. If 45 out of 200 students passed a test, the pass rate = (45/200) × 100 = 22.5%.

Percentage error

Percentage error measures how far an estimated or measured value is from the true value: % error = |measured − true| / true × 100. If you measured 48 cm when the true value was 50 cm: % error = |48−50|/50 × 100 = 4%.

Confidence intervals as percentages

Polls report percentages with a margin of error, e.g., "45% support, ±3%." This means the true value is likely between 42% and 48%. The margin covers the uncertainty from sampling — a random sample of 1,000 people has a margin of error of approximately ±3%.

Discounts and Savings

Percentage discount problems are a daily use case for percentage calculations:

Example: A jacket originally at £150 is now £99. Discount = 150 − 99 = £51. % discount = (51/150) × 100 = 34%.

Common Questions

What is 0% of any number?

0% of any number = 0. 0% means "no portion of" — taking none of the value. This may sound obvious but is sometimes confused in contexts like "0% APR" (no interest charged) or "0% fat" (no fat content claimed).

What is 100% of a number?

100% of a number is the number itself. 100% means "the whole thing." 100% of 75 = 75. A 100% increase doubles the original: 75 + 100% of 75 = 75 + 75 = 150. A "100% increase" and "double" are the same thing.

How do you add two percentages of the same value?

Simply add them: 15% of 200 + 20% of 200 = 35% of 200 = 70. This works because both percentages reference the same base. But when percentages reference different bases (different totals), you cannot simply add them — weight each percentage by its base first.

Can a percentage be greater than 100%?

Yes. A 200% increase means the value tripled (it increased by 200% of itself: 100 + 200 = 300). A percentage of a number can exceed 100% when the part is larger than the whole (which happens when measuring against a smaller reference). For example, if sales this year are £150 and last year were £100, this year's sales are 150% of last year's.

Calculate Any Percentage

Enter your values to calculate percentage change, reverse percentage, percentage of a number, or any other percentage calculation.

Open Percentage Calculator