Skip to main content

Published: 2026-07-06Last updated: 2026-08-19By Davide CoroneseVerified against official sources

Investment Future Value Estimator

Calculate future worth of investment deposits compounded over periodic intervals.

Local calculation in your browserno data sent — formula in lib/calculators/*.ts + automated tests
FormulaVerified source
FV = PV × (1 + r)^n | with r = rate per period, n = number of periods

This is the famous compound interest formula at the heart of every savings projection, from retirement funds to bond valuations.

Future value: what a lump sum grows to with compound interest

Every euro invested today grows into a different amount tomorrow, and understanding that difference is the foundation of saving and investing. A future value calculator projects how an initial amount grows over time with a fixed interest rate, showing the power of compound interest on a single lump sum. It answers questions like "how much will my €10,000 be worth in 20 years?" with a single calculation.

TL;DR

  • Future value applies compound interest: each period, the accumulated balance earns interest on both the original principal and the interest already earned
  • Formula: FV = PV × (1 + r)^n | with r = rate per period, n = number of periods
  • Example 1: €10,000 at 5% for 20 years

How it works

Future value applies compound interest: each period, the accumulated balance earns interest on both the original principal and the interest already earned. The growth is exponential, not linear, which is why long horizons dramatically amplify returns. The calculator compounds annually, monthly, or at any chosen frequency depending on the input.

The math

The future value formula raises the growth factor (1 + rate) to the power of the number of periods, then multiplies by the present value. When compounding is monthly, the annual rate is divided by 12 and the years are multiplied by 12 before applying the exponent.

This is the famous compound interest formula at the heart of every savings projection, from retirement funds to bond valuations.

Examples

Example 1: €10,000 at 5% for 20 years

  1. Growth factor: (1 + 0.05) = 1.05
  2. Raise to the 20th power: 1.05^20 ≈ 2.6533
  3. FV = €10,000 × 2.6533 = €26,533
  4. The money more than doubles despite "only" 5% yearly

Example 2: Monthly compounding at 6% for 10 years

  1. Monthly rate: 0.06 ÷ 12 = 0.005
  2. Periods: 10 × 12 = 120
  3. Factor: (1.005)^120 ≈ 1.8194
  4. FV = €10,000 × 1.8194 = €18,194

When to use it

Savings and Investment Planning

Investors compare how different rates and horizons grow their lump sums, informing decisions between bonds, deposits, and equity funds.

Education and Retirement Goals

Parents project how much a gift or inheritance will be worth by the time a child reaches university, and savers estimate retirement capital growth.

⚠ Common mistakes

  • Confusing Nominal and Effective Rates: The effective annual rate is higher with frequent compounding; using the nominal rate understates growth.
  • Ignoring Inflation: A future value in nominal euros overstates purchasing power; subtract inflation for a real-terms comparison.
  • Forgetting Taxes and Fees: Real-world returns are reduced by management fees and capital gains taxes that formulas ignore.

FAQ (6)

What is the Rule of 72?

Divide 72 by the annual rate to approximate the years needed to double your money; at 6%, money doubles in about 12 years.

Does compounding frequency matter?

Yes, but modestly: monthly compounding beats annual compounding, and the advantage grows with the rate and the horizon.

If I type my salary or prices here, do you store them?

No — and that's deliberate. Everything runs locally in your browser, nothing leaves your device. We don't see your net salary, your margins, or the VAT numbers you test. For a finance tool that matters: you can run a quick check on a payslip or an invoice while on public Wi-Fi and close the tab knowing no trace is kept server-side.

Can I use it on the train without signal to check an invoice?

Yes. Load the page once, then it works offline. VAT, discount and mortgage math are all pure JavaScript — no API call. I often test it in airplane mode: open the mortgage page, type 250,000 at 4.5% for 25 years, you get the schedule instantly, even in a tunnel.

Can I file taxes with these results?

Use it as a fast sanity check, not as the final filing. Formulas are standard (e.g. Net = Gross / 1+VAT) and verified against official sources listed at the bottom, but rates and thresholds change — Italy's 22% vs Germany's 19%, or IRPEF brackets. For the actual declaration, double-check with your accountant or Agenzia delle Entrate / HMRC / IRS.

How do I send a calculation to my accountant?

Hit 'Share Link' under the results. It encodes the inputs in the URL — e.g. ?price=1200&vat=22 — so your accountant opens the exact same view, no screenshot needed. You can also copy the result with one tap and paste it into an email.

Sources & References

⚠ Financial Disclaimer

This tool provides estimates for informational purposes only and does not constitute financial, tax, or legal advice. Results may vary based on local regulations, rates, and individual circumstances. Always consult a qualified professional before making financial decisions.

Related Calculators

Looking for other tools?Discover our full collection of lightweight offline-ready resources
Back to Dashboard