Compound interest calculator is a finance tool that projects how an investment grows using A = P(1 + r/n)^(nt). It supports annual, quarterly, monthly, and daily compounding, displays a year-by-year breakdown, and separates total interest from principal. The tool runs in your browser.
Frequently asked questions
- What is the difference between compound and simple interest?
- Simple interest is calculated only on the original principal. Compound interest is calculated on the principal plus any previously earned interest, so your interest earns interest over time. Over long periods or at high rates, the difference between the two becomes substantial.
- What is the compound interest formula?
- A = P(1 + r/n)^(nt). P is the principal (starting amount), 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. A is the final balance including all interest.
- How does compounding frequency affect growth?
- More frequent compounding produces slightly higher returns. Daily compounding produces more than monthly, which produces more than quarterly, which produces more than annual. The difference is small at low rates but grows at higher rates and over longer periods.
- Is my data sent to a server?
- All calculations run locally in your browser using JavaScript. No data is sent to our servers at any point.
Reviewed and tested May 25, 2026.