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

---
# Loan Prepayment: 30 Lakh Loan, 5 Lakh Prepayment, Reduce EMI

> The same 5 lakh prepayment on a 30 lakh loan, but keeping the original tenure and lowering the EMI instead of closing early.

Interactive calculator: https://awesomecalcs.com/loan-prepayment-calculator/3000000-loan-500000-prepayment-reduce-emi

Keywords: reduce EMI after prepayment, lower EMI prepayment calculator

## Scenario inputs

```json
{
  "inputs": {
    "outstandingPrincipal": 3000000,
    "remainingTenureMonths": 180,
    "annualInterestRate": 9,
    "currentEMI": 0,
    "prepaymentType": "one-time",
    "prepaymentAmount": 500000,
    "prepaymentStartMonth": 12,
    "afterPrepaymentMode": "reduce-emi"
  }
}
```

## 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

### When does reducing EMI make more sense than reducing tenure?

If your monthly budget is tight or you'd rather redirect the freed-up cash flow toward other goals, reducing EMI can be the better trade-off, even though it saves less total interest than shortening the tenure.
