Adjusted Present Value vs WACC DCF
The two dominant ways to value a levered firm—the Adjusted Present Value (APV) method and the WACC (Weighted Average Cost of Capital) approach—produce the same enterprise value when applied correctly, yet each offers distinct clarity on the components of value. WACC bundles leverage into a single discount rate; APV splits value into an unlevered component and a tax-shield component. The choice between them depends on the firm’s capital structure stability and the transparency you need.
The fundamental equivalence
Both APV and WACC solve the same problem: valuing a levered company. Both rely on projecting free cash flows and discounting. Both account for the tax deduction on interest. When both are executed with consistent assumptions about the debt level, tax rate, cost of debt, and cost of equity, they yield identical enterprise values.
The difference is architectural. WACC compresses all of leverage into a single blended discount rate. APV separates the value created by operations from the value created by financing.
The WACC approach: one discount rate
WACC weighted average cost of capital is the cost of capital for a levered firm. It blends the cost of equity (what shareholders require) and the cost of debt (what lenders require), weighted by their market values.
Formula:
WACC = (E/V) × Cost of Equity + (D/V) × Cost of Debt × (1 − Tax Rate)
Here, E is equity value, D is debt value, V = E + D is total firm value, and the (1 − Tax Rate) term reflects the tax deductibility of interest.
You then forecast unlevered free cash flow—NOPAT plus depreciation minus capex minus working capital change—and discount it all at WACC.
Enterprise Value = FCF Year 1 / (1 + WACC) + FCF Year 2 / (1 + WACC)^2 + … + Terminal Value / (1 + WACC)^n
The logic: as you move down the cash flow cascade, the discount rate automatically reflects the cost of both debt and equity funding the firm’s operations.
Advantage: Simple, single-rate mental model; mirrors how practitioners often think about firms.
Disadvantage: WACC itself depends on E/V, which depends on the enterprise value you are trying to solve for. This creates the circular reference problem. Also, if leverage is changing materially, a single fixed WACC can misrepresent the changing blend of financing costs.
The APV approach: unlevered value plus tax shields
APV splits the valuation into two clean pieces:
APV = Unlevered Firm Value + PV(Tax Shields from Debt)
Step 1: Unlevered Firm Value
Project free cash flow as if the firm were entirely equity-financed (no debt, no interest). Discount at the unlevered cost of equity—the return shareholders would require if there were no financial leverage.
Unlevered Value = FCF Year 1 / (1 + Cost of Equity Unlevered) + … + Terminal Value / (1 + Cost of Equity Unlevered)^n
The unlevered cost of equity is found by “unlevering” the observed levered cost using the Hamada formula or similar; it is not market-observable directly.
Step 2: PV of Tax Shields
Interest paid on debt is tax-deductible. Each year, the firm saves taxes equal to Interest Expense × Tax Rate. The present value of these savings is the value contributed by the debt.
The simplest case: perpetual debt level D.
PV(Tax Shield) = (D × Cost of Debt × Tax Rate) / Cost of Debt = D × Tax Rate
(This often surprises students: under perpetual debt, the tax shield is simply Debt × Tax Rate, a fixed multiple, not discounted.)
More generally, if debt declines over time or if you expect it to be paid down, you must project interest year-by-year, multiply by the tax rate, and discount at the cost of debt (or sometimes at the unlevered cost of equity, depending on assumptions about risk).
Advantage: No circularity; you can directly see how much value debt adds. It scales cleanly to time-varying debt levels or complicated refinancing schedules. It clarifies what assumptions are driving the tax benefit.
Disadvantage: Requires estimating the unlevered cost of equity, which is not directly observable. The tax-shield calculation is sensitive to assumptions about debt persistence.
When they converge: a numerical example
Assume:
- Unlevered FCF = $100 per year, perpetual.
- Unlevered Cost of Equity = 10%.
- Debt (perpetual) = $500.
- Cost of Debt = 5%.
- Tax Rate = 25%.
WACC Approach:
First, compute the levered cost of equity using the Hamada formula:
Cost of Equity (levered) = 10% + (500/500) × (1 − 0.25) × (5% − 10%) = 10% + 1 × 0.75 × (−5%) = 6.25%
Wait—this does not seem right. Let me recalculate. The issue is we do not know E yet; we are solving for it.
Let’s assume E = $1,000 (we will verify this is consistent).
D/V = 500/1,500 = 1/3; E/V = 1,000/1,500 = 2/3.
Cost of Equity (levered) = 10% + (500/1,000) × 0.75 × (5% − 10%) = 10% − 1.875% = 8.125%
WACC = (2/3) × 8.125% + (1/3) × 5% × 0.75 = 5.417% + 1.25% = 6.667%
Enterprise Value = $100 / 0.06667 = $1,500 ✓
So E = 1,500 − 500 = 1,000, which matches our assumption.
APV Approach:
Unlevered Value = $100 / 0.10 = $1,000.
PV(Tax Shield) = $500 × 0.25 = $125.
APV = $1,000 + $125 = $1,125.
Wait, this does not match the WACC result of $1,500. Let me re-examine.
The error: in the WACC approach, I assumed a fixed debt of $500. The unlevered value should use unlevered FCF. But the $100 in unlevered FCF is NOPAT: it is after tax but before interest. So both approaches should start from EBIT.
Let me restart with clearer definitions. Assume EBIT = $150 (perpetual). Tax = 25%.
WACC Approach:
Unlevered FCF = EBIT × (1 − Tax) = $150 × 0.75 = $112.50.
Debt = $500; Interest = $500 × 5% = $25; Tax Shield = $25 × 0.25 = $6.25.
Levered FCF = $112.50 − $25 + $6.25 = $93.75.
Hmm, this is getting muddled. The cleaner approach: use unlevered FCF (after-tax operating cash, before interest) and WACC.
Unlevered FCF = EBIT × (1 − Tax) = $150 × 0.75 = $112.50.
Cost of Equity (levered) = 10% + (500/E) × (1 − 0.25) × (5% − 10%).
If E = $1,500, then D/E = 500/1,500 = 1/3.
Cost of Equity = 10% + (1/3) × 0.75 × (−5%) = 10% − 1.25% = 8.75%.
WACC = (1,500/2,000) × 8.75% + (500/2,000) × 5% × 0.75 = 6.5625% + 0.9375% = 7.5%.
Enterprise Value = $112.50 / 0.075 = $1,500 ✓
APV Approach:
Unlevered Value = $112.50 / 0.10 = $1,125.
PV(Tax Shield) = $500 × 0.25 = $125.
APV = $1,125 + $125 = $1,250.
Still not matching. The issue is my unlevered cost of equity assumption. Let me be more careful: if the firm has debt and we observe a cost of equity of, say, 8.75%, that is the levered cost. To unlever it, we use:
Cost of Equity (unlevered) = Cost of Equity (levered) − (D/E) × (1 − Tax) × (Cost of Debt − Cost of Equity Unlevered).
This is a bit circular in isolation. In practice, the unlevered cost of equity is derived from an unlevered beta (industry beta, adjusted for the specific firm’s business risk). Assume the unlevered cost of equity is 9%.
APV (revised):
Unlevered Value = $112.50 / 0.09 = $1,250.
PV(Tax Shield) = $500 × 0.25 = $125.
APV = $1,250 + $125 = $1,375.
And now, for WACC to match:
Levered Cost of Equity = 9% + (500/E) × 0.75 × (5% − 9%) = 9% − 0.03 × (500/E).
If E = $875, then Cost of Equity = 9% − 0.03 × (500/875) = 9% − 1.714% = 7.286%.
WACC = (875/1,375) × 7.286% + (500/1,375) × 5% × 0.75 = 4.639% + 1.364% = 6.003%.
Enterprise Value = $112.50 / 0.06003 = $1,875.
These still do not match. The core issue: I am not holding consistent assumptions about the cost of debt, cost of equity, tax rate, and leverage.
The correct statement: If both methods use the same unlevered cost of equity, debt level, cost of debt, and tax rate, and if you compute WACC correctly as a function of the implied E and D values, they converge. The mechanics of proof are algebraic but lengthy. In practice:
- WACC is easier when leverage is stable.
- APV is easier when you know the unlevered cost of equity and want to see the explicit value of the tax shield.
When leverage changes
If a firm is in a leveraged buyout (LBO) with a planned debt paydown, APV shines. You project the debt schedule, interest expense, and tax shields year-by-year. You discount the tax shields at the appropriate rate (often the cost of debt, sometimes the unlevered cost of equity). Separately, you value the operations at the unlevered cost of equity. The sum is your APV.
WACC struggles here because the leverage ratio changes each year. You could use a time-varying WACC, but that requires recalculating E and D each year, which again reintroduces circularity.
Key assumptions and sensitivities
Both methods are sensitive to:
- Unlevered cost of equity: derived from beta and the risk-free rate. Small changes shift value materially.
- Debt level and persistence: Does the debt stay constant? Decline? Grow with the firm?
- Tax rate: The tax shield is proportional to it. A 1% shift in tax rate can change APV by several percentage points.
- Cost of debt: Affects both the WACC calculation and the discount rate for tax shields in APV.
See also
Closely related
- WACC (Weighted Average Cost of Capital) — the blended discount rate at the heart of one approach
- Adjusted Present Value — the alternative method emphasizing tax shields
- Cost of Equity — required return to shareholders; varies with leverage
- Cost of Debt — required return to lenders
- Tax Shield — the value created by debt’s interest deductibility
- Circular Reference Problem in DCF Models — why WACC iteration is often needed
- Capital Structure — the debt/equity mix both methods must assume
Wider context
- Discounted Cash Flow Valuation — the overarching framework
- Nominal vs Real Cash Flows in DCF — another consistency challenge in DCF
- Leveraged Buyout — a practical context where APV is often preferred
- Debt-to-Equity Ratio — the leverage ratio central to both approaches
- Sensitivity Analysis in Valuation — how to test assumptions