A simple interest calculator answers a narrow question: if interest is charged or earned only on the original principal, how much interest accrues over a stated term, and what is the maturity amount? Yaya Tools’ free simple interest calculator runs in your browser. Enter principal, annual rate (%), and a term in years, months, and days. The page returns interest, maturity amount, the term converted to years, and the period rate.
This page is useful when a worksheet, a short-term note, or a classroom problem uses I = Prt instead of compounding. It is the wrong tool for a savings account that credits interest to the balance, and it is the wrong tool for an amortizing loan with a monthly payment schedule. Results are mathematical estimates only. They do not include fees, taxes, compounding, or inflation.
What is a simple interest calculator?
A simple interest calculator applies the annual rate to the original principal for the length of time the money is outstanding. Interest does not earn interest. If the principal is $8,000 and the annual rate is 4.5%, each full year adds the same dollar amount of interest, whether it is year one or year three.
OpenStax Prealgebra 2e states the same definition: if principal P is invested for t years at annual rate r (as a decimal), the interest I is I = Prt. The text also notes that t is measured in years. [1]
Yaya Tools implements that formula and converts mixed calendar units into years before multiplying:
- Principal (P) — the original amount, zero or greater
- Annual rate (r) — entered as a percent, then divided by 100
- Term (t) — years + months ÷ 12 + days ÷ day-count basis
- Interest (I) —
P × r × t - Maturity amount —
P + I - Period rate —
r × t, the simple rate over the whole term
The U.S. Securities and Exchange Commission’s Investor.gov glossary describes compound interest as interest earned on both principal and previously earned interest. [2] Simple interest is the opposite case: previously earned interest is not added back into the base.
The calculator does not store balances, apply a payment schedule, or convert a nominal rate into an APR with fees. For growth that credits interest to the balance, use the compound interest calculator. For equal monthly payments on an amortizing loan, use the loan calculator.
Because the math stays local, you can change the term or the day-count basis without uploading numbers. Closing the tab clears the inputs.
How to use this simple interest calculator
- Open the simple interest calculator on Yaya Tools.
- Enter principal (the default example uses
8000). - Enter annual rate (%) as a percent, not a decimal (
4.5means 4.5% per year). - Enter the term as years, months, and days. Unused fields can stay
0. - Choose a day-count basis only if you entered days: 365-day year (default) or 360-day year.
- Read interest, maturity amount, term in years, and period rate. Click Reset examples to restore the sample.
Results update as you type. Principal, rate, years, months, and days must be finite and not negative. A term of all zeros is rejected because t would be zero and the product would not describe a period of interest.
Privacy: principal, rate, and term are calculated only in the current browser. This page does not send those values to a Yaya Tools server.
Tip: if you already know the term in years (for example 2.5), put 2 in years and 6 in months, or put 2.5 in years and leave months at zero if you change the years field to a decimal in a later edit. The default sample uses 2 years and 6 months so the conversion is visible.
Simple interest formula
OpenStax writes the simple interest formula as: [1]
I = P × r × t
- I = interest in the same currency unit as principal
- P = principal
- r = annual rate as a decimal (
rate% ÷ 100) - t = time in years
The maturity amount on this page is:
Amount = P + I = P × (1 + r × t)
Converting months and days into years
The page does not treat “6 months” as six years, and it does not treat “90 days” as 90 years. It converts:
t = years + months ÷ 12 + days ÷ D
D is 365 or 360, whichever you selected. Months always divide by 12. The 365/360 choice applies only to the days field.
A 365-day year is the ordinary classroom conversion when a problem states a number of days and an annual rate. A 360-day year is a commercial convention sometimes called a banker’s year. The two bases produce different t whenever days are not zero. They do not change a term that is only years and months.
The percentage calculator can compute rate% of principal for a single year. This page multiplies that idea by t so a two-and-a-half-year term is not mistaken for two years.
Worked example (tool defaults)
Default inputs:
| Input | Value |
|---|---|
| Principal | 8,000 |
| Annual rate | 4.5% |
| Years | 2 |
| Months | 6 |
| Days | 0 |
| Day-count basis | 365 (unused, because days = 0) |
Time in years:
t = 2 + 6 ÷ 12 + 0 ÷ 365 = 2.5
Interest:
I = 8,000 × 0.045 × 2.5 = 900
Maturity amount:
Amount = 8,000 + 900 = 8,900
Period rate:
r × t = 0.045 × 2.5 = 0.1125 → 11.25%
Each full year at 4.5% on $8,000 would add $360. Two years add $720. Six extra months add half of $360, which is $180, for $900 total. That is the point of simple interest: the dollar interest per year does not grow.
Same principal, 90 days, 365-day year
Keep $8,000 and 4.5%. Set years and months to 0, days to 90, basis 365:
t = 90 ÷ 365 ≈ 0.2465753425
I = 8,000 × 0.045 × (90 ÷ 365) ≈ 88.77
Amount ≈ 8,088.77
Switch the basis to 360:
t = 90 ÷ 360 = 0.25
I = 8,000 × 0.045 × 0.25 = 90.00
Amount = 8,090.00
The 360-day basis produces a slightly larger t for the same 90 days, so interest is higher. Neither figure is a legal quote. Use the basis your document names.
Simple interest vs compound interest
Simple interest keeps the base equal to the original principal. Compound interest adds earned interest to the base, so later periods can charge or credit a larger dollar amount at the same nominal annual rate. Investor.gov’s compound-interest glossary is the contrast, not a second formula for this page. [2]
On this default ($8,000, 4.5%, 2.5 years), simple interest is $900. A compound model with the same nominal rate and more than one compounding period per year would produce a different maturity amount. Compare the two pages on the same principal and rate instead of mixing the formulas in one spreadsheet cell.
Do not use this calculator for:
- Savings or investments that compound
- Credit cards that apply periodic rates to a changing balance
- Mortgages and installment loans with a payment of principal plus interest each month
Those problems need the compound interest calculator or the loan calculator. If you already know starting and ending values and want a return percentage, use the ROI calculator.
Scope and limits
What the page does:
- I = Prt with t in years
- Mixed years, months, and days
- Optional 365 or 360 day-count for the days field
- Local arithmetic only
What the page does not do:
- Compounding frequency
- Recurring deposits or withdrawals
- Fees, points, origination charges, or tax withholding
- Inflation or currency conversion
- Amortization, escrow, or late fees
- Solving backward for P, r, or t from a target interest amount (rearrange I = Prt by hand, or use algebra; this UI only computes I and P + I)
A result of $900 is exact for the default inputs in ordinary decimal arithmetic displayed as currency. Display rounding uses two decimal places for money. The term in years may show more decimals when days are used.
Disclaimer: this is not a loan offer, a savings yield, or tax advice. Contracts, bank disclosures, and applicable law control actual interest.
Common mistakes
Entering 4.5 as a decimal rate
The field is a percent. Type4.5for 4.5%, not0.045.Treating months as years
Six months is6 ÷ 12 = 0.5years, not 6 years.Using this page for a compounding account
If last year’s interest is now part of the balance, the model is compound, not simple.Ignoring the day-count basis
90/365 and 90/360 are different. Read the note or the contract.Comparing a simple-interest dollar amount to an APR with fees
Fees change the effective cost. This page has no fee field.Assuming daily interest always uses 365
Some commercial notes use 360. The selector exists so you can match the stated convention, not so the site can pick a jurisdiction for you.
Privacy
All simple-interest math on this page runs in your current browser session. Principal, rate, and term are not uploaded to Yaya Tools for processing or storage. Browser autofill, history, and extensions on a shared device can still expose typed values. Reset the form when you are done if others use the same machine.
References
- OpenStax Prealgebra 2e — Solve Simple Interest Applications — Defines I = Prt, with r as a decimal annual rate and t in years. [1]
- Investor.gov — Compound Interest — U.S. SEC investor glossary describing interest earned on principal plus previously earned interest, the case this calculator does not model. [2]