When measuring investment returns, the method you use can dramatically change the result — even for the same portfolio with the same ending balance. Time-Weighted Return (TWR) and Money-Weighted Return (MWR) answer fundamentally different questions: TWR measures how well the investments performed, while MWR measures how well you did as an investor, including your cash flow timing decisions. Understanding the difference is essential for portfolio evaluation, manager selection, and personal financial planning.

What is Time-Weighted Return?

Time-Weighted Return (TWR) is a method that measures investment performance by eliminating the impact of cash flows. It breaks the total holding period into sub-periods between each cash flow (deposit or withdrawal), calculates the return for each sub-period independently, then geometrically links those returns together.

Key Concept

TWR removes the timing and size of cash flows to isolate the investment manager’s skill. A fund manager with excellent stock picks gets the same TWR regardless of when clients deposit or withdraw money. This makes TWR the fair standard for evaluating and comparing manager performance.

TWR is the industry standard for mutual funds, pension funds, and institutional investors. It’s used by performance measurement systems worldwide and is typically required by the Global Investment Performance Standards (GIPS) for most public-market composites. When combined with risk metrics like the Sharpe ratio and Jensen’s alpha, TWR provides a complete picture of risk-adjusted manager skill.

What is Money-Weighted Return (IRR)?

Money-Weighted Return (MWR), also called Internal Rate of Return (IRR), measures the actual return experienced by the investor, fully accounting for the timing and size of cash flows. MWR solves for the discount rate that makes the present value of all cash flows (deposits and withdrawals) equal to the ending portfolio value.

Key Concept

MWR captures your actual investor experience. If you invested a large sum right before a market crash, your MWR will be lower than TWR even though the portfolio’s investment performance didn’t change. Conversely, if you withdrew funds before a downturn, your MWR will be higher than TWR.

MWR is widely used in private equity, real estate investing, personal financial planning, and capital budgeting. It tells you whether your cash flow timing decisions helped or hurt your overall returns. Since MWR is an annualized return metric, it’s directly comparable to other investment opportunities when evaluating personal portfolio outcomes.

Time-Weighted Return vs Money-Weighted Return: Key Differences

TWR and MWR are not “better” or “worse” — they answer different questions. TWR asks: “How well did the investments perform?” MWR asks: “How well did I do as an investor, including my cash flow timing decisions?” The same portfolio can produce dramatically different results depending on which method you use.

Aspect Time-Weighted Return (TWR) Money-Weighted Return (MWR)
What it measures Investment performance only Investor experience with timing
Cash flow impact Removed (neutralized) Included (dollar-weighted)
Best for Evaluating fund managers Personal portfolio assessment
Industry use Mutual funds, GIPS composites Private equity, financial planning
Also known as Geometric return Internal Rate of Return (IRR)

The Time-Weighted Return Formula

TWR is calculated by geometrically linking the returns of each sub-period between cash flows. Here are the two key formulas:

Time-Weighted Return Formula
TWR = [(1 + R1) × (1 + R2) × … × (1 + Rn)] – 1
Geometric linking of sub-period returns between cash flows
Sub-Period Return Calculation
Rt = (EMVt – BMVt – CFt) / (BMVt + CFt)
For each sub-period between cash flows: Calculate the return adjusting for mid-period cash flows. EMV = ending market value, BMV = beginning market value, CF = cash flow. The formula adjusts the denominator to weight the cash flow impact.

The key insight is that TWR breaks the measurement period at each cash flow, creating clean sub-periods. Each sub-period’s return is calculated independently, then geometrically linked. This neutralizes the timing effect — whether a $10,000 deposit happened in Period 1 or Period 2 doesn’t affect the TWR, because each period is measured separately. By geometrically linking these sub-period returns, TWR isolates the portfolio’s actual investment performance from the investor’s deposit and withdrawal decisions.

Note on cash flow sign conventions: In TWR calculations, deposits are treated as positive (they increase portfolio value) and withdrawals as negative. This differs from IRR/MWR convention where deposits are negative (cash out of pocket) and withdrawals are positive (cash back to you). Both conventions are correct for their respective methods.

The Money-Weighted Return Formula

MWR is found by solving for the discount rate that makes the Net Present Value (NPV) of all cash flows equal to zero:

Money-Weighted Return (IRR) Formula
0 = CF0 + CF1/(1 + MWR) + CF2/(1 + MWR)2 + … + CFn/(1 + MWR)n
Solve for MWR where the present value of all cash flows equals zero

Sign convention: Initial investment and deposits are negative (cash outflows), while withdrawals and the ending value are positive (cash inflows). This equation has no algebraic solution and must be solved iteratively using trial and error, a financial calculator, or Excel.

Pro Tip

Excel’s XIRR() function calculates MWR automatically using actual transaction dates for precision. For this example: =XIRR({-100000, 60000, 35000}, {1/1/2023, 1/1/2024, 1/1/2025}) returns approximately -3.7% annualized. Use XIRR() instead of IRR() when you have actual dates.

Edge Case: Multiple or No Solution

In rare cases with non-conventional cash flow signs (e.g., alternating large deposits and withdrawals), the IRR equation may have multiple solutions or no real solution. Most typical investment scenarios (initial deposit + periodic contributions + final withdrawal) have a unique IRR. Always sanity-check IRR results against expected market returns.

In practice, portfolio accounting systems may use Modified Dietz approximations for faster daily return calculations, then reconcile to precise XIRR periodically. For most individual investors, Excel’s XIRR with actual transaction dates is the gold standard for calculating MWR.

TWR vs MWR: A Real Example

Let’s see how TWR and MWR diverge for the same portfolio with a single mid-period cash flow:

TWR vs MWR: Same Portfolio, Different Results

Timeline:

Start (t=0)          Year 1 End (t=1)         Year 2 End (t=2)
$100,000      →      $110,000                  $35,000
                     Withdraw $60,000 ←
    

Scenario:

  • Beginning Value: $100,000
  • Year 1: Market up 10% → Portfolio value = $110,000
  • Investor withdraws $60,000 at end of Year 1 (lucky timing — withdraws before crash)
  • Remaining balance: $50,000
  • Year 2: Market down 30% → Final value = $50,000 × 0.70 = $35,000

Time-Weighted Return Calculation

Year 1 return: R1 = ($110,000 – $100,000) / $100,000 = +10%

Year 2 return: R2 = ($35,000 – $50,000) / $50,000 = -30%

TWR = [(1 + 0.10) × (1 – 0.30)] – 1 = [1.10 × 0.70] – 1 = 0.77 – 1 = -23% total return

Annualized TWR = (0.77)1/2 – 1 = -12.2% per year

Money-Weighted Return Calculation

Cash flows (sign convention):

  • t=0: -$100,000 (initial investment, negative)
  • t=1: +$60,000 (withdrawal, positive)
  • t=2: +$35,000 (ending value, positive)

IRR equation: 0 = -100,000 + 60,000/(1+MWR) + 35,000/(1+MWR)2

Solving iteratively (or using Excel XIRR): MWR ≈ -3.7% per year

Key Insight

Same portfolio, same cash flows, but TWR = -12.2% vs MWR = -3.7%. Why? The investor got lucky by withdrawing $60,000 right before the market crashed 30%. MWR captures this fortunate timing decision, while TWR isolates the portfolio’s actual performance regardless of when money moved.

Metric Value What It Measures
TWR -12.2% annualized Portfolio performance (ignores withdrawal timing)
MWR -3.7% annualized Investor’s actual result (rewards withdrawing before crash)
Difference 8.5 percentage points Impact of cash flow timing on investor outcome

TWR vs MWR: When to Use Each

Choosing between TWR and MWR depends on what question you’re trying to answer. Here’s when to use each method:

Time-Weighted Return (TWR)

Decision Rules:

  • Use TWR when: Evaluating fund managers or investment advisors
  • Use TWR when: Comparing performance across different funds or strategies
  • Use TWR when: You need GIPS-compliant reporting (most public-market composites)

Why It Matters:

  • Removes impact of client deposits/withdrawals that managers don’t control
  • Fair comparison of manager skill across different funds
  • Industry standard for mutual funds, pension funds, institutional investors

Example Use Case: “Which fund manager picked better stocks over the past 5 years?”

Money-Weighted Return (MWR / IRR)

Decision Rules:

  • Use MWR when: Evaluating your personal investment experience
  • Use MWR when: Analyzing private equity or real estate investments
  • Use MWR when: The manager controls external cash flows (e.g., closed-end funds, certain private markets)

Why It Matters:

  • Captures the actual dollar-weighted return you experienced
  • Includes timing and size of all your deposits and withdrawals
  • Tells you if your market timing decisions helped or hurt

Example Use Case: “Did my 401(k) contributions over the past decade produce good returns given when I added money?”

TWR and MWR answer different questions, and neither is inherently “better.” The key decision: Are you evaluating someone else’s skill (use TWR) or your own results including timing decisions (use MWR)? Note that GIPS typically requires TWR for public-market manager composites, but allows MWR in specific cases where managers control external cash flows (e.g., certain private equity or closed-end structures).

How to Calculate TWR and MWR

Here are the practical steps for calculating each method:

Time-Weighted Return

  1. Identify all cash flow dates — Note every deposit and withdrawal with exact dates
  2. Split the period into sub-periods — Create a sub-period between each cash flow
  3. Calculate each sub-period return — Use: (Ending – Beginning – Cash Flow) / (Beginning + Cash Flow)
  4. Geometrically link the returns — Multiply: (1 + R1) × (1 + R2) × … – 1
  5. Annualize if needed — Use: [(1 + TWR)1/years] – 1

Money-Weighted Return

  1. List all cash flows with dates — Deposits are negative, withdrawals are positive
  2. Include beginning value — Add as negative cash flow at t=0
  3. Include ending value — Add as positive cash flow at final date
  4. Use Excel’s XIRR() function — Or use a financial calculator’s IRR function
  5. Result is annualized — No further annualization needed

Common Mistakes When Using TWR and MWR

Here are the most frequent errors investors and analysts make when calculating and interpreting these return metrics:

  1. Using MWR to evaluate fund managers: This penalizes or rewards managers for cash flows they don’t control. If clients deposit money before a crash, the manager looks bad even if they made excellent investment decisions. Always use TWR for comparing manager skill (this is why GIPS typically requires TWR for most public-market composites).
  2. Using TWR for personal performance: If you’re evaluating your own portfolio and you control when deposits happen, TWR won’t tell you how well you timed the market. MWR is more relevant for assessing your personal investment experience including your timing decisions.
  3. Ignoring the difference entirely: Many investors calculate simple return [(ending – beginning) / beginning] and don’t account for mid-period cash flows at all. This is neither TWR nor MWR and can be wildly misleading when you have large deposits or withdrawals during the period.
  4. Arithmetic averaging instead of geometric linking for TWR: TWR requires multiplying (1+R1)×(1+R2)×… and subtracting 1, not adding R1+R2+…/n. Arithmetic averaging overstates returns when volatility is high and produces mathematically incorrect results.
  5. Comparing TWR to MWR directly: They measure different things. TWR = -5% and MWR = +2% doesn’t mean one calculation is “wrong” — it means you withdrew money at a fortunate time. Never compare them as if one represents the “true” return.
  6. Using inconsistent dates or frequencies in MWR: XIRR requires actual transaction dates. Using approximate monthly intervals instead of precise dates can materially change the IRR result, especially for short holding periods or large cash flows.
  7. Ignoring possible multiple IRR solutions: With non-conventional cash flow patterns (alternating signs, multiple direction changes), there may be multiple IRR values or no real solution. Always sanity-check IRR results against expected market returns.
  8. Mixing net-of-fee and gross-of-fee returns: When comparing TWR vs MWR or across managers, ensure you’re using consistent fee treatment. Comparing gross TWR (before fees) to net MWR (after fees) is an apples-to-oranges comparison.
  9. Forgetting to annualize: TWR and MWR for multi-year periods should be expressed as annualized rates for comparability with other investments. A 20% total return over 5 years is only 3.7% annualized — a crucial distinction when evaluating performance.
Pro Tip

Most brokerage statements show simple dollar gains, not TWR or MWR. You need to calculate these manually using Excel (XIRR for MWR) or dedicated portfolio tracking software. Very few retail platforms auto-calculate true TWR, so don’t assume your statement shows the right metric.

Limitations of TWR and MWR

Important Limitation

Both TWR and MWR are backward-looking metrics. They tell you what happened in the past but don’t predict future returns. Historical TWR and MWR can both be misleading if market conditions, portfolio composition, or investment strategy changes going forward.

Time-Weighted Return Limitations

  • Ignores investment size: A fund with $1 billion gets the same TWR as one with $1 million, even though managing scale is significantly harder and may constrain available strategies.
  • Ignores cash flow impact: Large redemptions forcing liquidations at inopportune times aren’t reflected in TWR, even though they materially hurt remaining investors.
  • Computationally intensive: Requires portfolio valuation at every cash flow date, which is impractical for daily-traded accounts with frequent transactions.

Money-Weighted Return Limitations

  • Mixes skill and luck: Can’t separate manager investment skill from cash flow timing luck, making it impossible to isolate what’s repeatable.
  • Unfair for external managers: Penalizes managers for client behavior they don’t control (panic selling at bottoms, greed buying at tops).
  • Not comparable across portfolios: Two managers can have vastly different MWRs purely due to different client cash flow patterns, not investment skill.
  • Sensitive to timing: A single large cash flow at an unlucky time can dominate the entire return calculation and misrepresent the overall experience.

The limitation that matters most depends on your use case. For comparing fund managers, TWR’s complexity is worth it for fairness and comparability. For personal portfolios with infrequent cash flows, MWR’s simplicity and relevance to your actual experience make it the better choice. Regardless of which method you use, combining it with risk metrics like the Sharpe ratio, Treynor ratio, and standard deviation gives a more complete picture of risk-adjusted performance.

Frequently Asked Questions


Yes. If there are no deposits or withdrawals during the measurement period, TWR and MWR produce identical results. Both simplify to: (Ending Value / Beginning Value)1/years – 1. The difference only emerges when cash flows occur mid-period. This is why the distinction matters most for actively-managed accounts with frequent contributions or withdrawals, such as 401(k)s with regular payroll deductions or retiree accounts with systematic withdrawals.


Yes, they refer to the same concept — the discount rate that makes the Net Present Value (NPV) of all cash flows equal to zero. However, there’s an important distinction: IRR assumes equal time periods between cash flows, while XIRR uses actual dates for precision. For portfolio return calculations, always use XIRR when you have exact transaction dates, as it handles irregular timing correctly. The standard IRR function can introduce errors when cash flows are irregularly spaced throughout the year.


MWR > TWR means you got lucky with cash flow timing. You either added money right before the portfolio gained value, or withdrew money right before it lost value. MWR is also called “dollar-weighted return” because it weights each period by how much capital you had invested. More money invested during good periods = higher MWR. More money invested during bad periods = lower MWR. This doesn’t mean TWR is “wrong” — it measures the portfolio’s performance in isolation, while MWR measures your actual experience including timing. Both numbers are correct; they just answer different questions.


Most brokerage statements show simple gain/loss in dollars, which is neither TWR nor MWR. Some show percentage return calculated as (Ending – Beginning – Net Deposits) / Beginning, but this ignores the timing of deposits and can be misleading. Advanced platforms like Interactive Brokers or Personal Capital may calculate TWR automatically using daily valuations. For MWR, you’ll almost always need to export your transactions and use Excel’s XIRR function or dedicated portfolio tracking software. Always verify which method your platform uses — many retail brokers don’t disclose their calculation methodology, which can lead to confusion.


The Global Investment Performance Standards (GIPS) typically require TWR for public-market composites because it isolates the manager’s investment decisions from client cash flows. If a fund manager delivers 15% TWR but clients experienced 5% MWR because they invested at an unlucky time, that’s the clients’ timing decision, not the manager’s skill. GIPS ensures managers are judged fairly on performance they control, making comparisons across managers meaningful. However, GIPS does allow MWR in specific cases where the manager controls external cash flows (e.g., certain private equity or closed-end fund structures where the manager decides when to call capital and distribute proceeds). Learn more about performance measurement standards in our Portfolio Analytics & Risk Management course.

Disclaimer

This article is for educational and informational purposes only and does not constitute investment advice. TWR and MWR calculations are simplified examples and may differ from actual portfolio accounting methods used by financial institutions. The example scenarios are for illustrative purposes only and do not represent actual investment results. Always conduct your own research and consult a qualified financial advisor before making investment decisions.