Math

Percentage Calculator Guide

Expert Reviewed & Fact-Checked by CalcPro Editorial Team

Percentages appear in virtually every area of life — from discounts and taxes to interest rates, health metrics, and exam scores. Yet many people struggle with percentage calculations beyond the basics. This guide covers every type of percentage calculation you will encounter, with clear formulas, worked examples, and practical applications.

Jump straight to the tool: Use our free Percentage Calculator for instant results.

What This Calculator Does

The Percentage Calculator handles four distinct percentage questions that get confused with each other constantly: finding what X% of a number is, finding what percentage one number is of another, calculating percentage change between two numbers, and finding the original value when you know a percentage of it. They look similar but use different formulas.

The Four Calculation Types

"X% of Y" multiplies: (X ÷ 100) × Y. "A is what % of B" divides: (A ÷ B) × 100. "Percentage change from A to B" is: ((B − A) ÷ |A|) × 100 — using the absolute value of A in the denominator so the sign correctly reflects increase or decrease even when A itself is negative. "A is X% of what number" rearranges to: A ÷ (X ÷ 100).

Real-Life Example: Calculating a Discount

A $85 jacket is 30% off. Using "X% of Y": 30% of 85 = (30÷100) × 85 = $25.50 discount, making the final price $59.50. This is the most common everyday use of percentages — and the one most people calculate correctly without even thinking about it as a formula.

Real-Life Example: Percentage Change (Where People Go Wrong)

A stock price moves from $40 to $52. The percentage increase is ((52−40)÷40) × 100 = (12÷40) × 100 = 30%. Now reverse it: if the stock then drops back from $52 to $40, the percentage decrease is ((40−52)÷52) × 100 = (-12÷52) × 100 ≈ -23.1%, not -30%. The denominator changes depending on which number you're measuring the change relative to — a 30% gain followed by a 23.1% loss returns you to where you started, which surprises a lot of people the first time they see it.

Real-Life Example: Finding the Original Value

A receipt shows a final price of $46.40 after a 7% tax was added. To find the pre-tax price: $46.40 is 107% of the original (100% + 7% tax), so original = 46.40 ÷ 1.07 = $43.36. This "reverse percentage" calculation is the one people most often get wrong by subtracting 7% from the final price instead of dividing — which gives a slightly different (incorrect) answer of $43.15.

Using the CalcPro Percentage Calculator

Select which of the four calculation types matches your question, enter your two values, and the calculator applies the correct formula automatically — removing the guesswork about which formula fits which scenario.

References

Frequently Asked Questions

Why does a 30% increase followed by a 30% decrease not return you to the original number?

Because the second percentage change is calculated relative to the new (larger) number, not the original. A 30% increase from 100 gives 130; a 30% decrease from 130 is 91, not 100 — the base amount the percentage applies to has changed.

How do I calculate the original price before tax was added?

Divide the final price by (1 + tax rate as a decimal), not by subtracting the tax percentage directly. For a 7% tax, divide by 1.07 — subtracting 7% from the final price gives a slightly incorrect result because percentages don't subtract linearly in reverse.

What's the difference between percentage points and percentage change?

If an interest rate moves from 5% to 7%, that's a 2 percentage point increase, but a 40% percentage increase relative to the original 5% ((7-5)/5 × 100 = 40%). These two ways of describing the same change can sound very different, and conflating them is a common source of confusion in financial news.

Can a percentage change be greater than 100%?

Yes. If a value more than doubles, the percentage increase exceeds 100% — going from 10 to 25 is a 150% increase. This is mathematically correct and simply reflects that the new value is more than double the original.

Why is the absolute value used in the percentage change formula?

Using the absolute value of the original number in the denominator ensures the sign of the result correctly reflects an increase or decrease, even when the original number itself was negative — without it, a negative starting value could flip the sign of the result in a misleading way.