ToolPilot

Math

How to Calculate Percentage: 5 Methods Explained

·6 min read

Percentages express a number as parts per hundred. They show up in discounts, grades, tax rates, growth metrics, and data dashboards. Below are five methods you can reuse almost anywhere — each answers a slightly different question.

1. Basic "what percent is A of B?"

Divide the part by the whole, then multiply by 100. Example: if you scored 42 marks out of 50, your percentage is (42 ÷ 50) × 100 = 84%. Guard against dividing by zero when the whole is zero or missing.

2. Percentage change (before → after)

Use ((new − old) ÷ old) × 100. If a shirt’s price rises from ₹800 to ₹920, the change is (120 ÷ 800) × 100 = 15% increase. A negative result means a decrease. This is the standard way to report month over month or year over year movement.

3. Finding the part from a percent of a whole

Multiply the whole by (percent ÷ 100). Example: 12.5% of 240 is 240 × 0.125 = 30. This is how you compute GST components, tips, or commission when the rate is known.

4. Reverse percentage ("30 is 15% of what?")

Rearrange: whole = part ÷ (percent ÷ 100). If 30 is 15% of an unknown total, total = 30 ÷ 0.15 = 200. Handy when you only know the discounted price and the discount rate and need the original MRP.

5. Successive percentage changes

Apply multipliers in sequence rather than adding percentages blindly. A 10% increase followed by a 10% decrease is not a return to the start: 1.10 × 0.90 = 0.99, i.e. a net 1% drop. Compound interest and repeated fees work the same way — chaining factors keeps you aligned with reality.

Everyday use cases

  • Shopping: compare discount vs cashback as effective percent off.
  • Work: interpret conversion rates and error rates from counts.
  • Health and fitness: body-fat or macro targets often use ratios.
  • Finance: returns, fees, and allocation weights are percentage-based.

Let tools handle repetition

Once the method is clear, calculators save time when you swap numbers often. ToolPilot offers a dedicated percentage calculator plus hundreds of pre-built percentage conversions on the percentage hub for common “X% of Y” and related queries.