The Standard Engine.
MathematicsFinanceHealthPhysicsEngineeringBrowse all

Everyday Life · General Mathematics

Percentage Change Calculator

Calculate the percentage increase or decrease between two values using the standard percentage change formula.

Calculator

Advertisement

Formula

V₁ is the original (starting) value and V₂ is the new (final) value. The absolute value of V₁ is used in the denominator to correctly handle negative starting values. A positive result indicates an increase; a negative result indicates a decrease.

Source: National Institute of Standards and Technology (NIST) — General Mathematics Reference; also consistent with definitions in ISO 80000-1 and standard statistics textbooks.

How it works

Percentage change measures the relative difference between two values — an original (starting) value and a new (ending) value — and expresses that difference as a proportion of the original. The formula divides the difference between the new and original values by the absolute value of the original, then multiplies by 100 to convert the ratio into a percentage. Using the absolute value of the denominator ensures the sign of the result correctly reflects a gain or a loss regardless of whether the original value is positive or negative.

A positive percentage change means the value has increased from the original to the new figure, commonly called a percentage increase. A negative percentage change means the value has decreased, referred to as a percentage decrease. For example, if a product's price rises from $50 to $65, the percentage change is +30%, indicating a 30% price increase. If that same price later falls from $65 back to $50, the percentage change is −23.08%, not −30%, because the base (original) value is now $65. This asymmetry is an important mathematical property of percentage change that many people overlook.

It is critical to distinguish percentage change from percentage difference and percentage point change. Percentage difference compares two values without designating either as the 'original,' using their average as the denominator. A percentage point change, on the other hand, is simply the arithmetic difference between two percentages — for instance, if an interest rate moves from 3% to 5%, that is a 2 percentage point increase, but a 66.67% percentage change. Understanding which metric is appropriate in a given context is essential for accurate communication and analysis.

Worked example

Suppose the population of a city was 1,250,000 in 2010 and grew to 1,487,500 by 2020. To find the percentage change over this decade:

Step 1 — Calculate the absolute change: 1,487,500 − 1,250,000 = 237,500

Step 2 — Divide by the original value: 237,500 ÷ 1,250,000 = 0.19

Step 3 — Multiply by 100: 0.19 × 100 = 19%

The city's population grew by 19% over ten years. Now suppose that same population declined to 1,338,750 by 2025. Starting from the 2020 value of 1,487,500: (1,338,750 − 1,487,500) ÷ |1,487,500| × 100 = −148,750 ÷ 1,487,500 × 100 = −10%. The population fell by 10% from the 2020 baseline, illustrating how the base year always anchors the calculation.

Limitations & notes

The most important limitation of the percentage change formula is that it becomes undefined when the original value is zero — division by zero has no mathematical meaning, and the calculator will return an error or infinity in that case. The result should be interpreted cautiously when the original value is very small, as tiny absolute changes can produce extremely large percentage changes that may be misleading in context. Additionally, chained percentage changes do not add linearly: a 50% increase followed by a 50% decrease does not return to the original value (100 → 150 → 75), so multiple sequential percentage changes should not be summed. For comparing two values where neither is definitively the 'original,' consider using the percentage difference formula instead.

Frequently asked questions

What is the difference between percentage change and percentage difference?

Percentage change measures how much a value has changed relative to a specific starting (original) value, making it directional — it can be positive or negative. Percentage difference, by contrast, compares two values without assigning either as the original; it uses the average of the two values as the denominator and is always expressed as a positive number. Use percentage change when there is a clear 'before' and 'after,' and percentage difference when two values are simply being compared side by side.

Why does a 50% increase followed by a 50% decrease not return to the original value?

Because each percentage is calculated from a different base. If you start with 100 and increase by 50%, you get 150. A 50% decrease from 150 is 75 — not 100. The increase used 100 as the base, while the decrease used 150 as its base. This non-linear behavior means percentage changes cannot simply be added or subtracted when applied sequentially; you must compound them multiplicatively.

How do I calculate percentage change when the original value is negative?

When the original value is negative, the formula uses its absolute value in the denominator to preserve the correct sign of the result. For example, if a company's loss goes from −$20,000 to −$30,000, the percentage change is (−30,000 − (−20,000)) ÷ |−20,000| × 100 = −10,000 ÷ 20,000 × 100 = −50%, meaning the loss worsened by 50%. This convention ensures the sign of the output correctly indicates whether the situation improved or deteriorated.

What is the difference between a percentage change and a percentage point change?

A percentage point change is the simple arithmetic difference between two percentage values. For example, if a tax rate increases from 20% to 25%, the percentage point change is 5 percentage points. The percentage change in that same rate, however, is (25 − 20) ÷ 20 × 100 = 25% — meaning the rate itself increased by 25%. Confusing these two measures is a common error in reporting; always clarify which one you mean, especially in financial and policy contexts.

Can I use this calculator for financial calculations like stock returns or price changes?

Yes, this calculator is perfectly suited for calculating simple price returns, such as a stock moving from $45.00 to $52.50 (a 16.67% increase). However, for multi-period investment returns, you should consider using the Compound Annual Growth Rate (CAGR) formula rather than a simple percentage change, because CAGR accounts for compounding effects over time. For single-period comparisons — such as month-over-month or year-over-year changes — the standard percentage change formula is the correct and universally accepted approach.

Last updated: 2025-01-15 · Formula verified against primary sources.