Present Value Calculator Formula
Understand the math behind the present value calculator. Each variable explained with a worked example.
Formulas Used
Present Value
present_value = future_value / pow(1 + annual_rate / 100, years)Discount Amount
discount_amount = future_value - future_value / pow(1 + annual_rate / 100, years)Discount Factor
discount_factor = 1 / pow(1 + annual_rate / 100, years)Variables
| Variable | Description | Default |
|---|---|---|
future_value | Future Value(USD) | 100000 |
annual_rate | Discount Rate (Annual)(%) | 5 |
years | Number of Years(years) | 10 |
How It Works
How to Calculate Present Value
Present value determines what a future amount of money is worth today, given a specified discount rate.
Formula
PV = FV / (1 + r)^n
Where:
Worked Example
You will receive $100,000 in 10 years. What is it worth today at a 5% discount rate?
future_value = 100000annual_rate = 5years = 10
- 01PV = $100,000 / (1 + 0.05)^10
- 02PV = $100,000 / (1.05)^10
- 03PV = $100,000 / 1.6289
- 04Present Value = $61,391.33
- 05Discount amount: $100,000 - $61,391.33 = $38,608.67
Ready to run the numbers?
Open Present Value Calculator