Simple Interest Calculator
Calculate simple interest, total amount, principal, interest rate, or time period.
Reserved for a future total-amount reverse calculation extension.
Status: initial
Results
Awaiting calculation
Introduction
A simple interest calculator helps students, borrowers, lenders, investors, and business users estimate interest when interest is calculated only on the original principal. It is useful for school mathematics, short-term loans, fixed-interest agreements, and quick finance planning.
Purpose
Use this calculator to find simple interest, total amount, principal, annual interest rate, or time period. Time can be entered in years, months, or days and is converted to years for the calculation.
Simple interest formula
Simple interest is calculated by multiplying principal, annual interest rate, and time, then dividing by 100. The same relationship can be rearranged to solve for principal, rate, or time.
Variable explanations
The starting amount borrowed, lent, or invested.
The annual simple interest rate expressed as a percentage.
The period for which interest is calculated.
The interest calculated only on the original principal.
The principal plus simple interest.
Formula guide
Simple interest
Simple Interest = principal x rate x time / 100
- Principal is the original amount borrowed or invested.
- Rate is the annual interest rate as a percentage.
- Time is measured in years after converting months or days.
Multiply principal, rate, and time, then divide by 100.
Total amount
Total Amount = principal + simple interest
- Total amount is the principal plus the interest earned or payable.
Add the calculated simple interest to the original principal.
Principal
Principal = simple interest x 100 / (rate x time)
- Rate and time must be greater than zero.
Rearrange the simple interest formula to solve for the original amount.
Rate
Rate = simple interest x 100 / (principal x time)
- Principal and time must be greater than zero.
Divide interest by principal and time, then convert to an annual percentage.
Time
Time = simple interest x 100 / (principal x rate)
- Principal and rate must be greater than zero.
Solve for time in years, then display it in the selected time unit.
Real-world examples
Student example
- Enter principal as 10,000.
- Enter annual rate as 8%.
- Enter time as 2 years to get 1,600 interest and 11,600 total amount.
Personal loan
- Enter the loan principal.
- Enter the annual simple interest rate.
- Use the total amount to estimate repayment before fees.
Short-term business lending
- Enter the business advance amount.
- Use months for short borrowing periods.
- Review the interest and total payable.
Fixed-interest agreement
- Enter the fixed principal.
- Enter the agreed annual rate.
- Calculate interest without compounding.
Friends or family borrowing
- Use a clear principal and rate.
- Choose the time unit that matches the agreement.
- Share the formula and steps to avoid confusion.
Investment interest estimation
- Enter the invested amount.
- Enter the stated simple annual rate.
- Use total amount as a rough maturity estimate.
Education finance
- Enter the borrowed amount.
- Enter the annual rate and time.
- Compare simple-interest cost with other repayment options.
Common simple interest mistakes
Confusing simple and compound interest
Simple interest uses only the original principal. Compound interest adds previous interest to the balance before calculating future interest.
Forgetting to convert time
Months are divided by 12 and days are divided by 365 before applying the annual rate.
Using a monthly rate as an annual rate
This calculator expects the rate to be annual. Convert monthly rates before entering them.
Entering rate as a decimal
Enter 8 for 8%, not 0.08, unless you intentionally mean 0.08%.
Ignoring fees and repayment schedules
Simple interest does not include fees, taxes, compounding, amortization, or changing balances.
FAQs
What is simple interest?
What is the simple interest formula?
How do I calculate total amount?
How do I calculate principal?
How do I calculate rate?
How do I calculate time?
Can I enter time in months?
Can I enter time in days?
Can the interest rate be zero?
Why must rate be greater than zero for some operations?
Does this calculate compound interest?
Is simple interest used for all loans?
Does this include fees?
Can I use decimals?
What currency does it use?
References
Related calculators
- Compound Interest Calculator
- EMI Calculator
- Loan Calculator
- Percentage Calculator
- Average Calculator
- ROI Calculator
- FD Calculator
Last updated and version history
Last updated: 2026-07-03
- 1.0.0 (2026-07-03): Initial CAL-0008 Simple Interest Calculator implementation using platform engines.