Percentage Calculator: How to Calculate Any Percentage
Percentages appear in everyday life — discounts, exam scores, tax, profit margins, and growth rates. The free percentage calculator handles every common calculation: finding X% of a number, calculating what percent one value is of another, measuring percentage change, and applying increases or decreases.
What Is a Percentage?
The word percentage comes from the Latin per centum — “by the hundred.” A percentage is a ratio expressed as a fraction of 100. Saying something is 35% is equivalent to saying 35 per 100, or the fraction 35/100, or the decimal 0.35. All three representations are mathematically identical — they just suit different calculation contexts.
Percentages are used universally because they normalise comparisons. Saying “the team won 18 games out of 24” is harder to compare across different season lengths than saying “the team won 75% of games.” The percentage collapses any denominator into a comparable ratio out of 100.
The Five Core Percentage Calculations
| Calculation | Formula | Example | Real-world use |
|---|---|---|---|
| X% of Y | (X ÷ 100) × Y | 15% of 200 = 30 | Tips, discounts, commission |
| X is what % of Y | (X ÷ Y) × 100 | 30 is 15% of 200 | Exam scores, market share, conversion rates |
| Percentage change | ((New − Old) ÷ |Old|) × 100 | 80 to 100 = +25% | Revenue growth, stock returns, inflation |
| Increase by X% | Y × (1 + X/100) | 500 + 20% = 600 | Adding VAT, salary raises, price increases |
| Decrease by X% | Y × (1 − X/100) | 500 − 20% = 400 | Discounts, tax deductions, depreciation |
How to Use the Percentage Calculator
- Open the Percentage Calculator
- Select a calculation mode from the buttons at the top — each mode shows different input labels
- Enter your values — the labels tell you exactly what each field expects
- The result and formula appear instantly as you type, with no button to press
Percentage Formulas Explained in Detail
Finding X% of a number (the most common calculation)
This is the calculation behind almost every discount, tip, and tax amount. To find 15% of 200, divide 15 by 100 to get the decimal form (0.15), then multiply by the base number: 0.15 × 200 = 30.
Common applications:
- Tip calculation: 20% of a $48 restaurant bill = $9.60
- Commission: 3% of a $350,000 property sale = $10,500
- Discount amount: 25% off a $120 item = $30 savings; pay $90
- Tax: 20% VAT on £180 net = £36 tax; total £216
What percent is X of Y?
Divide X by Y and multiply by 100. This converts a ratio into a percentage. To find what percentage 45 is of 180: (45 ÷ 180) × 100 = 25%.
Applications:
- Exam scores: 68 correct out of 85 questions = 80%
- Market share: company sold 32,000 units in a market of 180,000 = 17.8%
- Conversion rate: 245 purchases from 1,200 visitors = 20.4%
- Budget spent: $34,000 used of a $50,000 budget = 68%
Percentage change — measuring growth and decline
Percentage change measures how much a value changed relative to its starting point. The formula is: ((New − Old) ÷ |Old|) × 100. The absolute value in the denominator handles cases where the old value is negative (negative earnings turning less negative, for example).
Examples:
- Revenue grew from $80,000 to $100,000: change = ((100,000 − 80,000) / 80,000) × 100 = +25%
- Stock fell from $100 to $80: change = ((80 − 100) / 100) × 100 = −20%
- Headcount reduced from 45 to 38: change = ((38 − 45) / 45) × 100 = −15.6%
Critical asymmetry: a 25% rise followed by a 20% fall returns exactly to the original value — but these are different percentages. Start at 100, rise 25% to 125, fall 20% of 125 = 25, and you are back to 100. In finance, a 50% portfolio loss requires a full 100% gain just to break even — this asymmetry is why avoiding large losses is more valuable than capturing equivalent gains.
Increase or decrease by a percentage
To increase by X%, multiply by (1 + X/100). To decrease by X%, multiply by (1 − X/100). This is the fastest calculation for pricing and tax work.
- Adding 20% VAT to £50 net: 50 × 1.20 = £60 gross
- Salary after a 7.5% raise on $65,000: 65,000 × 1.075 = $69,875
- Price after a 30% discount on $120: 120 × 0.70 = $84
- Asset after 15% annual depreciation over 3 years: 50,000 × 0.85³ = $30,681
Percentage Points vs Percentage Change — A Critical Distinction
This is one of the most consistently misunderstood concepts in quantitative communication. The two phrases mean completely different things:
- Percentage points: the arithmetic difference between two percentages. If an interest rate rises from 4% to 5%, that is a 1 percentage point increase
- Percentage change: how much one percentage has changed relative to its previous value. The same rise from 4% to 5% is a 25% percentage change — (5 − 4) / 4 × 100 = 25%
These two statements describe identical events but are used selectively in financial reporting to make changes appear larger or smaller:
- A lender might report that mortgage rates rose by “only 1 percentage point” (downplaying the increase)
- A headline might say mortgage rates rose “25%” (emphasizing the increase)
- Both are technically accurate, which is why understanding the distinction matters
Real-World Use Cases
Business: growth rate and revenue targets
A business that generated $2.4M in revenue last year and $3.0M this year achieved a 25% year-over-year growth rate. To project next year's revenue at 20% growth: $3.0M × 1.20 = $3.6M. Use the “Increase by X%” mode for these forward projections.
Finance: portfolio returns and compound growth
A $12,000 portfolio growing to $14,400 has returned 20% over the period. For compound annual growth rate (CAGR), you need percentage change across multiple periods divided by time — but for a single period, the standard percentage change formula applies. If the portfolio grows 10% year 1 and 15% year 2, the combined growth is: $12,000 × 1.10 × 1.15 = $15,180 — a 26.5% total return (not 25%, since returns compound).
Retail: discount stacking and effective savings
A product at $200 is on sale at 25% off, and you have an additional 10% off coupon. Applied sequentially (not added together):
- After 25% off: $200 × 0.75 = $150
- After additional 10% off $150: $150 × 0.90 = $135
- Total saving: $65 (32.5% of original, not 35%)
Analytics: conversion rates and improvement targets
If a website converts 2.4% of visitors and you want to improve it to 3.0%, that is a 25% increase in conversion rate (percentage change). Setting a target of “increasing conversions by 25%” means 2.4 × 1.25 = 3.0% — a different goal than “increasing by 0.6 percentage points.” Use the right framing when communicating targets.
Scores and assessments
A student scores 68 out of 85 on an exam. To find the percentage: (68 ÷ 85) × 100 = 80%. To check whether this passes a 70% threshold: 70% × 85 = 59.5 — so 68 is a clear pass. To find what score is needed to hit 90%: 0.90 × 85 = 76.5 — so at least 77 correct answers.
Common Percentage Mistakes
Adding percentages instead of compounding them
Adding 10% to a number and then adding another 10% does not equal adding 20%. 100 + 10% = 110. 110 + 10% = 121. The combined effect is 21%, not 20%. This is the basis of compound interest and why long-term investments grow faster than linear arithmetic suggests.
Using the wrong base for percentage change
Percentage change must use the original value as the denominator, not the new value. Going from 80 to 100: the increase is 20, divided by the original 80, giving 25%. Dividing by the new value (100) would give 20% — a different number, and the wrong answer.
Misreading “percentage of” vs “percentage off”
“30% off” means the price drops to 70% of original. “30% of” gives you the reduction amount, not the final price. These are different directions of the same calculation, and confusing them when comparing prices leads to errors.
Frequently Asked Questions
How do I calculate a tip?
Find X% of the total bill. For a 20% tip on a $48 bill: 0.20 × $48 = $9.60. A quick mental shortcut: 10% of any number is just moving the decimal point one place left (10% of $48 = $4.80), so 20% is double that ($9.60).
What is the difference between percentage and percentage points?
Percentage points are the arithmetic difference between two percentage values — if a tax rate rises from 20% to 22%, that is a 2 percentage point increase. Percentage change is the relative change — the same rise is a 10% percentage change (2/20 × 100 = 10%). Both are correct; they measure different things.
How do I calculate percentage change when the original value is negative?
Use the absolute value of the original number as the denominator: ((New − Old) ÷ |Old|) × 100. When a company's losses improve from −$200K to −$120K, the change is ((−120K − (−200K)) / 200K) × 100 = +40% improvement (losses reduced by 40%).
Is percentage the same as probability?
Conceptually similar but not the same. A 60% probability means an event is expected to occur 60 out of 100 times under repeated trials. A 60% percentage of a whole means 60 parts out of 100 total parts. Both express ratios out of 100, but probability refers to likelihood while percentage refers to proportion.
Calculate Any Percentage Free
Five calculation modes, instant results, formulas shown. No signup required.
Open Percentage Calculator