Total Interest on a Loan
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/entity//)
Use the native HTML custom element.
Variables
| Symbol | Name | Unit | Description |
|---|---|---|---|
| $I_total$ | Total interest paid | currency | Total interest over the entire loan tenure. |
| $EMI$ | Equated Monthly Installment | currency/month | Fixed monthly payment amount. |
| $n$ | Number of instalments | months | Total loan tenure in months. |
| $P$ | Principal | currency | Original loan amount. |
Total Interest on a Loan
The total interest paid over the life of a loan is simply:
$$I_{total} = (EMI \times n) - P$$
Since every EMI payment covers both interest and principal, the total amount paid (EMI × n) exceeds the original principal (P) by exactly the total interest charged.
Why This Matters
This formula reveals the true cost of borrowing. The difference between total repayment and principal can be shocking for long-term loans:
| Loan | Rate | Term | Principal | Total Paid | Total Interest |
|---|---|---|---|---|---|
| Home | 8% | 20yr | $200,000 | $400,924 | $200,924 |
| Car | 7% | 5yr | $25,000 | $29,703 | $4,703 |
| Personal | 15% | 3yr | $10,000 | $13,323 | $3,323 |
The home loan's total interest equals the principal — you pay for the house twice over 20 years.
Effect of Extra Payments
Making even a small extra payment each month dramatically reduces total interest:
- $200,000 home loan at 8%, 20 years: EMI = $1,671
- Extra $100/month: saves ~$18,000 in interest and pays off ~2 years early
The savings are front-loaded because early payments reduce the principal basis for all future interest calculations.
Interest Saved by Shorter Tenure
At 8% annual rate, $200,000 home loan:
| Tenure | EMI | Total Interest |
|---|---|---|
| 30 years | $1,468 | $328,310 |
| 20 years | $1,671 | $200,924 |
| 15 years | $1,911 | $143,980 |
Reducing from 30 to 15 years saves $184,330 in interest at the cost of an extra $443/month in EMI.
Derivation & History
The formula follows directly from the definition of total repayment. Over n months, the borrower pays EMI each month, totalling EMI × n. Of this amount, exactly P goes toward repaying the loan principal (by definition of a fully amortising loan). Therefore, the remainder (EMI × n) − P is the total interest collected by the lender. No additional derivation is needed beyond the EMI formula itself.
Worked Examples
Car loan
- Total paid = $450 × 60 = $27,000
- Total interest = $27,000 − $22,000 = $5,000
- Interest as % of principal = 5,000/22,000 × 100 ≈ 22.7%
Result: Total interest = $5,000 (22.7% of principal)
Home loan comparison
- Loan A total interest = (1,200 × 300) − 180,000 = 360,000 − 180,000 = $180,000
- Loan B total interest = (1,450 × 240) − 180,000 = 348,000 − 180,000 = $168,000
- Savings by choosing Loan B = $12,000 less interest
Result: Loan B saves $12,000 in total interest despite higher EMI
Edge Cases & Limitations
Prepayment: If the borrower makes extra payments, n decreases and actual total interest is less than (EMI × original_n) − P.
Variable rate loans: EMI changes when the rate changes; total interest must be recalculated for each rate period.
Processing fees: Banks often charge origination fees that effectively increase the true total cost; these are captured in APR but not in this formula.
Real-World Applications
Loan comparison websites show total interest paid alongside EMI to help consumers make informed decisions. Financial advisors use this figure to illustrate the cost of carrying debt versus investing. Regulators in many countries (EU, US) require lenders to disclose total amount repayable (equivalent to P + total interest) on all loan agreements.