A compound interest calculator applies the formula A = P(1 + r/n)^(nt) to grow a lump sum over time and returns the final balance and the interest earned from a single percentage rate. In the formula, P is your starting principal, r is the annual interest rate written as a decimal (so 5% becomes 0.05), n is how many times per year interest compounds (1 for annual, 2 for semiannual, 4 for quarterly, 12 for monthly, 365 for daily), and t is the number of years. The calculator does the exponentiation for you and shows both the end-of-term balance and the interest portion, so you can see exactly what a quoted percentage rate produces on a real balance. Because every input is local to your browser, your figures never leave the device, and you can change n repeatedly to compare how often the rate is credited. That single comparison is what makes a percentage rate behave so differently from one product to the next — a difference captured by the effective annual yield, also called APY.
When a bank advertises a savings account at "4.5% APY" and a CD at "4.5% compounded monthly," the two percentage rates are not the same number to your money. The advertised APY already includes the compounding effect; the 4.5% compounded monthly is a nominal rate that becomes slightly more than 4.5% once you factor in 12 credits per year. A compound interest calculator makes that gap visible: keep the principal, the stated rate, and the term fixed, and switch only the frequency to see the balance move. The same exercise reveals why two products with the same headline rate can earn different dollars over a five-year term.

How to Use the Compound Interest Calculator
Three inputs run the calculation, and a fourth defines the horizon. Everything happens in your browser.
- Enter your starting principal and the annual interest rate as a percentage.
- Pick how often interest compounds — annually, semiannually, quarterly, monthly, or daily — and enter the number of years.
- Read the final amount and the total interest earned, then switch the frequency to compare how the compounding effect changes the result.
The principal field accepts whatever starting lump sum you want to test — a $1,000 emergency fund, a $50,000 inheritance, a CD minimum, or any other single deposit. The annual interest rate field accepts a percentage such as 5 or 7.25; the calculator converts it to a decimal internally, so you do not have to divide by 100 yourself. The compounding selector maps directly to the n value in the formula (1, 2, 4, 12, or 365), so daily compounding is one click away. Years is any positive whole number, including long horizons like 20 or 30 for retirement-style comparisons. The result block updates as soon as you change any input, so there is no submit button to find and no waiting between scenarios — you can switch from annual to daily compounding and watch the balance move.
What the Percentage Rate Really Means
A percentage rate by itself does not tell you how much you will earn. Two products can show the same number on the page and still pay differently because of when interest is credited. The nominal rate is the rate before compounding is applied — the headline figure on a CD disclosure or a loan amortization schedule. The effective annual rate, often shown as APY for deposits or EAR for loans, is the rate that, compounded once per year, would produce the same final balance as the rate compounded more often.
Mathematically, the effective annual rate is (1 + r/n)^n − 1, where r is the nominal rate as a decimal and n is the compounding periods per year. At a 5% nominal rate, annual compounding gives an effective rate of exactly 5.00%, semiannual gives about 5.06%, quarterly about 5.09%, monthly about 5.12%, and daily about 5.13%. The gap is small at low rates but it widens as the nominal rate climbs, which is exactly when a percentage-rate calculator earns its keep — at 10% nominal the daily-compounding effective rate is already noticeably above 10.5%, and at 20% nominal the spread is large enough to change which product you pick. The underlying relationship is described in detail on the Wikipedia compound interest page, and the time-value math is covered on the future value page. For a plain-English breakdown of how the formula fits into the calculator, the formula walkthrough guide lays it out the same way.
Compounding Frequency at the Same Rate
The frequency selector in the calculator is not a cosmetic setting. Holding the principal, the nominal percentage rate, and the term constant, increasing n raises the final balance because interest starts earning interest sooner. The mapping between the dropdown choice and the formula's n value is fixed:
| Compounding frequency | n (periods per year) | Effect at the same rate |
|---|---|---|
| Annually | 1 | Baseline; effective rate equals the nominal rate exactly |
| Semiannually | 2 | Slightly higher balance and effective rate |
| Quarterly | 4 | Larger gap over multi-year horizons |
| Monthly | 12 | Common default on savings accounts and CDs |
| Daily | 365 | Highest balance the tool produces for a single nominal rate |
To put a number on the frequency effect at a moderate rate, the calculator's verified sample at $1,000 principal, 10% nominal rate, and a five-year term shows annual compounding produces about $1,610.51, monthly compounding produces about $1,645.31, and daily compounding produces about $1,648.61. The exact figures depend on the rate and the term you enter — try the same five-year comparison at 7% or over 20 years and the gaps grow visibly. Higher rate, larger balance, longer horizon — each one amplifies the difference between annual and daily, which is why institutions that compound daily can advertise a slightly higher APY on the same nominal rate.
Worked Example: $1,000 at One Percentage Rate
Take a single example and walk it through the formula. Suppose you put $1,000 into an account that compounds annually at 10% and you leave it for 5 years.
- P = 1,000
- r = 10% / 100 = 0.10
- n = 1 (annual)
- t = 5
Substitute into A = P(1 + r/n)^(nt):
A = 1,000 × (1 + 0.10 / 1)^(1 × 5) = 1,000 × (1.10)^5
(1.10)^5 = 1.10 × 1.10 × 1.10 × 1.10 × 1.10 = 1.61051
A = 1,000 × 1.61051 = $1,610.51
The interest earned is A − P = $1,610.51 − $1,000 = $610.51.
That is the entire job of the calculator: it accepts P, r, n, and t, exponentiates (1 + r/n) to the power nt, multiplies by P, and subtracts P to give you the dollar interest. The same inputs with n = 12 produce a larger balance because (1 + 0.10/12)^60 is greater than (1.10)^5, and that is the frequency effect made concrete from a single percentage rate.
What This Tool Does Not Do
The calculator focuses on the growth of one principal and the frequency effect, not on a savings plan. It does not model monthly deposits, employer matches, or annual contributions — for that, the savings calculator is the right tool, because it is built around recurring contributions. The model also assumes a constant rate over the full term, no additional deposits, no withdrawals, and no taxes or fees, so the result is a planning figure rather than a guaranteed return. Real accounts are affected by changing rates, statement fees, early-withdrawal penalties, and tax treatment that varies by account type and country. Always confirm the exact percentage rate, the compounding schedule, and the fee structure with your bank or a licensed financial professional before making a decision based on the number you see.
For a deeper look, see Simple Interest Calculator on Android: No Install Needed.