Skip to content

Cumulative Interest Paid

Cumulative Interest Paid

Total interest paid over the first p payments of an amortizing loan, summed payment by payment from the schedule. Each payment is capped at the balance plus interest, so the total stops growing once the loan is paid off.

When to use: Use to see how much of what you have paid so far went to interest rather than principal, or to compare the interest cost of two loans over the same number of payments.

Calculator

Formula

I1..p=t=1pBt1×kmI_{1..p} = \sum_{t=1}^{p} B_{t-1} \times \frac{k}{m}

Variables

SymbolNameDescriptionUnit
CumInterestCumulative InterestInterest paid through payment p$
PVOriginal LoanOriginal loan amount$
PMTPaymentPeriodic payment amount$
kInterest RateAnnual interest rate%
mPayments per YearNumber of payments per yearinteger
pPayments MadeNumber of payments to sum overinteger

Real-Life Examples

Example 1: Five Years into a Mortgage

A $300,000 mortgage at 6.5% with monthly payments of $1,896.20. How much interest has been paid after 60 payments?

Given

PV = $300,000.00PMT = $1,896.20k = 6.5000%m = 12.00p = 60.00

Step-by-Step

1.Periodic rate = 0.065 / 12 = 0.0054167
2.For each of the 60 payments: interest = prior balance × periodic rate; the payment is capped at balance + interest
3.Sum the 60 interest amounts
4.Cumulative interest ≈ $94,605.22
Result:$94,605.22

Five years in, $94,605 of the $113,772 paid has gone to interest. Early payments on a long loan are mostly interest because the balance is still large.

Example 2: First Year of an Auto Loan

A $25,000 car loan at 7% over 5 years, $495.03 per month. Interest paid in the first 12 payments?

Given

PV = $25,000.00PMT = $495.03k = 7.0000%m = 12.00p = 12.00

Step-by-Step

1.Periodic rate = 0.07 / 12 = 0.0058333
2.Interest each month = prior balance × 0.0058333, balance falls by the principal portion
3.Sum the 12 interest amounts
4.Cumulative interest ≈ $1,612.91
Result:$1,612.91

Of the $5,940 paid in year one, $1,613 was interest. The share falls every year as the balance shrinks.

Frequently Asked Questions

Interest is charged on the outstanding balance, which is largest at the start. As payments reduce the balance, each successive payment carries less interest and more principal.

No. Once the balance reaches zero the schedule stops, so p beyond the payoff point returns an error rather than inventing interest on a loan that no longer exists.