Simple Interest Calculator

Work out interest earned (or owed) and the final amount from a principal, annual interest rate, and time in years, using I = P × r × t, instantly, in your browser.

runs locally on your browser. Your data never leaves your device.

Interest Earned

$150.00

Final amount: $1,150.00

$1,000.00Principal
$150.00Interest Earned
$1,150.00Final Amount

Common Use Cases

Work out how much interest a fixed-rate savings amount or CD will earn over a known term
Check the interest and total repayment on a short-term personal loan or promissory note
Verify a simple-interest problem from a finance course or textbook
Compare two simple-interest offers with different rates or terms to see which earns more

About Simple Interest Calculator

Simple interest is the most straightforward way to work out how much a loan, deposit, or investment will earn (or cost) over time, without compounding getting in the way. This calculator takes a principal amount, an annual interest rate, and a length of time in years, and instantly shows how much interest accrues and what the final total comes to.

The formula behind it is the classic I = P × r × t: interest equals the principal multiplied by the annual rate (as a decimal) multiplied by the time in years. A $1,000 principal at a 5% annual rate over 3 years earns $1,000 × 0.05 × 3 = $150 in interest, for a final amount of $1,150. Unlike compound interest, simple interest is always calculated on the original principal alone: the interest earned in one period never itself starts earning interest in the next, which is what makes the math a single multiplication instead of an exponential formula.

This is the calculation behind many everyday scenarios: a short-term personal loan, a simple promissory note, a certificate of deposit that pays simple rather than compound interest, or just estimating how a fixed-rate savings amount grows over a known stretch of time. It's also a common way to sanity-check numbers on a loan document or a finance homework problem, since the formula is simple enough to verify by hand once you have the three inputs.

Every figure updates live as you type, with no "Calculate" button to press, and the time field accepts fractional years (like 0.5 for six months or 2.5 for two and a half years) for exact partial-year periods. Every calculation runs as plain JavaScript directly in your browser, so nothing you type is ever sent to a server, logged, or stored anywhere.

Frequently Asked Questions

What is the simple interest formula?
I = P × r × t, where I is the interest earned, P is the principal (starting amount), r is the annual interest rate expressed as a decimal, and t is the time in years. This calculator takes the rate as a percentage and divides by 100 internally, so you can type a rate like 5 directly instead of 0.05.
How is the final amount calculated?
The final amount is the principal plus the interest earned: final amount = P + I. For example, a $1,000 principal at 5% annual interest over 3 years earns $150 in interest, for a final amount of $1,150.
How is simple interest different from compound interest?
Simple interest is always calculated on the original principal only, so it grows by the same dollar amount every period. Compound interest calculates each period's interest on the principal plus all previously earned interest, so it grows faster over time. This tool calculates simple interest only.
Can I enter a time period shorter than a year, like 6 months?
Yes. The time field accepts decimal years, so 6 months is 0.5, 18 months is 1.5, and so on. Just convert whatever period you have into years (months ÷ 12, or days ÷ 365) before entering it.
Can I use this for a loan I'm paying, not just a deposit I'm earning?
Yes. The math is identical either way. The "principal" is whichever amount interest is calculated on, and the "interest earned" figure is the interest owed if you're the one borrowing rather than lending or depositing.
Is my financial data sent to a server?
No. Every calculation happens with plain JavaScript directly in your browser. Nothing you type is ever uploaded, logged, or stored anywhere.