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.