Executive Summary: A percentage expresses a number as a fraction of 100 โ and despite being one of the first math concepts most people learn, percentage calculations are one of the most common sources of everyday errors, from miscalculating a discount to confusing a percentage increase with a percentage point change. This guide covers every percentage formula you're likely to need: finding a percentage of a number, calculating percentage change, percentage increase and decrease, reverse percentages, and the critical difference between percentage change and percentage points โ with worked examples for each so you can apply the right formula to the right problem every time.
โก Key Takeaways
- To find a percentage of a number: (Percentage รท 100) ร Number. To find what percentage one number is of another: (Part รท Whole) ร 100.
- Percentage change is always calculated relative to the original (starting) value, never the new value โ this is the single most common source of percentage errors.
- A "percentage point" and a "percentage change" are not the same thing. An interest rate moving from 5% to 7% is a 2 percentage point increase, but a 40% percentage increase.
- Percentage changes don't add or subtract across multiple steps โ a 20% increase followed by a 20% decrease does not return you to the original number.
- Markup (based on cost) and margin (based on selling price) use the same numbers but produce different percentages โ confusing the two is a common pricing mistake.
- Reverse percentage problems (finding the original value before a known percentage change) require dividing, not multiplying, by the percentage factor.
1. What Is a Percentage?
A percentage is a way of expressing a number as a fraction of 100. The word itself comes from the Latin per centum, meaning "per hundred." When you say "25%," you're saying "25 out of every 100," which is mathematically identical to the fraction 25/100 or the decimal 0.25.
This simple definition is the foundation for every formula in this guide โ and most percentage errors happen not because someone forgets what a percentage is, but because they apply the wrong formula to the wrong type of question. The rest of this guide walks through each distinct percentage problem type and the exact formula it requires.
2. How to Calculate a Percentage of a Number
This is the most basic percentage calculation: finding what a given percentage of a number actually equals.
Formula:
(Percentage รท 100) ร Number = Result
Worked Example
What is 30% of 250?
(30 รท 100) ร 250 = 0.3 ร 250 = 75
Quick Mental Math Shortcut
For 10%, simply move the decimal point one place left (10% of 250 = 25). For 1%, move it two places left (1% of 250 = 2.5). You can build almost any percentage from these two reference points โ for example, 30% is just 10% ร 3 (25 ร 3 = 75), confirming the calculation above without needing a calculator.
3. How to Calculate What Percentage One Number Is of Another
This is the reverse direction of the previous calculation: instead of finding a percentage of a number, you're finding what percentage one number represents of another.
Formula:
(Part รท Whole) ร 100 = Percentage
Worked Example
You scored 42 out of 60 on a test. What percentage is that?
(42 รท 60) ร 100 = 0.7 ร 100 = 70%
This formula is the one most commonly needed for grades, survey results, completion rates, and any scenario where you have a "part" and a "whole" and need the relationship between them expressed as a percentage.
4. Percentage Change: The Formula Everyone Gets Wrong
Percentage change measures how much a value has increased or decreased relative to its original value. This is where most percentage mistakes happen โ people frequently divide by the wrong number.
Formula:
((New Value โ Original Value) รท Original Value) ร 100 = Percentage Change
The critical rule: you always divide by the original value โ never the new value, and never the average of the two. This single rule resolves the majority of percentage change confusion.
Worked Example
A product's price increased from $80 to $100. What is the percentage change?
((100 โ 80) รท 80) ร 100 = (20 รท 80) ร 100 = 0.25 ร 100 = 25% increase
Why Order Matters
If you divided by the new value (100) instead of the original (80) by mistake, you'd get 20% โ a different, incorrect answer. This is a genuinely common error, especially when working quickly or when the "before" and "after" values aren't clearly labeled in a dataset.
5. Percentage Increase vs. Percentage Decrease
The same core formula from Section 4 applies to both increases and decreases โ the only difference is the sign of the result.
| Scenario | Formula | Result Interpretation |
|---|---|---|
| Percentage Increase | ((New โ Original) รท Original) ร 100 | Positive result = increase |
| Percentage Decrease | ((Original โ New) รท Original) ร 100 | Positive result = decrease |
Worked Example: Percentage Decrease
A laptop's price dropped from $1,200 to $900. What is the percentage decrease?
((1,200 โ 900) รท 1,200) ร 100 = (300 รท 1,200) ร 100 = 0.25 ร 100 = 25% decrease
Note that a 25% increase from $80 to $100 (Section 4) and a 25% decrease here use the same underlying math but in opposite directions โ always identify which direction you're measuring before applying the formula, since increase and decrease problems use the original value as the denominator in slightly different but related ways.
6. Percentage Points vs. Percentage Change (The Most Common Confusion)
This distinction trips up even experienced professionals, particularly in finance, economics, and reporting contexts โ and getting it wrong can meaningfully misrepresent data.
The Difference, Explained
A percentage point is the simple arithmetic difference between two percentages. A percentage change is the relative change between those two percentages, calculated using the percentage change formula from Section 4.
Worked Example
An interest rate moves from 5% to 7%.
- Percentage point change: 7% โ 5% = 2 percentage points
- Percentage change: ((7 โ 5) รท 5) ร 100 = (2 รท 5) ร 100 = 40% increase
Both statements โ "a 2 percentage point increase" and "a 40% increase" โ are accurate descriptions of the exact same change. They are not interchangeable, and using the wrong one in financial reporting, news headlines, or business analysis can make a change look dramatically larger or smaller than it actually is. This distinction matters significantly for anyone working with rates, such as the interest rate calculations covered in our simple vs. compound interest guide.
7. Reverse Percentage: Working Backward From a Final Value
A reverse percentage problem gives you the final value after a percentage change and asks you to find the original value โ the opposite direction of the calculations covered so far.
Formula (after a percentage increase):
Original Value = New Value รท (1 + (Percentage รท 100))
Formula (after a percentage decrease):
Original Value = New Value รท (1 โ (Percentage รท 100))
Worked Example
A jacket costs $90 after a 25% discount. What was the original price?
Original Value = 90 รท (1 โ 0.25) = 90 รท 0.75 = $120
Common mistake: Many people incorrectly calculate this by simply adding 25% of $90 back on ($90 + $22.50 = $112.50), which is wrong. The 25% discount was applied to the original $120 price, not to the discounted $90 price โ so you cannot reverse it by adding a percentage of the final value. Dividing by the discount factor, as shown above, is the only correct method.
8. Markup vs. Margin: A Percentage Mistake That Costs Businesses Money
This is one of the most financially consequential percentage confusions, particularly for small business owners pricing products.
Markup
Markup is calculated as a percentage of the cost price.
Markup % = ((Selling Price โ Cost) รท Cost) ร 100
Margin
Margin is calculated as a percentage of the selling price.
Margin % = ((Selling Price โ Cost) รท Selling Price) ร 100
Worked Example
A product costs $50 and sells for $70.
- Markup: ((70 โ 50) รท 50) ร 100 = (20 รท 50) ร 100 = 40%
- Margin: ((70 โ 50) รท 70) ร 100 = (20 รท 70) ร 100 = โ28.6%
The dollar profit ($20) is identical in both cases, but the percentage differs significantly depending on which base you divide by. A business owner who confuses these two โ for example, aiming for a "40% margin" but actually calculating a 40% markup โ will under-price their product and earn a lower profit margin than intended. This is a genuinely common and costly real-world percentage error.
9. Compound Percentage Changes (Why You Can't Just Add Them)
One of the most counterintuitive percentage facts: percentage changes applied sequentially do not simply add or cancel out, because each percentage is calculated relative to a different base value.
Worked Example: Increase Then Decrease
Start with $100. Increase it by 20%, then decrease the result by 20%.
- Step 1 (increase): $100 ร 1.20 = $120
- Step 2 (decrease): $120 ร 0.80 = $96
You end up with $96, not the original $100. The 20% decrease was calculated on $120 (a larger base), so it removed more in absolute dollars ($24) than the 20% increase added ($20). This is precisely why compound interest, covered in our interest calculation guide, grows (or shrinks) differently than simple, single-step percentage changes โ each period's percentage applies to an already-changed base value, not the original one.
10. Real-World Examples: Discounts, Tips, Tax, and Raises
Calculating a Discount
An item costs $80 with a 15% discount. Discount amount: (15 รท 100) ร 80 = $12. Final price: $80 โ $12 = $68.
Calculating a Tip
A restaurant bill is $64 and you want to leave an 18% tip. Tip amount: (18 รท 100) ร 64 = $11.52. Total: $64 + $11.52 = $75.52.
Calculating Sales Tax
An item costs $45 before an 8% sales tax. Tax amount: (8 รท 100) ร 45 = $3.60. Total cost: $45 + $3.60 = $48.60.
Calculating a Salary Raise
Your salary increases from $55,000 to $60,500. Percentage increase: ((60,500 โ 55,000) รท 55,000) ร 100 = (5,500 รท 55,000) ร 100 = 10% raise.
These everyday calculations all use the formulas covered in Sections 2 and 4 โ recognizing which formula a real-world scenario calls for is usually the harder part, not the arithmetic itself. If you're calculating loan-related percentages specifically โ interest rates, monthly payment breakdowns, or amortization โ our Loan Calculator guide covers those calculations in depth, and the Loan Calculator tool handles the full computation automatically.
11. Common Percentage Mistakes
Mistake 1: Dividing by the Wrong Base Value
Always divide by the original value when calculating percentage change โ not the new value, and not an average of the two. This single error is responsible for more incorrect percentage calculations than any other mistake on this list.
Mistake 2: Confusing Percentage Points With Percentage Change
As covered in Section 6, a change from 5% to 7% is both "2 percentage points" and "40% change" โ using these terms interchangeably misrepresents the actual scale of change, particularly in financial or statistical contexts.
Mistake 3: Assuming Percentage Changes Cancel Out
A 20% increase followed by a 20% decrease does not return you to the starting value, as demonstrated in Section 9 โ each percentage applies to a different base.
Mistake 4: Confusing Markup and Margin
As shown in Section 8, the same dollar profit produces different percentages depending on whether you divide by cost (markup) or selling price (margin) โ using the wrong one in pricing decisions directly affects profitability.
Mistake 5: Adding the Discount Back Incorrectly in Reverse Percentage Problems
As shown in Section 7, you cannot find an original price by simply adding back a percentage of the discounted price โ you must divide by the discount factor, since the original percentage was applied to the original (larger) value, not the final one.
12. Quick Reference Formula Table
| What You Need to Find | Formula |
|---|---|
| Percentage of a number | (Percentage รท 100) ร Number |
| What percentage X is of Y | (X รท Y) ร 100 |
| Percentage change | ((New โ Original) รท Original) ร 100 |
| Percentage point difference | New % โ Original % |
| Original value before an increase | New Value รท (1 + (Percentage รท 100)) |
| Original value before a decrease | New Value รท (1 โ (Percentage รท 100)) |
| Markup percentage | ((Selling Price โ Cost) รท Cost) ร 100 |
| Margin percentage | ((Selling Price โ Cost) รท Selling Price) ร 100 |
For instant calculations without manual arithmetic, the Percentage Calculator handles every formula in this table automatically โ simply enter your values and select the calculation type you need.
13. Conclusion
Percentage calculations look simple on the surface, but the majority of real-world percentage errors come from applying the wrong formula to the wrong type of question โ dividing by the new value instead of the original, confusing percentage points with percentage change, or assuming sequential percentage changes cancel out. Once you recognize which of the eight formula types in Section 12 a given problem calls for, the arithmetic itself is straightforward.
For calculations involving compounding over time โ loans, interest, or investment growth โ these single-step percentage formulas are the building blocks; our simple vs. compound interest guide extends this foundation into multi-period calculations. For everyday quick calculations, the Percentage Calculator removes the need to manually apply any of these formulas at all.
14. Frequently Asked Questions
1. What is the basic formula for calculating a percentage?
To find a percentage of a number: (Percentage รท 100) ร Number. To find what percentage one number is of another: (Part รท Whole) ร 100. These are the two foundational percentage formulas that most other calculations build on.
2. How do you calculate percentage change?
Percentage change = ((New Value โ Original Value) รท Original Value) ร 100. The critical rule is to always divide by the original value, not the new value โ this is the most common source of percentage change errors.
3. What is the difference between a percentage point and a percentage change?
A percentage point is the simple arithmetic difference between two percentages (7% โ 5% = 2 percentage points). A percentage change is the relative change between them, calculated with the percentage change formula ((7โ5)รท5ร100 = 40% change). Both describe the same underlying shift but represent very different magnitudes, and confusing them can misrepresent data significantly.
4. Why doesn't a 20% increase followed by a 20% decrease return the original number?
Because each percentage is calculated relative to a different base value. The 20% increase is calculated on the original number, but the 20% decrease is then calculated on the new, larger number โ so it removes more in absolute terms than the increase added. A $100 value that increases 20% to $120 and then decreases 20% lands at $96, not $100.
5. How do you find the original price before a discount?
Divide the final (discounted) price by (1 โ discount percentage as a decimal). For a $90 price after a 25% discount: $90 รท (1 โ 0.25) = $90 รท 0.75 = $120. You cannot find the original price by simply adding the discount percentage back onto the discounted price, since the original discount was calculated on the higher original value.
6. What's the difference between markup and margin?
Markup is profit calculated as a percentage of the cost price: ((Selling Price โ Cost) รท Cost) ร 100. Margin is profit calculated as a percentage of the selling price: ((Selling Price โ Cost) รท Selling Price) ร 100. For the same item, markup percentage is always higher than margin percentage when there's a profit, because the cost (the markup denominator) is smaller than the selling price (the margin denominator).
7. How do you calculate a discount amount and final price?
Calculate the discount amount with (Discount Percentage รท 100) ร Original Price, then subtract that amount from the original price. For an $80 item with a 15% discount: discount = (15รท100)ร80 = $12, final price = $80 โ $12 = $68.
8. How do you calculate a tip percentage?
Multiply the bill amount by the tip percentage as a decimal: (Tip Percentage รท 100) ร Bill Amount. For a $64 bill with an 18% tip: (18รท100)ร64 = $11.52 tip, making the total $75.52. The same formula applies to calculating sales tax on a purchase.
9. Can percentages exceed 100%?
Yes. A percentage above 100% simply means the value being measured is more than the whole or base value it's being compared to. For example, if a company's revenue grows from $50,000 to $150,000, that's a 200% increase โ the new value is three times the original, and percentage increase calculations regularly exceed 100% in growth, investment return, and comparison contexts.
10. How do you calculate a percentage decrease?
Percentage decrease = ((Original Value โ New Value) รท Original Value) ร 100. For a price dropping from $1,200 to $900: ((1,200โ900)รท1,200)ร100 = 25% decrease. This uses the same underlying logic as percentage increase, just measuring the reduction relative to the original (larger) value.
11. Why is dividing by the original value so important in percentage change calculations?
Because the original value represents the true baseline being measured against โ dividing by the new value instead produces a mathematically different (and incorrect) result. For example, a change from $80 to $100 is a 25% increase when correctly divided by 80, but would incorrectly appear as a 20% increase if mistakenly divided by 100. This single rule resolves the majority of percentage change errors.
12. Is there a quick mental shortcut for calculating percentages without a calculator?
Yes โ use 10% and 1% as anchor points. Finding 10% of any number just means moving the decimal point one place left; finding 1% means moving it two places left. From there, you can build most percentages through simple multiplication or addition: for example, 30% is 10% ร 3, and 15% is 10% + 5% (where 5% is half of 10%). This method handles the vast majority of everyday percentage calculations without needing a calculator at all.
Written by Mohsan Abbas โ Founder, SEO Tool Kit Pro
Published: June 2026
SEO Tool Kit Pro provides 50+ free professional SEO tools to help webmasters, marketers, and content creators rank higher in search engines.