How to Calculate Perpetual Growth Rate of Fcf

Implied Perpetual Growth Rate Calculator /* Calculator Styles */ .fcf-calculator-container { max-width: 800px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #f9fbfd; border: 1px solid #e1e4e8; border-radius: 8px; padding: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .fcf-calculator-header h2 { margin-top: 0; color: #2c3e50; text-align: center; margin-bottom: 25px; } .fcf-input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; } .fcf-input-group { display: flex; flex-direction: column; } .fcf-input-group label { font-weight: 600; margin-bottom: 8px; color: #4a5568; font-size: 0.95rem; } .fcf-input-group input { padding: 12px; border: 1px solid #cbd5e0; border-radius: 6px; font-size: 1rem; transition: border-color 0.2s; } .fcf-input-group input:focus { border-color: #3182ce; outline: none; box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1); } .fcf-input-help { font-size: 0.8rem; color: #718096; margin-top: 4px; } .fcf-calc-btn { width: 100%; padding: 14px; background-color: #2b6cb0; color: white; border: none; border-radius: 6px; font-size: 1.1rem; font-weight: bold; cursor: pointer; transition: background-color 0.2s; margin-top: 10px; } .fcf-calc-btn:hover { background-color: #2c5282; } .fcf-result-section { margin-top: 25px; background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; padding: 20px; text-align: center; display: none; /* Hidden by default */ } .fcf-result-label { font-size: 1rem; color: #718096; margin-bottom: 5px; } .fcf-result-value { font-size: 2.5rem; font-weight: 800; color: #2d3748; } .fcf-result-context { margin-top: 15px; padding-top: 15px; border-top: 1px solid #edf2f7; font-size: 0.95rem; color: #4a5568; line-height: 1.5; } .fcf-warning { color: #c53030; font-weight: 600; } .fcf-success { color: #2f855a; font-weight: 600; } /* Article Styles */ .fcf-article { max-width: 800px; margin: 40px auto; line-height: 1.7; color: #333; } .fcf-article h2 { color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 40px; } .fcf-article h3 { color: #2b6cb0; margin-top: 25px; } .fcf-article p { margin-bottom: 15px; } .fcf-article ul { margin-bottom: 20px; padding-left: 20px; } .fcf-article li { margin-bottom: 8px; } .fcf-formula-box { background: #f1f5f9; padding: 15px; border-left: 4px solid #2b6cb0; font-family: "Courier New", monospace; margin: 20px 0; font-weight: 600; } @media (max-width: 600px) { .fcf-input-grid { grid-template-columns: 1fr; } }

Implied Perpetual Growth Rate Calculator

Solve for 'g' in the Gordon Growth Model based on Terminal Value.

The estimated value of the business at the end of the projection period.
FCF in the last year of the forecast period (Year n).
The Weighted Average Cost of Capital expected in perpetuity.
Implied Perpetual Growth Rate
0.00%
function calculatePGR() { // 1. Get Elements var tvInput = document.getElementById('terminalValue'); var fcfInput = document.getElementById('finalFCF'); var waccInput = document.getElementById('wacc'); var resultSection = document.getElementById('resultSection'); var resultValue = document.getElementById('resultValue'); var resultContext = document.getElementById('resultContext'); // 2. Parse Values var tv = parseFloat(tvInput.value); var fcf = parseFloat(fcfInput.value); var waccPercent = parseFloat(waccInput.value); // 3. Validation if (isNaN(tv) || isNaN(fcf) || isNaN(waccPercent)) { alert("Please enter valid numeric values for all fields."); return; } if (tv <= 0 || fcf 5) { feedback = "Caution: This growth rate (" + gPercent.toFixed(2) + "%) exceeds typical long-term GDP growth rates (usually 2-3%). It implies the company will eventually become larger than the entire economy. Re-evaluate your Terminal Value assumption."; } else if (gPercent < 0) { feedback = "Note: The result is negative. This implies the business is expected to shrink in perpetuity based on the current Terminal Value and WACC inputs."; } else if (gPercent >= 2 && gPercent <= 4) { feedback = "Realistic Range: This growth rate falls within the standard long-term economic growth expectations (inflation + real GDP growth)."; } else { feedback = "The calculated perpetual growth rate is " + gPercent.toFixed(2) + "%. Ensure this aligns with the mature phase expectations of the specific industry."; } resultContext.innerHTML = feedback; }

How to Calculate Perpetual Growth Rate of FCF

The Perpetual Growth Rate is a critical assumption in the Discounted Cash Flow (DCF) valuation method. It represents the constant rate at which a company's Free Cash Flow (FCF) is expected to grow indefinitely after the explicit forecast period. Getting this number right is essential, as the Terminal Value often accounts for 60-80% of the total valuation in a DCF model.

The Core Logic

Most analysts use the rate to find the Terminal Value. However, it is often necessary to work backward—calculating the Implied Perpetual Growth Rate based on a known Terminal Value (derived from an exit multiple, for example). This acts as a sanity check to ensure your valuation is realistic relative to the broader economy.

The Formula

The calculation stems from the Gordon Growth Model. To find the implied growth rate ($g$) when you know the Terminal Value ($TV$), the Final Year FCF ($FCF_n$), and the WACC ($r$), use the following derived formula:

g = (TV × WACC – FCFn) / (TV + FCFn)

Where:

  • TV: Terminal Value (Value of the business at the end of the projection).
  • WACC: Weighted Average Cost of Capital (Discount Rate).
  • FCFn: Free Cash Flow in the final year of the explicit forecast.

Why "Reasonableness" Matters

When calculating the perpetual growth rate of FCF, the result should mathematically align with long-term macroeconomic indicators. Since no company can grow faster than the economy forever, a "reasonable" perpetual growth rate typically falls between the rate of inflation and the nominal GDP growth rate.

  • Safe Range: 2.0% to 4.0% (for mature markets like the US or EU).
  • Red Flag: > 5.0% (Implies the company will eventually overtake the economy).
  • Negative Rate: Implies the company is in terminal decline.

Example Calculation

Imagine a company with a Final Year FCF of $1,000,000. You have estimated a Terminal Value of $15,000,000 based on an EBITDA multiple, and the company's WACC is 10%.

Using the tool above:

  1. Numerator: ($15m × 0.10) – $1m = $1.5m – $1m = $500,000
  2. Denominator: $15m + $1m = $16,000,000
  3. Result: $500,000 / $16,000,000 = 0.03125 or 3.13%

This result (3.13%) is a sensible perpetual growth rate, validating that the $15m Terminal Value is a realistic assumption.

Leave a Comment