How to Use This Percentage Change Calculator
This calculator handles three common percentage change calculations in one tool. Choose the mode that matches your problem, enter your values, and get instant results with step-by-step explanations.
Mode 1 — Percentage Change: Enter the original value and the new value to find the percentage change between them. The calculator tells you the percentage increase or decrease and the absolute difference.
Mode 2 — X% Increase from Y:Enter a value and a percentage to find what the value becomes after increasing by that percentage. For example, "What is 250 increased by 15%?"
Mode 3 — X% Decrease from Y:Enter a value and a percentage to find what the value becomes after decreasing by that percentage. For example, "What is 80 decreased by 25%?"
What Is Percentage Change?
Percentage change measures how much a value has changed relative to its original value, expressed as a percentage. It is one of the most commonly used mathematical concepts in everyday life, business, finance, and science. Whether you are tracking stock prices, comparing sales figures, calculating salary raises, or analyzing population growth, percentage change provides a standardized way to understand the magnitude of change.
A positive percentage change indicates an increase, while a negative percentage change indicates a decrease. The sign matters — a change from 100 to 120 is a +20% change, while a change from 120 to 100 is a −16.67% change. Notice that these are not the same magnitude: going up 20% and then down 20% does not return you to the starting value.
Percentage change is used extensively in financial reporting, economic indicators (like GDP growth and inflation rates), scientific measurements, and everyday situations like comparing prices or tracking weight changes. Its universal applicability makes it one of the most practical mathematical tools you can learn.
Percentage Change Formulas
The core formula for percentage change is:
Percentage Change = ((New Value − Original Value) / |Original Value|) × 100When the new value is greater than the original, the result is positive (an increase). When the new value is smaller, the result is negative (a decrease).
For finding a value after a percentage increase:
New Value = Original × (1 + Percentage / 100) Increase Amount = Original × (Percentage / 100)For finding a value after a percentage decrease:
New Value = Original × (1 − Percentage / 100) Decrease Amount = Original × (Percentage / 100)Example 1: A product price went from $50 to $65. Change = $65 − $50 = $15 % Change = ($15 / $50) × 100 = 30% increase
Example 2: A stock dropped from $120 to $96. Change = $96 − $120 = −$24 % Change = (−$24 / $120) × 100 = −20% decrease
Example 3: What is 400 increased by 25%? Increase = 400 × 0.25 = 100 New Value = 400 + 100 = 500
Example 4: What is 80 decreased by 35%? Decrease = 80 × 0.35 = 28 New Value = 80 − 28 = 52
Percentage Increase vs Decrease
One of the most counterintuitive aspects of percentage change is that percentage increases and decreases are not symmetric. A 50% increase followed by a 50% decrease does not return to the original value. This is because the increase is calculated from the original value, but the decrease is calculated from the larger (increased) value.
Example: Start with $100.
After 50% increase: $100 × 1.50 = $150 After 50% decrease: $150 × 0.50 = $75 (not $100!)To reverse a 50% increase, you need a 33.33% decrease (not 50%). The formula to reverse a percentage change is:
Reverse % = (Change / (1 + Change)) × 100This asymmetry is important in finance. If an investment drops 50%, it needs to gain 100% to break even. If it drops 90%, it needs a 900% gain to recover. Understanding this helps investors assess risk and set realistic expectations for recovery.
Another common source of confusion is comparing percentage changes across different base values. A $10 increase on a $20 item is a 50% change, but the same $10 increase on a $200 item is only a 5% change. Always consider the base value when interpreting percentage changes.
Common Mistakes to Avoid
- Wrong denominator. Always divide by the original (starting) value, not the new value. A change from 40 to 50 is 25% (10/40), not 20% (10/50).
- Confusing percentage change with percentage difference. Percentage change measures change from an old value to a new value over time. Percentage difference compares two values without a direction. They are different concepts with different formulas.
- Assuming symmetry. As explained above, a 20% increase followed by a 20% decrease does not return to the original. The decrease is larger in absolute terms because it is calculated on a bigger base.
- Double-counting percentages. Adding two percentage changes together is incorrect. A 10% increase followed by a 10% increase is not a 20% increase — it is 21% (1.10 × 1.10 = 1.21). Always multiply the multipliers, not the percentages.
- Neglecting the sign. A negative percentage change is a decrease, not an error. Pay attention to whether the change is positive or negative when interpreting results.
- Dividing by zero. Percentage change is undefined when the original value is zero because you cannot divide by zero. Our calculator handles this by returning no result when the original value is zero.
Frequently Asked Questions
How do I calculate percentage change between two numbers?
Subtract the original value from the new value to get the change, divide by the absolute value of the original, and multiply by 100. Formula: ((New − Original) / |Original|) × 100. For example, changing from 80 to 100: ((100 − 80) / 80) × 100 = 25% increase.
What is the difference between percentage change and percentage difference?
Percentage change measures how much a single value has changed over time (old vs new). Percentage difference measures the relative difference between two values without implying direction. The formula for percentage difference is: |a − b| / ((a + b) / 2) × 100, where you divide by the average of the two values.
Why is a 50% decrease not the same as a 50% increase?
Because they are calculated from different base values. A 50% increase on $100 gives $150. A 50% decrease on $150 gives $75 (not $100). The decrease is calculated on the larger value, so it removes more in absolute terms. To reverse a 50% increase, you need a 33.33% decrease.
How do I calculate percentage change when the original value is negative?
The formula still works, but interpretation requires care. For example, changing from −10 to −5: change = −5 − (−10) = 5. Percentage change = (5 / |−10|) × 100 = 50% increase. The value increased (became less negative), so the percentage change is positive. Always use the absolute value of the original as the denominator for consistency.
Can percentage change be more than 100%?
Yes. A percentage change greater than 100% means the new value is more than double the original. For example, going from $50 to $200 is a 300% increase. There is no upper limit on percentage change. However, percentage decrease cannot exceed 100% (since the value cannot go below zero in most real-world contexts).
How do I calculate cumulative percentage change over multiple periods?
Multiply the growth factors (1 + change) for each period, then subtract 1 and multiply by 100. For example, three years of 10%, 5%, and 8% growth: (1.10 × 1.05 × 1.08) − 1 = 1.2454 − 1 = 0.2454, or 24.54% cumulative growth. Do not simply add the percentages (which would give 23%, an incorrect answer).