Increase or Decrease by Percentage

This calculator tells you what you get when you increase or decrease a number by a given percentage. Choose Increase or Decrease, enter your starting value and the percentage, and see the result right away. Use it for sale prices, prices with tax, salary raises, markup, and any "add or subtract X%" situation.

I want to calculate...
Example: What is 500 increased by 15%? It's 575
by
%

How to Use the Tool

The calculator answers questions like "What is 500 increased by 15%?" or "What is 500 decreased by 15%?" You choose whether to add or subtract a percentage, then enter the number and the percent. The result updates as you type.

Step-by-Step Instructions

  1. Choose Increase or Decrease: Use the dropdown at the start of the form. Select Increase when you want to add a percentage (e.g. add tax, apply markup, or give a raise). Select Decrease when you want to subtract a percentage (e.g. apply a discount or reduce a value).

  2. Enter the starting value: In the first number field (before the word by), enter the number you want to change. This might be a price, a salary, a quantity, or any other value. The placeholder suggests values like 500—use whatever your starting number is.

  3. Enter the percentage: In the second number field (after the word by, with the % sign shown next to it), enter the percentage. Type the number only; you don't need to include the % symbol. For example, for 15% enter 15, for 8.25% enter 8.25.

  4. Read the result: The result appears below the inputs. It’s shown as "It's" followed by the new value. That value is your starting number after it has been increased or decreased by the percentage you entered.

Modes and Options

  • Increase: The tool multiplies your starting value by (1 + percentage ÷ 100). Use this for tax, markup, raises, growth, or any situation where you're adding a percentage.
  • Decrease: The tool multiplies your starting value by (1 − percentage ÷ 100). Use this for discounts, reductions, or any situation where you're subtracting a percentage.

You can switch between Increase and Decrease at any time. The result updates automatically.

What You Can Enter

  • Decimals: Both fields accept decimals (e.g. 99.99 or 8.25).
  • Negative numbers: Supported in both fields. For example, increasing by -10% is the same as decreasing by 10%. Decreasing by -10% is the same as increasing by 10%.
  • Large numbers: The calculator works with numbers of any size.

Number formatting in the result (e.g., thousands separators, decimal symbols) follows your browser's locale settings. Enter numbers in your usual way; the tool interprets them correctly.

When to Use This Tool

This calculator is useful whenever you need to "add X%" or "subtract X%" from a number. You already know the percentage; you want to know the new value.

Everyday Situations

Sale prices: A store has "30% off." Select Decrease, enter the original price in the first field and 30 in the second field. The result is the price you pay.

Prices with tax: You’re buying something for 75 and sales tax is 8%. Select Increase, enter 75 and 8. The result is the total including tax.

Tips: To add a tip to a bill, use Increase with the bill amount in the first field and your tip percentage (e.g., 15, 18, or 20) in the second field.

Salary raises: You earn $50,000 and get a 5% raise. Select Increase, enter 50000 and 5. The result is your new salary.

Budget cuts or savings: "Reduce spending by 10%." Use Decrease with your current spending and 10 to see the new amount.

Work and Business

Markup: You buy at 60 and sell at a 40% markup. Use Increase with 60 and 40 to get the selling price.

Margin vs. markup: This tool applies a percent to a cost (markup-style). For margin (percent of selling price), you’d need a different setup, but for "add X% to cost" this tool fits.

Discounts and promotions: "20% off," "extra 10% off sale items," or "prices reduced by 15%." Use Decrease with the relevant price and percentage.

Budgets and forecasts: "Increase the marketing budget by 12%." Use Increase with the current budget and 12.

Why It’s Handy

You don’t have to remember formulas or worry about which number goes where. You choose Increase or Decrease, enter two numbers, and get the answer. It’s quick for shopping, invoices, planning, and everyday math.

Common Mistakes to Avoid

A few mix-ups can lead to wrong results or confusion. Watch out for these:

Wrong Mode (Increase vs. Decrease)

Increase adds the percentage; Decrease subtracts it. Using the wrong one flips the result.

  • For "30% off" or "reduce by 30%," use Decrease.
  • For "add 8% tax" or "raise by 5%," use Increase.

Double-check the dropdown before trusting the result.

Confusing This With "Percent Change"

This tool does not compute "from X to Y, what’s the percent change?" It answers "X increased or decreased by Y% — what’s the new value?"

  • This tool: You have a value and a percent. You get the new value. Example: 100 increased by 20% → 120.
  • Percent change: You have two values. You get the percent change. Example: from 100 to 120 → +20%.

If you have "before" and "after" and want the percent, use a percent-change calculator instead.

Entering the Percent Incorrectly

Enter the percentage as a plain number (e.g. 15 for 15%, 8.25 for 8.25%). Don’t enter 0.15 for 15%—the tool expects 15. The second field is labeled with %, so only the numeric part goes in.

Reversing the Two Numbers

The first field is the starting value; the second is the percentage. Swapping them gives wrong results. For "500 increased by 15%," 500 is first, 15 is second.

Assuming 20% Up Then 20% Down = Same Value

Percent changes apply to the current value each time. Increase 100 by 20% → 120. Decrease 120 by 20% → 96, not 100. Don’t expect symmetrically opposite percents to cancel out.

What “Increase or Decrease by a Percentage” Means

Definition

Increasing a number by X% means finding a new value that is the original plus X% of the original. You end up with (100 + X)% of the original.

Decreasing a number by X% means finding a new value that is the original minus X% of the original. You end up with (100 − X)% of the original.

So "500 increased by 15%" means 500 + (15% of 500) = 500 + 75 = 575. "500 decreased by 15%" means 500 − (15% of 500) = 425.

How It Fits With Percentages Generally

A percentage is a way of expressing a number as a fraction of 100. "15%" means 15⁄100, or 0.15. When we "add 15% to 500," we add 15% of 500, i.e. 0.15 × 500 = 75, so 500 + 75 = 575.

This idea is used everywhere: tax, tips, discounts, raises, markup, growth rates, and so on. Reputable educational and government sources routinely describe percentages this way. For example, the Khan Academy covers percent increase and decrease in a similar manner.

Formula and How It Works

Formula for Increase

When you increase a value by Y%:

New value = Original × (1 + Y ÷ 100)

Or written as: New value = Original × (1 + Y/100)

Example: 500 increased by 15%:

  • New value = 500 × (1 + 15 ÷ 100) = 500 × 1.15 = 575.

Formula for Decrease

When you decrease a value by Y%:

New value = Original × (1 − Y ÷ 100)

Or written as: New value = Original × (1 - Y/100)

Example: 500 decreased by 15%:

  • New value = 500 × (1 − 15 ÷ 100) = 500 × 0.85 = 425.

What Each Variable Is

  • Original: The number you start with. In the tool, this is the first number field (before by).
  • Y: The percentage you add or subtract. In the tool, this is the second number field (after by). It’s always "as a number" (e.g. 15 for 15%).
  • New value: The result after the increase or decrease. The tool shows this as "It's" followed by the value.

Why the Formula Works

  • Increase: (1 + Y∕100) is the multiplier for "100% + Y%." So you’re taking 100% + Y% of the original, which is exactly "add Y%."
  • Decrease: (1 − Y∕100) is the multiplier for "100% − Y%." So you’re taking the original minus Y% of it.

Other Useful Forms

  • Increase: New = Original + Original × (Y∕100). Same as above, just written as "original plus Y% of original."
  • Decrease: New = Original − Original × (Y∕100). Same as "original minus Y% of original."

For this calculator, the multiplicative form (Original × (1 ± Y∕100)) is what’s used.

Worked Examples

Below are step-by-step examples. The tool uses your locale for formatting; we use plain numbers in the text.

Example 1: Sale Price After a Discount

Scenario: A coat is 80. It’s 25% off. What do you pay?

  1. Select Decrease.
  2. First field (before by): 80.
  3. Second field (after by): 25.
  4. Result: 60.

You pay $60. (80 × 0.75 = 60.)

Example 2: Price Including Tax

Scenario: An item costs 42 before tax. Tax is 7.5%. What’s the total?

  1. Select Increase.
  2. First field: 42.
  3. Second field: 7.5.
  4. Result: 45.15.

Total is $45.15. (42 × 1.075 = 45.15.)

Example 3: Salary After a Raise

Scenario: Your salary is $55,000. You get a 4% raise. What’s your new salary?

  1. Select Increase.
  2. First field: 55000.
  3. Second field: 4.
  4. Result: 57200.

New salary: $57,200. (55,000 × 1.04 = 57,200.)

Example 4: Markup

Scenario: You buy at 24 and sell at a 50% markup. What’s the selling price?

  1. Select Increase.
  2. First field: 24.
  3. Second field: 50.
  4. Result: 36.

Selling price: $36. (24 × 1.5 = 36.)

Example 5: Reducing a Budget

Scenario: The budget is $10,000. You need to reduce it by 12%. What’s the new budget?

  1. Select Decrease.
  2. First field: 10000.
  3. Second field: 12.
  4. Result: 8800.

New budget: $8,800. (10,000 × 0.88 = 8,800.)

Quick Reference Tables

These tables give typical results for "increase by X%" or "decrease by X%" applied to a base of 100. Use them as a quick check. Your locale may format numbers differently.

Increase by Percentage (base 100)

Base+5%+10%+15%+20%+25%+50%+100%
100105110115120125150200

Decrease by Percentage (base 100)

Base−5%−10%−15%−20%−25%−50%
100959085807550

Common Discounts on 100

DiscountResult (price after discount)
10% off90
15% off85
20% off80
25% off75
30% off70
50% off50

Common Markups on 100

MarkupResult (price after markup)
10%110
20%120
25%125
50%150
100%200

For other bases, scale accordingly. For example, 200 increased by 10% = 220; 50 decreased by 20% = 40.

Tax Rates on 100 (common rates)

Tax ratePrice including tax (base 100)
5%105
7%107
8%108
10%110
20% (VAT, some regions)120

Use Increase with the pre-tax price and the tax rate to get the total you pay.

Example: scaling the tables

If your base is 200 instead of 100, double the table results (e.g. 200 + 10% = 220, 200 − 20% = 160). For 50, halve them (50 + 10% = 55, 50 − 20% = 40). The percentages stay the same; only the base changes.

Frequently Asked Questions

What’s the difference between Increase and Decrease?

Increase adds the given percentage to your number. Use it when you're adding tax, applying a markup, giving a raise, or growing a value.

Decrease subtracts the given percentage. Use it for discounts, cuts, or reductions.

Choose the correct option in the dropdown; the two modes give very different results.

Do I enter the percentage with or without the % sign?

Enter just the numeric part. For 15%, type 15. For 8.25%, type 8.25. The field is labeled with %, so the symbol itself is not typed. The calculator then divides by 100 internally.

Can I use decimals?

Yes. You can use decimals in both the first field (starting value) and the second (percentage). For example, 99.99 increased by 8.25% is valid. The result is given with appropriate precision.

Does this tool calculate percent change between two numbers?

No. This calculator answers "What is X increased or decreased by Y%?" — you supply the value and the percent, and you get the new value.

If you have two values (e.g. before and after) and want the percent change, you need a percent-change calculator that takes "from X to Y" and gives the percentage.

Why does a 20% increase followed by a 20% decrease not bring me back to the original?

The first change uses the original value; the second uses the new value. So you add 20% of the original, then subtract 20% of the increased amount. The decrease is larger in absolute terms than the increase, so you end up below where you started. That’s expected behavior for consecutive percentage changes.

Can I use negative numbers?

Yes. Negative numbers are allowed. Increasing by a negative percent effectively decreases the value (e.g. "increase by -10%" is like a 10% decrease). Decreasing by a negative percent increases it. The formulas still apply.

What if I get an odd or unexpected result?

First, confirm you chose Increase or Decrease correctly. Then check that the first field is your starting value and the second is the percentage. If you meant "what’s the percent change from A to B?" rather than "A increased/decreased by X%," you’re using the wrong type of calculator.

How accurate are the results?

The tool uses the usual formulas (Original × (1 ± Y∕100)) with standard numeric precision. For everyday use—prices, tax, discounts, raises—results are accurate. Displayed decimals may be rounded according to your locale.

When should I use Increase vs Decrease for discounts?

For "X% off" or "X% discount," use Decrease. Enter the original price and the discount percent. The result is the sale price. Use Increase when you’re adding something (e.g. tax, markup), not removing it.

Can I use this for compound interest or multiple changes?

This tool does one step: increase or decrease by one percentage. For compound interest over time, or for several consecutive changes (e.g. +10% then −5%), you’d either use this tool multiple times, feeding each result into the next, or use a calculator built for those scenarios.

Why does the result format look different (commas, decimals)?

The calculator formats results according to your locale. That can affect thousands separators and decimal symbols (e.g. 1,000.50 vs 1.000,50). The underlying value is unchanged; only the presentation differs.

What does "by" mean in the form?

The form reads like a sentence: "[Increase/Decrease] [value] by [percent]%." So you have the starting value in the first field and the percentage in the second. "By" just links them—it’s the percentage you’re adding or subtracting.