Compound Growth Calculator
Calculate how your money will grow over time with compound interest.
Enter your values and click Calculate
How It Works
The formula is: A = P × (1 + r/n)^(n×t), where P is the principal, r is the annual interest rate as a decimal, n is the number of compounding periods per year, and t is the number of years. The term r/n gives the interest rate per period; adding 1 produces the growth factor per period; raising it to the power n×t (total number of periods) compounds that growth across the entire time horizon; and multiplying by P scales it to the initial investment. As a worked example: $1,000 at 8% compounded annually for 10 years: r/n = 0.08/1 = 0.08, total periods = 1 × 10 = 10. A = 1000 × (1.08)^10 = 1000 × 2.1589 = $2,158.92. With monthly compounding (n=12): A = 1000 × (1 + 0.08/12)^120 = 1000 × (1.00667)^120 = 1000 × 2.2196 = $2,219.64 — about $61 more than annual compounding over the same decade.