Finance

How to Calculate Percentages: Formulas for Every Situation

Divyesh P · DP Tech Studio
March 30, 2026
3 min read

Three core question types cover most of real life — portion, "what % of", and change over time. Here are the formulas, with examples you can re-check in a minute.

One word, three different jobs: a shop sticker ("15% off"), a bank ad ("1.2% on savings"), a poll move ("up two percentage points"). The algebra is small once you know which of the three big question types you are asking. Skim the headings below, find your situation, then plug the same numbers into the percentage calculator if you would rather not trust mental arithmetic on a bad day.

The Three Fundamental Percentage Questions

Almost every percentage calculation is a version of one of these three questions:

  1. What is X% of Y? (Finding the portion)
  2. What percentage of Y is X? (Finding the rate)
  3. X is P% of what number? (Finding the total or base)

Type 1: What is 35% of 200?

Portion = (Percentage ÷ 100) × Total

(35 ÷ 100) × 200 = 0.35 × 200 = 70

Type 2: 70 is what percentage of 200?

Percentage = (Portion ÷ Total) × 100

(70 ÷ 200) × 100 = 35%

Type 3: 70 is 35% of what?

Total = Portion ÷ (Percentage ÷ 100)

70 ÷ 0.35 = 200

Percentage Increase and Decrease

Percentage change comes up constantly in finance, price tracking, business reporting, and performance measurement.

Percentage Change = [(New Value − Old Value) ÷ Old Value] × 100

A positive result is an increase; a negative result is a decrease.

Examples

  • Price rises from £80 to £95: [(95 − 80) ÷ 80] × 100 = 18.75% increase
  • Score drops from 85 to 68: [(68 − 85) ÷ 85] × 100 = −20% (a 20% decrease)

Finding the New Value After a Change

To increase £120 by 15%: £120 × 1.15 = £138

To decrease £120 by 15%: £120 × 0.85 = £102

The multiplier approach — (1 + rate) for increases, (1 − rate) for decreases — is more reliable than calculating the change separately and adding or subtracting, especially when chaining multiple changes.

Discount Calculations

Retail discounts are straightforward percentage calculations, but knowing both the discount amount and the sale price is useful:

  • Discount amount: Original price × (Discount% ÷ 100)
  • Sale price: Original price × (1 − Discount% ÷ 100)

Example: 25% off ₹3,500

  • Discount amount: ₹3,500 × 0.25 = ₹875
  • Sale price: ₹3,500 × 0.75 = ₹2,625

Stacked Discounts Are Not Additive

A common misconception: "25% off + an extra 10% off = 35% off." This is wrong. Each discount applies to the already-reduced price.

  • ₹3,500 × 0.75 = ₹2,625 (after 25% off)
  • ₹2,625 × 0.90 = ₹2,362.50 (after extra 10% off)
  • Effective discount: (₹3,500 − ₹2,362.50) ÷ ₹3,500 × 100 = 32.5%, not 35%

Splitting a Total into Percentage Shares

If four expenses total ₹50,000 and one item costs ₹12,000:

(₹12,000 ÷ ₹50,000) × 100 = 24%

This is the basis for budget tracking, financial reporting, pie charts, and any situation where you want to understand what fraction of a whole a particular part represents.

Percentage Points vs. Percentages: A Frequently Confused Distinction

This distinction matters greatly in financial and economic reporting. "Percentage points" and "percent" describe the same change in different ways:

If an interest rate rises from 4% to 6%:

  • Change in percentage points: 6 − 4 = 2 percentage points
  • Change as a percentage: [(6 − 4) ÷ 4] × 100 = 50% increase

A 2 percentage-point rise and a 50% increase describe the same event but convey completely different information. Confusing them — or letting headlines confuse you — leads to misreading economic data.

Percentage in Finance and Interest

Simple interest uses the same percentage formula directly:

Interest = Principal × (Rate ÷ 100) × Time in years

₹1,00,000 at 7% per annum for 2 years: ₹1,00,000 × 0.07 × 2 = ₹14,000 interest

Compound interest applies the rate repeatedly, but the core percentage calculation is the same — it is simply iterated. Understanding Type 1 percentage calculation (finding a portion) is the foundation for all interest and return calculations.

Common Percentage Calculation Mistakes

  • Adding the percentage to the base instead of multiplying (thinking 10% of 50 = 60 instead of 5)
  • Treating stacked discounts as additive
  • Dividing by the new value instead of the original value when calculating percentage change
  • Confusing "percentage change" with "percentage point change"

CalcTap's Percentage Calculator runs the same three patterns (and change-over-time) so you are not picking symbols from memory when you're tired.

The short version

Portion, share-of-whole, or before-to-after change — name the type first, then the formula is hard to get wrong. Keep this page in a tab for the "which one am I doing?" check; use the tool when you are in a hurry or splitting a bill with people who will argue about rounding.

Related tools: GST Calculator | Salary Calculator | Investment Calculator

Frequently Asked Questions

How do I find what percentage one number is of another?
Divide the portion by the total, then multiply by 100. For example: 45 is what percentage of 180? (45 ÷ 180) × 100 = 25%. This formula works for any "what percentage of" question — exam scores, budget shares, sales targets, or survey results.
How do I calculate a percentage increase or decrease?
Use the formula: [(New Value − Old Value) ÷ Old Value] × 100. A positive result is an increase; negative is a decrease. Example: price goes from $80 to $92 → [(92 − 80) ÷ 80] × 100 = 15% increase. Always divide by the original (old) value — dividing by the new value gives a different (and incorrect) result.
What is the difference between a 2% change and a 2 percentage point change?
If interest rates rise from 3% to 5%, the change is 2 percentage points (5 − 3 = 2). As a percentage change, it is a 66.7% increase (because 2 ÷ 3 × 100 = 66.7%). Percentage points measure the direct numerical difference between two rates or proportions; percentage change measures how large that difference is relative to the starting value.
Are stacked discounts additive? Does 20% off plus 10% off equal 30% off?
No. Stacked discounts are multiplicative. A 20% discount followed by a 10% discount gives: (1 − 0.20) × (1 − 0.10) = 0.80 × 0.90 = 0.72, meaning you pay 72% of the original — a 28% effective discount, not 30%. The second discount always applies to the already-reduced price.

Editorial Note

Published and maintained by Divyesh P

Publisher DP Tech Studio
Published March 30, 2026
Last updated April 23, 2026