Calculate Increase / Decrease
Change Breakdown
What is Percent Change?
Percent change is a mathematical concept used to measure the degree of change over time. It tells you exactly how much a value has grown or shrunk compared to its original starting point, expressed as a percentage.
This is universally used in finance, science, retail, and statistics because it provides context. For example, an increase of $5 on a $10 item is a massive 50% increase, but a $5 increase on a $1,000 item is a tiny 0.5% change. Percent change normalizes these figures so they can be easily understood and compared.
How to Calculate Percent Change
Formula: ((Final - Initial) ÷ |Initial|) × 100
To calculate the percentage change manually, you first find the difference between the old and new numbers. Then, you divide that difference by the absolute value of the original number. Finally, multiply by 100 to get the percentage.
Step-by-Step Example: If your rent goes from $1,200 to $1,350:
1. Find the difference: 1350 - 1200 = 150
2. Divide by the initial value: 150 ÷ 1200 = 0.125
3. Multiply by 100: 0.125 × 100 = 12.5% Increase
Understanding the Formulas
The underlying math changes slightly depending on whether the number is going up or down.
Percentage Increase
When the new value is higher than the old.
Percentage Decrease
When the new value is lower than the old.
⚠️ Percent Change vs. Percentage Points
A very common mistake in statistics is confusing percent change with percentage points.
If an interest rate goes from 10% to 15%, it has increased by 5 percentage points (absolute change). However, the percent change (relative growth) is actually 50%, because 5 is half of the original 10.
Percent Change vs. Percent Difference
While they sound nearly identical, percent change and percent difference are used in entirely different mathematical contexts. The key to knowing which to use lies in whether you are tracking a single item over time, or comparing two completely distinct items.
📈 Percent Change
- Definition: Measures the directional growth or shrinkage of a single value over time.
- Math: Divides the difference by the original (old) value.
- Sign: Can be positive (increase) or negative (decrease).
When to use: Stock prices (yesterday vs. today), weight loss, or annual revenue growth.
⚖️ Percent Difference
- Definition: Compares two independent values where neither is considered the "starting" point.
- Math: Divides the absolute difference by the average of both values.
- Sign: Always a positive, absolute number.
When to use: Comparing the price of milk at Store A vs. Store B, or comparing the heights of two different people.
8 Common Percent Change Scenarios
Here are eight quick examples demonstrating how percent change is calculated in various everyday situations.
Salary Raise
Old: $50,000
New: $55,000
Change: +10%
Gas Prices
Old: $3.50/gal
New: $3.85/gal
Change: +10%
Stock Drop
Old: $120
New: $90
Change: -25%
Weight Loss
Old: 200 lbs
New: 180 lbs
Change: -10%
Subscribers
Old: 10,000
New: 15,000
Change: +50%
Clearance Sale
Old: $40
New: $20
Change: -50%
Website Traffic
Old: 5,000
New: 6,250
Change: +25%
Utility Bill
Old: $80
New: $64
Change: -20%
Real-World Scenarios for Percent Change
1. Stock Market Tracking
If you buy a stock at $50 and it rises to $65, calculating the percent change tells you that your portfolio has experienced a 30% increase in value.
2. Retail Markdowns
If a TV is originally priced at $800 and is on sale for $600, finding the percent change (-25%) confirms exactly what kind of discount you are getting. To calculate final prices from store coupons, use our dedicated Discount Calculator.
3. Weight Loss Goals
Doctors often track weight loss as a percentage of initial body weight rather than raw pounds to better gauge the health impact of the change.
4. Corporate Revenue Growth
Businesses report "Year-over-Year" (YoY) growth by comparing last year's Q1 revenue to this year's Q1 revenue using a percent change formula.
Frequently Asked Questions
1. Can percent change be negative?
Yes. A negative percent change simply indicates a percentage decrease. For example, a -20% change means the final value is 20% lower than the initial value. If you need to quickly find the final amount after a known drop, use our Decrease by Percentage Calculator.
2. Is percent change the same as percent difference?
No. Percent change compares an old value to a new value chronologically. Percent difference compares two independent numbers where neither is considered the "original" starting point.
3. What if my initial value is zero?
Mathematically, you cannot divide by zero. Therefore, if your initial value is exactly 0 and it increases to any number, the percent change is considered "undefined" or infinite.
4. How do I calculate percent change in Excel?
If cell A1 is your Old Value and B1 is your New Value, use the formula =(B1-A1)/ABS(A1). Then, apply the percentage formatting to the cell.