Reverse Discounted Cash Flow is a valuation technique where you work backwards from the current stock price to determine the implied growth rate or terminal assumptions the market is pricing in.
The standard DCF formula:P0=∑t=1n(1+WACC)tFCFt+(1+WACC)nTV
where TV=WACC−gFCFn+1 (perpetuity growth).
In forward DCF, you pick g (growth rate), calculate P0, and compare to market price.
In reverse DCF, you:
Set P0 = current market price
Solve for the unknown (usually the implied g or the terminal multiple)
P0=High-growth PVt=1∑n(1+r)tFCF0(1+g)t+Terminal value PV(r−gt)(1+r)nFCFn(1+gt)
Why the terminal formula? It's a perpetuity: ∑k=1∞(1+r)kC=rC (geometric series). With growth, the terminal value at year n is r−gtFCFn(1+gt), and we discount that lump sum back n years by dividing by (1+r)n.
Step 3: The reverse trick
Now fix P0 to the market pricePmarket and treat g as the unknown:
Pmarket=∑t=1n(1+r)tFCF0(1+g)t+(r−gt)(1+r)nFCF0(1+g)n(1+gt)
This is a nonlinear equation in g. You solve it numerically (Excel Goal Seek, Python scipy.optimize, or iteration).
Why can't we solve algebraically? The g appears both in the summation and inside exponentials—no closed form. Numerical methods (Newton-Raphson, bisection) converge quickly.
Reverse DCF is a reality check, not a valuation. It doesn't tell you what a stock should trade at—it tells you what the market believes.
Compare implied growth to fundamentals: If NVDA's implied g is 35% but semiconductor TAM grows at 12%, either NVDA is taking massive share or the stock is frothy.
Useful for both bulls and bears: Bulls use it to show "the market is too pessimistic" (implied g is low). Bears use it to show "the market is delusional" (implied g requires unrealistic dominance).
Pairs well with scenario analysis: Build 3 scenarios (bull/base/bear) with realistic FCF paths, reverse-DCF each, and see which implied g matches the current price.
Recall Feynman: Explain to a 12-Year-Old
Imagine you see a lemonade stand that costs $100 to buy. You know it makes10 profit a year. You think, "That's a good deal if it grows 20% a year, but terrible if it only grows 5%."
**Reverse DCF flips the question:** Someone already paid \100 for the stand. You work backwards and ask, "What growth rate must they believe in to pay that price?" You do the math and find out they're expecting 18% growth. Now you ask yourself: "Is that realistic? Can this lemonade stand really grow 18% with all the competition?"
If you think yes, buy the stand (stock is cheap). If you think no, walk away (stock is expensive). You're not guessing the future—you're checking if the current price makes sense given what you know about lemonade stands.
What is the core idea of reverse DCF? :: Work backwards from the current market price to determine the implied growth rate or terminal assumptions the market is pricing in, rather than forecasting a fair value.
Write the reverse DCF equation where you solve for growth rate g.
Pmarket=∑t=1n(1+r)tFCF0(1+g)t+(r−gt)(1+r)nFCF0(1+g)n(1+gt), then solve for g numerically (no closed form).
Why can't you solve the reverse DCF equation algebraically?
The unknown g appears inside both a summation and exponential terms, creating a transcendental equation with no closed-form solution. Must use numerical methods like Goal Seek or Newton-Raphson.
How many times do you discount the terminal (perpetuity) value back to today?
Exactly once, by (1+r)n. The perpetuity formula already gives the value at year n; discounting twice is a classic error that collapses the present value.
If reverse DCF shows implied growth of 35% but the industry grows at 10%, what does that suggest?
The stock is likely overpriced—the market expects the company to massively outperform the industry, which may be unrealistic unless the company is a dominant disruptor with a huge TAM.
Why does the terminal value dominate most DCF valuations?
It's a perpetuity representing all cash flows from year n+1 to infinity. Even though it's discounted, the sheer number of years means it often contributes 50–80% of the total present value.
How do you interpret a reverse DCF result in practice?
Compare the implied growth rate to the company's historical growth, analyst forecasts, competitive position, and industry benchmarks. Ask: "Is this expectation realistic?" If not, the stock may be mispriced.
What is the main mistake people make with reverse DCF? :: Treating the implied growth rate as a prediction or truth, rather than as the market's assumption that needs to be reality-tested against business fundamentals.
What should you sensitivity-test when running reverse DCF?
The terminal growth rate gt, WACC, and the high-growth period length n. Small changes in gt (e.g., 3% vs. 5%) can cause huge swings in implied g.
Dekho, is note ka core idea bahut interesting hai. Normal DCF mein hum apni growth assumptions daalte hain aur fair value nikaalte hain. Par Reverse DCF ismein game ko ulta kar deta hai. Yahan hum current market price ko le kar solve karte hain ki market ne is price mein kitni growth pehle se hi maan li hai. Matlab, agar TSLA $200 pe trade ho raha hai, toh reverse DCF hume batayega ki market expect kar raha hai 25% revenue growth for 10 years. Ab tumhara kaam sirf itna hai ki decide karo — kya yeh assumption realistic hai ya nahi? Isse valuation ek "fortune-telling" se ek smart market psychology check ban jaata hai.
Formula ki taraf dekhein toh idea simple hai — company ki value uske future cash flows ka present value hoti hai, jo do phases mein split hoti hai: ek high-growth phase (rate g for n years) aur ek stable terminal phase (rate g_terminal forever). Terminal value ek perpetuity formula se aati hai kyunki wo cash flows hamesha ke liye continue karte hain. Reverse trick yeh hai ki hum P_market ko fix kar dete hain aur g ko unknown maan kar solve karte hain. Yeh ek nonlinear equation hoti hai, isliye ise algebra se nahi, balki numerically solve karte hain — jaise Excel Goal Seek ya Python ka scipy.optimize use karke. Newton-Raphson ya bisection jaise methods fatafat converge ho jaate hain.
Ab yeh important kyun hai? Kyunki market kabhi kabhi kisi stock mein bahut zyada expectation daal deta hai. Agar reverse DCF bataye ki market 40% growth for 15 years expect kar raha hai, toh tumhe samajh aa jaayega ki yeh price shayad overvalued hai — kyunki itni lambi high growth maintain karna practically mushkil hota hai. Isse tum overpriced stocks se bach sakte ho aur reasonable expectations wale stocks pehchaan sakte ho. Investment decisions mein yeh ek powerful reality-check tool ban jaata hai, jo tumhe blind assumptions se door rakhta hai.