The monthly number a bank quotes for a loan is easy to accept at face value — but it's just one formula away from being something you can check yourself, and seeing how it moves when the rate or tenure changes is the difference between comparing loan offers and just trusting the first one you're shown.
Steps
- Open EMI Calculator.
- Enter the loan amount, the annual interest rate, and the tenure in years.
- The monthly EMI, total interest, and total payment update live as you type — no separate "calculate" step needed.
The formula behind the number
EMI is calculated on a reducing balance — each payment covers that month's interest on whatever principal is still outstanding, plus a bit of principal itself, so the interest portion shrinks and the principal portion grows every month even though the total payment stays flat. The standard formula is:
EMI = P × r × (1+r)n / ((1+r)n − 1)
where P is the loan amount, r is the monthly interest rate (annual rate ÷ 12 ÷ 100), and n is the number of monthly installments (years × 12). It looks intimidating mostly because of the compounding term — in practice, plugging in three numbers and letting the tool do the exponentiation is faster than working it by hand, but knowing what's actually being computed means the result isn't a black box.
What actually moves the number
- Rate has an outsized effect over a long tenure — even a 1-percentage-point difference compounds into a meaningfully larger total interest bill on a 20-year loan.
- Tenure is a genuine trade-off, not a free lever: a longer tenure lowers the monthly EMI but increases total interest paid, since you're borrowing the bank's money for more months.
- Principal scales the EMI roughly linearly — worth checking before assuming a slightly larger loan "won't make much difference" to the monthly payment.
Comparing two loan offers with different rates and tenures? Run both through the calculator and compare the total payment figure, not just the monthly EMI — a lower monthly number with a longer tenure can still add up to paying more overall.