Maximum drawdown in mutual funds
Maximum drawdown (MDD) is the maximum observed loss from a peak NAV to a subsequent trough NAV, before a new peak is achieved, over a specified period. It represents the worst-case scenario for an investor who happened to invest at the highest point and exited at the lowest point in the measurement window. Maximum drawdown is expressed as a negative percentage and is one of the most intuitive and investor-relevant risk metrics, unlike standard deviation, it directly answers the question: “What is the worst I could have lost?”
Formula
\[ \text{MDD} = \frac{\text{Trough NAV} - \text{Peak NAV}}{\text{Peak NAV}} \times 100 \]
More precisely, the maximum drawdown over a period \([0, T]\) is:
\[ \text{MDD} = \min_{0 \leq t \leq T} \left[\frac{\text{NAV}t}{\max{0 \leq s \leq t} \text{NAV}_s} - 1\right] \times 100 \]
This searches for the point \(t\) in the period where the ratio of the current NAV to the prior peak NAV is at its minimum, i.e., where the drawdown is deepest.
Key drawdown metrics
Three related concepts are commonly reported alongside maximum drawdown:
| Metric | Definition |
|---|---|
| Maximum drawdown (MDD) | Deepest peak-to-trough decline in the period |
| Drawdown duration | Time from peak to trough (how long the decline lasted) |
| Recovery time | Time from trough back to the prior peak (how long to recover) |
| Calmar ratio | Annualised return divided by absolute MDD (risk-adjusted return using MDD as risk) |
Worked example
Monthly NAV of a mid-cap equity fund:
| Month | NAV (₹) | Drawdown from peak |
|---|---|---|
| Jan | 50.00 | , |
| Feb | 54.00 | , |
| Mar | 58.00 | Peak 1 |
| Apr | 52.00 | −10.3% |
| May | 46.00 | −20.7% |
| Jun | 44.00 | −24.1% (new trough) |
| Jul | 48.00 | Recovering |
| Aug | 55.00 | , |
| Sep | 62.00 | New peak, drawdown recovered |
| Oct | 70.00 | Peak 2 |
| Nov | 65.00 | −7.1% |
Maximum drawdown = −24.1% (₹58 peak to ₹44 trough). Drawdown duration: March to June = 3 months. Recovery time: June to September = 3 months.
Historical maximum drawdowns in Indian equity fund categories
Major market drawdown events in India:
| Event | Period | Nifty 50 TRI MDD | Typical large-cap fund MDD | Typical small-cap fund MDD |
|---|---|---|---|---|
| Global financial crisis | Jan 2008 – Mar 2009 | −59% | −55% to −65% | −70% to −80% |
| Eurozone crisis / India taper | Jan 2011 – Dec 2011 | −27% | −22% to −28% | −35% to −45% |
| COVID-19 crash | Jan 2020 – Mar 2020 | −38% | −35% to −42% | −45% to −60% |
| SEBI margin restrictions/geopolitical | Oct 2021 – Jun 2022 | −17% | −15% to −20% | −28% to −38% |
Small-cap funds consistently show larger drawdowns than large-cap funds because:
- Higher beta (amplified market moves)
- Lower liquidity (larger bid-ask spreads in a panic)
- More operating leverage (smaller companies are more vulnerable to economic shocks)
Maximum drawdown vs standard deviation
| Dimension | Maximum drawdown | Standard deviation |
|---|---|---|
| Measures | Actual worst-case loss | Average dispersion |
| Distribution assumption | None | Assumes normal distribution |
| Downside focus | Fully downside-focused | Symmetric (up and down) |
| Investor intuition | “What was the worst I could have lost?” | “How much did returns vary?” |
| Period sensitivity | Single worst event | Average across all periods |
Standard deviation can be identical for two funds with very different maximum drawdowns, if one fund’s losses are concentrated in a single crash while the other’s volatility is more evenly distributed. MDD captures the concentrated crash risk that standard deviation smooths out.
Maximum drawdown and the Sortino ratio
The Sortino ratio captures average downside volatility; maximum drawdown captures the single worst realised loss. They are complementary:
- High Sortino + low MDD: Consistently delivers returns without severe drawdowns (ideal).
- High Sortino + high MDD: Has isolated extreme crashes even though typical downside is manageable.
- Low Sortino + high MDD: Consistently volatile downside with severe crash risk.
Calmar ratio: return per unit of drawdown risk
\[ \text{Calmar ratio} = \frac{\text{Annualised return}}{\left|\text{MDD}\right|} \]
A fund with 15 per cent annualised return and 30 per cent MDD has a Calmar ratio of 0.50. Higher Calmar ratios indicate better risk-adjusted performance using drawdown as the risk measure. The Calmar ratio is used by hedge funds and alternative investment managers but is less common in Indian mutual fund retail contexts.
Maximum drawdown for different investor types
- Equity investors with long time horizons (20+ years): Maximum drawdown is less critical, temporary declines are expected and have historically recovered. Focus more on long-term CAGR and alpha.
- Near-retirement investors (5-year horizon): Maximum drawdown is critical, a large drawdown just before retirement permanently impairs the corpus. These investors should prefer funds with demonstrated lower MDD (balanced advantage, hybrid funds).
- Goal-based investors (5–10 year horizon for education/home): Need to avoid a large drawdown in the final 1–2 years of the goal window. Systematic transfer plans (STP) from equity to debt as the goal approaches reduce this timing risk.
Drawdown recovery and compounding
Recovery from a drawdown requires a disproportionately larger return than the drawdown itself, because of the mathematics of percentage returns:
| Drawdown | Return required to recover |
|---|---|
| −10% | +11.1% |
| −20% | +25.0% |
| −30% | +42.9% |
| −40% | +66.7% |
| −50% | +100.0% |
| −60% | +150.0% |
This asymmetry means that limiting drawdowns is disproportionately valuable. A fund that avoids a −40% drawdown (requiring +66.7% to recover) compounds much more favourably than one that needs to recover from such a decline, even if both eventually post the same cumulative return.
See also
- Standard deviation as a mutual fund risk metric
- Sortino ratio in mutual funds
- Downside capture ratio
- Sharpe ratio in mutual funds
- Rolling vs trailing returns
- Mutual fund
References
- Magdon-Ismail, M. and Atiya, A. (2004). “Maximum Drawdown.” Risk Magazine, 17(10), 99–102.
- Value Research, Drawdown data for Indian mutual funds, valueresearchonline.com.
- Morningstar India, Fund risk analytics, morningstar.in.
- AMFI, Historical NAV data, amfiindia.com.
- NSE Indices, Nifty 50 TRI historical data for drawdown analysis, niftyindices.com.