Percentages appear in discounts, taxes, exam scores, salary hikes, and investment returns. Here is the complete guide — formulas, worked examples, and common mistakes — so you can calculate any percentage with confidence.
A percentage is a number expressed as a fraction of 100. The word comes from the Latin per centum, meaning "by the hundred." When you say 45%, you mean 45 out of every 100 — or equivalently, the fraction 45/100 = 0.45.
Percentages are useful because they give a standard scale for comparison. A score of 72 out of 90 and a score of 80 out of 100 are hard to compare directly — but converting both to percentages (80% vs 80%) immediately shows they are equal.
There are three core calculations, all based on the same relationship:
Each formula is a rearrangement of the same equation. Once you know any two of the three values, you can find the third.
Answer: 30% of 250 is 75.
Answer: 45 is 25% of 180.
Skip the arithmetic — enter any two values and get the answer instantly.
Open Percentage CalculatorPercentage change measures how much a value has grown or shrunk relative to its original amount.
Answer: The salary increased by 15%.
Answer: The price decreased by 25%.
Sometimes you know the final value after a percentage was applied, and you want to work backwards to find the original. This is called a reverse percentage.
Answer: The base price before tax was ₹500.
Answer: The original price was ₹800.
To add a percentage to a number (e.g. apply a surcharge or markup):
To subtract a percentage from a number (e.g. apply a discount):
Use the calculator to verify your answers or work through any percentage problem step by step.
Try the Percentage CalculatorThe basic formula is: Percentage = (Part ÷ Whole) × 100. To find the part: Part = (Percentage × Whole) ÷ 100. To find the whole: Whole = (Part ÷ Percentage) × 100.
Use the formula: % Increase = ((New Value − Old Value) ÷ Old Value) × 100. For example, if a price rises from ₹500 to ₹600, the increase is ((600 − 500) ÷ 500) × 100 = 20%.
Divide the discounted price by (1 − discount÷100). Example: if an item costs ₹400 after a 20% discount, the original price = 400 ÷ 0.80 = ₹500. Do not add 20% back — that gives the wrong answer.
No. If you increase ₹100 by 10%, you get ₹110. Then decreasing ₹110 by 10% gives ₹99 — a net loss of 1%. Percentage increases and decreases are not symmetrical because they apply to different base values.
For "X% of Y": type =A1*B1/100 or simply =A1*B1%. For percentage change: =(B1-A1)/A1 then format the cell as a percentage. Most spreadsheet apps handle percentage formatting automatically.