Annual Percentage Increase Calculator
Use this calculator to find both the simple annual percentage increase and the compound annual growth rate (CAGR).
Formula (CAGR): ((Ending / Beginning)1 / Years − 1) × 100
If you’ve ever asked, “How fast is this number growing each year?” you’re really asking about annual percentage increase. This is one of the most useful calculations in personal finance, business planning, investing, salary analysis, and even population studies.
The good news is that it’s easy once you understand which version of the formula you need. In this guide, you’ll learn the exact formulas, when to use each one, and the common mistakes to avoid.
What is annual percentage increase?
Annual percentage increase is the average yearly growth of a value over time, expressed as a percentage. You compare a beginning value to an ending value across a set number of years.
There are two common ways to express it:
- Simple annual percentage increase (straight-line average per year)
- Compound annual growth rate (CAGR) (growth that compounds year after year)
Both are useful, but CAGR is usually better for investments, revenue growth, and anything that compounds.
Formula for annual percentage increase
1) Simple annual percentage increase
Simple annual % increase = ((Ending Value − Beginning Value) / Beginning Value) / Years × 100
This treats growth as evenly distributed each year. It is quick and intuitive, but it does not account for compounding.
2) Compound annual growth rate (CAGR)
CAGR = ((Ending Value / Beginning Value)1/Years − 1) × 100
CAGR tells you the constant annual rate that would turn your beginning value into your ending value over the time period. This is usually the best “single number” summary of long-term growth.
Step-by-step example
Suppose your business revenue grew from $80,000 to $125,000 over 4 years.
Simple annual percentage increase
- Total increase = 125,000 − 80,000 = 45,000
- Total percentage increase = 45,000 / 80,000 = 0.5625 = 56.25%
- Simple annual percentage increase = 56.25% / 4 = 14.06% per year
CAGR
- Ending / Beginning = 125,000 / 80,000 = 1.5625
- Take the 4th root: 1.56251/4 ≈ 1.1182
- Subtract 1 and convert to percent: (1.1182 − 1) × 100 = 11.82% per year
Notice the two answers are different. That’s expected. The simple method gives an arithmetic average, while CAGR reflects compounding.
How to calculate year-over-year increase (single year)
If you only want one year’s increase, use:
Year-over-year % increase = ((New Value − Old Value) / Old Value) × 100
Example: If sales rise from 200 to 230 in one year:
- (230 − 200) / 200 × 100 = 15%
That is not annualized across multiple years—it is just one year’s change.
When to use simple annual increase vs CAGR
- Use simple annual increase when you want a quick average and compounding is not important.
- Use CAGR when evaluating investments, market growth, revenue trends, portfolio returns, or any multi-year growth path where reinvestment matters.
If you’re comparing performance across different assets or companies, CAGR is usually the cleaner comparison metric.
Common mistakes to avoid
- Mixing up percentage points and percentages: A rise from 10% to 12% is a 2 percentage-point increase, not 2%.
- Dividing by the wrong base value: The denominator should be the beginning value.
- Ignoring the number of years: Total increase over 10 years is not the same as annual increase.
- Using simple average when compounding matters: This can overstate annual growth.
- Using non-positive starting values for CAGR: CAGR requires a positive beginning value.
Excel and Google Sheets formulas
If your beginning value is in A2, ending value in B2, and years in C2:
- Simple annual % increase:
=((B2-A2)/A2)/C2 - CAGR:
=(B2/A2)^(1/C2)-1
Format the result cell as a percentage to display it correctly.
Quick interpretation guide
- Positive result: Growth (increase)
- Zero: No net change
- Negative result: Decline (decrease)
A negative annual percentage increase simply means the value has gone down over time.
FAQ
Can annual percentage increase be negative?
Yes. If ending value is lower than beginning value, your result is negative, which indicates decline.
Is CAGR always the better metric?
For multi-year comparisons and compounding situations, usually yes. For quick non-compounded averages, simple annual percentage increase is fine.
What if the time period is less than one year?
You can still use the formulas with fractional years (for example, 0.5 years). Just make sure your time unit is consistent.
Bottom line
To calculate annual percentage increase, start with your beginning value, ending value, and number of years. Then use either the simple annual formula or CAGR, depending on whether compounding matters.
If you want a practical answer fast, use the calculator at the top of this page—it gives you both numbers instantly so you can choose the one that fits your analysis.