A compound interest calculator example makes the growth of a single lump sum fully visible: at a 10% annual rate, $1,000 invested for five years grows to about $1,610.51 with annual compounding, about $1,645.31 with monthly compounding, and about $1,648.61 with daily compounding — and the only thing that changed between those three results is how often interest is credited. Behind every output sits one equation, A = P(1 + r/n)^(nt), where P is the principal, r is the annual rate written as a decimal, n is the number of compounding periods per year, and t is the time in years. The calculator plugs those four variables in, returns the final balance, and subtracts the principal to show interest earned. Because interest is added to the balance each period, the next period's interest is calculated on a slightly larger base, and that feedback loop is exactly what "compounding" means. Switching from annual to daily compounding does not change the rate you were quoted; it changes when that rate is applied to your balance, which is why the same nominal 10% produces three different numbers above.

compound interest calculator example
Compound Interest Calculator Example: $1,000 at 10% Over 5 Years

The Formula Behind the Calculator

The calculator uses the standard compound interest formula, the same one used for future-value calculations described on Wikipedia's compound interest entry:

A = P(1 + r/n)^(nt)

Each letter is a variable you enter or pick:

  • P — your starting principal (the lump sum).
  • r — the annual interest rate written as a decimal, so 10% becomes 0.10.
  • n — how many times per year interest compounds (1 for annual, 2 for semiannual, 4 for quarterly, 12 for monthly, 365 for daily).
  • t — the number of years the money stays invested.

To verify the example with annual compounding: with P = $1,000, r = 0.10, n = 1, and t = 5, the formula becomes

A = 1,000 × (1 + 0.10/1)^(1×5) = 1,000 × 1.61051 ≈ $1,610.51

Interest earned = A − P = $1,610.51 − $1,000.00 = $610.51. That single line of arithmetic is the entire engine behind every result the calculator displays.

How to Run the Same Example in the Calculator

Open the Compound Interest Calculator and follow these steps to reproduce the numbers from the worked example.

  1. Enter your starting principal. Type 1000 (or any other lump sum you want to model).
  2. Enter the annual interest rate. Type 10 — the calculator treats it as a percent and converts it internally to 0.10.
  3. Pick the compounding frequency. Choose Annually first and read the result. Switch to Monthly and then to Daily while keeping every other input the same.
  4. Enter the number of years. Type 5.
  5. Read the final amount and the total interest earned. The calculator returns both numbers instantly and lets you re-run the same scenario with a different frequency without retyping anything.

Everything runs locally in your browser, so none of the figures are uploaded or stored — useful when you want to model a real balance without sharing it.

Why Frequency Changes the Result

The three figures the calculator returns for $1,000 at 10% over five years differ only because of when interest is added to the balance. With annual compounding, interest is credited once a year, so the new balance starts earning interest of its own only after 12 months. With daily compounding, that feedback loop runs 365 times a year, which means interest begins earning interest sooner and the balance is always slightly larger than it would be under the next-best schedule.

The gap looks modest at low rates, small balances, and short horizons. As the rate climbs, the principal grows, or the time horizon stretches, the spread widens noticeably — which is precisely why the compounding frequency matters when you compare savings accounts, certificates of deposit, bonds, or any fixed-rate investment that quotes a schedule. If you want to extend the same comparison to a decade instead of five years, the 10-year compound interest plan walks through the same idea at a longer horizon.

Compounding Frequency Options at a Glance

The frequency selector is a shortcut for the variable n in the formula. Here is what each option maps to, and when interest is actually credited under each schedule.

Optionn (periods per year)When interest is credited
Annually1Once per year
Semiannually2Every 6 months
Quarterly4Every 3 months
Monthly12Every month
Daily365Every day

Because every other input was held constant in the example, the difference between the three final balances is entirely a function of n. Holding P, r, and t constant while raising n always raises A — that is the compounding-frequency effect the calculator is built to highlight. The arithmetic for daily compounding (n = 365) follows the same formula, just with a much smaller per-period rate and many more periods stacked into the same five-year window.

Nominal Rate vs. Effective Annual Yield

The percentage on the page — 10% in the example — is the nominal annual rate. What you actually earn in a year is the effective annual rate, also called APY (annual percentage yield). Once you have the final balance from the calculator for each frequency, you can compare schedules by reading the small gap between them; that gap is the difference between nominal and effective yield, and it grows as compounding gets more frequent. The same 10% nominal rate can deliver a noticeably higher APY when credited daily than when credited annually.

The calculator assumes a constant rate, no additional deposits, no withdrawals, and no taxes or fees. It is a planning aid rather than a guarantee of any real account's return. Real accounts apply taxes differently, quoted rates can change at renewal, and institutions may add fees that the model does not capture. For definitions of future value and the difference between simple and compound growth, see the future value reference.

What the Calculator Does Not Include

This tool is built around a single lump sum growing under one fixed rate. Two things are out of scope, and recognizing them keeps the results honest:

  • No recurring deposits. If you plan to add money every month or year, the savings calculator is built around that contribution pattern and separates contributions from interest earned.
  • No taxes, fees, or rate changes. The result is what compound interest alone produces on the principal you entered; actual returns depend on the account's tax treatment, any fees your institution charges, and whether the quoted rate stays fixed for the full term.

Outside those limits, the tool's job is to make the compounding effect on a lump sum easy to read at a glance, which is why the frequency selector is the headline control and the final amount and interest earned are the headline outputs.