What is a Percentage?
A percentage is a way of expressing a number as a fraction of 100. The word percent literally means "per hundred" — so 40% means 40 out of every 100. It is one of the most universal ways to compare two quantities regardless of their original scale.
Percentages have no units. They are dimensionless, which is exactly what makes them useful: you can compare the pass rate of a 30-student class to the pass rate of a 3,000-student school using the same number format.
Three representations of the same value always exist simultaneously:
- Percent: 25%
- Decimal: 0.25
- Fraction: 1/4
Converting between them is how most percentage arithmetic works under the hood. Multiplying by 100 moves decimal → percent; dividing by 100 does the reverse.
The Three Core Percentage Formulas
Most percentage problems fall into one of three question types. Identifying the type first tells you exactly which formula to apply — this is the single most reliable way to stop making calculation errors.
Notice that all three formulas use the same three values — Part, Whole, and Percentage. When you know any two, you can always find the third by rearranging the same equation.
Percentage Change Formula
When comparing a before-value to an after-value, use the percentage change formula. It works for both increases and decreases — the sign of the result tells you the direction.
Positive result = increase · Negative result = decrease
e.g. Price rose from $80 to $100: ((100 − 80) ÷ 80) × 100 = +25%
Applying a Percentage to a Value
When you want to find the new value after increasing or decreasing by a percentage:
e.g. $200 increased by 15% → 200 × 1.15 = $230
After decrease: New Value = Original × (1 − % ÷ 100)
e.g. $200 decreased by 15% → 200 × 0.85 = $170
Which Formula for Which Situation?
The hardest part for most people is not doing the math — it is identifying which formula type applies. This table maps common real-world situations to the correct formula type.
| Situation | What you know | What you need | Formula type |
|---|---|---|---|
| 20% off a $150 item — what's the discount? | %, whole | Part (discount $) | Type A |
| You scored 42/60 on a test — what grade? | Part, whole | Percentage (%) | Type B |
| After 20% off, shoes cost $80 — original price? | Part, % | Whole (original) | Type C |
| Salary rose from $4,000 to $4,500 — % raise? | Old, new value | % change | % Change |
| Stock gained 15% from $200 — new price? | Original, % | New value ($) | % Increase |
| Tax rate is 8.9% on $800 purchase — tax amount? | %, whole | Part (tax $) | Type A |
| 30 of 40 members attended — what % showed up? | Part, whole | Percentage (%) | Type B |
Step-by-Step: How to Calculate Percentage
This universal process works for any percentage problem. The key is to label your values before you touch the formula.
Percentage vs Percentage Points — A Critical Distinction
This confusion appears constantly in financial news, economic reports, and everyday conversation — and mixing them up can lead to dramatically wrong interpretations.
If interest rates rise from 2% to 3%, that is a +1 percentage point change. Simple subtraction: 3 − 2 = 1. No formula needed.
That same 2% → 3% move is a +50% change in the rate itself. Formula: (3 − 2) ÷ 2 × 100 = 50%.
When a central bank raises rates by "50 basis points," that is 0.50 percentage points — not a 50% increase in the rate. Financial media routinely uses both measures in the same article. Always check whether the stated change is a percentage point difference or a relative percentage change.
If you divided the difference by the original value, you have a percentage change.
Worked Examples
Each example below maps to one of the tool's five calculation modes. You can verify every result using the Percentage Calculator.
What is 25% of 200?
Finding a tip, a discount amount, or a commission on a total value.
= 0.25 × 200
= 50
✓ 25% of 200 equals 50
50 is what percent of 200?
Calculating a test score, attendance rate, or conversion rate.
= 0.25 × 100
= 25%
→ 50 represents 25% of 200
Price from $80 to $100
Measuring revenue growth, price inflation, or salary increase.
= (20 ÷ 80) × 100
= +25%
✓ Price increased by 25%
$200 decreased by 15%
Applying a discount, calculating depreciation, or modelling a price cut.
= 200 × 0.85
= $170
⚠ Discount removes $30 from original
Common Mistakes to Avoid
- Mixing up Part and Whole in Type B. Always divide the smaller value (the Part) by the total value (the Whole), not the other way around. 20/50 gives 40% — 50/20 gives 250%, which has a completely different meaning.
- Forgetting to divide by 100 in Type A. Writing 25 × 200 instead of 0.25 × 200 gives 5,000 instead of 50. Always convert the percentage to decimal first.
- Reversing the denominator in % change. The denominator is always the original value, not the new one. Dividing by the new value gives a different and incorrect percentage.
- Using the new price as the base in a reverse percentage. If a price is $80 after a 20% discount, the original is NOT $80 × 1.20 = $96. It is $80 ÷ 0.80 = $100. The percentage applied to the original, not to the sale price.
- Confusing percentage change with percentage points. A rate rising from 2% to 4% is a +2 percentage point change but a +100% relative change. These are two different statements.
- Expecting percentages to always sum to 100%. In a multiple-choice survey where respondents can pick more than one option, percentages across answers will exceed 100% — and that is mathematically correct.
FAQ
What is the basic formula for calculating a percentage?
The core formula is: Percentage = (Part ÷ Whole) × 100. Divide the value you want to express as a percentage by the total, then multiply by 100. For example, 45 out of 60 gives (45 ÷ 60) × 100 = 75%. This is Type B in the three-formula framework — it finds the percentage when you know both numbers.
How do you find X% of a number?
Multiply the number by the percentage divided by 100. Formula: Part = (X ÷ 100) × Total. For 22% of 150: (22 ÷ 100) × 150 = 0.22 × 150 = 33. Alternatively, convert 22% to the decimal 0.22 first, then multiply by the number directly.
How do you find the original number from a percentage (reverse percentage)?
Divide the known part by the percentage expressed as a decimal. Formula: Whole = Part ÷ (% ÷ 100). If 50 is 25% of some number, the answer is 50 ÷ 0.25 = 200. For a reverse of a percentage change — such as finding the price before a 20% discount — divide the current price by (1 − 0.20) = 0.80.
What is the difference between percentage change and percentage points?
Percentage points measure the arithmetic difference between two percentages (e.g. 2% to 3% = +1 percentage point). Percentage change measures the relative shift: (3 − 2) ÷ 2 × 100 = +50%. These two measures tell very different stories. In financial reporting, always check which one is being used.
Can a percentage be greater than 100%?
Yes — when used in a percentage change or growth context. If sales grew from $100 to $250, the percentage increase is ((250 − 100) ÷ 100) × 100 = 150%. However, when measuring a part of a whole (e.g. what percentage of students passed), the result cannot exceed 100% because a part cannot be larger than the whole.
Is 16% of 25 the same as 25% of 16?
Yes — mathematically they are identical. Both equal 4. This is because X% of Y = (X/100) × Y, and Y% of X = (Y/100) × X, and multiplication is commutative. This trick is useful for mental math: when one percentage is hard to compute, flip the numbers and calculate the easier version instead.
How do you calculate percentage increase and decrease?
Both use the same formula: % Change = ((New − Original) ÷ Original) × 100. If the result is positive, it is an increase; if negative, it is a decrease. Alternatively, for an increase you can also use New Value = Original × (1 + % ÷ 100), and for a decrease: New Value = Original × (1 − % ÷ 100).