NPV / IRR
NPV / IRR
Net Present Value & Internal Rate of Return
1. Overview: Investment Analysis That Accounts for the Time Value of Money, NPV and IRR
flowchart LR
A["Simple sum-of-returns analysis"] -- "Transition to reflecting<br/>the time value of money" --> B["NPV / IRR analysis"]
Definition:
- NPV (Net Present Value): The present value of the cash inflows an investment generates, minus the present value of its cash outflows.
- IRR (Internal Rate of Return): The discount rate that makes an investment project’s NPV equal to zero.
Characteristics: (Time value of money) Discounts future cash flows to present value to calculate the true economic value of a long-term IT investment. (Complementary use) Uses NPV (an absolute value) together with IRR (a rate of return) to verify investment feasibility from multiple angles. (Decision criterion) When NPV > 0 and IRR > the cost of capital, investment feasibility is established, giving management an objective basis for approval.
2. How NPV and IRR Are Calculated, and Decision Criteria
A. Structure of the Discounted Cash Flow (DCF) Method
flowchart LR
T0["T0 (present)<br/>cash outflow (-)"]
T1["T1 (year 1)<br/>cash inflow (+)"]
T2["T2 (year 2)<br/>cash inflow (+)"]
TN["Tn (year n)<br/>cash inflow (+)"]
T1 -- discount --> T0
T2 -- discount --> T0
TN -- discount --> T0
style T0 fill:#FFEBEE,stroke:#D32F2F
style TN fill:#E3F2FD,stroke:#1976D2
| Metric | Core Formula | Investment Decision Criterion |
|---|---|---|
| NPV | NPV = Σ[Rt / (1+i)^t] - I0 | Accept the investment if NPV > 0 |
| IRR | Solve for the discount rate i that makes NPV = 0 | Accept the investment if IRR > cost of capital |
B. Comparing the Characteristics of NPV and IRR
| Category | NPV (Net Present Value Method) | IRR (Internal Rate of Return Method) |
|---|---|---|
| Core assumption | Assumes an appropriate discount rate (cost of capital) | Solves directly for the rate that makes NPV zero |
| Value additivity | The sum of individual NPVs equals the total NPV (holds) | The sum of individual rates of return is not the overall rate (does not hold) |
| Reinvestment assumption | Reinvested at the cost of capital | Reinvested at the IRR itself |
| Advantage | The most accurate indicator for maximizing wealth | Expressed as a percentage, making it easy to understand |
3. Strategies for Using NPV/IRR in IT Investment Decisions
| Category | Key Application | Considerations in Practice |
|---|---|---|
| Mutually exclusive investments | Choosing the best option among multiple projects | The rule is to prefer the project with the highest NPV |
| Capital budget allocation | Efficient allocation of limited resources | Use alongside the profitability index (PI) to maximize investment efficiency |
| Risk analysis | Sensitivity analysis | Check how much NPV swings with changes in the discount rate to manage risk |