Calculate percentage increase or decrease between two values
Percentage change is calculated as ((New Value - Old Value) / |Old Value|) x 100. The result is positive for an increase and negative for a decrease. The absolute value of the old value is used in the denominator to handle negative starting values correctly.
Percentage change is one of the most widely used metrics in business, finance, and everyday life. It lets you measure growth rates, compare price changes, track progress toward goals, and make meaningful comparisons between values of different magnitudes.
A positive result indicates an increase (growth), while a negative result indicates a decrease (decline). For example, going from 50 to 75 is a 50% increase, while going from 75 to 50 is a 33.3% decrease. Note that these are not symmetric.
Be careful to distinguish between percentage change and percentage point change. A rate going from 5% to 10% is a 5 percentage point increase but a 100% percentage change. Always clarify which one you mean in reports and analysis to avoid miscommunication.
Percentage change is calculated using the formula: ((New Value - Old Value) / |Old Value|) x 100. A positive result indicates a percentage increase, while a negative result indicates a percentage decrease. For example, if a price goes from $50 to $75, the percentage change is ((75 - 50) / 50) x 100 = 50% increase.
Percentage change measures the change from an original value to a new value and has a clear direction (increase or decrease). Percentage difference compares two values without specifying which is the original, using the average of both values as the denominator: |a - b| / ((a + b) / 2) x 100. Use percentage change when tracking changes over time, and percentage difference when comparing two independent values.
Yes, percentage change can exceed 100%. A percentage change greater than 100% means the new value is more than double the original. For example, going from 20 to 60 is a 200% increase. There is no upper limit -- a stock going from $1 to $10 represents a 900% increase. However, a decrease can never exceed 100% because that would mean the value went below zero.