Percentage Increase Calculator

Measure how much a value grew from an original to a new amount, with the percent, the absolute increase, and the growth multiplier.

Percentage increase
+30.00%
Absolute change15.00
Multiplier× 1.30
Inputsorig 50 → new 65
Formula(new − orig) ÷ orig × 100
Rounded to 2 decimals.
Results update as you type

What this calculator does

Calculate the percent growth from a starting value to a higher new value, plus the absolute change and the multiplier you can apply to reproduce it. For drops, use the Percentage Decrease Calculator; for non-directional comparisons, use Percentage Difference.

Formula

% increase = ((new − original) ÷ original) × 100

multiplier = 1 + (% increase ÷ 100)

Variable definitions

  • originalStarting value (baseline). Must be greater than zero.
  • newThe higher value after the increase.
  • multiplierFactor you can multiply the original by to reach the new value.

Step-by-step calculation

  1. Subtract the original from the new value.
  2. Divide that difference by the original.
  3. Multiply by 100 to express as a percent.
  4. The multiplier is 1 plus the percent expressed as a decimal.

Worked example

A subscription price rises from $50 to $65:

  • Absolute increase: 65 − 50 = $15
  • Percent: 15 ÷ 50 × 100 = 30%
  • Multiplier: 1 + 0.30 = 1.30 (so 50 × 1.30 = 65)

How to use this calculator

  1. Enter the original value (the baseline).
  2. Enter the new (higher) value.
  3. Read the percent, absolute change, and multiplier.

Common mistakes

  • Dividing by the new value: the denominator must be the original.
  • Calling a decrease an increase: if new < original, the change is negative — use the Decrease calculator.
  • Original = 0: growth from zero has no defined percent.

Frequently asked questions

How do I calculate a percentage increase?

Subtract the original from the new value, divide by the original, then multiply by 100. From 50 to 65: (65 − 50) ÷ 50 × 100 = 30% increase.

What if the new value is smaller than the original?

That is a decrease, not an increase. The calculator will flag it and link you to the Percentage Decrease Calculator.

What does a percentage increase greater than 100% mean?

The new value is more than double the original. From 50 to 200 is a 300% increase — the change is three times the original.

Can the original value be zero?

No. You cannot compute a percentage increase from zero — any positive new value would be infinite percent. The calculator blocks this input.

Is a percentage increase the same as a markup?

Yes. Both apply (1 + percent ÷ 100) to the original value. The new value = original × multiplier.

What is the multiplier?

1 plus the percent change as a decimal. A 30% increase has a multiplier of 1.30 — new value = original × 1.30.

How does this differ from percentage difference?

Percentage increase has a clear before-and-after direction. Percentage difference compares two values symmetrically without a baseline.

Related calculators

Last updated: June 22, 2026 · Checked against standard formulas and sample test cases. Computed as ((new − original) / original) × 100; displayed to two decimals.