XIRR Calculator India 2026

Calculate true annualized return with 4 modes โ€” True XIRR (add custom date + amount rows with Newton-Raphson solver), SIP XIRR Quick Mode (vs CAGR comparison), XIRR vs CAGR vs Absolute Return, and What-If Analyser (reverse-solve target XIRR). Covers the XIRR formula, Excel/Sheets guide, and negative XIRR meaning.

ByPRIYA SHARMAโ€ขUpdated April 4, 2026
|
Reviewed byARJUN MEHTA
|
Fact checked byNEHA KAPOOR

๐Ÿ“Š XIRR Calculator โ€” Extended Internal Rate of Return

True annualized return for SIP, irregular investments & portfolios โ€ข Newton-Raphson solver
Enter investments as negative (โˆ’) amounts and redemptions/current value as positive (+). The last row should be todayโ€™s date with your current portfolio value.
DateAmount (โ‚น)
Your XIRR (Annualized Return)
29.83%
Total Invested
โ‚น1.20 L
Current Value
โ‚น1.35 L
Gain
โ‚น15,000

What Is XIRR (Extended Internal Rate of Return)?

XIRR (Extended Internal Rate of Return) is the annualized rate of return that accounts for the exact timing and amount of every cash flow in your investment. It is the most accurate metric for measuring returns on SIPs, portfolios with multiple transactions, and any investment where money enters or exits at irregular intervals.

Unlike simple returns or CAGR (which assumes all money was invested at once), XIRR mathematically weights each cash flow by its actual holding period. This makes it the gold standard for Indian mutual fund investors who predominantly use SIPs.

Simple Analogy: Imagine 12 people join a bus at different bus stops. CAGR calculates the average journey distance as if all 12 boarded at Stop 1. XIRR correctly accounts for the fact that each person boarded at a different stop โ€” giving a more accurate “average distance traveled” for each passenger.

XIRR Formula & Newton-Raphson Method

XIRR finds the rate r that makes the Net Present Value (NPV) of all cash flows equal zero:

NPV = ∑ [Ci / (1 + r)(di − d0) / 365] = 0
Where: Ci = Cash flow amount (negative for investments, positive for redemptions), di = Date of cash flow, d0 = Date of first cash flow, r = XIRR

This equation cannot be solved algebraically because r appears as an exponent for multiple terms. The Newton-Raphson iterative method is used:

  1. Start with an initial guess (typically 10%)
  2. Calculate NPV at this rate
  3. Calculate the derivative (slope) of NPV with respect to rate
  4. Adjust: rnew = rold − NPV / NPV′
  5. Repeat until NPV ≈ 0 (within 0.000001 tolerance)

This typically converges in 10–20 iterations. Excel, Google Sheets, and our calculator all use this method internally.

XIRR vs CAGR vs IRR โ€” Complete Comparison

FactorXIRRCAGRIRR
Full NameExtended Internal Rate of ReturnCompound Annual Growth RateInternal Rate of Return
Cash FlowsMultiple, irregular datesSingle invest + single final valueMultiple, regular intervals
Date HandlingExact dates (day-level)Only start & end datesEqual-period intervals
FormulaNPV = 0 (Newton-Raphson)(FV/PV)1/n − 1NPV = 0 (periodic)
Best ForSIPs, portfolios, SWPsLump sum, FD, PPFEMIs, annuities
ResultAnnualized %Annualized %Per-period %
Accuracy for SIPMost accurateMisleading (understates)Only if equal intervals

How to Calculate XIRR for SIP โ€” Worked Example

12-Month SIP of โ‚น10,000/month โ†’ Current Value โ‚น1,35,000

DateCash FlowType
10-Apr-2025−โ‚น10,000SIP Installment 1
10-May-2025−โ‚น10,000SIP Installment 2
10-Jun-2025−โ‚น10,000SIP Installment 3
... (9 more monthly installments) ...
10-Mar-2026−โ‚น10,000SIP Installment 12
30-Mar-2026+โ‚น1,35,000Current Portfolio Value
Results: Total invested = โ‚น1,20,000 | Current value = โ‚น1,35,000 | Absolute gain = โ‚น15,000 (12.5%)
CAGR = (1,35,000/1,20,000)1/1 − 1 = 12.5% (treats all โ‚น1.2L as invested on day 1)
XIRR = ~25.1% (correctly weights each installment’s holding period)

How to Use XIRR in Excel & Google Sheets

Step-by-Step

  1. Column A: Enter dates of all investments (SIP dates) in DD/MM/YYYY format
  2. Column B: Enter amounts — negative (−) for investments, positive (+) for redemptions/current value
  3. In the last row: Enter today’s date + current portfolio value as positive
  4. In any empty cell: =XIRR(B2:B13, A2:A13)
  5. Format the cell as Percentage
Common Errors: #NUM! error? (1) Ensure at least one negative and one positive value, (2) Check dates are valid (not text), (3) Try adding a guess: =XIRR(B2:B13, A2:A13, 0.1), (4) Use DATE(year,month,day) function for dates.

When to Use XIRR vs CAGR โ€” Decision Guide

ScenarioUse ThisWhy
Monthly SIP in mutual fundXIRRMultiple cash flows at different dates
One-time lump sum investmentCAGRSingle investment, single value
SIP + additional lump sumsXIRRIrregular amounts and dates
FD maturity calculationCAGRKnown start amount and maturity
SWP with withdrawalsXIRRMultiple outflows at different dates
Comparing fund managersXIRRTime-weighted gives true performance
Entire portfolio trackingXIRRCombines all assets, all transactions

Negative XIRR โ€” What It Means & When to Worry

A negative XIRR simply means your current portfolio value is less than what you invested. Common scenarios:

ScenarioTypical XIRRAction
New SIP (1–6 months) in falling market−10% to −30%Normal; continue SIP (rupee cost averaging)
SIP 1–2 years during bear market−5% to −15%Normal; historical data shows recovery in 3–5 years
SIP 3+ years still negative−5% to −10%Review fund selection; consider switching to index fund
Individual stock crashed−30% to −80%Evaluate fundamentals; consider booking loss for tax harvesting

What Is a Good XIRR for Indian Mutual Funds?

Fund Category5-Year XIRR (Typical)10-Year XIRR (Typical)
Large Cap / Index (Nifty 50)10–14%11–13%
Mid Cap14–20%13–17%
Small Cap15–25%14–18%
Flexi Cap12–18%12–15%
Balanced Advantage8–12%9–11%
Debt / Liquid5–7%6–8%
ELSS (Tax Saver)12–18%12–15%

Common XIRR Mistakes

  1. Wrong sign convention — Investments MUST be negative, current value MUST be positive. Swapping signs gives wrong results or #NUM! error.
  2. Missing the final value row — The last row must be today’s date + current portfolio value. Without it, XIRR cannot converge.
  3. Using CAGR for SIPs — CAGR treats all your SIP money as invested on day 1, massively understating actual performance. Always use XIRR for SIPs.
  4. Over-interpreting short-period XIRR — XIRR of 50% over 2 months doesn’t mean 50% annual return. It’s an annualized projection that may not sustain.
  5. Ignoring dates — XIRR is date-sensitive. A 1-day error in recording can change results, especially for short holding periods.
  6. Not including dividends/bonuses — If your fund pays dividends or you received bonuses, include them as positive cash flows on their payment dates for accurate XIRR.

XIRR Calculator FAQ โ€” India 2026