HomeGuides › Future Value of a Lump Sum, Explained

Future Value of a Lump Sum, Explained

The future value of a lump sum is FV = PV x (1 + r)n, where PV is the amount you invest today, r is the interest rate per period, and n is the number of periods. Put $10,000 in at 7% for 10 years and it grows to $10,000 x 1.0710 = $19,671.51. That single formula is the foundation of nearly all money math, because it answers the most basic question in finance: what will a fixed amount of money I have today be worth at some point in the future?

This guide covers only the single lump sum case, with no recurring deposits added along the way. That keeps the math clean and lets you see exactly how compounding works on its own. You will learn the formula, how to compute it by hand and with the Excel =FV() function, the difference between nominal and real (inflation-adjusted) future value, and how discrete and continuous compounding compare. If you just want the answer, the free future value calculator does it instantly, but read on to understand the engine underneath.

What "future value of a lump sum" means

Future value is what a present amount grows to once interest is added and that interest itself starts earning interest. A lump sum means one single deposit made today, with nothing added afterward. This is the purest form of the time value of money: a dollar today is worth more than a dollar tomorrow, because today's dollar can be invested and grow.

The lump-sum case is the building block for everything else. When you add monthly contributions, you are really just stacking many small future-value calculations on top of each other, which is what our compound interest calculator and investment calculator handle. Strip the contributions away and you are left with one lump sum and one formula.

The future value formula

The lump-sum future value formula has just three inputs:

FV = PV x (1 + r)n

  • PV (present value): the amount you invest today, sometimes called the principal.
  • r (rate per period): the interest rate for one compounding period, written as a decimal. For annual compounding at 6%, r = 0.06.
  • n (number of periods): how many compounding periods the money grows for. For 20 years compounded annually, n = 20.

The key to using it correctly is matching r and n to the same period. If interest compounds monthly, divide the annual rate by 12 and multiply the years by 12. So 6% per year compounded monthly over 5 years means r = 0.06 / 12 = 0.005 and n = 5 x 12 = 60. Mismatching the period is the single most common mistake in beginner future-value calculations.

How to calculate future value by hand

Here is a worked example you can follow step by step. Suppose you invest $5,000 today at 5% per year, compounded annually, for 10 years.

  1. Write down PV, r, and n. PV = 5,000, r = 0.05, n = 10.
  2. Add 1 to the rate. 1 + 0.05 = 1.05. This is your annual growth factor.
  3. Raise it to the n power. 1.0510 = 1.628895. This is how many times your money multiplies over 10 years.
  4. Multiply by PV. 5,000 x 1.628895 = $8,144.47.
  5. Interpret the result. Your $5,000 grows to $8,144.47, of which $3,144.47 is pure interest.

That is the whole procedure. The exponent does the heavy lifting; the growth factor (1 + r) raised to n captures the compounding, and multiplying by PV scales it to your actual deposit.

How to calculate future value in Excel with =FV()

Excel and Google Sheets have a built-in =FV() function that handles the lump-sum case directly. The syntax is:

=FV(rate, nper, pmt, [pv], [type])

  • rate: the interest rate per period (0.05 for 5%).
  • nper: the total number of periods (10).
  • pmt: the recurring payment. For a single lump sum with no deposits, set this to 0.
  • pv: the present value, entered as a negative number because it is cash leaving your pocket.
  • type: optional; leave blank for a lump sum.

To reproduce the example above, type =FV(0.05, 10, 0, -5000) and Excel returns $8,144.47. The sign convention trips people up: enter PV as negative so the result comes back positive. If your numbers do not match a manual calculation, the missing minus sign on PV is almost always the reason.

Future value of a lump sum: $10,000 to $100,000

The table below shows the future value of four common starting amounts at 4%, 6%, and 8% annual returns over 20 years, compounded annually. Every figure is computed with FV = PV x (1 + r)20.

Lump sum todayAt 4% (20 yrs)At 6% (20 yrs)At 8% (20 yrs)
$10,000$21,911.23$32,071.35$46,609.57
$25,000$54,778.08$80,178.39$116,523.93
$50,000$109,556.16$160,356.77$233,047.86
$100,000$219,112.31$320,713.55$466,095.71

Notice how the rate matters more than the starting amount as time stretches out. At 8%, $50,000 nearly matches what $100,000 produces at 4%. That is the compounding curve at work: a higher rate, given enough years, beats a head start. The same exponential logic powers our Rule of 72 calculator, which estimates that money doubles in roughly 72 divided by the rate, about 9 years at 8% and 18 years at 4%.

Nominal vs real future value

Nominal future value uses the raw dollar amount; real future value adjusts that amount for inflation so it reflects actual purchasing power. The nominal figure tells you the dollars on your statement. The real figure tells you what those dollars can buy.

Take $50,000 invested at 7% for 20 years. The nominal future value is 50,000 x 1.0720 = $193,484.22. But if inflation averages 3% per year, prices roughly double over the same period, so your spending power is lower than the headline number suggests. There are two equivalent ways to find the real value:

  • Deflate the nominal result: $193,484.22 / 1.0320 = $107,127.52 in today's dollars.
  • Use the real rate of return: the real rate is (1.07 / 1.03) - 1 = 3.8835%, and 50,000 x 1.03883520 = $107,127.52.

Both methods land on the same answer, $107,127.52, which is the true purchasing power of your nest egg. Whenever you project decades into the future, run the result through an inflation calculator so you are not fooled by big nominal numbers. This is the same caution we apply in our retirement calculator, where real returns matter far more than nominal ones.

Discrete vs continuous compounding

How often interest is added changes the result. Discrete compounding adds interest a fixed number of times per year (annually, quarterly, monthly, daily). Continuous compounding is the theoretical limit where interest is added at every instant, calculated with FV = PV x e(rt), where e is roughly 2.71828.

The more often interest compounds, the higher the future value, but the gains shrink quickly as frequency rises. The table below shows $10,000 at 8% over 10 years under different compounding frequencies.

Compounding frequencyFuture value of $10,000 at 8%, 10 yrs
Annual$21,589.25
Monthly$22,196.40
Daily$22,253.46
Continuous (PV x ert)$22,255.41

The continuous result, 10,000 x e(0.08 x 10) = $22,255.41, is the absolute ceiling. Notice that monthly compounding already gets you almost all the way there; the jump from daily to continuous is just $1.95. In practice, continuous compounding is used mostly in finance theory and option pricing, while real-world savings and CDs use discrete compounding, usually daily or monthly, summarized as an APY.

Future value vs present value: the inverse

Future value and present value are two sides of the same equation. Future value pushes a known amount forward in time; present value pulls a known future amount back to today. The present-value formula is simply the future-value formula rearranged: PV = FV / (1 + r)n.

If you know you will need $107,127.52 in 20 years and expect a 7% return, present value tells you that you would need to invest about $27,684 today as a lump sum. Use our present value calculator when you are working backward from a goal, and the future value calculator when you are projecting a deposit forward. For a deeper look at how compounding builds wealth over time, see our guide on what compound interest is.

Common future-value mistakes

  • Mismatching r and n. If interest compounds monthly, both the rate and the period count must be monthly. Annual rate with monthly periods (or vice versa) produces a wildly wrong answer.
  • Forgetting the negative PV in Excel. The =FV() function needs PV entered as a negative cash outflow, or it returns a negative result.
  • Ignoring inflation. A large nominal future value can hide flat or negative real growth. Always check whether the rate beats inflation.
  • Confusing lump sum with contributions. This formula assumes no deposits after day one. If you add money monthly, you need an annuity or contribution model instead.

Putting it all together

The future value of a lump sum is the cleanest idea in personal finance: one deposit, one rate, one time horizon, and a single formula, FV = PV x (1 + r)n. Master it and the rest of money math, from Roth IRA projections to millionaire goals, becomes a variation on the same theme. Remember to match your rate to your compounding period, adjust for inflation when the horizon is long, and verify your hand math with a spreadsheet.

For the authoritative reference on the time value of money, the U.S. Securities and Exchange Commission's Investor.gov compound interest tool uses the same principles. When you are ready to run your own numbers, open the free future value calculator, enter your lump sum, rate, and years, and see exactly what your money grows to.

Try it yourself

Run your own numbers in the free Future Value Calculator — instant, private, no sign-up.

Open the Future Value Calculator →

Frequently asked questions

What is the formula for the future value of a lump sum?
The formula is FV = PV x (1 + r)^n, where PV is the amount invested today, r is the interest rate per period as a decimal, and n is the number of periods. For example, $10,000 at 7% for 10 years grows to 10,000 x 1.07^10 = $19,671.51.
How do I calculate future value in Excel?
Use the built-in function =FV(rate, nper, pmt, pv). For a single lump sum set pmt to 0 and enter pv as a negative number. =FV(0.05, 10, 0, -5000) returns $8,144.47. The negative sign on pv is required, or the result comes back negative.
What is the difference between nominal and real future value?
Nominal future value is the raw dollar amount; real future value adjusts for inflation to show purchasing power. $50,000 at 7% for 20 years has a nominal value of $193,484.22, but at 3% inflation the real value is $193,484.22 / 1.03^20 = $107,127.52 in today's dollars.
What is continuous compounding and how is it calculated?
Continuous compounding adds interest at every instant and uses FV = PV x e^(rt), where e is about 2.71828. For $10,000 at 8% over 10 years, the continuous result is 10,000 x e^(0.8) = $22,255.41, slightly above the $22,196.40 from monthly compounding.
Does the future value formula include monthly deposits?
No. The lump-sum future value formula assumes one deposit today with nothing added afterward. If you contribute money regularly, you need an annuity or contribution model, such as our compound interest calculator or investment calculator, which stack many future-value calculations together.
How does compounding frequency affect future value?
More frequent compounding raises future value, but the gains shrink quickly. $10,000 at 8% for 10 years grows to $21,589.25 annually, $22,196.40 monthly, and $22,255.41 continuously. Going from monthly to continuous adds only about $59 over a decade.
What is the future value of $10,000 at 6% over 20 years?
The future value is $10,000 x 1.06^20 = $32,071.35, compounded annually. Of that total, $22,071.35 is interest earned and the original $10,000 is your principal. At 8% the same lump sum would grow to $46,609.57.
How is future value related to present value?
Present value is the inverse of future value. Future value pushes money forward with FV = PV x (1 + r)^n, while present value pulls a future amount back to today with PV = FV / (1 + r)^n. You use future value to project a deposit and present value to size a goal.

Related guides

What Is Compound Interest? A Simple Explanation · How much to save per month to reach your goal: formula, examples, and shortcut · How to build a 6-month emergency fund: the complete step-by-step plan · How to calculate CD interest: APY, the formula, and what banks rarely tell you

Muhammad Zohaib AmeerFounder & Personal Finance Researcher

Muhammad Zohaib Ameer is the founder of The Money Calcs. He personally builds, tests and researches every calculator and guide on the site — translating the standard financial formulas used by banks and lenders into free, plain-English tools. His focus is accuracy and clarity: helping everyday people understand mortgages, loans, savings, investing, retirement and debt without jargon, sign-ups or sales pitches.