Simple Interest Calculator
Inputs
Results
Simple interest grows linearly with time: `I = P · r · t`. The principal is fixed for the whole term — interest never earns interest. This is the convention for most short-term loans (treasury bills, some consumer loans, intra-family lending) and the textbook starting point for understanding compound interest.
Under annual compound interest the formula is `I_c = P · ((1 + r)^t − 1)`. Each year the previous year's interest is added to the principal, so next year's interest is computed against a larger base. The gap between the two grows nonlinearly with time.
Simple interest is the textbook starting point and the convention for some short-term products. For anything longer than a year — savings accounts, investment growth, mortgages, student loans — compound-interest math applies. The two formulas agree at t = 0 and diverge increasingly after that.