Percentage Increase Calculator – Find the Final Value After a Percent Increase

Enter an original value and a percentage increase to get the final value — useful for price increases, raises, and markups.

AI Quick Summary

Definition & Purpose:

This calculator applies a percentage increase to an original value and returns the final, increased value.

When to Use:

Use it whenever you know a starting value and a percentage increase and need the resulting amount — a price hike, a salary raise, or a markup on cost.

Key Takeaway Insights:

  • A percentage increase multiplies the original value by (1 + rate), it doesn't just add the rate as a raw number.
  • Two successive percentage increases don't simply add together — a 10% increase followed by another 10% increase is a 21% total increase, not 20%, because the second increase applies to the already-larger value.

Base settings

Escalated Value

Enter base settings.
Share or Export Results

Introduction

Percentage Increase Calculator

Enter an original value and a percentage, and this calculator returns the final value after that percentage is added on top.

The formula

Final = Original × (1 + Increase% / 100). A 15% increase on 100 means multiplying by 1.15, giving115 — the extra 15 is exactly 15% of the starting100.

Where people get tripped up: stacking increases

Percentage increases don't add together in a simple way. If a price goes up 10% one year and another 10% the next, the total increase over both years is 21%, not 20% — because the second 10% is calculated on the already-higher price, not the original one. Each increase has to be applied to the running total in sequence: 100 →110 (first 10%) → 121 (second 10%, applied to110). This is the same reason compound interest grows faster than simple interest over multiple periods.

Formula & Variables Explained

Final = Original x (1 + Increase% / 100)

This tool utilizes standard equations formulated under standard rules.

Variables:

  • Input parameter: Values supplied to resolve the output formula.

How to Calculate (Step-by-Step)

  1. Input the required parameters into the form.
  2. Click the calculate or auto-compute option.
  3. The outputs will refresh instantly with step-by-step variables.

Worked Examples Calculation

115% increase on $100

Inputs Given:

Original value = $100, Increase = 15%

Step-by-Step Calculation:

Final = 100 x (1 + 15/100) = 100 x 1.15 = 115

Result Obtained:

Final value = $115.00

28% raise on a $52,000 salary

Inputs Given:

Original value = $52,000, Increase = 8%

Step-by-Step Calculation:

Final = 52,000 x (1 + 8/100) = 52,000 x 1.08 = 56,160

Result Obtained:

Final value = $56,160.00

Real-World Applications

Widely used in student curriculum, professional projections, and quick estimations.

Limitations & Common Mistakes

Caution & Mistakes:
  • Entering incompatible unit formats (e.g. Mixing Metric and Imperial).
  • Typographical mistakes in numeric entry fields.
Limitations:

This calculates a single flat percentage increase applied once. It does not compound multiple increases (for that, each increase needs to be applied in sequence to the running total, not added together).

Frequently Asked Questions (FAQ)

Q:How do you calculate a 15% increase?

Multiply the original value by 1.15 (that is, 1 plus 15/100). For 100, that's100 x 1.15 = 115. The extra15 is exactly 15% of the original $100.

Q:What is the formula for percentage increase?

Final = Original x (1 + Increase% / 100). If you instead want to find the increase amount itself (not the final total), it's just Original x Increase% / 100.

Q:Do two 10% increases equal a 20% increase?

No — they compound to a 21% increase. The first 10% raises 100 to 110; the second 10% applies to 110, not the original 100, adding 11 to reach 121. Stacking percentage changes always needs to be done in sequence, not added.

Q:What is the difference between percentage increase and percentage points?

Percentage increase is a relative change — going from 50 to 60 is a 20% increase. Percentage points measure the raw difference between two percentages — going from 50% to 60% is a 10 percentage point increase, but also technically a 20% relative increase. The two describe different things and are easy to mix up.

Last Updated: 2026-08-08
Formula Verified
Written By

CalculationDesk Editorial Team

Content & Calculation Editors

The CalculationDesk Editorial Team consists of math educators, technical writers, and product specialists dedicated to ensuring accuracy and clarity for everyday calculations.

Reviewed By

CalculationDesk Review Team

Quality Assurance & Formula Verifiers

Our internal Review Team ensures that every calculator logic corresponds precisely to established academic standards and industry specifications.

Was this calculator helpful?

Embed this Calculator

You are welcome to embed this tool on your own blog or website. Simply copy the code snippet below and paste it into your HTML code.