Percentages are one of the most practically useful pieces of mathematics — and also one of the most frequently miscalculated. In 2026, percentage literacy matters more than ever: you need it to track inflation eroding your purchasing power, calculate a crypto portfolio gain, interpret an A/B test conversion rate lift, apply the correct VAT rate to an invoice, and — of course — figure out whether the Black Friday sale is actually as good as the banner claims.
Mental arithmetic works for round numbers, but it breaks down fast once decimals, large bases, or compound rates enter the picture. A free online percentage calculator removes the guesswork completely — and understanding the formula behind each type means you can spot errors and sanity-check results yourself.
This guide explains all eight calculation types available in the free Percentage Calculator, shows the formula behind each one, walks through real-world 2026 examples, and covers the most common percentage mistakes so you can avoid them.
Advertisement
How to use the percentage calculator
Choose your calculation type
The calculator offers eight types: Discount, Tip, Grade, Percentage Change, Compound Percentage, What is X% of Y, What number is X% of Y, and Percentage Difference. Click the type that matches your question — each has its own input fields and formula.
Not sure which to use? If you have a clear "before" and "after" value, use Percentage Change. If you're comparing two values with no obvious baseline (e.g. two competitors' prices), use Percentage Difference.
Enter your values
Fill in the input fields. Each field has a label (e.g. "Original Price") and help text explaining what to enter. The result updates in real time as you type — no button press needed.
For Percentage Change, always enter the older value as "Original" and the newer as "New." Swapping them flips the sign — a 10% increase becomes a reported decrease.
Read the result and history
The result is shown instantly below the inputs. The tool also keeps a running history of your recent calculations, so you can refer back without re-entering values.
Use the history log to compare multiple scenarios side-by-side — useful for comparing discount options, evaluating salary offers, or tracking investment returns across dates.
Calculate your percentage now
Free, instant, no sign-up. Eight calculation types — discounts, tips, grades, percentage change, VAT, and more.
Open Percentage Calculator free →The 8 calculation types — explained with examples
🛍️ Discount Calculator
Calculate the sale price and how much you save when an item is discounted by a percentage.
2026 Example:
Black Friday 2025: a £799 laptop is 35% off. Sale price = £799 × (1 − 0.35) = £519.35. You save £279.65.
Sale price = Original price × (1 − Discount% ÷ 100)
💰 Tip Calculator
Calculate the tip amount and total bill for any tip percentage.
2026 Example:
A US restaurant bill of $124 at 20% tip → tip = $24.80, total = $148.80. For a group of 4, each person owes $37.20.
Tip = Bill × (Tip% ÷ 100) | Total = Bill + Tip
📊 Grade Calculator
Convert a score out of a total to a percentage grade.
2026 Example:
You scored 42 out of 55 on a test. Grade = (42 ÷ 55) × 100 = 76.4% — a C under the standard US 10-point grading scale (70–79% = C range).
Grade% = (Score ÷ Total) × 100
📈 Percentage Change
Calculate how much a value has increased or decreased as a percentage. Positive = increase; negative = decrease.
2026 Example:
UK CPI inflation fell from 4.0% (Jan 2024) to 2.5% (Dec 2024). Change = ((2.5 − 4.0) ÷ 4.0) × 100 = −37.5% — inflation dropped by more than a third in under a year.
Change% = ((New − Old) ÷ Old) × 100
🔢 Compound Percentage
Calculate the result of applying multiple percentage changes in succession — useful for investment growth, inflation, compound interest, or sequential discounts.
2026 Example:
£10,000 in a 5.2% APY savings account after 3 years: £10,000 × 1.052³ = £11,643. With simple interest it would only be £11,560 (3 × £520). Compounding adds an extra £83 — and the gap widens every additional year.
Result = Starting value × (1 + Rate%)ⁿ
✖️ What is X% of Y?
The most common percentage question — find a percentage of a given number.
2026 Example:
What is 20% VAT on a £480 invoice? Answer = £480 × 0.20 = £96. Total payable = £576.
Result = Y × (X ÷ 100)
❓ What number is X% of Y?
Work backwards — find the original total when you know a value and what percentage it represents.
2026 Example:
A product costs £576 including 20% VAT. What is the pre-VAT price? £576 ÷ 1.20 = £480. (Or: £576 is 120% of what? → £480.)
Total = Value ÷ (Percentage ÷ 100)
⚖️ Percentage Difference
Compare two values and express the difference as a percentage of their average — useful when neither value is a clear "before" or "after".
2026 Example:
Two suppliers quote for the same job: Supplier A £850, Supplier B £1,100. Neither is the "original" — use Percentage Difference = |1,100 − 850| ÷ ((850 + 1,100) ÷ 2) × 100 = 25.6%. This is symmetric: it gives the same answer regardless of which supplier you put first.
Difference% = (|A − B| ÷ ((A + B) ÷ 2)) × 100
2026 real-world scenarios
Three worked examples showing exactly which calculation type to choose and why.
Inflation & salary adjustment
UK CPI inflation averaged ~2.6% in late 2025. If your salary is £42,000 and you received a 1.5% pay rise, did you get a real-terms increase?
Step 1 — Inflation-adjusted salary needed:
£42,000 × 1.026 = £43,092
Step 2 — Your actual new salary:
£42,000 × 1.015 = £42,630
Verdict:
You are £462/year worse off in real terms — a real-terms pay cut of 1.1%, despite a nominal rise. Use Percentage Change to calculate each step.
Crypto portfolio gain
You bought 0.5 BTC at $28,000 each (Jan 2024 cost basis: $14,000 total). In early 2025, BTC peaked at ~$100,000. What was your percentage gain?
Portfolio value at peak:
0.5 × $100,000 = $50,000
Percentage gain (Percentage Change type):
((50,000 − 14,000) ÷ 14,000) × 100 = +257.1%
Capital gain subject to CGT: $36,000. Use the Percentage Change type with original cost as "Old" and current value as "New."
A/B test conversion rate lift
Your e-commerce checkout A/B test: Control page converted 14.1% (451/3,200 visitors), Variant page converted 16.8% (538/3,200). Which percentage type applies?
Relative conversion lift (Percentage Change — Control is "Old"):
((16.8 − 14.1) ÷ 14.1) × 100 = +19.1% relative lift
Absolute percentage point difference:
16.8% − 14.1% = 2.7 percentage points
Important: "19.1% better" (relative) and "2.7pp higher" (absolute) are both accurate — but they tell very different stories. Marketing tends to report the relative lift; statisticians prefer the absolute. Know the difference before presenting results.
Formula quick-reference
All eight formulas at a glance — bookmark this section for quick lookups.
Discount
Sale = Original × (1 − D/100)
D = discount %
Tip
Tip = Bill × (T/100)
T = tip %
Grade
Grade% = (Score ÷ Total) × 100
Percentage Change
((New − Old) ÷ Old) × 100
+ve = increase
Compound %
Result = V × (1 + R/100)ⁿ
V = start, n = periods
X% of Y
Result = Y × (X/100)
Reverse %
Total = Value ÷ (P/100)
P = known %
Difference
(|A−B| ÷ avg(A,B)) × 100
No direction
Common percentage mistakes — and how to avoid them
These four errors trip up everyone from students to analysts. Knowing them makes you significantly harder to mislead.
Confusing percentage change with percentage difference
Percentage change requires a clear before/after direction and uses the old value as the base. Percentage difference has no direction and uses the average as the base. Using the wrong one can make the same gap appear as +25%, −20%, or 22% depending on which formula and direction you choose.
Example:
Product A costs £80, Product B costs £100. Percentage change (A→B) = +25%. Percentage change (B→A) = −20%. Percentage difference = 22.2%. None of these are wrong — they answer different questions.
Adding percentage discounts from different bases
"20% off, then extra 10% off" is NOT 30% off. Each discount is applied to the already-reduced price, not the original. The compound result is 28% off.
Example:
£100 → 20% off = £80 → 10% off £80 = £72. Total saving = £28 = 28% off original. Calculate manually: Original × (1 − D1/100) × (1 − D2/100) = £100 × 0.80 × 0.90 = £72.
Symmetric percentage increases and decreases don't cancel
A 50% increase followed by a 50% decrease does NOT return to the original. The 50% decrease is applied to the larger, post-increase number — so the net result is always a loss.
Example:
£1,000 → +50% = £1,500 → −50% = £750. Net change = −25%, not 0%. This is why "our stock is up 100% from the low" sounds better than "our stock is down 50% from the high" — even when describing the same price.
Confusing percentage points with percentages
A change from 4% to 6% is a 2 percentage point increase, but a 50% relative increase. These are not interchangeable. Headlines and marketing copy routinely exploit this ambiguity.
Example:
Mortgage rate rises from 4.0% to 5.5%. That is a 1.5 percentage point rise — or a 37.5% relative increase in the rate. Both are factually true. The relevant question is: "% of what?"
Related tools
🧮
Calculator
Full scientific calculator for complex arithmetic, roots, powers, and more.
📅
Date Calculator
Calculate the number of days, weeks, or months between any two dates — useful for annualising percentage returns.
📝
Word Counter
Count words, characters, reading time, and average sentence length — helpful for SEO content percentage targets.
Frequently asked questions
What is the basic formula for calculating a percentage?
The core formula is: Percentage = (Part ÷ Whole) × 100. For example, if 45 out of 200 survey respondents chose option A, the percentage is (45 ÷ 200) × 100 = 22.5%. The calculator handles more complex variants — percentage change, compound percentage, and reverse percentage — automatically.
What is the difference between percentage change and percentage difference?
Percentage change has a direction — it measures how much a value increased or decreased from a specific starting point. Use it when you have a clear "before" and "after" (e.g. price last year vs. this year). Percentage difference has no direction — it compares two values symmetrically using their average as the base. Use it when neither value is the clear original (e.g. comparing two competitors' prices or two A/B test variants).
How do I calculate VAT from a price?
To add VAT: multiply the net price by (1 + VAT rate). UK VAT is 20%, so a £400 net price becomes £400 × 1.20 = £480 gross. To extract VAT from a gross price (reverse): divide the gross by (1 + VAT rate). £480 ÷ 1.20 = £400 net; VAT portion = £80. Use the "What is X% of Y" type to find the VAT amount, or the reverse "What number is X% of Y" type to strip VAT from a gross price.
How does inflation affect the real value of my salary?
Calculate what your current salary needs to be to match last year's purchasing power: New Salary Needed = Old Salary × (1 + Inflation%/100). If inflation is 2.6% and your salary is £40,000, you need £41,040 just to stay even. If your rise was only 1.5% (→ £40,600), the real-terms value fell by 1.1%. Use the Percentage Change type to calculate both your nominal raise and the inflation figure, then compare.
How do traders calculate percentage gain on an investment or crypto?
Percentage gain = ((Current Value − Purchase Price) ÷ Purchase Price) × 100. This is the Percentage Change type — enter your purchase price as "Original" and the current market value as "New." For crypto, remember to use the cost basis of your actual purchase (not the day's open price) for accurate tax reporting.
What is the difference between a percentage point and a percentage change?
A percentage point (pp) is an absolute arithmetic difference between two percentages. A percentage change is the relative change. If interest rates rise from 4% to 5%, that is 1 percentage point — but it is a 25% relative increase in the rate. Headlines often omit which one they mean, which can be misleading. When in doubt: "X pp higher" is absolute; "X% higher" is relative.
How do I calculate A/B test conversion rate improvement?
You usually want the relative lift: ((Variant rate − Control rate) ÷ Control rate) × 100. This is the Percentage Change type, with Control as "Original" and Variant as "New." Also note the absolute difference in percentage points — stakeholders often find this easier to interpret than relative lift. For example: Control 14.1%, Variant 16.8% → +19.1% relative lift, but only +2.7pp absolute.
Why doesn't a 50% increase followed by a 50% decrease return to the original?
Because the decrease is applied to the larger post-increase value. £1,000 + 50% = £1,500. Then £1,500 − 50% = £750 — not £1,000. The net effect is −25%, not 0%. This asymmetry is why percentage recoveries always require a larger gain than the preceding loss: a 50% fall requires a 100% gain to recover.
How do I calculate a discount mentally?
10% = move the decimal one place left (£120 → £12). 5% = half of 10% = £6. 20% = double 10% = £24. 25% = divide by 4. For 30% off £120: 10% = £12, × 3 = £36 off → £84. For decimals or unusual percentages, the calculator is faster and more reliable.
What is compound percentage and when do I use it?
Compound percentage applies a rate multiple times, each time to the new running total — not the original. This is how investment growth, savings interest, and inflation compound. £1,000 at 5% simple = £1,250 after 5 years (5 × £50). At 5% compound = £1,276.28 (each year earns interest on the previous interest too). Use the Compound Percentage type for anything that grows or shrinks over multiple periods.
Can percentage change be negative?
Yes — a negative percentage change means the value decreased. ((New − Old) ÷ Old) × 100 gives a negative result whenever New < Old. For example, UK inflation fell from 11.1% (Oct 2022) to 2.0% (May 2024): ((2.0 − 11.1) ÷ 11.1) × 100 = −82.0%. This doesn't mean prices fell — it means the rate of price increases fell sharply.
How do I work out what percentage one number is of another?
Divide the part by the whole, then multiply by 100. Example: 45 is what percentage of 180? (45 ÷ 180) × 100 = 25%. This is the same as the Grade Calculator type — enter the smaller number as "Score" and the larger as "Total." Common uses: budget utilisation, survey response rates, completion percentages.
Is the percentage calculator completely free?
Yes — the calculator is free, requires no sign-up or account, runs entirely in your browser, and has no usage limits. All eight calculation types and the history feature are included at no cost.
Calculate your percentage now
Free, instant, no sign-up. Eight calculation types — discounts, tips, grades, VAT, inflation, compound interest, and more.
Open Percentage Calculator →