Skip to main content
    Back to Blog
    WACCValuationTechnical Interviews

    How to Calculate WACC Step-by-Step: Investment Banking Interview Guide

    IB Flash TeamApril 4, 20268 min read

    What Is WACC and Why Does It Matter?

    The Weighted Average Cost of Capital (WACC) is the blended rate of return that a company must earn on its assets to satisfy all of its capital providers -- both debt holders and equity holders. It represents the minimum return a business needs to generate to create value.

    In investment banking, WACC is the discount rate used in a Discounted Cash Flow (DCF) analysis to calculate the present value of a company's unlevered free cash flows. Getting WACC wrong means getting the entire valuation wrong. This is why interviewers test it so heavily -- a question about WACC is really a question about whether you understand cost of equity, cost of debt, capital structure, and how they all fit together.

    This guide walks you through every component of WACC, step by step, with a complete numerical example.


    The WACC Formula

    WACC = (E / V) x Re + (D / V) x Rd x (1 - T)

    Where:

    • E = Market value of equity
    • D = Market value of debt
    • V = E + D (total capital)
    • Re = Cost of equity
    • Rd = Cost of debt
    • T = Marginal tax rate

    The formula weights each source of capital (debt and equity) by its proportion in the capital structure, then multiplies by the respective cost. The (1 - T) term on the debt component reflects the tax deductibility of interest expense -- the interest tax shield makes debt cheaper on an after-tax basis.

    Let us build each component from scratch.


    Step 1: Calculate the Cost of Equity Using CAPM

    The most common method for estimating the cost of equity is the Capital Asset Pricing Model (CAPM).

    The CAPM Formula

    Re = Rf + Beta x (Rm - Rf)

    Where:

    • Rf = Risk-free rate
    • Beta = Measure of the stock's systematic risk relative to the market
    • Rm = Expected market return
    • (Rm - Rf) = Equity risk premium (ERP)

    Choosing the Risk-Free Rate (Rf)

    Use the yield on long-term U.S. Treasury bonds -- typically the 10-year or 20-year Treasury yield. As of early 2026, the 10-year Treasury yield is approximately 4.2%.

    Why Treasuries? Government bonds are considered "risk-free" because the U.S. government can always print currency to pay its obligations. The long-term maturity matches the long-duration nature of the cash flows you are discounting in a DCF.

    Determining Beta

    Beta measures a stock's sensitivity to market movements. A beta of 1.0 means the stock moves in line with the market. A beta above 1.0 means it is more volatile; below 1.0 means less volatile.

    How to find beta:

    1. Raw (levered) beta: Regress the stock's historical returns against market returns (typically 2-5 years of weekly data). Financial data providers (Bloomberg, Capital IQ) calculate this automatically.
    2. Unlevered beta: Strip out the effect of financial leverage using the Hamada equation: Unlevered Beta = Levered Beta / [1 + (1 - T) x (D/E)]
    3. Industry beta approach: For private companies or when the subject company's historical data is unreliable, use the median unlevered beta of comparable public companies, then re-lever it to the subject company's target capital structure.

    Re-levering beta: Levered Beta = Unlevered Beta x [1 + (1 - T) x (D/E)]

    Estimating the Equity Risk Premium (ERP)

    The equity risk premium represents the excess return investors demand for holding equities over risk-free bonds. It is not directly observable -- it must be estimated.

    Common approaches:

    • Historical ERP: The average excess return of the S&P 500 over Treasuries historically, typically 5-7% depending on the time period and methodology
    • Implied ERP: Derived from current market valuations and expected earnings growth. Professor Aswath Damodaran publishes an updated implied ERP regularly -- it has been in the 4.5-5.5% range in recent years
    • Survey-based ERP: Surveys of investors and academics. Less commonly used in practice.

    For interview purposes, using an ERP of 5-6% is standard. If your interviewer does not specify, 5.5% is a reasonable default.

    CAPM Example

    • Rf = 4.2% (10-year Treasury yield)
    • Beta = 1.15 (re-levered beta based on comps)
    • ERP = 5.5%

    Re = 4.2% + 1.15 x 5.5% = 4.2% + 6.325% = 10.525%

    Some practitioners add a size premium for smaller companies (typically 1-3% for micro- and small-cap firms) and a company-specific risk premium for unusual risks. For a standard interview calculation, CAPM without these adjustments is sufficient unless prompted.


    Step 2: Calculate the Cost of Debt

    The cost of debt represents the effective interest rate a company pays on its borrowings. There are two main approaches:

    Approach 1: Yield to Maturity on Outstanding Bonds

    If the company has publicly traded bonds, use the current yield to maturity (YTM) as the pre-tax cost of debt. This reflects the market's current assessment of the company's credit risk.

    Example: The company's bonds are trading at a yield of 6.5%. Pre-tax cost of debt = 6.5%.

    Approach 2: Synthetic Rating Method

    If the company does not have publicly traded debt, estimate the cost of debt by:

    1. Determining the company's credit profile (leverage ratios, interest coverage, size)
    2. Mapping to an equivalent credit rating (BBB, BB, etc.)
    3. Adding the default spread for that rating to the risk-free rate

    Example: The company's credit profile resembles a BBB-rated issuer. BBB default spread = 1.8%. Cost of debt = 4.2% + 1.8% = 6.0%.

    After-Tax Cost of Debt

    Interest expense is tax-deductible, so the true cost of debt to the company is lower than the stated interest rate. The after-tax cost is built into the WACC formula via the (1 - T) term:

    After-Tax Cost of Debt = Rd x (1 - T)

    Using our example: 6.5% x (1 - 0.25) = 4.875%

    This tax shield is one of the primary reasons companies use debt financing -- it is cheaper than equity on an after-tax basis, up to a point. Too much debt increases bankruptcy risk and raises the cost of both debt and equity.


    Step 3: Determine the Capital Structure Weights

    WACC uses market value weights, not book value. This is a common interview trap -- always specify that you are using market values.

    Equity Weight (E/V)

    Market Value of Equity = Share Price x Shares Outstanding (i.e., Market Capitalization)

    Example: Share price = $45, shares outstanding = 200 million. Market cap = $9 billion.

    Debt Weight (D/V)

    Market Value of Debt: Ideally, use the trading value of outstanding bonds and other debt instruments. In practice, book value of debt is often used as a proxy because most debt trades near par value unless the company is distressed.

    Example: Total debt (book value, used as proxy) = $3 billion.

    Calculating the Weights

    • V = E + D = $9B + $3B = $12B
    • E/V = $9B / $12B = 75%
    • D/V = $3B / $12B = 25%

    Step 4: Putting It All Together

    Now we have everything we need to calculate WACC.

    Inputs:

    • Cost of equity (Re) = 10.525%
    • Cost of debt (Rd) = 6.5%
    • Tax rate (T) = 25%
    • Equity weight (E/V) = 75%
    • Debt weight (D/V) = 25%

    WACC = (E/V) x Re + (D/V) x Rd x (1 - T)

    WACC = 75% x 10.525% + 25% x 6.5% x (1 - 0.25)

    WACC = 7.894% + 1.219% = 9.11%

    This means the company needs to earn at least 9.11% on its investments to satisfy both debt and equity holders. In a DCF, you would discount projected free cash flows at this rate.


    The Iterative WACC Problem (Circularity)

    There is a subtle circularity in the WACC calculation that interviewers sometimes test:

    1. WACC depends on the capital structure weights (E/V and D/V)
    2. The market value of equity depends on the company's valuation
    3. The company's valuation comes from the DCF
    4. The DCF uses WACC as the discount rate

    This is circular -- WACC depends on equity value, which depends on WACC. In practice, there are several solutions:

    Target capital structure approach (most common): Instead of using the company's current capital structure, use a target or optimal capital structure based on management guidance, industry norms, or the capital structure implied by the company's credit rating. This breaks the circularity because the weights are fixed.

    Iterative approach: Start with an initial WACC estimate, calculate equity value, recalculate the weights, update WACC, and repeat until the values converge. This can be done with Excel's iterative calculation feature.

    Comparable companies approach: Use the average capital structure of peer companies as the weight. This is simple and defensible.

    For interviews, the target capital structure approach is the standard answer. Mention the iterative method to demonstrate deeper understanding.


    Common Interview Questions About WACC

    "What happens to WACC if you add more debt?"

    Adding debt has two opposing effects. The cost of debt is lower than the cost of equity (plus you get the tax shield), so adding debt initially lowers WACC. But beyond a certain point, additional debt increases bankruptcy risk, which raises both the cost of debt (creditors demand higher yields) and the cost of equity (equity holders face more risk). The optimal capital structure minimizes WACC.

    "Should you use the company's actual capital structure or a target?"

    Use a target capital structure if the company's current structure is unusual, temporary, or expected to change significantly. Use the actual structure if it is stable and representative of the company's long-term financing strategy.

    "Why do we use WACC as the discount rate in a DCF?"

    Because we are discounting unlevered free cash flows (cash available to all capital providers), we need a discount rate that reflects the blended cost of all capital. If we were discounting levered free cash flows (to equity only), we would use the cost of equity instead.

    "What is a reasonable WACC range?"

    For large, investment-grade U.S. companies: 7-10%. For high-growth or riskier companies: 10-15%. For emerging market companies or highly leveraged firms: 12-20%+. Always anchor your answer to the specific company's risk profile.


    Sensitivity Analysis: Why WACC Assumptions Matter

    Small changes in WACC can significantly impact a DCF valuation. Consider a company with $500 million in projected Year 1 free cash flow, 3% perpetuity growth, and different WACC assumptions:

    | WACC | Terminal Value (Gordon Growth) | Implied Valuation Impact | |------|-------------------------------|-------------------------| | 8% | $10.3 billion | Highest valuation | | 9% | $8.3 billion | Baseline | | 10% | $7.1 billion | Lowest valuation |

    A 1% change in WACC produces a roughly 20% swing in terminal value. This is why interviewers push on your assumptions -- small errors in WACC compound into large valuation differences. Always present DCF results as a range, not a point estimate, and run sensitivity tables around both WACC and the terminal growth rate.


    Build Your WACC Intuition

    WACC is one of the most important concepts in all of finance, and it connects to nearly every other valuation topic. Drill the components -- cost of equity, cost of debt, beta, and capital structure -- until you can walk through a complete WACC calculation from memory.

    Use our flashcard system to practice WACC and related concepts. The best candidates do not just memorize the formula -- they understand the economic intuition behind every input and can explain how changing one assumption ripples through the entire valuation.

    Practice what you just learned

    Reinforce these concepts with free interactive tools built for IB interview prep.

    Get Interview Tips Delivered Weekly

    Actionable tips for IB, PE, and HF interviews. Free, no spam.

    Ready to ace your interview?

    5,000+ questions. AI mock interviews. Built by ex-IB analysts.

    Start Free

    Or try our free tools