Future value is what a sum of money today will grow to after earning interest or investment returns over time

Future value answers a straightforward question: if you invest or save a certain amount now, how much will you have later? The calculation accounts for interest, investment gains, or other returns that accumulate over months or years. Banks use it to show you what a savings account will hold. Investment firms use it to project portfolio growth. You can use it to plan for a down payment, college costs, or retirement.

The math is straightforward if you are working with a fixed interest rate and no additional deposits. The formula is: FV = PV × (1 + r)^n, where PV is the amount you start with today, r is the interest rate per period, and n is the number of periods. If you add money regularly or the rate changes, the calculation gets more involved—but the principle stays the same.

Key Takeaways

  • Future value tells you how much money you will have if you invest or save a lump sum at a known interest rate for a set time period.
  • The basic formula is FV = PV × (1 + r)^n, where PV is your starting amount, r is the interest rate per period, and n is the number of periods.
  • You can calculate future value by hand, with a spreadsheet, or with an online calculator—the method depends on how complex your situation is.
  • If you deposit money regularly instead of once, or if the interest rate changes, you will need a more detailed calculation or a tool that handles those variations.

The basic formula and what each part means

The future value formula has four moving parts. PV (present value) is the money you have right now—the amount you are starting with. r (rate) is the interest or return you earn each period, written as a decimal. If your savings account earns 2% annually, r = 0.02. n (number of periods) is how many times interest compounds. If you save for 5 years and interest compounds once a year, n = 5. If it compounds monthly, n = 60.

The formula itself, FV = PV × (1 + r)^n, works like this: you add the rate to 1, raise that sum to the power of n, then multiply by your starting amount. The (1 + r)^n part is called the growth factor—it shows how much your money multiplies. If you start with $1,000, earn 3% per year, and wait 10 years, your growth factor is (1.03)^10 = 1.344. Your future value is $1,000 × 1.344 = $1,344.

The key assumption is that the rate stays the same and you do not add or withdraw money during the period. Real savings accounts and investments often work differently, but this formula gives you a baseline to understand how compound interest works.

Calculating future value by hand

If you have a straightforward scenario—one lump sum, a fixed rate, and a short time frame—you can do the math with a calculator. Write down your numbers: PV, r, and n. Convert the percentage rate to a decimal by dividing by 100. Then calculate (1 + r) first, raise it to the power n, and multiply the result by PV.

Example: You have $5,000 in a savings account earning 1.5% per year. You want to know what it will be worth in 8 years. PV = $5,000, r = 0.015, n = 8. Calculate (1.015)^8 = 1.1239. Then $5,000 × 1.1239 = $5,619.50. Your future value is $5,619.50.

Most calculators have a power button (often marked ^ or x^y). If yours does not, you can multiply (1 + r) by itself n times. For the example above, multiply 1.015 eight times: 1.015 × 1.015 × 1.015 × 1.015 × 1.015 × 1.015 × 1.015 × 1.015. This method is slower but works if you do not have a scientific calculator.

Using a spreadsheet to calculate future value

Spreadsheet programs like Excel, Google Sheets, and LibreOffice Calc have a built-in function called FV that does the calculation for you. The syntax is slightly different from the formula above because spreadsheets need to handle regular deposits and different compounding schedules.

In Excel or Google Sheets, the function is written as =FV(rate, nper, pmt, pv). Here, rate is the interest rate per period, nper is the total number of periods, pmt is any regular payment you make each period (use 0 if you are not making deposits), and pv is your starting amount (enter it as a negative number). The function returns your future value.

Example: You have $5,000 today, earn 1.5% per year, and want to know the value after 8 years with no additional deposits. In a cell, type =FV(0.015, 8, 0, -5000). The spreadsheet returns 5619.50. If you were also depositing $100 per month, you would change pmt to -100 and nper to 96 (12 months × 8 years), and the function would account for both your starting balance and your monthly additions.

Spreadsheets are faster than hand calculation and let you change numbers easily to see how different rates or time periods affect the result. They also handle monthly or daily compounding without extra work on your part.

How compounding frequency changes the result

Interest can compound annually (once a year), semi-annually (twice a year), quarterly (four times), monthly (twelve times), or daily (365 times). The more often interest compounds, the more you earn, because you earn interest on your interest sooner.

To adjust the formula for different compounding, divide the annual rate by the number of times it compounds per year, and multiply the number of periods by that same number. If your account earns 2% annually but compounds monthly, r becomes 0.02 ÷ 12 = 0.00167 per month, and n becomes the number of months instead of years.

Example: $5,000 at 2% annual interest, compounded monthly, for 8 years. r = 0.02 ÷ 12 = 0.00167, n = 8 × 12 = 96. FV = $5,000 × (1.00167)^96 = $5,000 × 1.1735 = $5,867.50. If the same account compounded annually instead, you would get $5,000 × (1.02)^8 = $5,857.74. Monthly compounding earned you about $10 more because interest was credited more often.

When future value calculations do not match real accounts

Banks and investment firms often show you a future value estimate, but the real result may differ. Interest rates change—your savings account rate today might be 1.5%, but it could drop to 1% next year. Some accounts have fees that reduce your balance. Investment accounts have market risk; the return is not may provide. And if you withdraw money or miss a deposit, the calculation changes.

Future value formulas assume a steady rate and no interruptions. They are useful for understanding the direction and rough magnitude of growth, but they are not predictions. If you are planning a major financial goal, check the actual terms of your account or investment, and ask the provider for a projection based on current rates and fees.

Future value versus present value

Present value is the reverse question: if you want to have a certain amount in the future, how much do you need to invest today? The formula is PV = FV ÷ (1 + r)^n. If you want $10,000 in 5 years and can earn 3% annually, you would need to invest $10,000 ÷ (1.03)^5 = $8,626 today.

Future value and present value are two sides of the same calculation. Future value answers "what will I have?" Present value answers "what do I need now?" Both use the same interest rate and time period; they just point in opposite directions. Understanding both helps you plan whether a savings goal is realistic given your current resources and the returns available to you.

Frequently Asked Questions

What if the interest rate changes during the time period?

The straightforward formula assumes a constant rate. If rates change, you have to break the calculation into segments. Calculate the future value for the first period at the first rate, then use that result as the present value for the next period at the new rate. Spreadsheets can handle this with multiple FV functions or by building a month-by-month table.

How do I account for regular monthly deposits?

Use the FV function in a spreadsheet and enter the monthly deposit amount in the pmt field. Make sure your rate and nper match the deposit frequency—if you deposit monthly, use the monthly interest rate and count periods in months. A calculator cannot easily handle this; a spreadsheet is the practical tool.

Is future value the same as compound interest?

Compound interest is the mechanism; future value is the result. Compound interest means you earn returns on your returns. Future value is the total amount you end up with after compound interest has worked over time. The two concepts are linked but not identical.

Can I use future value to plan for retirement?

Future value is one piece of retirement planning. It shows you how much a lump sum or regular deposits will grow at a given return rate. But retirement planning also needs to account for inflation, changing expenses, taxes, and market risk. Future value is a starting point, not a complete plan.

What future value calculator should I use?

A spreadsheet is the most flexible and transparent option because you can see the formula and change any number. Many banks and investment sites also offer calculators on their websites. Online calculators are convenient but often do not show you the underlying math, so use them to check your spreadsheet work rather than as your only tool.