Source: https://awesomecalcs.com/home-loan-balance-transfer-calculator/5000000-loan-fixed-rate-with-penalty
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Home Loan Balance Transfer: 50 Lakh Fixed-Rate Loan with Prepayment Penalty

> A fixed-rate 50 lakh home loan that still carries a prepayment penalty from the old lender, unlike most floating-rate loans in India.

Interactive calculator: https://awesomecalcs.com/home-loan-balance-transfer-calculator/5000000-loan-fixed-rate-with-penalty

Keywords: fixed rate home loan balance transfer, home loan prepayment penalty calculator, NBFC home loan refinance

## Scenario inputs

```json
{
  "inputs": {
    "outstandingPrincipal": 5000000,
    "remainingTenureMonths": 180,
    "currentAnnualRate": 9.5,
    "newAnnualRate": 8.25,
    "processingFeeType": "percent",
    "processingFeeValue": 0.5,
    "otherTransferCosts": 15000,
    "isFloatingRate": false,
    "prepaymentPenalty": 100000
  }
}
```

## How this is calculated

Compares the remaining EMI and total interest on an outstanding home loan at the current lender against a new lender at a different rate, over the same remaining tenure, then nets the interest saved against the one-time cost of switching to find whether refinancing pays off.

**Formula:** `EMI_old = computeEMI(P, oldRate, n); EMI_new = computeEMI(P, newRate, n); netSavings = (EMI_old - EMI_new) x n - switchingCost; breakEvenMonths = switchingCost / (EMI_old - EMI_new)`

**Variables:**

- `P`: Outstanding loan principal, in INR
- `oldRate`: Current lender annual interest rate, as a percentage
- `newRate`: New lender annual interest rate, as a percentage
- `n`: Remaining loan tenure, in months
- `switchingCost`: Processing fee plus other transfer costs plus any prepayment penalty, in INR

Reference: Matches the EMI-difference-minus-switching-cost methodology used by BankBazaar's Home Loan Balance Transfer Calculator.

## Assumptions

- Assumes the new lender finances the exact outstanding principal over the same remaining tenure as the current loan; a longer or shorter new tenure changes the comparison.
- Floating-rate home loans carry no prepayment penalty under RBI rules; the calculator zeroes this cost automatically when the floating-rate option is selected.

## Frequently asked questions

### Why does this loan have a prepayment penalty when others do not?

RBI's ban on prepayment penalties for individual borrowers applies to floating-rate loans. Fixed-rate loans, and loans from some NBFCs, fall outside that protection and can still carry a foreclosure charge, so it pays to check your loan agreement before switching.
