To find percent increase, subtract the starting number from the new number, divide the result by the starting number, then multiply by 100.
Understanding growth matters. Whether you track a stock portfolio, measure monthly sales, or just want to know how much a grocery bill went up, the math remains the same. A raw number tells part of the story, but a percentage tells you the rate of change. This allows for fair comparisons across different scales.
You might have two distinct numbers and need to bridge the gap between them. The process is straightforward, but small errors in the order of operations can lead to the wrong answer. This guide breaks down the specific arithmetic, offers calculator shortcuts, and shows you how to handle tricky scenarios like negative numbers or zero values.
The Basic Percent Increase Formula
The foundation of tracking growth lies in a simple three-part equation. You need a starting point (original value) and an ending point (new value). The gap between them represents the change.
Mathematicians and analysts use this standard formula:
Percent Increase = [(New Value − Original Value) ÷ Original Value] × 100
This equation accomplishes three tasks in order:
- Find the difference — It isolates the actual amount of gain by removing the original value from the new one.
- Create a ratio — It compares that gain against where you started. This is the step most people miss. You must always divide by the original number, not the new one.
- Convert to percentage — The division gives you a decimal. Multiplying by 100 shifts the decimal point two places to the right, creating a readable percent format.
Why The Order Matters
Math follows strict rules. If you divide before you subtract, you will get an incorrect result. Parentheses in the formula are there for a reason. You must complete the subtraction inside the parentheses first. Once you have the difference, only then do you proceed to division.
Step-By-Step Calculation Guide
Let’s walk through a concrete example to see how the numbers behave. Imagine you are tracking the price of a concert ticket. Last year, the ticket cost $50. This year, the price is $75. You want to know the growth rate.
1. Identify your variables
Find your two distinct numbers. The “Original Value” is the older data point ($50). The “New Value” is the current data point ($75).
2. Find the numerical difference
Subtract the old number from the new number.
$75 − $50 = $25.
This $25 is the raw increase.
3. Divide by the original value
Take that difference ($25) and divide it by the starting price ($50).
25 ÷ 50 = 0.5.
This decimal represents the growth relative to the start.
4. Convert to percentage
Multiply the decimal by 100 to get the final rate.
0.5 × 100 = 50%.
The ticket price saw a 50% increase.
How Do You Calculate The Percent Increase? – Real Examples
Applying this logic to different scenarios helps solidify the concept. Numbers look different when dealing with salaries, populations, or test scores. Here are a few common situations.
Scenario A: Salary Raise
You currently earn $45,000 a year. Your boss offers a raise, bringing your salary to $49,500. You need to know if this matches the inflation rate.
- Step 1: 49,500 (New) − 45,000 (Old) = 4,500 (Difference).
- Step 2: 4,500 ÷ 45,000 = 0.10.
- Step 3: 0.10 × 100 = 10%.
A 10% raise is generally strong. Knowing the exact percentage helps you negotiate future earnings effectively.
Scenario B: Website Traffic Growth
A blogger had 200 visitors in January. In February, the traffic jumped to 350 visitors. Small numbers often yield large percentages.
- Step 1: 350 − 200 = 150.
- Step 2: 150 ÷ 200 = 0.75.
- Step 3: 0.75 × 100 = 75%.
This shows a 75% growth rate. In digital marketing, tracking these percentages month-over-month is the standard way to measure success.
Calculating Percentage Decrease
Sometimes the new number is smaller than the original. The formula remains the same, but the result changes. If you apply the percent increase formula to a drop in value, you will get a negative number. This negative symbol indicates a decrease.
Example: Stock Loss
You bought a stock for $100 (Original). It drops to $80 (New).
- Subtraction: 80 − 100 = -20.
- Division: -20 ÷ 100 = -0.20.
- Conversion: -0.20 × 100 = -20%.
You can report this as a “-20% increase” (mathematically correct but confusing phrases) or simply a “20% decrease.” When writing reports or answering exam questions, usually stripping the negative sign and labeling it “decrease” communicates the change clearly.
Using Excel And Google Sheets For Calculation
Manual math works for single items, but spreadsheets handle large datasets efficiently. Excel does not have a specific “Percent Increase” button, so you must write the formula manually. The syntax mirrors the math we just covered.
The Basic Spreadsheet Formula
Assume your Original Value is in cell A1 and your New Value is in cell B1. Click on cell C1 and type this formula:
=(B1-A1)/A1
Press Enter. The result will likely appear as a decimal (e.g., 0.25). To finish the process, click the “%” button in the toolbar. This automatically multiplies by 100 and adds the symbol.
Alternate Excel Formula
Another way to write this in Excel is:
=(B1/A1)-1
This works because dividing the new value by the old value gives you the multiplier (e.g., 1.25). Subtracting 1 leaves you with just the growth portion (0.25). Formatting it as a percentage gives you 25%. Both formulas yield the exact same result.
Common Calculation Mistakes
Even with a calculator, people make errors. Most mistakes happen not because the math is hard, but because the setup is wrong. Watch out for these traps.
Dividing By The Wrong Number
This is the most frequent error. You must always divide by the Original Value (the starting number). If you divide by the New Value, your result will describe margin, not growth.
Incorrect: (75 – 50) ÷ 75 = 33%.
Correct: (75 – 50) ÷ 50 = 50%.
The difference between 33% and 50% is massive. Always double-check your denominator (the bottom number).
Ignoring Order Of Operations
If you type “75 – 50 / 50” into a standard calculator without parentheses, the calculator will do the division first. It will divide 50 by 50 (getting 1), and then subtract that from 75, giving you 74. That is definitely not the percentage. always hit “equals” after the subtraction step before hitting divide.
Percentage Points Vs. Percent Increase
News reports often confuse these two terms, but they mean very different things. This distinction is necessary for accuracy in finance and statistics.
Percent Increase
This measures the rate of change relative to the start. If a tax rate goes from 10% to 15%, the percent increase is 50%. (The gap is 5, and 5 is half of 10).
Percentage Points
This measures the arithmetic difference between two percentages. In the example above, the tax rate went up by 5 percentage points (15 – 10 = 5).
Using the wrong term misleads the audience. A politician might say “taxes only went up 5 percent,” which sounds small (percentage points), while an opponent might say “taxes hiked by 50 percent,” which sounds huge (percent increase). Both numbers come from the same data, but the labels change the perception.
Calculating Growth Over Multiple Years
The standard formula works for two points in time. When you have a series of numbers over five or ten years, you have two options: Total Percent Increase or Annualized Growth (CAGR).
Total Growth Rate
This ignores everything that happened in the middle. You only care about the very beginning and the very end. If a house was worth $100k in 2010 and $200k in 2020, the calculation is ($200k – $100k) / $100k = 100% total increase.
Compound Annual Growth Rate (CAGR)
Investors prefer this method. It smooths out the volatility to show what the steady yearly growth would look like. The formula is more complex involving exponents, but for general “How do you calculate the percent increase” queries, sticking to the Total Growth method is usually sufficient unless you are analyzing investment returns specifically.
Dealing With Zero As A Starting Number
Math hits a wall when the original value is zero. You cannot divide by zero. The result is “undefined.”
Example:
Last year you had 0 sales. This year you have 100 sales. The formula asks you to divide by 0. This is impossible.
In this case, you cannot express the growth as a percentage. You simply state the absolute increase (“Sales grew from zero to 100”). Percentages imply a proportion of a starting amount. If there was no starting amount, there is no proportion.
Percent Increase > 100%
Students often ask if a percentage can be higher than 100. The answer is yes. Any time the new number is more than double the original number, the increase exceeds 100%.
- Doubling: Starting at 50 and ending at 100 is a 100% increase.
- Tripling: Starting at 50 and ending at 150 is a 200% increase.
Seeing “3000% increase” on a crypto coin or viral video view count is mathematically valid. It just means the final number is 31 times larger than the starting number.
Quick Mental Math Tricks
You do not always need a calculator. For simple numbers, you can estimate percent increase effectively using the 10% rule.
Move the decimal
Find 10% of the starting number by moving the decimal one spot to the left. If your start number is 50, 10% is 5.
Count the chunks
See how many “5s” fit into the difference. If the price went up by $15, that is three 5s. Since one 5 is 10%, three 5s mean 30%. This method helps when you are shopping or glancing at a restaurant bill.
Why Understanding This Calculation Benefits You
Numbers govern modern life. From interest rates on savings accounts to markup pricing in retail, percentage logic runs the economy. mastering this calculation gives you clarity.
- Smart Shopping — Recognize if a “sale” is actually a good deal compared to the previous price.
- Salary Negotiation — Quantify your value. Telling a boss “I increased sales by 20%” is more persuasive than “I sold a lot more.”
- Fitness Tracking — Monitor weight loss or running speed improvements accurately.
The ability to instantly run these numbers in your head or on a phone allows you to make informed decisions without relying on someone else’s interpretation of the data.
Key Takeaways: How Do You Calculate The Percent Increase?
➤ The formula is (New Value − Original Value) ÷ Original Value × 100.
➤ Always divide by the starting number, never the ending number.
➤ A negative result means the value decreased, not increased.
➤ Use parentheses when typing into a calculator to ensure correct order.
➤ You cannot calculate percent increase if the starting number is zero.
Frequently Asked Questions
How do I calculate percent increase between two numbers?
Subtract the first number from the second number to get the difference. Take that difference and divide it by the first number. Finally, multiply the resulting decimal by 100. This gives you the percentage growth from the first number to the second.
Can a percent increase be negative?
Technically, yes. If the new number is lower than the original, the result is negative. However, in conversation and reporting, most people drop the negative sign and call it a “percent decrease” to avoid confusion. Both terms describe the same mathematical change.
What if the percent increase is over 100%?
This is common. If a value doubles, it has increased by 100%. If it triples, it increases by 200%. There is no upper limit to percent increase. Startup companies and viral trends often see growth rates in the thousands.
How do I find the original value if I know the percentage?
This requires reversing the algebra. If you know the New Value and the Percentage Increase, divide the New Value by (1 + the decimal version of the percentage). For example, if a $110 item includes a 10% markup, divide 110 by 1.10 to get the original $100.
Is percent change the same as percent increase?
“Percent change” is the broad category that includes both increases and decreases. “Percent increase” specifically refers to upward movement. If you are unsure which direction the number went, use “percent change.” If you know it went up, “percent increase” is more specific.
Wrapping It Up – How Do You Calculate The Percent Increase?
Mastering the percent increase formula gives you a powerful tool for analyzing the world. Whether you are checking your investment returns, asking for a raise, or simply trying to understand inflation news, the math puts you in control. Remember to always anchor your calculation to the original number. That single step ensures accuracy every time. With the steps outlined above, you can confidently bridge the gap between any two numbers and understand the real story behind the change.