Percentage Change Calculator

Find the percentage increase or decrease between an old and a new value, with the absolute difference shown too. Computed locally in your browser.

Work in your browser

Local and private

How to use Percentage Change Calculator

Three simple steps, with your content kept on your device.

01

Enter the values

Add the original value and the new or updated value.

02

Calculate

Press the button to apply the standard percentage-change formula.

03

Read the direction

See whether the change is an increase, a decrease, or unchanged.

Built for useful work

Fast, focused, and made to be clear on every screen.

Standard formula

Uses ((new − old) / old) × 100, the usual way to measure change.

Edge cases handled

Zero old values are flagged instead of producing a fake result.

Local calculation

Values are processed in the current tab with no upload.

Understanding the percentage change formula

Percent change and percentage difference are two names for the same measurement: how much a value moved relative to where it started. Percentage change measures how much a value moved relative to where it started. The formula is ((new − old) / old) × 100. A positive result is an increase, a negative result is a decrease, and the magnitude tells you how large the move was relative to the original value.

The denominator is always the old value, which makes the result relative rather than absolute.

A change from 50 to 75 is +50%, while a change from 100 to 125 is only +25% — same absolute gain, different relative growth.

Doubling is always +100%, regardless of whether the numbers are large or small.

The formula stays valid for negative values, though the direction of the result deserves care in that case.

Common real-world applications

Percentage change shows up wherever growth or decline is compared over time or between scenarios. Pricing, finance, and performance reporting all rely on the same core calculation.

Price changes — tracking how a product price moved between two points in time.

Financial returns — measuring portfolio or investment performance between periods.

Business metrics — revenue, users, or traffic growth reported as a percentage.

Comparison across scales — percentage change makes different-sized bases comparable.

Why the old value matters

The result depends heavily on the base you compare against. Small changes from a tiny base look dramatic, while the same absolute change from a large base looks modest. That is not a flaw in the math — it is a property of relative measurement.

A 5-point move from 10 to 15 is +50%, but the same move from 100 to 105 is only +5%.

When comparing changes, always state the base value so the percentage has context.

Reversing direction does not simply flip the sign — a 50% increase needs a 33.3% decrease to get back to the start.

For zero old values no percentage can be computed, which the tool flags explicitly rather than guessing.

Avoiding common mistakes

Most errors with percentage change come from mixing up the old and new values or misreading the sign. A few habits keep the result reliable.

Confirm which value is old and which is new before calculating — swapping them changes the answer.

Watch the sign — a decrease produces a negative percentage, and interpreting it as positive hides the direction.

Use consistent units — mixing dollars and cents or thousands and millions skews the result.

Percentage change vs. percentage points

A common confusion is between a percentage change and a percentage-point difference. They measure different things, and mixing them up changes the story a number tells.

A rate moving from 5% to 10% is a 5 percentage-point increase but a 100% relative increase.

Percentage points describe the arithmetic difference between two rates; percentage change describes growth relative to the starting rate.

In financial and economic reporting, always check which one the headline means — the two numbers are rarely interchangeable.

This tool computes percentage change; use a simple difference when you need percentage points instead.

Verifying your percentage change result

A quick mental or reverse check catches most mistakes before a wrong number reaches a report or a decision.

Reverse the direction — a +25% change from 80 means the new value should be 100; if it is not, one of the inputs was wrong.

Sanity-check the sign — decreases must produce negative results, and a positive result with a smaller new value signals swapped inputs.

When the result looks extreme, check whether the old value was nearly zero — small denominators inflate percentages.

Interpreting the result correctly

The percentage is only half the story — context decides what it means. A number with no base or direction can easily be misread, so it pays to pair the result with its inputs.

Always pair the percentage with the old and new values when sharing the result.

A 100% increase means the value doubled; a 100% decrease means it hit zero — the two extremes are easy to confuse.

Percentages over 100 are common for growth but can look like errors to someone used to small changes.

When a change is described in a headline, confirm whether it is relative growth or a percentage-point move before acting on it.

Frequently asked questions

What is the percentage-change formula?

The change is ((new − old) / old) × 100. A positive result is an increase and a negative result is a decrease.

What happens when the old value is zero?

Division by zero is undefined, so the tool shows the absolute difference and clearly explains that no percentage can be computed.

Can the values be negative?

Yes. Negative values are accepted and the direction and magnitude follow the same formula.