Calculate MIRR with Reinvestment Approach – Project Finance Tool


Calculate MIRR with Reinvestment Approach

Understand the true profitability of your projects by calculating the Modified Internal Rate of Return (MIRR) using the reinvestment approach.

Project Cash Flows & Assumptions



Enter the total initial cash outflow for the project. (e.g., 100000)


Enter the net cash flow for Year 1. (e.g., 30000)


Enter the net cash flow for Year 2. (e.g., 35000)


Enter the net cash flow for Year 3. (e.g., 40000)


Enter the net cash flow for Year 4. (e.g., 45000)


Enter the net cash flow for Year 5. (e.g., 50000)


Rate at which positive cash flows can be reinvested. (e.g., 8 for 8%)


Rate used to discount negative cash flows. (e.g., 10 for 10%)


Cash Flow Table

Projected Cash Flows Over Time
Period Cash Flow Reinvestment/Discount Rate Compounded Value
Initial
Year 1
Year 2
Year 3
Year 4
Year 5
Totals/Net

Cash Flow Compounding Visualization

What is MIRR (Modified Internal Rate of Return)?

The Modified Internal Rate of Return (MIRR) is a financial metric used to evaluate the profitability of a project or investment. Unlike the traditional Internal Rate of Return (IRR), MIRR addresses some of its limitations by explicitly considering the reinvestment rate of positive cash flows and the financing rate of negative cash flows. This makes MIRR a more realistic and often more accurate measure of a project’s true rate of return, especially for projects with irregular cash flow patterns or long durations.

Who Should Use MIRR?
MIRR is particularly valuable for financial analysts, project managers, investors, and business owners who need a reliable way to compare mutually exclusive projects or to assess the viability of a single investment. It’s especially useful when:

  • Projects have significantly different scales of investment.
  • Projects have varying cash flow patterns (e.g., early profits vs. late profits).
  • The cost of capital or expected reinvestment rates differ from the project’s internal cash generation rates.
  • Comparing projects where IRR might yield multiple or no solutions.

Common Misconceptions about MIRR:

  • MIRR is always higher than IRR: This is not necessarily true. While MIRR often provides a more conservative estimate by using explicit reinvestment rates, its value relative to IRR depends on the specific cash flows and the chosen rates.
  • MIRR is only for large projects: MIRR is a versatile metric applicable to any project or investment, regardless of size, as long as cash flows can be projected.
  • MIRR eliminates all IRR issues: While MIRR addresses the reinvestment assumption and multiple IRR issues, it still relies on accurate projections of cash flows and appropriate reinvestment/financing rates, which can be challenging.

MIRR Formula and Mathematical Explanation

The calculation of MIRR involves several steps, culminating in a rate that balances the present value of outflows with the future value of inflows, using specific rates for each.

The core idea is to bring all negative cash flows (outflows) to their present value at the financing rate and all positive cash flows (inflows) to their future value at the reinvestment rate. MIRR is then the effective rate that equates these two values over the project’s life.

Step-by-Step Derivation:

  1. Calculate the Present Value (PV) of all Negative Cash Flows: Each negative cash flow (outflow) is discounted back to time zero using the financing rate (often the cost of capital).

    PV_Outflows = Σ [ CFt / (1 + rf)t ] (for all CFt < 0)
  2. Calculate the Future Value (FV) of all Positive Cash Flows: Each positive cash flow (inflow) is compounded forward to the end of the project’s life (period ‘n’) using the reinvestment rate.

    FV_Inflows = Σ [ CFt * (1 + rr)(n-t) ] (for all CFt > 0)
    Where ‘n’ is the last period of the project.
  3. Determine the Project’s Terminal Value (TV): This is essentially the FV_Inflows calculated in the previous step.
  4. Calculate MIRR: MIRR is the rate ‘x’ that satisfies the following equation:

    PV_Outflows = FV_Inflows / (1 + x)n
    Rearranging this equation to solve for ‘x’ (MIRR):

    (1 + MIRR)n = FV_Inflows / PV_Outflows

    MIRR = (FV_Inflows / PV_Outflows)(1/n) – 1
    Note: In our calculator, we simplify by calculating the Net Present Value (NPV) at the financing rate and the Sum of Reinvested Positive Cash Flows directly, then apply the MIRR formula. The formula displayed in the calculator output is a slightly modified version:

    MIRR = (Terminal Value / Sum of Discounted Negative Cash Flows)^(1/n) – 1

Variable Explanations:

Variable Meaning Unit Typical Range
CFt Net Cash Flow in period ‘t’ Currency Unit (e.g., USD, EUR) Varies widely based on project
Initial Investment Total cash outflow at the beginning (t=0) Currency Unit Positive Value (outflow)
rr (Reinvestment Rate) The rate at which positive cash flows are assumed to be reinvested. Percentage (%) Often cost of capital or a conservative estimate (e.g., 5-15%)
rf (Financing Rate) The rate at which negative cash flows (or initial investment) are financed. Often the company’s weighted average cost of capital (WACC). Percentage (%) Often cost of capital or WACC (e.g., 8-12%)
n The total number of periods (years) in the project’s life. Years Integer (e.g., 5, 10, 20)
PV_Outflows Present Value of all cash outflows (including initial investment) discounted at the financing rate. Currency Unit Positive Value
FV_Inflows Future Value of all positive cash inflows compounded at the reinvestment rate to the end of the project. Currency Unit Positive Value
MIRR Modified Internal Rate of Return Percentage (%) Typically between discount rate and reinvestment rate, but can vary.

Practical Examples (Real-World Use Cases)

Let’s illustrate MIRR calculation with two distinct scenarios.

Example 1: Standard Project with Positive Cash Flows

Consider a project with the following cash flows:

  • Initial Investment: $100,000
  • Year 1 Cash Flow: $30,000
  • Year 2 Cash Flow: $35,000
  • Year 3 Cash Flow: $40,000
  • Year 4 Cash Flow: $45,000
  • Year 5 Cash Flow: $50,000
  • Reinvestment Rate: 8%
  • Financing Rate: 10%

Calculation Walkthrough (Simplified):

  • PV of Initial Investment ($100,000 at t=0, financing rate 10%) = $100,000
  • FV of Positive Cash Flows (compounded at 8% to year 5):
    • Year 1 ($30,000 * (1.08)^4) = $40,824.44
    • Year 2 ($35,000 * (1.08)^3) = $44,100.22
    • Year 3 ($40,000 * (1.08)^2) = $46,656.00
    • Year 4 ($45,000 * (1.08)^1) = $48,600.00
    • Year 5 ($50,000 * (1.08)^0) = $50,000.00
    • Total FV Inflows (Terminal Value) = $230,180.66
  • MIRR = ($230,180.66 / $100,000)^(1/5) – 1 = (2.3018)^(0.2) – 1 ≈ 1.1848 – 1 = 0.1848 or 18.48%

Interpretation: This project is expected to yield a return of 18.48%. Since this is higher than the financing rate of 10%, the project is likely financially attractive.

Example 2: Project with Early Negative Cash Flows

Consider a project with:

  • Initial Investment: $50,000
  • Year 1 Cash Flow: -$10,000 (Additional outflow)
  • Year 2 Cash Flow: $20,000
  • Year 3 Cash Flow: $25,000
  • Reinvestment Rate: 7%
  • Financing Rate: 9%

Calculation Walkthrough (Simplified):

  • PV of Negative Cash Flows (discounted at 9%):
    • Initial Investment ($50,000 at t=0) = $50,000
    • Year 1 Outflow ($10,000 at t=1) discounted = $10,000 / (1.09)^1 = $9,174.31
    • Total PV Outflows = $50,000 + $9,174.31 = $59,174.31
  • FV of Positive Cash Flows (compounded at 7% to year 3):
    • Year 2 ($20,000 * (1.07)^1) = $21,400.00
    • Year 3 ($25,000 * (1.07)^0) = $25,000.00
    • Total FV Inflows (Terminal Value) = $46,400.00
  • MIRR = ($46,400.00 / $59,174.31)^(1/3) – 1 = (0.7841)^(0.3333) – 1 ≈ 0.9246 – 1 = -0.0754 or -7.54%

Interpretation: In this case, the MIRR is negative (-7.54%). Since this is significantly lower than the financing rate of 9%, this project would likely be rejected as it’s not generating sufficient returns to cover its financing costs and reinvestment opportunities. This highlights how MIRR can reveal projects that might appear acceptable using simple IRR but are financially detrimental.

How to Use This MIRR Calculator

Our MIRR calculator is designed for simplicity and accuracy. Follow these steps to get your project’s MIRR:

  1. Input Initial Investment: Enter the total cash outflow required at the project’s start (Year 0).
  2. Enter Period Cash Flows: Input the net cash flow for each subsequent year (Year 1, Year 2, etc.) for which you have projections. You can add or remove input fields as needed by adjusting the JavaScript code if you have more or fewer periods.
  3. Specify Reinvestment Rate: Enter the expected rate of return at which you can reinvest positive cash flows generated by the project. This should be a realistic rate based on available market opportunities or your company’s investment policy.
  4. Specify Financing Rate: Enter the rate at which you can finance any cash shortfalls or the initial investment. This is often your company’s Weighted Average Cost of Capital (WACC) or a similar benchmark.
  5. Click ‘Calculate MIRR’: The calculator will process your inputs and display the results.

How to Read Results:

  • Primary MIRR Result: This is the main output, displayed prominently. It represents the project’s expected annualized rate of return, considering the reinvestment and financing assumptions.
  • Terminal Value (TV): The total future value of all positive cash flows compounded at the reinvestment rate.
  • Sum of Discounted Negative Cash Flows: The present value of all outflows (initial investment + any subsequent negative flows) calculated using the financing rate.
  • Sum of Reinvested Positive Cash Flows: The total future value of positive cash flows after reinvestment.
  • NPV at Financing Rate: A standard Net Present Value calculation using the financing rate, providing another perspective on project value.

Decision-Making Guidance:

  • Compare MIRR to Financing Rate: If MIRR is greater than the financing rate, the project is generally considered financially viable, as it’s expected to generate returns exceeding the cost of funding.
  • Compare MIRR across Projects: When choosing between mutually exclusive projects, select the one with the higher MIRR, provided it also meets other strategic criteria.
  • Sensitivity Analysis: Use the calculator to see how changes in the reinvestment or financing rates impact the MIRR. This helps understand the project’s risk profile.

Key Factors That Affect MIRR Results

Several factors critically influence the calculated MIRR, making accurate input and understanding essential for reliable project evaluation.

  • Cash Flow Timing and Magnitude: The pattern of cash inflows and outflows significantly impacts MIRR. Projects with earlier, larger positive cash flows tend to have higher MIRRs, assuming they are effectively reinvested. Conversely, delayed or substantial negative flows will lower the MIRR.
  • Reinvestment Rate (rr): This is a cornerstone of MIRR. A higher reinvestment rate assumes positive cash flows can be put to better use, leading to a higher MIRR. Conversely, a low reinvestment rate implies that surplus cash earns less, dragging down the overall project return. Choosing a realistic reinvestment rate is crucial.
  • Financing Rate (rf): This rate reflects the cost of capital or borrowing costs. A higher financing rate increases the burden of negative cash flows (making their PV higher) and can decrease the MIRR, indicating a less attractive project. A lower financing rate makes the project appear more favorable.
  • Project Duration (n): Longer projects provide more time for compounding effects (both positive and negative) to play out. A longer duration can amplify the impact of cash flow timing and the chosen rates on the final MIRR.
  • Inflation: While not directly an input, inflation affects the real value of future cash flows and can influence the appropriate selection of reinvestment and financing rates. Nominal rates should be used consistently. If using real rates, ensure all cash flows are also in real terms.
  • Taxes and Depreciation: These factors impact the actual cash flows available. Tax shields from depreciation reduce the effective outflow, while taxes on profits reduce inflows. MIRR calculations should ideally use after-tax cash flows for accuracy.
  • Project Risk: Higher risk projects might warrant a higher financing rate and potentially a lower reinvestment rate (if internal reinvestment opportunities are also risky). The chosen rates should reflect the perceived risk of the project and the firm.
  • Inflation: While not directly an input, inflation affects the real value of future cash flows and can influence the appropriate selection of reinvestment and financing rates. Nominal rates should be used consistently. If using real rates, ensure all cash flows are also in real terms.

Frequently Asked Questions (FAQ)

Q1: What is the difference between IRR and MIRR?

The primary difference lies in their assumptions about reinvesting interim cash flows. IRR assumes interim positive cash flows are reinvested at the IRR itself, which can lead to unrealistic results, especially with multiple IRRs. MIRR overcomes this by using explicit, separate reinvestment and financing rates, making it generally more reliable for project comparison.

Q2: How do I choose the Reinvestment Rate?

The reinvestment rate should reflect the opportunity cost of capital for positive cash flows. It could be your company’s WACC, a target rate for safe investments, or a rate specific to opportunities available for deploying that cash. It should be realistic and consistent with your firm’s investment strategy.

Q3: How do I choose the Financing Rate?

The financing rate typically represents the cost of debt or equity used to fund the project’s negative cash flows or initial outlay. The Weighted Average Cost of Capital (WACC) is a common choice, as it reflects the blended cost of all capital sources.

Q4: Can MIRR be negative?

Yes, MIRR can be negative. This occurs when the future value of positive cash flows is less than the present value of negative cash flows, even after considering the reinvestment and financing rates. A negative MIRR indicates the project is unlikely to generate sufficient returns to cover its costs and financing, suggesting it should be rejected.

Q5: When is MIRR preferred over NPV?

NPV is generally considered the superior capital budgeting technique because it directly measures the absolute increase in wealth. MIRR is a rate of return metric, useful for comparing projects of different sizes or when a percentage return is more intuitive. MIRR is often preferred over IRR due to its more realistic reinvestment assumption.

Q6: Does MIRR always yield a single answer?

Unlike IRR, which can sometimes produce multiple solutions for projects with non-conventional cash flows (multiple sign changes), MIRR is designed to yield a single, unique rate of return, assuming positive cash flows are consistently reinvested and negative flows financed appropriately.

Q7: How does inflation affect MIRR?

Inflation affects the nominal value of cash flows over time. If using nominal rates for reinvestment and financing, ensure cash flow projections are also nominal (i.e., include expected inflation). If using real rates, cash flows should be in real terms (constant purchasing power). Mismatched treatments will distort the MIRR.

Q8: What if a project has only positive cash flows after the initial investment?

If all subsequent cash flows are positive, the “Sum of Discounted Negative Cash Flows” in the MIRR formula would simplify to just the initial investment (at t=0). The calculation then becomes (FV of Inflows / Initial Investment)^(1/n) – 1, effectively measuring the compounded growth rate of the initial investment based on reinvested inflows.

© 2023 Your Company Name. All rights reserved.



Leave a Reply

Your email address will not be published. Required fields are marked *