Skip to main content

Project IRR Calculator — Capital Budgeting

Evaluate a capital project by computing IRR, NPV, payback period, and profitability index from projected cash flows.

Skip to calculator
Finance & Investing

Project IRR & Payback Period Calculator

Evaluate a capital project by computing IRR, NPV, payback period, and profitability index from projected cash flows. Designed for business capex and project-finance decisions.

Last updated: January 2026Reviewed by NovaCalculator Finance Editorial Team

Calculator

Adjust values & calculate
Year 1
Year 2
Year 3
Year 4
Year 5
Understand the Math

Formula

0 = Σ CFₜ / (1 + IRR)ᵗ for t = 0 to n

IRR is the discount rate that makes the Net Present Value of all project cash flows equal to zero. It is found iteratively using the Newton-Raphson method. A project is acceptable when IRR exceeds the required rate of return (cost of capital).

Last reviewed: January 2026

Worked Examples

Example 1: Software Development Project

Initial investment: $500,000. Expected annual cash flows: Year 1: $100,000, Year 2: $150,000, Year 3: $200,000, Year 4: $200,000, Year 5: $150,000. Cost of capital: 12%.
Solution:
NPV at 12% = -500,000 + 100,000/1.12 + 150,000/1.12² + 200,000/1.12³ + 200,000/1.12⁴ + 150,000/1.12⁵ NPV = $56,288 IRR (by iteration) ≈ 16.4% Since IRR (16.4%) > cost of capital (12%), accept the project
Result: IRR ≈ 16.4% | NPV = $56,288 | Payback ≈ 3.25 years | Accept

Example 2: Real Estate Investment

Purchase price: $1,000,000. Net rental income: $120,000/year for 5 years. Sale in Year 5 for $1,200,000 (total Year 5 cash flow: $1,320,000). Required return: 8%.
Solution:
Cash flows: -1,000,000; 120,000; 120,000; 120,000; 120,000; 1,320,000 NPV at 8% = $307,785 IRR ≈ 15.2% PI = (NPV + Investment) / Investment = 1.308 Payback ≈ 4.13 years
Result: IRR ≈ 15.2% | NPV = $307,785 | PI = 1.31 | Strong accept
Expert Insights

Background & Theory

The Project IRR & Payback Period Calculator applies the following established principles and formulas. Finance and investing rest on the foundational concept of the time value of money: a dollar received today is worth more than a dollar received in the future, because present funds can be deployed to earn a return. This principle underlies virtually every valuation technique in modern finance. The future value of a present sum P growing at rate r over n periods is expressed as FV = P(1 + r)^n, while the present value of a future cash flow FV is PV = FV / (1 + r)^n. Compound growth amplifies returns significantly over long horizons, a dynamic often described as the eighth wonder of the world. Net Present Value (NPV) extends these mechanics to evaluate investment projects by summing the present values of all expected cash flows minus the initial outlay: NPV = sum[CF_t / (1 + r)^t] - C_0. A positive NPV indicates the project creates value above the required return. The Internal Rate of Return (IRR) is the discount rate that sets NPV to zero, providing a single percentage benchmark for project comparison. The risk-return tradeoff is the central tension of investment theory. Higher expected returns generally require accepting greater uncertainty. Harry Markowitz formalized this in Modern Portfolio Theory by demonstrating that portfolio variance can be reduced through diversification when assets are imperfectly correlated. The efficient frontier represents the set of portfolios offering the maximum return for a given level of risk. The Capital Asset Pricing Model (CAPM) extends this by introducing the market portfolio as a reference, defining expected return as E(r) = r_f + beta * (E(r_m) - r_f), where beta measures an asset's sensitivity to systematic market risk. Asset classes — equities, fixed income, real assets, and alternatives — differ in their return profiles, liquidity, and correlations. Strategic asset allocation determines long-run target weights based on investor objectives and risk tolerance, while tactical allocation permits short-run deviations to exploit perceived mispricings. Discount rates used in valuation models must reflect the cost of capital appropriate to the risk of the cash flows being discounted, a point stressed in corporate finance texts from Brealey, Myers, and Allen through to Damodaran.

History

The history behind the Project IRR & Payback Period Calculator traces back through the following developments. The formal practice of lending at interest dates to ancient Mesopotamia, where the Code of Hammurabi around 1750 BCE regulated interest rates on grain and silver loans. Banking as an institutional activity took root in medieval Italy, with merchant bankers in Florence and Venice financing trade across Europe through instruments such as bills of exchange. The Medici family operated one of the most sophisticated banking networks of the fifteenth century, pioneering double-entry bookkeeping and correspondent banking relationships. Organized equity markets emerged in the early seventeenth century. The Dutch East India Company (VOC), chartered in 1602, issued shares to the public and created the Amsterdam Stock Exchange — widely regarded as the world's first formal stock exchange. The VOC allowed investors to buy and sell shares freely, establishing the template for the joint-stock company. The period also produced the Dutch tulip mania of 1636 to 1637, one of history's first recorded speculative bubbles, in which tulip bulb futures contracts reached extraordinary prices before collapsing. England's financial revolution followed in the late seventeenth century with the founding of the Bank of England in 1694 and the development of government bond markets. The South Sea Bubble of 1720 illustrated the dangers of speculative excess and contributed to early securities regulation. Throughout the eighteenth and nineteenth centuries, industrialization created enormous demand for capital, fueling the expansion of stock exchanges in London, Paris, New York, and beyond. The New York Stock Exchange, formalized in 1817, became the world's dominant equities market by the twentieth century. The Great Crash of 1929 and subsequent Great Depression prompted the US Securities Act of 1933 and Securities Exchange Act of 1934, establishing the SEC and mandatory disclosure requirements. Harry Markowitz published his landmark portfolio selection paper in 1952, launching quantitative finance. The CAPM emerged in the 1960s through work by Sharpe, Lintner, and Mossin. John Bogle launched the first retail index fund in 1976, democratizing diversified investing and challenging active management orthodoxy.

Share this calculator

Explore More

Frequently Asked Questions

The Internal Rate of Return (IRR) is the discount rate that makes the Net Present Value (NPV) of all cash flows from a project equal to zero. In other words, it is the rate of return at which the present value of future cash inflows exactly equals the initial investment. IRR is expressed as a percentage and represents the annualized effective compounded return rate. It is one of the most widely used metrics in capital budgeting and investment analysis. A project is generally considered acceptable if its IRR exceeds the required rate of return (hurdle rate or cost of capital). The higher the IRR, the more desirable the investment. IRR allows comparison between projects of different sizes and durations on a common basis.
IRR is calculated by finding the discount rate (r) that satisfies the equation: NPV = 0 = CF₀ + CF₁/(1+r) + CF₂/(1+r)² + ... + CFₙ/(1+r)ⁿ, where CF₀ is typically the negative initial investment and CF₁ through CFₙ are the periodic cash flows. Since this is a polynomial equation, there is no closed-form algebraic solution for most cases. Instead, iterative numerical methods are used, most commonly the Newton-Raphson method. This approach starts with an initial guess and iteratively refines it using the derivative of the NPV function until convergence is achieved. Spreadsheet software and financial calculators automate this process. For simple cases with uniform cash flows, the IRR can be approximated using annuity tables.
IRR and NPV are complementary project evaluation metrics with important differences. NPV calculates the absolute dollar value added by a project at a specific discount rate — it tells you how much wealth the project creates. IRR calculates the break-even discount rate — the return rate at which NPV equals zero. NPV is generally considered theoretically superior because it assumes reinvestment at the discount rate (more realistic) while IRR assumes reinvestment at the IRR itself (often optimistic). NPV can handle changing discount rates and always gives a unique answer, while IRR may produce multiple solutions for non-conventional cash flows. However, IRR is intuitive and easy to communicate as a percentage return, making it popular among practitioners despite its limitations.
Use IRR when comparing projects of different sizes, as the percentage return normalizes for investment scale. It works best for conventional cash flows (one initial outflow followed by inflows) and when a clear hurdle rate exists. However, rely on NPV for mutually exclusive projects of different sizes, as a smaller project with higher IRR may create less value than a larger project with lower IRR but higher NPV. Use Modified IRR (MIRR) when cash flows are non-conventional to avoid multiple IRR problems. Use Payback Period for quick liquidity assessment. The Profitability Index is useful for capital rationing situations. Best practice uses multiple metrics together: IRR for return adequacy, NPV for value creation, payback for liquidity risk, and PI for capital efficiency.
IRR has several important limitations that analysts should understand. First, non-conventional cash flows (alternating positive and negative) can produce multiple IRRs, making interpretation ambiguous. Second, the reinvestment rate assumption (that interim cash flows are reinvested at the IRR) is often unrealistic for high-IRR projects. Third, IRR cannot distinguish between lending and borrowing type projects. Fourth, mutually exclusive project comparison using IRR alone can lead to incorrect decisions — a smaller project with higher IRR may create less value than a larger project with lower IRR. Fifth, IRR ignores the scale of investment and the absolute dollar amount of returns. Sixth, projects with very different durations are difficult to compare fairly using IRR without additional adjustments such as equivalent annual annuity analysis.
You may use the results for reference and educational purposes. For professional reports, academic papers, or critical decisions, we recommend verifying outputs against peer-reviewed sources or consulting a qualified expert in the relevant field.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings.Reviewed by: NovaCalculator Finance Editorial TeamReviewed against CFPB, IRS, and Federal Reserve guidance. Last reviewed: January 2026. © 2024–2026 NovaCalculator.

Share this calculator

Formula

0 = Σ CFₜ / (1 + IRR)ᵗ for t = 0 to n

IRR is the discount rate that makes the Net Present Value of all project cash flows equal to zero. It is found iteratively using the Newton-Raphson method. A project is acceptable when IRR exceeds the required rate of return (cost of capital).

Worked Examples

Example 1: Software Development Project

Problem: Initial investment: $500,000. Expected annual cash flows: Year 1: $100,000, Year 2: $150,000, Year 3: $200,000, Year 4: $200,000, Year 5: $150,000. Cost of capital: 12%.

Solution: NPV at 12% = -500,000 + 100,000/1.12 + 150,000/1.12² + 200,000/1.12³ + 200,000/1.12⁴ + 150,000/1.12⁵\nNPV = $56,288\nIRR (by iteration) ≈ 16.4%\nSince IRR (16.4%) > cost of capital (12%), accept the project

Result: IRR ≈ 16.4% | NPV = $56,288 | Payback ≈ 3.25 years | Accept

Example 2: Real Estate Investment

Problem: Purchase price: $1,000,000. Net rental income: $120,000/year for 5 years. Sale in Year 5 for $1,200,000 (total Year 5 cash flow: $1,320,000). Required return: 8%.

Solution: Cash flows: -1,000,000; 120,000; 120,000; 120,000; 120,000; 1,320,000\nNPV at 8% = $307,785\nIRR ≈ 15.2%\nPI = (NPV + Investment) / Investment = 1.308\nPayback ≈ 4.13 years

Result: IRR ≈ 15.2% | NPV = $307,785 | PI = 1.31 | Strong accept

Frequently Asked Questions

What is Internal Rate of Return (IRR)?

The Internal Rate of Return (IRR) is the discount rate that makes the Net Present Value (NPV) of all cash flows from a project equal to zero. In other words, it is the rate of return at which the present value of future cash inflows exactly equals the initial investment. IRR is expressed as a percentage and represents the annualized effective compounded return rate. It is one of the most widely used metrics in capital budgeting and investment analysis. A project is generally considered acceptable if its IRR exceeds the required rate of return (hurdle rate or cost of capital). The higher the IRR, the more desirable the investment. IRR allows comparison between projects of different sizes and durations on a common basis.

How is IRR calculated?

IRR is calculated by finding the discount rate (r) that satisfies the equation: NPV = 0 = CF₀ + CF₁/(1+r) + CF₂/(1+r)² + ... + CFₙ/(1+r)ⁿ, where CF₀ is typically the negative initial investment and CF₁ through CFₙ are the periodic cash flows. Since this is a polynomial equation, there is no closed-form algebraic solution for most cases. Instead, iterative numerical methods are used, most commonly the Newton-Raphson method. This approach starts with an initial guess and iteratively refines it using the derivative of the NPV function until convergence is achieved. Spreadsheet software and financial calculators automate this process. For simple cases with uniform cash flows, the IRR can be approximated using annuity tables.

What is the difference between IRR and NPV?

IRR and NPV are complementary project evaluation metrics with important differences. NPV calculates the absolute dollar value added by a project at a specific discount rate — it tells you how much wealth the project creates. IRR calculates the break-even discount rate — the return rate at which NPV equals zero. NPV is generally considered theoretically superior because it assumes reinvestment at the discount rate (more realistic) while IRR assumes reinvestment at the IRR itself (often optimistic). NPV can handle changing discount rates and always gives a unique answer, while IRR may produce multiple solutions for non-conventional cash flows. However, IRR is intuitive and easy to communicate as a percentage return, making it popular among practitioners despite its limitations.

When should I use IRR vs other metrics?

Use IRR when comparing projects of different sizes, as the percentage return normalizes for investment scale. It works best for conventional cash flows (one initial outflow followed by inflows) and when a clear hurdle rate exists. However, rely on NPV for mutually exclusive projects of different sizes, as a smaller project with higher IRR may create less value than a larger project with lower IRR but higher NPV. Use Modified IRR (MIRR) when cash flows are non-conventional to avoid multiple IRR problems. Use Payback Period for quick liquidity assessment. The Profitability Index is useful for capital rationing situations. Best practice uses multiple metrics together: IRR for return adequacy, NPV for value creation, payback for liquidity risk, and PI for capital efficiency.

What are the limitations of IRR?

IRR has several important limitations that analysts should understand. First, non-conventional cash flows (alternating positive and negative) can produce multiple IRRs, making interpretation ambiguous. Second, the reinvestment rate assumption (that interim cash flows are reinvested at the IRR) is often unrealistic for high-IRR projects. Third, IRR cannot distinguish between lending and borrowing type projects. Fourth, mutually exclusive project comparison using IRR alone can lead to incorrect decisions — a smaller project with higher IRR may create less value than a larger project with lower IRR. Fifth, IRR ignores the scale of investment and the absolute dollar amount of returns. Sixth, projects with very different durations are difficult to compare fairly using IRR without additional adjustments such as equivalent annual annuity analysis.

How accurate are the results from Project IRR Calculator — Capital Budgeting?

All calculations use established mathematical formulas and are performed with high-precision arithmetic. Results are accurate to the precision shown. For critical decisions in finance, medicine, or engineering, always verify results with a qualified professional.

References

Reviewed by Sahil, Senior Finance & Tax Editor · Editorial policy