Interest Calculator
Calculate future value, total interest and the effective annual yield (APY) for simple or compound interest with adjustable compounding frequency.
Interest Calculator — An interest calculator for simple and compound growth. Enter a principal, an annual rate and a number of years, then read the future value, the total interest earned and the effective annual yield (APY) — all updating instantly as you type. For compound interest you can pick how often interest is added, from yearly down to daily, plus a continuous-compounding option. Every figure is computed entirely in your browser, so the amounts you enter never leave your device.
What is Interest Calculator?
The Interest Calculator works out how money grows over time under two methods. Simple interest applies the rate only to the original principal, while compound interest applies it to the running balance so earlier interest itself earns interest. Switch between the two with the Simple / Compound toggle. Savers and students use it to project a deposit or a CD, while borrowers use it to understand the cost of a loan. The compounding-frequency setting (annual, semiannual, quarterly, monthly, daily or continuous) controls how often interest is added in compound mode, which is why the same nominal rate can produce different effective annual yields. The APY field shows that true yearly return as a percentage.
How to use Interest Calculator
- Choose Simple or Compound interest with the segmented toggle at the top.
- Enter the starting principal — the amount you deposit or borrow.
- Enter the annual interest rate as a percentage (for example 5 for 5%).
- Enter the term in years; fractional years like 2.5 are allowed.
- For compound interest, open Settings and pick the compounding frequency (yearly through daily, or continuous).
- Read the future value, total interest and effective annual yield (APY); they recalculate automatically.
Examples
Compound, monthly: 10,000 at 5% for 10 years
Input
Mode: Compound, frequency: Monthly, principal = 10000, rate = 5, years = 10
Output
Future value ≈ 16,470.09, interest ≈ 6,470.09, APY ≈ 5.116%
Simple: 10,000 at 5% for 10 years
Input
Mode: Simple, principal = 10000, rate = 5, years = 10
Output
Future value = 15,000.00, interest = 5,000.00, APY = 5%
Continuous: 1,000 at 8% for 5 years
Input
Mode: Compound, frequency: Continuous, principal = 1000, rate = 8, years = 5
Output
Future value ≈ 1,491.82, interest ≈ 491.82, APY ≈ 8.329%
Frequently asked questions
- What is the difference between simple and compound interest?
- Simple interest is calculated only on the original principal: future value = P × (1 + r × t). Compound interest is calculated on principal plus all interest accumulated so far, so earlier interest also earns interest: future value = P × (1 + r ÷ n)^(n × t), where n is the compounding frequency.
- What does APY mean here?
- APY is the effective annual yield — the real percentage your balance grows in one year once compounding is taken into account. A 5% nominal rate compounded monthly gives an APY of about 5.116%, because interest is added twelve times rather than once.
- How does the compounding frequency change the result?
- The more often interest is added, the larger the future value for the same nominal rate. Daily compounding beats monthly, which beats annual; continuous compounding (e^(r × t)) is the theoretical upper limit. The frequency setting only affects compound mode — simple interest ignores it.
- Can I enter fractional years or zero values?
- Yes. You can enter fractions like 2.5 years, and a rate or term of zero simply returns the principal with no interest. If a field is blank or not a number, the results show a dash (—).
- Are my numbers sent anywhere?
- No. The entire calculation runs client-side in your browser with no upload and no server communication, so the principal, rate and term you type never leave your device.
Related tools
Aspect Ratio Calculator
Enter a width or height with a target aspect ratio and instantly get the matching dimension plus the simplified ratio.
Number Base Converter
Convert numbers between binary, octal, decimal and hexadecimal.
Base64 File Converter
Encode any file or image to a Base64 data URI and decode a data URI back into a downloadable file.
BMI Calculator
Calculate your Body Mass Index from height and weight in metric or imperial units and see the matching WHO weight category instantly.