Skip to main content
Education

Percentage Calculator: Increases, Decreases, Changes

A percentage calculator only helps when the question matches the formula. This page keeps four common jobs in one form: percent change from an old value to a new value, a percent of a number, percent difference between two equal-standing values, and what percent one number is of another. The default opens on percent change because the old percentage-change URL now redirects here, but the mode picker is the important part. Pick the question first, then enter the numbers the form asks for.

Start with percent change between two values. Switch calculation type for percent-of, percent-difference, or X-is-what-percent-of-Y questions; only the needed fields appear.

Calculation type

Pick the question you want to answer. The form below shows only the fields that mode needs.

Percent-change mode only. The starting value. Must not be zero.
Percent-change mode only. The ending value to compare against the old value.
Percent-of-a-number mode only. For example, enter 15 to compute 15% of the total.
Percent-of-a-number mode only. The base number you're taking a percent of.
Percent-difference mode only. Either value can come first — the result is symmetric.
Percent-difference mode only. The other value to compare with the first.
X-is-what-%-of-Y mode only. The smaller piece, e.g. 30 if you're asking how 30 relates to a whole.
X-is-what-%-of-Y mode only. The reference total. Must not be zero.
Answer +25%
Percent change +25%
Show calculation details
Calculation Percent change

How to check the math

Percent change

Subtract old value from new value, then divide by the absolute value of old value. Multiply by 100 to get a signed percent change.

Percent Change = ((New Value − Old Value) / |Old Value|) × 100
Percent of

Divide percent by 100 to convert it to a decimal, then multiply by total to find the result.

Result = (Percent / 100) × Total
Percent difference

Find the absolute difference between the two values, divide by the average of their absolute values, then multiply by 100.

Percent Difference = |First Value − Second Value| / ((|First Value| + |Second Value|) / 2) × 100
Find percent

Divide the part by the whole, then multiply by 100 to find what percent the part is of the whole.

Percent = (Part / Whole) × 100
Methodology

How the answer is computed

The percent-of-total mode divides the entered percent by 100, then multiplies by the total. The what-percent mode divides the part by the whole, then multiplies by 100. Percent change subtracts the old value from the new value, divides that gap by the absolute value of the old value, and multiplies by 100; a positive result means growth and a negative result means a drop. Percent difference takes the absolute gap between two values and divides it by the average of their absolute values, so neither value acts as the baseline.

Worked examples

See the math step by step

A product price moves from $80 to $100 — four modes compared

Take a product that moved from $80 to $100. Percent difference treats neither as the baseline: |100 − 80| ÷ 90 × 100 = about 22.2%. Part of whole with 80 as part and 100 as whole gives 80 ÷ 100 × 100 = 80%. The percent-of-total mode finds 25% of $80: 25 ÷ 100 × 80 = $20.

For a clean before-and-after growth signal, percent change is the right mode: (100 − 80) ÷ 80 × 100 = 25% increase. The price rose by a quarter of its starting value.

Monthly grocery bill rises from $240 to $267

Maria's grocery bill came to $240 in April and rose to $267 in May. The raw increase is 267 − 240 = $27. To turn that into a percent, divide by the April baseline and multiply by 100: 27 ÷ 240 × 100 = 11.25% increase. Her grocery spending grew by about 11 cents for every dollar she spent the month before.

When to use this calculator

Use percent of a number for discounts, tips, tax, and other rate-times-total questions. Use what-percent mode for scores such as 42 out of 50, where a part needs to be expressed against a whole. Use percent change when a value has a clear before and after: a salary raised from $55,000 to $60,000 has a definite old value and new value, and a pay cut shows up negative. Use percent difference when two values have no time order, such as two supplier quotes or two lab readings.

Increases, Decreases, and Why They Aren't Symmetric

Percent change reports the size and direction of a move relative to the starting value. An increase adds a fraction of the current value; a decrease removes it. These two moves are not symmetric. A 20% loss is not undone by a 20% gain on the reduced number.

Grade and Score Percentages

Test scores and exam grades are percent problems at their core. A score of 36 out of 45 uses the what-percent mode. It divides earned points by the total available and scales to 100. Weighted courses repeat that step for each component and scale each result by its weight before adding them up.

Profit Margin vs. Markup

Profit margin and markup both measure profit as a percent, but they use different denominators. Margin divides profit by revenue; markup divides profit by cost. The same profit figure produces two different percentages depending on which denominator you choose. The what-percent mode handles both — enter the denominator that matches the metric you need.

Assumptions

What we assume

  • The formula uses the old value, not the average of both values, as the base for percent change.
  • Inputs are interpreted as plain numbers, so 5 means five, not 5 percent.
  • The result rounds to two decimal places for display, but full precision carries through every calculation.
  • The formula divides the part by the total, so both must share the same unit.
Limitations

What this skips

  • Does not return a percentage when the denominator is zero, such as a zero old value or zero whole.
  • Excludes compound growth; the percent change between two values is a single-step calculation.
  • Does not apply rounding rules specific to currency or financial reporting standards.
  • Ignores units entirely — mixing dollars and euros, or kilograms and pounds, gives a number without meaning.
  • Does not weight results when comparing averages across groups of different sizes.
Common mistakes

What people miss

  • You enter the new value in the old value field, which flips the sign of the result.
  • Mixing up the part and the total reverses the answer entirely.
  • You enter 150 when you mean 15, making the result ten times too large.
  • Adding a percent symbol inside a number field can make the browser reject the value.
  • Forgetting to switch modes when you move from percent change to percent difference gives the wrong answer for symmetric pairs.
References

References

  1. Winning rate calculator tips — heyiris.ai

    heyiris.ai · accessed 2026-06-03

  2. 487276 — sitepoint.com

    sitepoint.com · accessed 2026-06-03

  3. The impossible calculator — asteriskmag.substack.com

    asteriskmag.substack.com · accessed 2026-06-03

  4. 301275 — forum.freecodecamp.org

    forum.freecodecamp.org · accessed 2026-06-03

  5. Percentage calculator — ajelix.com

    ajelix.com · accessed 2026-06-03

  6. Percentage calculator — experian.co.uk

    experian.co.uk · accessed 2026-06-03

  7. 91556 — community.appinventor.mit.edu

    community.appinventor.mit.edu · accessed 2026-06-03

  8. Details — play.google.com

    play.google.com · accessed 2026-06-03

Frequently asked questions

Why can my hand calculation differ slightly from the displayed percentage?
The calculator keeps more decimal places internally than it shows on screen, then rounds the display. If you rounded earlier by hand, your result can differ slightly even though the formula is the same.
How do I calculate a percentage increase?
Use percent change when you have a clear before and after. The calculator subtracts the old value from the new value, divides by the old value, and reports the result as a percent. A positive result is an increase; a negative result is a decrease.
When should I use percent difference instead of percent change?
Use percent difference when two numbers stand on equal footing with no starting value, such as two lab readings or two competing quotes. Use percent change when one value is clearly the baseline and the other is the result.
What does percent of a number mean?
It turns a rate into an amount. For example, 25 percent of 80 is 25 / 100 x 80 = 20. A grade percentage is usually the reverse part-and-whole question: points earned divided by points possible, times 100.
What is the basic percentage formula?
The core formula is part divided by whole, times 100. You can rearrange it manually: amount = percent / 100 x whole, and whole = part / (percent / 100). The calculator implements the common direct modes rather than every algebraic rearrangement as a separate mode.