fbpx
Search
Close this search box.

Mortgage Calculator with Extra Payments – Excel Download

Share

Facebook
Twitter
LinkedIn

Recently we moved houses. And with the house move, came a brand new mortgage. But as a self-employed person with variable income, I find the steady nature of mortgage payments little hard to digest. So I wanted to know what impact it would have on my mortgage if I make arbitrary extra payments. Unfortunately, I couldn’t find such a calculator. So I made a mortgage calculator with extra payments using Excel. Here is a quick demo of the calculator. Read on if you want to know more or download this.

Mortgage Calculator - DEMO

Mortgage calculator Excel with extra payments - demo

Download the Mortgage Calculator

Click here to download the Excel Mortgage Payments Calculator (updated with money saved calculation)

How to use this Calculator?

Refer to below illustration and click on the hot spots to understand the process. Essentially, there are 5 things you need to specify or look at when using the template.

  1. Enter your loan amount
  2. Enter the loan term (in years)
  3. Enter the interest rate (APR)
  4. Specify extra payments in the green column at relevant month rows. 
  5. Look at the chart to understand the impact of your extra payments on the mortgage term.
How to use the Calculator

Enter your mortgage details here.

Enter extra payment amount in relevant month rows.

The chart will show the impact!

How to create such a calculator yourself...

This part of the article discusses the process for constructing such a calculator yourself. Read on (or watch the video tutorial) if you are interested.

The key idea is…

Any extra payments you make bring down the outstanding principal of your loan, thus bringing down the “loan term”.

Step 1: Calculate the monthly (or weekly / fortnightly) payment:

Assuming you have the Loan amount, term & APR in three cells E5, E6 & E7, we can use the PMT() function to calculate the periodic payment.

In my case, let’s say loan is $500,000, term is 20 years and APR (Interest rate) is 5.35% per annum.

Then the Monthly payment would be

=PMT(E7/12,E6*12,E5)

Using PMT formula in Excel to calculate mortgage payments

Step 2: Set up amortization schedule

As extra payment will bring down the outstanding loan term, we need to set up an amortization table to see the impact clearly.

So, set up a range of 360 months (or longer if you want to cater for longer mortgages). You can use =SEQUENCE(360) to automatically generate all the months.

Related: Read about SEQUENCE and other Dynamic Array functions in Excel.

Your table should look like this:

Setting up an amortization table in Excel

  1. Opening Balance is same as loan amount for month=1. For subsequent months, this will same as previous month’s closing balance.
  2. Effective term is how long it would take you to pay off the mortgage based on the opening balance, and agreed upon monthly payment (calculated in Step 1) and interest rate (Cell E7). We can use NPER function to get the answer here. 
    =ROUND(NPER($E$7/12,$E$10,$D13),0) will tell us how many months it is rounded.
  3. Principal Paid is the amount of principal paid in each month. We can get this with the PPMT() function. =PPMT($E$7/12,1,E13,D13)
  4. Extra Payment is the input column where we can type any extra payments.
  5. Closing Balance is opening balance minus principal paid minus extra payment.

Complete this table with necessary formulas and fill everything down.

Step 3: Your mortgage will end when the “Eff. Term” is 0.

Go ahead and play with the table by typing some values in the “Extra payment” column. You can see the effective term reducing. 

We can visualize the impact with a nice chart (requires some extra work) like this:

Impact of Extra payments on mortgage

Do check the download workbook for details on how the chart is setup.

Video Tutorial - I made a mortgage calculator in Excel

Watch below video to understand how I made the mortgage calculator with flexible payments. If you prefer to see it on YouTube, click here.

Looking for an Amortization Schedule instead?

Loan Amortization Schedule in ExcelIf you want to make a regular amortization schedule with Excel, check out Excel Amortization Schedule template.

More Financial Models with Excel

If you want to learn more about setting up calculators, models or business systems with Excel, check out below tutorials & examples:

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

18 Responses to “Mortgage Calculator with Extra Payments – Excel Download”

  1. Rayd says:

    Kia ora Chandoo, thanks for this wonderful template brother. How can I modify this/ or do you have a similar template for a fortnightly
    payment? Thank you

    • Chandoo says:

      Morena Rayd. You can adjust the multiplier / divider to 26 (I think it was set to 12) to see fortnightly details. Watch the companion video to understand the steps / logic.

  2. Alicia says:

    It is very simple and easy to use. Is user interface is attractive. It is very helpful and beneficial for calculations.

  3. Vince says:

    This is great, thanks a lot!
    I think there is an error in the "You save X $ in interest". If i dont put any extra payment, it still says that I will save 19k in interest rate.

    • Chandoo says:

      I too realized this problem. I will post an update once I fix the error.

    • Chandoo says:

      Updated on 11-Sep: I fixed the problem with "interest saved" calculation. Turns out there was an internal bug in cumipmt function in Excel that reports incorrect values. Something new!
      Please use the link above to re-download the correct file.

  4. Lor says:

    Hi Chandoo, do you have a template that will make changes to figures going forward if the interest rate changes part way through the loan? Thank you for your help.

  5. Aniket says:

    I wanted calculator which can consider floating interest rate, can you please advise how to get that?

  6. Christine says:

    I love your tutorial. If I am making weekly acelerated mortgage payments, how to I account for that in the Eff term?

    Thank yo so much,

    Christine

    • VAGEESAN says:

      Hi Chandoo. I want an excel template where I can have my favourite stocks listed for which the prices changes on a dynamic basis every day as per the market. I mean a sheet which is linked to NSE for price changes and other changes like daily low, Daily high, Yesterday closing, last 10 day range, 52 week high, 52 week low, one month high, one month low, one week high and one week low etc

  7. Ritwik says:

    The excel is awesome but I am getting #NAME? error with the field 'Old Interest Paid' and subsequently Original Interest and Money saved. Can you tell me how to fix that. I am trying to check if I should complete my loan by the extra payments or instead invest the same amount elsewhere

    • Chandoo says:

      #NAME error could mean your Excel doesn't have one of the functions I am using. Can you tell me what version you are using? If I am not mistaken, this file requires Excel 365.

      • Monil says:

        Hi Chandoo, I am also getting the same error. I am using Office 2019. Would you be able to recommend a fix for this?

        Regards,

  8. Abhishek says:

    How do you change the dollar to rupees for whole sheet to match indian currency

  9. Hey Chandoo,
    Thank you for making the excel spreadsheet! It is great, but there another, little known money saving action that you can take to DRAMATICALLY reduce your total interest owed on your mortgage allowing you to pay it off 40% to 60% faster. I am going to share with you for free. It's called recasting your mortgage, which is a form of re-amortizing the interest that you owe on your loan by paying the the bank an early payment of $10,000 or more. The bank will modify your loan to cancel the original interest that you owe, and recalculate the total interest based on the new lower loan loan amount for the remaining term of the loan, instead of the original loan amount. This pays off the most expensive section of interest on your loan which is the next owed interest, instead of cancelling the interest at the end of your loan. Your charts show the interest being canceled on the last payments, however the interest can be canceled on your next upcoming portion of the loan, but keeps the ending date the same. However, the result of recasting the loan is you, pay the loan off 2 or 3 times faster, by paying off the portion of the loan with the highest interest cost. I am wondering if you can build a excel spreadsheet that shows this for me? I will pay you for making it. I am a mortgage loan officer and would like to use it to help my clients see the impact of paying off their loans this way. Thank you for considering this!

  10. Spiro Misi says:

    HI Chandoo.
    Excellent sheet i watched your video and tried to edit sheet to suit my current mortgage however i cant get it to work. I am trying to set it to weekly payments.
    I edited the monthly payments to =PMT(E7/52,E6*52,E5)
    eff.term =ROUND(NPER($E$7/52,$E$10,$D13),0)
    principal term to =PPMT($E$7/52,1,E13,D13)
    cb w/o to =IF(C13=1,$E$5,J12)+PPMT($E$7/52,C13,$E$6*52,$E$5)
    and interest paid to =IPMT($E$7/52,1,E13,D13) but i cant edit the arrays to increase the range to 1560 from 360, so i just added the numbers in and that worked for the array on the left but the old interest paid array im stuck. And the graph well the graph is useless now and i have no idea how to fix that. no idea at all.

    Any help would be great.

    Cheers

    • Chandoo says:

      To change the NUMBER OF ROWS, go to cell C13 and change the formula to
      =SEQUENCE(E6*52)

      The chart won't auto-adjust. So you need to adjust the chart's source data range to capture all rows.

Leave a Reply