# Future Value: How Compounding Grows Money Over Time

Understand future value, compound growth, compounding frequency, contributions, and why FV is a scenario calculation rather than a return guarantee.

Canonical: https://wiki.fcontext.com/stocks/future-value/
Fact checked: 2026-07-20

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

**Future value** is the estimated amount that today's money could become at a future date if it grows at an assumed rate. It turns time, return assumptions, and compounding into one number.

For a single lump sum compounded once per period:

`FV = PV × (1 + r)^n`

`PV` is the starting amount, `r` is the rate per period, and `n` is the number of compounding periods.

<a id="mechanism"></a>

## How it works

Compounding means each period's return is added to the balance and can earn returns in later periods. The longer the horizon and the higher the rate, the more sensitive the final value becomes to the assumption.

If compounding occurs more than once per year, match the rate and periods:

`FV = PV × (1 + annual rate / m)^(m × years)`

where `m` is the number of compounding periods per year. Monthly compounding uses `m = 12`; quarterly compounding uses `m = 4`.

Future value is the mirror image of present value. Present value discounts a future amount back to today; future value projects today's amount forward.

<a id="example"></a>

## Example

Suppose an investor starts with `$20,000`, assumes a `7%` annual return, and uses annual compounding for `10` years:

`FV = $20,000 × (1.07)^10 = $39,343`

The result is a scenario value, not a promise. It assumes the stated return is achieved every year, returns are reinvested, taxes and fees are ignored, and no withdrawals occur.

If the rate changes, the output changes sharply. At `4%`, the same calculation is about `$29,605`; at `10%`, it is about `$51,875`.

<a id="risks"></a>

## Risks

- **Assumption risk:** A chosen return rate may not occur.
- **Sequence risk:** Volatile returns can produce a different outcome than a smooth average.
- **Inflation risk:** Nominal future value may grow while purchasing power grows less.
- **Tax and fee risk:** Costs reduce the amount investors actually keep.
- **Contribution timing risk:** Deposits at the beginning of a period compound longer than deposits at the end.

<a id="misconceptions"></a>

## Common misconceptions

Future value is not a forecast of a stock's future price.

A higher assumed return does not make an investment safer or more likely to reach that value.

Simple interest and compound interest are not the same. Over long horizons, compounding can create much larger differences.

<a id="related"></a>

## Related topics

- [Discount Rate](/stocks/discount-rate/)
- [Fisher Equation](/stocks/fisher-equation/)
- [Discounted Cash Flow](/stocks/discounted-cash-flow/)

<a id="sources"></a>

## Sources

- Investor.gov: compound interest calculator, saving and investing, and risk-return education.
- SEC: financial-statement context for evaluating company cash flows and performance.