Calculator Technical Guide

How Equated Monthly Installment (EMI) is Calculated: Mathematical Guide

The standard reducing balance formula, interest amortization, and repayment planning.

By AllAdvanceTools Engineering (Platform & Media Engineering Team)
Last Updated: September 2026
Executive SummaryMaster the mathematics behind EMI calculation. Understand the reducing-balance loan formula, how monthly interest is allocated, and how prepayments shorten tenure.

1. The Standard EMI Mathematical Formula

The Equated Monthly Installment (EMI) for fixed-rate loans is computed using the standard compound reducing-balance formula: $$\text{EMI} = \frac{P \cdot r \cdot (1+r)^n}{(1+r)^n - 1}$$ Where: - **P** = Principal loan amount borrowed - **r** = Monthly interest rate (Annual Interest Rate $\div 12 \div 100$) - **n** = Loan tenure expressed in total months (Years $\times 12$)
Worked Example:
- Principal (P): ₹1,000,000 ($100,000)
- Annual Rate: 9.0% -> Monthly rate (r) = 9 / 12 / 100 = 0.0075
- Tenure (n): 5 Years = 60 Months

Calculation:
EMI = [1,000,000 * 0.0075 * (1 + 0.0075)^60] / [(1 + 0.0075)^60 - 1]
EMI = [7,500 * 1.56568] / [1.56568 - 1]
EMI = 11,742.61 / 0.56568 = ₹20,758 per month.
Key Engineering TakeawayThe monthly interest rate must be calculated as annual rate divided by 12, not the full annual percentage.

2. Understanding the Amortization Curve

In the early months of a loan tenure, the outstanding principal balance is at its highest. Consequently, the interest portion constitutes the vast majority of each monthly installment. As the principal is progressively paid down, the monthly interest charge decreases, allowing a larger portion of each successive EMI payment to reduce the remaining principal. - **Early Tenure:** High interest proportion, slow principal reduction. - **Late Tenure:** Low interest proportion, rapid principal payoff.

3. Reducing Balance vs. Flat Rate Loans

Borrowers should exercise caution when comparing lenders: - **Reducing Balance (Standard):** Interest is computed only on the outstanding unpaid principal balance. - **Flat Interest Rate (Misleading):** Interest is calculated on the original full principal amount throughout the entire loan tenure, resulting in an effective real interest rate nearly double the advertised flat percentage.

Featured In-Browser Tools for This Task

Frequently Asked Questions

Does making prepayments reduce EMI or tenure?

Most banks default to reducing loan tenure when prepayments are made, which saves significant interest over the life of the loan. Borrowers can also request EMI reduction.

Are EMI calculations 100% exact to bank figures?

They are mathematically exact for fixed rates. Actual lender schedules may vary slightly due to daily interest day-count conventions (365 vs 360 days) or processing fee roll-ins.

Editorial Notice: This guide is authored and reviewed by the AllAdvanceTools engineering team. We prioritize technically verifiable explanations, standard W3C Web APIs, and client-side processing transparency.