financial calculators

Compound Interest Calculator

Project how an investment grows over time when interest is reinvested each compounding period — the engine behind retirement accounts, high-yield savings, dividend reinvestment, and most long-term wealth building. Enter your starting principal, an annual interest rate, a time horizon in years, and how many times per year interest compounds (1 = annually, 4 = quarterly, 12 = monthly, 365 = daily), and the calculator returns the future value. Compound interest is often called the "eighth wonder of the world" precisely because the growth curve is exponential, not linear, and small differences in rate or time horizon produce wildly different end results.

Enter a positive principal, a non-negative rate, and at least one year to see the growth chart.

About this calculator

The formula used here is the standard compound interest equation: FV = P × (1 + r/n)^(n × t), where P is the initial principal, r is the annual interest rate expressed as a decimal (so 7% becomes 0.07), n is the number of compounding periods per year, and t is the time in years. Each compounding period, interest is added to the balance and earns interest itself in the next period — that "interest on interest" is what separates compound from simple interest. With simple interest, $10,000 at 7% for 30 years earns $21,000 in interest for a final value of $31,000; with annual compounding it grows to about $76,123; with monthly compounding it grows to about $81,164. The difference between simple and compound is dramatic over long horizons but trivial over short ones. The effect of compounding frequency has diminishing returns: going from annual to monthly is meaningful, but going from monthly to daily adds less than 0.1% over 30 years at typical rates. Edge cases: a rate of 0 returns the principal unchanged; a negative rate (deflation or fees exceeding interest) shrinks the balance exponentially; a very high frequency (n approaching infinity) approaches continuous compounding, given by FV = P × e^(r × t). This formula assumes the rate is constant for the whole period and that no money is added or withdrawn — if you make ongoing contributions, you need an annuity formula instead.

How to use

Example 1 — Long-term retirement saving. You invest $10,000 at 7% interest compounded monthly for 30 years and never add another cent. Enter 10000 as Initial Investment, 7 as Annual Interest Rate, 30 as Time Period, and 12 as Compounding Frequency. Result: approximately $81,164.97. Verify: r/n = 0.07/12 ≈ 0.005833, n×t = 360, so (1.005833)^360 ≈ 8.1165, and 10000 × 8.1165 ≈ 81,165. ✓ Your money has grown more than eight-fold without you doing anything. Example 2 — Short-term savings comparison. You move $5,000 to a high-yield savings account at 4.5% compounded daily for 3 years. Enter 5000, 4.5, 3, and 365. Result: approximately $5,722.45. Verify: r/n = 0.045/365, n×t = 1095; (1 + 0.045/365)^1095 ≈ 1.14449, and 5000 × 1.14449 ≈ 5,722. ✓ Over three years you earn about $722 in interest, versus $675 with simple interest — modest in absolute terms but pure upside for money that would otherwise sit in a checking account.

Frequently asked questions

What is the difference between simple and compound interest?

Simple interest is calculated only on the original principal, period after period — so $10,000 at 5% simple interest earns exactly $500 every year, forever. Compound interest, by contrast, is calculated on the principal plus all previously accumulated interest, so each year's interest is slightly larger than the last. Over one year the two are identical; over five years compounding produces a small advantage; over twenty or thirty years the advantage becomes enormous due to exponential growth. Almost all real-world savings accounts, certificates of deposit, mortgages, credit cards, and investment returns use compound interest in some form. Simple interest survives mainly in short-term consumer loans (some auto and personal loans) and in academic examples — most of the modern financial world runs on compounding.

How does compounding frequency affect the final amount?

More frequent compounding produces a larger final balance, but with sharply diminishing returns. Going from annual to monthly compounding can add a few percent to the final value over a long horizon, but going from monthly to daily adds only a small additional amount. The theoretical limit is continuous compounding, given by FV = P × e^(r×t). For practical purposes, monthly compounding captures almost all of the benefit available, which is why most savings accounts and CDs quote monthly rates. The advertised APY (annual percentage yield) already bakes the compounding frequency into a single comparable number — when comparing accounts, always look at APY rather than the stated nominal rate.

What is the rule of 72 and does it actually work?

The rule of 72 is a mental-math shortcut for estimating how long it takes money to double at a given annual compound rate: just divide 72 by the rate (as a whole number). At 6% your money roughly doubles every 12 years; at 8% every 9 years; at 12% every 6 years. The rule is accurate to within about half a percent for rates between 4% and 12% — it falls out of the math because ln(2) ≈ 0.693, and 0.72 is close enough for mental arithmetic. The rule is genuinely useful for sanity-checking retirement plans: if you are 35 years old, expect 7% real returns, and your money will double approximately every 10.3 years, then $50,000 invested today will be roughly $200,000 by the time you are 55 and $400,000 by age 65 — without adding a single new dollar.

What are the most common mistakes people make with compound interest?

The biggest mistake is starting late. Because growth is exponential, the last decade of a 40-year investment horizon often produces more in dollar terms than the first 20 years combined, so even small contributions in your 20s outweigh much larger contributions in your 40s. The second is confusing nominal rate with APY — a "7% rate compounded monthly" is actually about 7.23% APY, and people who ignore this consistently underestimate growth. The third is ignoring inflation: a 6% nominal return during 3% inflation is really 3% in purchasing power, and only the real return matters for long-term planning. The fourth is forgetting taxes and fees, both of which compound just as ruthlessly against you as interest compounds for you. Finally, this formula assumes a static lump sum — if you plan to add monthly contributions, use an annuity or savings calculator instead.

When should I not use this calculator?

Skip this calculator if you plan to make regular contributions or withdrawals — it assumes a single lump-sum deposit that just sits and compounds, so it will materially underestimate the balance of an account you keep adding to. It is also wrong for loans that you actively pay down, because each payment reduces the principal and changes the interest base; use a loan amortization or mortgage payment calculator instead. Do not use it for variable-rate accounts where the rate changes over time — the formula assumes a constant rate. Finally, it cannot model investment returns that are not pure interest (stock dividends, capital gains, volatility), which fluctuate year to year and have a different mathematical structure; for those, use a Monte Carlo retirement simulator that accounts for sequence-of-returns risk.