What Growth Rate Means and Why You Calculate It

Growth rate is the percentage change in a value over a specific period of time. It tells you how fast something is increasing or decreasing. You calculate it by comparing a starting value to an ending value, finding the difference, and expressing that difference as a percentage of the starting value.

Growth rate appears everywhere: in business (revenue growth), personal finance (savings growth), population studies, and technology adoption. The formula is the same regardless of what you're measuring. Once you understand the basic steps, you can explore them to any situation where you need to know how much something has grown.

Key Takeaways

  • The basic growth rate formula is: (Ending Value − Starting Value) ÷ Starting Value × 100 = Growth Rate %.
  • A positive result means growth; a negative result means decline.
  • For growth over multiple years, use the compound annual growth rate (CAGR) formula to account for year-to-year changes.
  • Always use consistent time periods and make sure your starting value is not zero, since division by zero is impossible.
  • Growth rate is most useful when compared to previous periods or to industry benchmarks.

The Basic Growth Rate Formula

The simplest growth rate formula works for any single time period—a month, a year, or any stretch you choose. The formula is:

(Ending Value − Starting Value) ÷ Starting Value × 100 = Growth Rate %

Here is how to use it step by step. First, identify your starting value (the number at the beginning of your period) and your ending value (the number at the end). Subtract the starting value from the ending value to get the change. Then divide that change by the starting value. Finally, multiply by 100 to convert to a percentage.

Example: A business had $50,000 in revenue in January and $65,000 in February. The change is $65,000 − $50,000 = $15,000. Divide by the starting value: $15,000 ÷ $50,000 = 0.30. Multiply by 100: 0.30 × 100 = 30%. The growth rate is 30%.

Calculating Growth Rate Over Multiple Years

When you need to measure growth across several years, the basic formula does not account for the fact that growth compounds—each year's growth builds on the previous year's total. For this, use Compound Annual Growth Rate (CAGR), which smooths out year-to-year ups and downs and shows you the average annual growth rate.

The CAGR formula is:

CAGR = (Ending Value ÷ Starting Value) ^ (1 ÷ Number of Years) − 1

The ^ symbol means "to the power of." Here is an example: An investment was worth $10,000 at the start of 2020 and $15,000 at the end of 2023 (a 4-year period). Divide ending by starting: $15,000 ÷ $10,000 = 1.5. Raise to the power of (1 ÷ 4): 1.5 ^ 0.25 = 1.1067. Subtract 1: 1.1067 − 1 = 0.1067. Multiply by 100: 10.67%. The CAGR is 10.67% per year.

CAGR is more accurate than straightforward dividing the total growth by the number of years, because it reflects how money or values actually grow—each year's increase is calculated on top of the previous year's total.

Understanding Positive and Negative Growth Rates

A positive growth rate means the value increased. A negative growth rate means the value decreased. The formula works the same way for both.

Example of decline: A company had 500 employees in 2022 and 450 in 2023. The change is 450 − 500 = −50. Divide by starting value: −50 ÷ 500 = −0.10. Multiply by 100: −10%. The growth rate is −10%, meaning the workforce shrank by 10%.

Negative growth rates are sometimes called decline rates or contraction rates, but the calculation is identical. The negative sign in your answer tells you the direction of change.

Common Mistakes to Avoid

One frequent error is using the ending value as the denominator instead of the starting value. The starting value is always the baseline—it is what you divide by. Using the ending value will give you a different (and wrong) percentage.

Another mistake is forgetting to multiply by 100 when you want a percentage. If you stop after dividing, you will have a decimal (0.30) instead of a percentage (30%). Both are correct mathematically, but percentages are easier to read and compare.

A third pitfall is using inconsistent time periods. If you calculate growth for January to February, then February to April, you are mixing a 1-month period with a 2-month period. Always use the same length of time when comparing growth rates, or use CAGR to normalize them.

Finally, remember that you cannot divide by zero. If your starting value is zero, the growth rate formula does not work. In that case, you can only describe the change in absolute terms (the value went from 0 to 100), not as a percentage.

Using a Spreadsheet or Calculator

Most spreadsheet programs (Excel, Google Sheets) and scientific calculators can handle growth rate calculations quickly. In Excel or Google Sheets, you can enter the formula directly into a cell. For example, if your starting value is in cell A1 and your ending value is in cell B1, you would type: =(B1-A1)/A1*100

This approach reduces the chance of arithmetic errors and lets you recalculate when ready if your numbers change. If you are working with multiple periods, you can copy the formula down a column and calculate growth rates for each row automatically.

For CAGR in a spreadsheet, the formula looks like: =(B1/A1)^(1/4)-1 (where 4 is the number of years). Then multiply by 100 to convert to a percentage, or format the cell as a percentage and the spreadsheet will do it for you.

When and How to Compare Growth Rates

A growth rate is most meaningful when you compare it to something. A 5% growth rate might be excellent in one industry and disappointing in another. Compare your growth rate to your own previous periods, to competitors, or to industry averages if those numbers are available.

Be careful when comparing growth rates from different time periods. A 10% monthly growth rate is much faster than a 10% annual growth rate. If you are comparing periods of different lengths, convert them all to the same timeframe (usually annual) or use CAGR so the comparison is fair.

Also remember that growth rate alone does not tell the whole story. A company with a 50% growth rate starting from $1,000 in revenue is growing faster than one with a 10% growth rate starting from $1 million, but the second company is still much larger. Growth rate and absolute size are both important pieces of information.

Frequently Asked Questions

What is the difference between growth rate and CAGR?

Growth rate measures change over a single period. CAGR measures the average annual growth rate over multiple years, smoothing out year-to-year variation. Use growth rate for short periods (one month, one year) and CAGR when you need to compare growth across different multi-year spans.

Can growth rate be more than 100%?

Yes. If a value doubles, the growth rate is 100%. If it triples, the growth rate is 200%. A starting value of $10 becoming $50 is a 400% growth rate. There is no upper limit to how high a growth rate can be.

What do I do if my starting value is zero?

The growth rate formula does not work when the starting value is zero, because you cannot divide by zero. In this case, describe the change in absolute terms instead (the value increased by 100 units) rather than as a percentage.

Should I use growth rate or CAGR for my business?

Use growth rate if you are looking at a single year or quarter. Use CAGR if you are tracking performance over three or more years, or if you want to compare your growth to a competitor's growth over a different time span. CAGR gives a clearer picture of long-term trends.

How do I calculate growth rate if I have data for every month?

You can calculate month-to-month growth rates using the basic formula for each pair of consecutive months. Or, if you want one number that represents the whole year, use CAGR with your January starting value and December ending value, divided by 12 months (or 11/12 as the exponent, depending on how you count).