# Internal Rate of Return: Why a High IRR Is Not Always Better

Understand IRR as the discount rate that makes NPV equal zero, why it can conflict with NPV, and how scale, timing, leverage, and unusual cash flows can mislead.

Canonical: https://wiki.fcontext.com/stocks/internal-rate-of-return/
Fact checked: 2026-07-20

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

**Internal rate of return (IRR)** is the discount rate that makes the net present value of a set of cash flows equal zero.

`0 = CF0 + CF1 / (1 + IRR) + CF2 / (1 + IRR)^2 + ... + CFn / (1 + IRR)^n`

IRR is useful because it turns a cash-flow forecast into a percentage return. But it is not a guarantee, and a higher IRR does not always mean a better project. Project size, risk, cash-flow timing, reinvestment assumptions, leverage, and unusual cash-flow patterns can all distort interpretation.

<a id="mechanism"></a>

## How it works

Net present value discounts future cash flows back to today. For a conventional project, cash flows start with an outflow and then mostly become inflows. As the discount rate rises, NPV usually falls. The rate where NPV crosses zero is the IRR.

Companies often compare IRR with a hurdle rate, project-specific cost of capital, or WACC. If the IRR is above the appropriate hurdle rate, a conventional project usually has positive NPV. If it is below the hurdle, NPV is usually negative.

The word “appropriate” matters. A low-risk regulated utility project and an unproven technology project should not use the same hurdle rate. IRR also ignores project scale unless it is paired with NPV. A small project can have a high percentage return while adding less dollar value than a larger project with a lower IRR.

<a id="example"></a>

## Example

Project A requires `$10 million` today and is expected to return `$4 million`, `$4.5 million`, and `$5 million` at the end of the next three years. The IRR is about `15%`.

If the project-specific hurdle rate is `10%`, its NPV is approximately:

`$4m / 1.10 + $4.5m / 1.10^2 + $5m / 1.10^3 - $10m ≈ $1.11m`

This means the forecast creates about `$1.11 million` of present value relative to a `10%` hurdle. It does not mean the project is guaranteed to earn `15%` every year.

Now compare two one-year projects. Project B invests `$1 million` and receives `$1.3 million`, for a `30%` IRR. Project C invests `$10 million` and receives `$12 million`, for a `20%` IRR. At a `10%` discount rate, Project C creates more dollar NPV even though its IRR is lower.

<a id="risks"></a>

## Risks

- **Scale risk:** IRR can favor small, fast projects over larger projects that create more value.
- **Multiple-IRR risk:** cash flows with several sign changes can produce more than one IRR or no useful IRR.
- **Reinvestment risk:** very high IRR can imply unrealistic reinvestment of interim cash flows.
- **Timing risk:** moving cash receipts earlier or costs later can improve IRR without improving project quality.
- **Leverage risk:** debt can raise equity IRR while increasing default and refinancing risk.
- **Forecast risk:** sales, margins, taxes, working capital, terminal value, and exit timing drive the result.

<a id="misconceptions"></a>

## Common misconceptions

IRR is not the same as a guaranteed annual return.

Higher IRR is not always better than lower IRR. NPV, capital constraints, risk, and project size matter.

IRR should not replace cash-flow review. If the cash-flow assumptions are weak, the precise percentage is not reliable.

For irregular dates, XIRR or date-based modeling may be more accurate than forcing every cash flow into year-end periods.

<a id="related"></a>

## Related topics

- [Discounted Cash Flow](/stocks/discounted-cash-flow/)
- [Discount Rate](/stocks/discount-rate/)
- [Financial Leverage](/stocks/financial-leverage/)

<a id="sources"></a>

## Sources

- SEC: financial statement and 10-K cash-flow context.
- Corporate finance and valuation references: NPV, IRR, hurdle rates, and discounted cash-flow analysis.