Percentage Change Calculator — Three Modes
Result
—
Formula
How Percentage Calculations Work
A percentage is a dimensionless ratio expressed as a fraction of 100, derived from the Latin "per centum" meaning "by the hundred." Percentage calculations are among the most commonly used mathematical operations in daily life, business, science, and finance. According to the National Council of Teachers of Mathematics, understanding percentages is considered a core numeracy skill, and research shows that percentage literacy is directly correlated with better financial decision-making.
This calculator handles three distinct modes. The "X% of Y" mode finds a portion of a number (useful for tips, taxes, and discounts). The "X is what % of Y" mode finds what fraction one number is of another (useful for test scores, market share, and general percentage problems). The "% Change" mode calculates the relative difference between two values (essential for finance, economics, and data analysis). Each mode has a distinct formula and serves different real-world purposes.
The Percentage Formulas
The three core percentage formulas are:
- X% of Y: Result = (X / 100) x Y. Example: 15% of 200 = (15/100) x 200 = 30.
- X is what % of Y: Result = (X / Y) x 100. Example: 45 is what % of 180? (45/180) x 100 = 25%.
- Percentage Change: Result = ((New - Old) / |Old|) x 100. Example: From 80 to 100: ((100 - 80) / 80) x 100 = +25% increase.
Worked example -- Investment Return: You bought a stock at $45 and it is now worth $63. Percentage change = ((63 - 45) / 45) x 100 = (18 / 45) x 100 = 40% increase. If it later drops from $63 to $45, that is ((45 - 63) / 63) x 100 = -28.6% decrease -- not -40%, because the base changed.
Key Terms You Should Know
- Percentage Point -- The absolute difference between two percentages. If interest rises from 3% to 5%, that is 2 percentage points but a 66.7% increase. Confusing percentage points with percentage change is one of the most common errors in media reporting.
- Basis Point -- One hundredth of a percentage point (0.01%). Used in finance: a 25 basis point rate cut means a 0.25 percentage point reduction. 100 basis points = 1 percentage point.
- Relative Change -- Percentage change expressed as a proportion of the original value. Equivalent to percentage change divided by 100.
- Compound Percentage Change -- When successive percentage changes are applied to a running total rather than the original value. A 10% increase followed by a 10% decrease does not return to the original: 100 x 1.1 x 0.9 = 99, a net 1% loss.
- Markup vs. Margin -- Markup is the percentage added to cost to get the selling price. Margin is profit as a percentage of the selling price. A 50% markup on a $100 item gives $150, but the margin is 33.3% ($50/$150).
Common Percentage Change Reference Table
The table below illustrates how percentage change works in common financial and everyday scenarios, including the asymmetric nature of increases and decreases.
| Scenario | Old Value | New Value | % Change | % Needed to Return |
|---|---|---|---|---|
| Stock doubles | $50 | $100 | +100% | -50% |
| Stock halves | $100 | $50 | -50% | +100% |
| Rent increase | $1,200 | $1,350 | +12.5% | -11.1% |
| Weight loss | 200 lbs | 180 lbs | -10% | +11.1% |
| Salary raise | $60,000 | $65,000 | +8.3% | -7.7% |
| Gas price spike | $3.50 | $4.90 | +40% | -28.6% |
Practical Examples
Example 1: Restaurant Tip. Your dinner bill is $86.50 and you want to leave a 20% tip. Using mode 1: 20% of $86.50 = (20/100) x 86.50 = $17.30. Total: $103.80. Use our tip calculator for split-bill scenarios.
Example 2: Sale Discount. A jacket is marked at $120 with a 35% discount. Price reduction = 35% of $120 = $42. Sale price = $120 - $42 = $78. If there is an additional 10% off the sale price: 10% of $78 = $7.80, final price = $70.20. Note: 35% + 10% does not equal 45% off because the 10% applies to the already-reduced price.
Example 3: Year-Over-Year Growth. A company had $2.4 million revenue in 2024 and $2.85 million in 2025. Percentage change = ((2.85 - 2.4) / 2.4) x 100 = (0.45 / 2.4) x 100 = 18.75% growth. According to the U.S. Census Bureau, average U.S. retail sales growth was approximately 3-5% annually in recent years, so 18.75% represents significantly above-average growth.
Tips and Common Mistakes
- Watch the base value. Percentage change always divides by the original (old) value, not the new value. Using the wrong base is the most common error and produces incorrect results.
- Percentage points vs. percentages. If unemployment rises from 4% to 6%, that is 2 percentage points but a 50% increase. Always clarify which you mean, especially in reports and presentations.
- Stacking percentages is multiplicative, not additive. Three successive 10% increases do not equal 30%. They equal: 1.1 x 1.1 x 1.1 = 1.331, or a 33.1% total increase. This matters for compound interest, inflation, and growth rates.
- Mental math shortcuts. To find 15%, calculate 10% and add half. To find 25%, divide by 4. To find 1%, move the decimal two places left. For percentage change, estimate whether the change is roughly "a third," "a half," or "double" for a quick sanity check.
- Cannot divide by zero. Percentage change from zero is undefined. If the old value is zero, use absolute change instead, or note that the concept of percentage change does not apply.
- Negative base values. When the old value is negative (e.g., comparing losses), use the absolute value in the denominator to avoid misleading sign changes. This calculator uses |Old| in the formula for this reason.
Frequently Asked Questions
How do you calculate percentage change?
Percentage change is calculated using the formula: ((New Value - Old Value) / |Old Value|) x 100. A positive result indicates an increase, and a negative result indicates a decrease. For example, from 80 to 100: ((100 - 80) / 80) x 100 = 25% increase. From 100 to 80: ((80 - 100) / 100) x 100 = -20% decrease. Note that the percentage change going up differs from going down because the base value changes.
Why is percentage change not symmetric?
Percentage change is asymmetric because the base (denominator) changes. A 50% increase from 100 gives 150, but a 50% decrease from 150 gives 75, not 100. This is because 50% of 100 is 50, while 50% of 150 is 75. To return from 150 to 100 requires a 33.3% decrease, not 50%. This asymmetry is important in finance: a stock that drops 50% must gain 100% to recover its original value.
What percentage is X of Y?
To find what percentage X is of Y, use the formula (X / Y) x 100. For example, 30 is what percent of 120? Answer: (30 / 120) x 100 = 25%. This mode is useful for calculating test scores (correct answers out of total), market share (company revenue out of total market), or completion rates (tasks done out of total tasks).
How do you find X% of a number?
To find X% of a number, multiply the number by X/100. For example, 15% of 80 = 80 x (15/100) = 80 x 0.15 = 12. A mental math shortcut: to find 15% of a price, calculate 10% (move the decimal one place left) and add half of that. For 15% of 80: 10% is 8, half of 8 is 4, so 15% is 8 + 4 = 12.
What is the difference between percentage change and percentage point change?
Percentage change measures relative change from the base value, while percentage point change measures the absolute difference between two percentages. For example, if an interest rate rises from 2% to 3%, that is a 1 percentage point increase but a 50% percentage change ((3-2)/2 x 100). This distinction is critical in economics, politics (poll results), and finance (interest rate changes). Confusing the two can lead to significantly different interpretations.
Can percentage change exceed 100%?
Yes, percentage change can exceed 100% and even go into the thousands. A value that doubles has a 100% increase. A value that triples has a 200% increase. For instance, if a stock price rises from $5 to $20, the percentage change is ((20-5)/5) x 100 = 300%. There is no upper limit to percentage increase. However, a percentage decrease is capped at 100% (when the value reaches zero) since values cannot go below zero in most real-world contexts.