How to calculate monthly mortgage payments formula

It would be easy to figure out a mortgage payment if the numbers didn’t change over time. Unfortunately for us, they do—quite a bit. Banks need to make money off the money they lend, so they charge interest on a loan. Mortgage interest is basically the fee the bank charges you to borrow money.

There’s an old story that Albert Einstein called compound interest the “most powerful force in the universe.” While we’re not sure if it’s worthy of that much praise, it is quite powerful. The word “compound” makes things more difficult for us. If you borrow £10,000 for 10 years at 2% simple interest, you’ll pay £200 in interest each year: that's quite simple. However, if you borrow with compound interest, we have to calculate the interest every time you make a payment.

Mortgages in the UK use compound interest, so the math goes like this:

  1. You borrow £10,000 at 2% interest for five years, with yearly payments of £2,121.58 (You can use a calculator to check this. We use Excel's built-in PMT function).
  2. The first year, you owe the bank £10,000. You’ll make a payment of £2,121.58. You’re paying 2% interest, so £200 of that payment is interest, the other £1,951.58 is principal. (The principal is the amount you borrowed originally) Why is the difference between interest and principal important? Interest goes straight to the bank, but you subtract the principal from the amount you owe next year: £10,000-£1,951.58=£8,078.42.
  3. The second year, you owe the bank less (£8,078.42). You’ll still make a payment of £2,121.58, but you’ll pay less interest this time. 2% of £8,078.42 is £161.57, and the rest (£1,960.02) goes to the principal. Now you owe the bank £6,118.40.
  4. Year three, you make the same payment of £2,212.58. This time, you pay interest of 2% on £6,118.40: this comes to £122.37. You now owe £4,119.18
  5. Year four, repeat: 2% of £4,119.18 is £82.38. Now you owe £2,079.98.
  6. Year five (finally!), you make the final payment: £2,079.98 plus 2% interest sums up to a neat £2,121.58. Notice how this is the exact size of your payment—that’s what makes the formula useful.

Tricky, right? This is also the reason interest rates are so important: if you had a 5% interest rate in the above example, you’d pay almost £1,000 more in interest. Imagine what would happen if it were a £400,000 mortgage over 25 years! (Hint: it’s not pretty)

authData: { "welcomeLabel": "header.welcome_label", "login": { "id": "login", "label": "header.login", "url": "identity/signin?callback_url=https://www.moneysmart.sg/home-loan/mortgage-calculator" }, "profileLinks": { "dashboard": { "id": "profile", "label": "header.user_profile", "target": "_blank" }, "logout": { "id": "logout", "label": "header.logout", "target": "_self", "url": "javascript:void(0)" } }, "user": "", "hasSession": false }

Mortgage calculators are automated tools that enable users to determine the financial implications of changes in one or more variables in a mortgage financing arrangement. Mortgage calculators are used by consumers to determine monthly repayments, and by mortgage providers to determine the financial suitability of a home loan applicant.[2] Mortgage calculators are frequently on for-profit websites, though the Consumer Financial Protection Bureau has launched its own public mortgage calculator.[3]: 1267, 1281–83 

The major variables in a mortgage calculation include loan principal, balance, periodic compound interest rate, number of payments per year, total number of payments and the regular payment amount. More complex calculators can take into account other costs associated with a mortgage, such as local and state taxes, and insurance.

Mortgage calculation capabilities can be found on financial handheld calculators such as the HP-12C or Texas Instruments TI BA II Plus. There are also multiple free online free mortgage calculators, and software programs offering financial and mortgage calculations.

When purchasing a new home, most buyers choose to finance a portion of the purchase price via the use of a mortgage. Prior to the wide availability of mortgage calculators, those wishing to understand the financial implications of changes to the five main variables in a mortgage transaction were forced to use compound interest rate tables. These tables generally required a working understanding of compound interest mathematics for proper use. In contrast, mortgage calculators make answers to questions regarding the impact of changes in mortgage variables available to everyone.

Mortgage calculators can be used to answer such questions as:

If one borrows $250,000 at a 7% annual interest rate and pays the loan back over thirty years, with $3,000 annual property tax payment, $1,500 annual property insurance cost and 0.5% annual private mortgage insurance payment, what will the monthly payment be? The answer is $2,142.42.

A potential borrower can use an online mortgage calculator to see how much property he or she can afford. A lender will compare the person's total monthly income and total monthly debt load. A mortgage calculator can help to add up all income sources and compare this to all monthly debt payments.[citation needed] It can also factor in a potential mortgage payment and other associated housing costs (property taxes, homeownership dues, etc.). One can test different loan sizes and interest rates. Generally speaking, lenders do not like to see all of a borrower's debt payments (including property expenses) exceed around 40% of total monthly pretax income. Some mortgage lenders are known to allow as high as 55%.

Monthly payment formula[edit]

The fixed monthly payment for a fixed rate mortgage is the amount paid by the borrower every month that ensures that the loan is paid off in full with interest at the end of its term. The monthly payment formula is based on the annuity formula. The monthly payment c depends upon:

  • r - the monthly interest rate. Since the quoted yearly percentage rate is not a compounded rate, the monthly percentage rate is simply the yearly percentage rate divided by 12. For example, if the yearly percentage rate was 6% (i.e 0.06), then r would be 0.06/12{\displaystyle 0.06/12}
    How to calculate monthly mortgage payments formula
    or 0.5% (i.e 0.005).
  • N - the number of monthly payments, called the loan's term, and
  • P - the amount borrowed, known as the loan's principal.

In the standardized calculations used in the United States, c is given by the formula:[4]

c={rP1−(1+r)−N=rP(1+r)N(1+r)N−1,r≠0;PN,r=0.{\displaystyle c={\begin{cases}{\frac {rP}{1-(1+r)^{-N}}}={\frac {rP(1+r)^{N}}{(1+r)^{N}-1}},&r\neq 0;\\{\frac {P}{N}},&r=0.\end{cases}}}

How to calculate monthly mortgage payments formula

For example, for a home loan of $200,000 with a fixed yearly interest rate of 6.5% for 30 years, the principal is P=200000{\displaystyle P=200000}

How to calculate monthly mortgage payments formula
, the monthly interest rate is r=0.065/12{\displaystyle r=0.065/12}
How to calculate monthly mortgage payments formula
, the number of monthly payments is N=30⋅12=360{\displaystyle N=30\cdot 12=360}
How to calculate monthly mortgage payments formula
, the fixed monthly payment equals $1,264.14. This formula is provided using the financial function PMT in a spreadsheet such as Excel. In the example, the monthly payment is obtained by entering either of these formulas:

  • = -PMT(6.5 / 100 / 12, 30 * 12, 200000)
  • = ((6.5 / 100 / 12) * 200000) / (1 - ((1 + (6.5 / 100 / 12)) ^ (-30 * 12)))
  • = 1264.14

The following derivation of this formula illustrates how fixed-rate mortgage loans work. The amount owed on the loan at the end of every month equals the amount owed from the previous month, plus the interest on this amount, minus the fixed amount paid every month. This fact results in the debt schedule:

Amount owed ...Formulaat initiationP{\displaystyle P}
How to calculate monthly mortgage payments formula
after 1 month(1+r)P−c{\displaystyle (1+r)P-c}after 2 months(1+r)((1+r)P−c)−c=(1+r)2P−(1+(1+r))c{\displaystyle (1+r)((1+r)P-c)-c=(1+r)^{2}P-(1+(1+r))c}⋮⋮after N months(1+r)NP−(1+(1+r)+(1+r)2+⋯+(1+r)N−1)c{\displaystyle (1+r)^{N}P-(1+(1+r)+(1+r)^{2}+\cdots +(1+r)^{N-1})c}

The polynomial pN(x)=1+x+x2+⋯+xN−1{\displaystyle p_{N}(x)=1+x+x^{2}+\cdots +x^{N-1}}

How to calculate monthly mortgage payments formula
appearing before the fixed monthly payment c (with x=1+r{\displaystyle x=1+r}
How to calculate monthly mortgage payments formula
) is a geometric series, which has a simple closed-form expression obtained from observing that xpN(x)−pN(x)=xN−1{\displaystyle xp_{N}(x)-p_{N}(x)=x^{N}-1}
How to calculate monthly mortgage payments formula
because all but the first and last terms in this difference cancel each other out. Therefore, solving for pN(x){\displaystyle p_{N}(x)}
How to calculate monthly mortgage payments formula
yields the much simpler closed-form expression

pN(x)=1+x+x2+⋯+xN−1=xN−1x−1{\displaystyle p_{N}(x)=1+x+x^{2}+\cdots +x^{N-1}={\frac {x^{N}-1}{x-1}}}

How to calculate monthly mortgage payments formula
.

Applying this formula to the amount owed at the end of the Nth month gives (using pN{\displaystyle p_{N}}

How to calculate monthly mortgage payments formula
to succinctly denote the function value pN(x){\displaystyle p_{N}(x)} at argument value x=(1+r){\displaystyle x=(1+r)}
How to calculate monthly mortgage payments formula
):

Amount owed at end of month N

=(1+r)NP−pNc=(1+r)NP−(1+r)N−1(1+r)−1c=(1+r)NP−(1+r)N−1rc.{\displaystyle {\begin{aligned}&{}=(1+r)^{N}P-p_{N}c\\&{}=(1+r)^{N}P-{\frac {(1+r)^{N}-1}{(1+r)-1}}c\\&{}=(1+r)^{N}P-{\frac {(1+r)^{N}-1}{r}}c.\end{aligned}}}

How to calculate monthly mortgage payments formula

The amount of the monthly payment at the end of month N that is applied to principal paydown equals the amount c of payment minus the amount of interest currently paid on the pre-existing unpaid principal. The latter amount, the interest component of the current payment, is the interest rate r times the amount unpaid at the end of month N–1. Since in the early years of the mortgage the unpaid principal is still large, so are the interest payments on it; so the portion of the monthly payment going toward paying down the principal is very small and equity in the property accumulates very slowly (in the absence of changes in the market value of the property). But in the later years of the mortgage, when the principal has already been substantially paid down and not much monthly interest needs to be paid, most of the monthly payment goes toward repayment of the principal, and the remaining principal declines rapidly.

The borrower's equity in the property equals the current market value of the property minus the amount owed according to the above formula.

With a fixed rate mortgage, the borrower agrees to pay off the loan completely at the end of the loan's term, so the amount owed at month N must be zero. For this to happen, the monthly payment c can be obtained from the previous equation to obtain:

c=r(1+r)N(1+r)N−1P=r1−(1+r)−NP{\displaystyle {\begin{aligned}c&{}={\frac {r(1+r)^{N}}{(1+r)^{N}-1}}P\\&{}={\frac {r}{1-(1+r)^{-N}}}P\end{aligned}}}

How to calculate monthly mortgage payments formula

which is the formula originally provided. This derivation illustrates three key components of fixed-rate loans: (1) the fixed monthly payment depends upon the amount borrowed, the interest rate, and the length of time over which the loan is repaid; (2) the amount owed every month equals the amount owed from the previous month plus interest on that amount, minus the fixed monthly payment; (3) the fixed monthly payment is chosen so that the loan is paid off in full with interest at the end of its term and no more money is owed.

Adjustable interest rates[edit]

While adjustable-rate mortgages have been around for decades,[5] from 2002 through 2005 adjustable-rate mortgages became more complicated as did the calculations involved.[6] Lending became much more creative which complicated the calculations. Subprime lending and creative loans such as the “pick a payment”,[7] “pay option”,[8] and “hybrid” loans brought on a new era of mortgage calculations. The more creative adjustable mortgages meant some changes in the calculations to specifically handle these complicated loans. To calculate the annual percentage rates (APR) many more variables needed to be added, including: the starting interest rate; the length of time at that rate; the recast; the payment change; the index; the margins; the periodic interest change cap; the payment cap; lifetime cap; the negative amortization cap; and others.[9] Many lenders created their own software programs, and World Savings even had contracted special calculators to be made by Calculated Industries specifically for their “pick a payment” program.[10] However, by the late 2000s the Great Recession brought an end to many of the creative “pick-a-payment” type of loans which left many borrowers with higher loan balances over time, and owing more than their houses were worth.[11] This also helped reduce the more complicated calculations that went along with these mortgages.

Total interest paid formula[edit]

The total amount of interest I{\displaystyle I}

How to calculate monthly mortgage payments formula
that will be paid over the lifetime of the loan is the difference of the total payment amount (cN{\displaystyle cN}
How to calculate monthly mortgage payments formula
) and the loan principal (P{\displaystyle P}):

I=cN−P{\displaystyle I=cN-P}

How to calculate monthly mortgage payments formula

where c{\displaystyle c}

How to calculate monthly mortgage payments formula
is the fixed monthly payment, N{\displaystyle N}
How to calculate monthly mortgage payments formula
is the number of payments that will be made, and P{\displaystyle P} is the initial principal balance on the loan.

The cumulative interest paid at the end of any period N can be calculated by:

(Pr−c)((1+r)N−1)r+cN{\displaystyle (Pr-c){\frac {((1+r)^{N}-1)}{r}}+cN}

How to calculate monthly mortgage payments formula

Outside the U.S.[edit]

In the United Kingdom, the FCA - Financial Conduct Authority (formerly the FSA - Financial Services Authority) regulates loans secured on residential property. It does not prescribe any specific calculation method. However, it does prescribe that, for comparative purposes, lenders must display an Annual Percentage Rate as prominently as they display other rates.

In Spain, the regulatory authority (Banco de España) has issued and enforced some good practices, such as clearly advertising the Annual Percentage Rate and stating how and when payments change in variable rate mortgages.[12]

How do monthly payments get calculated?

Loan Payment Calculation In theory, calculating your loan payment is simple. You take the total amount you borrowed (known as your principal), and divide it over the number of months over which you agreed to pay back the loan (known as the term). However, it gets tricky when you factor in interest fees.

How do you manually calculate PMT?

The format of the PMT function is:.
=PMT(rate,nper,pv) correct for YEARLY payments..
=PMT(rate/12,nper*12,pv) correct for MONTHLY payments..
Payment = pv* apr/12*(1+apr/12)^(nper*12)/((1+apr/12)^(nper*12)-1).

How do you calculate monthly loan payments by hand?

If you have a fixed-rate loan, then calculating your monthly payment is easy: just multiply the amount borrowed by the monthly interest rate. For example, if you borrowed $3,000 at 6%, your monthly payment would be $180 ($3000 x 0.06).