# Discounted Cash Flow Calculator > Estimate intrinsic value with discounted cash flows, growth assumptions, and a terminal value. **Category:** Finance **URL:** https://complete.tools/discounted-cash-flow-calculator ## How it calculates The DCF calculation uses the following formula: Intrinsic Value = (CF1 ÷ (1 + r)¹) + (CF2 ÷ (1 + r)²) + ... + (CFn ÷ (1 + r)ⁿ) + (TV ÷ (1 + r)ⁿ) where CF represents the cash flow in each year, r is the discount rate, n is the number of years in the projection period, and TV is the terminal value calculated using the formula: TV = (CFn × (1 + g)) ÷ (r - g), where g is the growth rate beyond the projection period. Each cash flow is discounted back to its present value by dividing it by (1 + r) raised to the power of the year number. The sum of these present values, along with the present value of the terminal value, provides an estimate of the intrinsic value of the investment. ## Who should use this Investment analysts evaluating the financial health of companies, financial advisors assessing potential client investments, corporate finance professionals conducting project valuations, and private equity investors analyzing acquisition targets can all benefit from using this tool. Additionally, real estate analysts estimating property values based on expected rental income may find this calculator useful. ## Worked examples Example 1: An investor expects a company to generate cash flows of $100,000, $120,000, and $140,000 over the next three years. Assuming a discount rate of 10% and a growth rate of 5% after year three: Year 1: 100,000 ÷ (1 + 0.10)¹ = 90,909.09 Year 2: 120,000 ÷ (1 + 0.10)² = 99,173.55 Year 3: 140,000 ÷ (1 + 0.10)³ = 105,591.14 Terminal Value: TV = (140,000 × (1 + 0.05)) ÷ (0.10 - 0.05) = 2,940,000 Present Value of TV: 2,940,000 ÷ (1 + 0.10)³ = 2,205,391.36 Intrinsic Value = 90,909.09 + 99,173.55 + 105,591.14 + 2,205,391.36 = 2,501,065.14. Example 2: A real estate analyst expects a property to generate cash flows of $50,000, $60,000, and $70,000 over three years with a discount rate of 8% and a growth rate of 4%: Year 1: 50,000 ÷ (1 + 0.08)¹ = 46,296.30 Year 2: 60,000 ÷ (1 + 0.08)² = 51,544.14 Year 3: 70,000 ÷ (1 + 0.08)³ = 55,890.78 Terminal Value: TV = (70,000 × (1 + 0.04)) ÷ (0.08 - 0.04) = 1,750,000 Present Value of TV: 1,750,000 ÷ (1 + 0.08)³ = 1,386,300.00 Intrinsic Value = 46,296.30 + 51,544.14 + 55,890.78 + 1,386,300.00 = 1,539,031.22. ## Limitations The DCF Calculator has several limitations. First, it relies heavily on accurate cash flow projections, which can be difficult to estimate and subject to change. Second, the choice of discount rate significantly impacts the intrinsic value; an incorrect rate can yield misleading results. Third, the calculations assume a constant growth rate beyond the projection period, which may not reflect real-world fluctuations. Additionally, terminal value calculations can introduce substantial estimation errors, particularly if the growth rate and discount rate are similar. Finally, the tool does not account for market conditions or external economic factors that could influence cash flows. ## FAQs **Q:** How should I choose the discount rate for my DCF analysis? **A:** The discount rate should reflect the risk associated with the investment, often represented by the Weighted Average Cost of Capital (WACC) or the required rate of return based on opportunity cost. **Q:** What assumptions should I make regarding cash flows and growth rates? **A:** Assumptions should be based on historical performance, industry benchmarks, and economic forecasts, but they should be regularly reviewed and adjusted for accuracy. **Q:** Can I use the DCF model for companies with inconsistent cash flows? **A:** Yes, but it may require adjustments or the use of multiple scenarios to account for volatility in cash flows and ensure a more robust analysis. **Q:** How do I interpret the intrinsic value calculated by the DCF tool? **A:** Compare the intrinsic value to the current market price; if the intrinsic value is higher, the asset may be undervalued, while a lower intrinsic value suggests overvaluation. --- *Generated from [complete.tools/discounted-cash-flow-calculator](https://complete.tools/discounted-cash-flow-calculator)*