Percentage Change

Compute percentage change between two values.

Prices, populations, stock values — when something changes over time, expressing that change as a percentage lets you compare it meaningfully against other changes, regardless of the original numbers' scale. This tool calculates the exact percentage increase or decrease between two values.

Why relative change matters more than absolute change

A $10 price increase means something very different depending on whether the original price was $20 or $2,000 — comparing raw dollar amounts alone obscures this crucial context, which is exactly the problem percentage change solves: expressing a change relative to its starting point makes wildly different-scale comparisons genuinely meaningful (a $10 increase on a $20 item is a 50% jump, while the same $10 increase on a $2,000 item is a mere 0.5% change), which is why financial reporting, economics and scientific research overwhelmingly favor percentage change over raw absolute differences when describing how something has changed.

The formula this tool applies

Percentage change is calculated as [(New Value − Original Value) ÷ Original Value] × 100 — subtracting to find the raw difference, dividing by the original value to express that difference relative to the starting point, then multiplying by 100 to convert the resulting decimal into a percentage. A positive result indicates an increase; a negative result indicates a decrease.

Where percentage change calculations are essential

  • Tracking investment or stock performance — comparing a stock or portfolio's value change over a period is almost always expressed as a percentage return rather than a raw dollar figure, since it accounts for the original investment size.
  • Analyzing business and economic growth — revenue growth, inflation rates, and unemployment changes are conventionally reported as percentage changes precisely because they enable meaningful comparison across different time periods and scales.
  • Evaluating weight loss or fitness progress — expressing progress as a percentage change relative to a starting weight or measurement gives more meaningful context than the raw number alone.
  • Comparing prices across different products or time periods — determining which of several price changes represents the larger relative increase, even when the underlying products have very different base prices.

Frequently asked questions

Why does the formula divide by the original value and not the new value? Because percentage change specifically measures the size of the change relative to where you started, not relative to where you ended up — dividing by the new value instead would answer a subtly different (and less commonly useful) question, and could produce genuinely confusing or misleading results, particularly for large increases.

Is a percentage decrease from 100 to 50 the "opposite" of an increase from 50 to 100? No, and this asymmetry surprises many people — going from 100 to 50 is a 50% decrease, but going from 50 back to 100 is a 100% increase, not a 50% increase, precisely because each percentage change is calculated relative to its own different starting point.

What does a percentage change greater than 100% mean? It simply means the new value is more than double the original value — a 150% increase from 20, for instance, means the value grew by 1.5 times the original amount (an increase of 30), resulting in a new value of 50, which is entirely mathematically valid even though it can feel unintuitive at first.

Further reading