Simple Interest Calculator

Interest$150.00
Total amount$1,150.00

What Is Simple Interest?

The Simple Interest Calculator works out the interest and the total amount from a principal, an annual rate and a time period, using the classic I = P × r × t formula.

Simple interest is interest calculated only on the original principal, never on interest already earned. Because the base never changes, the interest is the same every period and the total grows in a straight line. It is common in short-term loans, some bonds and many everyday calculations where the simplicity is an advantage and the term is short enough that compounding would make little difference.

Calculating Interest

  1. Enter the principal amount.
  2. Set the annual interest rate and the time in years or months.
  3. Read the interest and the total amount.

When to Calculate

  • Borrowers and lenders working out the cost or return of a short-term loan.
  • Students learning the foundations of interest before moving on to compounding.
  • Anyone estimating interest on a fixed deposit, invoice or instalment plan.
  • People who want a quick, exact interest figure without compounding complexity.

The Simple Interest Formula

The interest is I = P × r × t, where P is the principal, r is the interest rate per period (as a decimal) and t is the number of periods. The total amount you repay or receive is simply the principal plus that interest, P + I. For example, $1,000 at 5% per year for 3 years earns 1,000 × 0.05 × 3 = $150 in interest, for a total of $1,150.

The defining feature is that interest does not earn interest. Over a single short period the difference from compound interest is tiny, but over many periods compound interest pulls ahead — which is why simple interest is mainly used for short terms.

Advantages

  • Check the interest on a short-term loan or deposit.
  • Compare simple versus compound interest for the same inputs.
  • Runs entirely in your browser — your figures stay private.

Interest Calculation, Private

Simple interest is calculated using the standard formula as JavaScript code in your browser. Your principal, rate, and time period are computed entirely locally on your machine — they never reach our servers.

FAQ

How is simple interest calculated?

Simple interest is principal × rate × time. Unlike compound interest, it is charged only on the original principal.

When is simple interest used?

Some short-term loans, bonds and savings products use it. For long-term growth, compound interest applies instead.

Are my financial inputs stored?

No. Simple interest calculations happen locally as JavaScript. Your principal, rate, and duration stay on your device and are never transmitted.

When should I use simple interest instead of compound interest?

Simple interest fits short-term loans and quick estimates where interest is not reinvested. For savings and investments that grow over years, compound interest is the realistic choice because earnings themselves earn more.