Source: https://awesomecalcs.com/loan-prepayment-calculator/2500000-loan-5000-monthly-prepayment
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Loan Prepayment: 25 Lakh Loan, 5,000 Extra Every Month

> A recurring extra payment of 5,000 a month on a 25 lakh loan, showing how a smaller sustained prepayment compares to a one-time lump sum.

Interactive calculator: https://awesomecalcs.com/loan-prepayment-calculator/2500000-loan-5000-monthly-prepayment

Keywords: recurring prepayment calculator, extra EMI every month calculator

## Scenario inputs

```json
{
  "inputs": {
    "outstandingPrincipal": 2500000,
    "remainingTenureMonths": 180,
    "annualInterestRate": 9,
    "currentEMI": 0,
    "prepaymentType": "recurring",
    "prepaymentAmount": 5000,
    "prepaymentStartMonth": 6,
    "afterPrepaymentMode": "reduce-tenure"
  }
}
```

## How this is calculated

Runs a month-by-month amortization schedule with a one-time or recurring extra payment applied to the outstanding principal, compared against a no-prepayment baseline, to show interest saved and either time saved (reduce-tenure mode) or a lower EMI (reduce-EMI mode).

**Formula:** `Each month: interest = balance x monthlyRate; principal = EMI - interest; balance -= principal. On a prepayment month: balance -= prepaymentAmount (capped at balance). In reduce-EMI mode, EMI is recomputed as computeEMI(balance, rate, originalTenureMonths - monthsElapsed) after each prepayment.`

**Variables:**

- `EMI`: Fixed monthly installment; auto-computed from principal/rate/tenure unless the borrower supplies their actual EMI
- `monthlyRate`: Annual interest rate / 12 / 100
- `originalTenureMonths`: Remaining tenure in months before any prepayment

Reference: Matches the standard prepayment-impact methodology used by Groww and ET Money EMI prepayment calculators.

## Assumptions

- Reduce-tenure mode never recomputes EMI, so the loan finishes before the original tenure. Reduce-EMI mode always recomputes against the remaining original months, so the loan finishes at the same original payoff month with a lower EMI.
- Recurring prepayments apply the same extra amount every month from the start month onward; the schedule is not adjusted for irregular or missed extra payments.

## Frequently asked questions

### Does a small recurring prepayment really add up?

Yes, a modest extra amount paid every month compounds over the life of the loan since it reduces the principal, and therefore the interest charged, earlier and more often than a single lump sum of the same total size.
