What Is Maximum Drawdown?

In quantitative finance, maximum drawdown (MDD) refers to the maximum loss from a peak to a trough of a portfolio, before a new peak is attained. It is a measure of the largest loss that an investment portfolio has experienced over a specified time period. Unlike volatility, which treats upside and downside moves symmetrically, maximum drawdown captures the actual worst-case loss an investor would have experienced — the pain of watching capital evaporate from its highest point.

Maximum drawdown is one of the most widely used risk metrics in strategy evaluation and fund due diligence because it directly answers the question: “How much money could I have lost?” It is a concrete, intuitive number that does not require statistical assumptions about return distributions.

Maximum drawdown is typically expressed as a percentage of the portfolio’s value. It can be calculated using the following formula:

\[MDD = \frac{P - T}{P}\]

where P is the peak value of the portfolio and T is the trough value. The drawdown at any point in time is the decline from the running maximum (high-water mark) to the current value. The maximum drawdown is the largest such decline observed over the entire period.

For example, suppose an investment portfolio grows from $100 to $150, then falls to $120, recovers to $160, then drops to $110 before eventually reaching $170. The drawdowns are: $150 → $120 (20%), and $160 → $110 (31.25%). The maximum drawdown is 31.25%.

As a rule of thumb, the maximum drawdown should not be more than 1/3 of the strategy annual returns. For example, if a strategy has an annual return of 30%, the maximum drawdown should not exceed 10%. This heuristic is closely related to the Calmar ratio — a ratio above 3.0 is considered excellent.

Advantages of maximum drawdown

  • Intuitive and easy to explain: it represents the worst peak-to-trough loss, which is immediately meaningful to any investor regardless of statistical background

  • Distribution-free: unlike volatility or Value at Risk, it makes no assumptions about return distributions (normality, stationarity, etc.) and works equally well for fat-tailed or skewed return streams

  • Captures compounding losses: because it measures cumulative peak-to-trough decline rather than single-period returns, it reflects the real damage of consecutive losing periods, which standard deviation misses

  • Directly tied to investor psychology: maximum drawdown maps closely to the emotional experience of loss. An investor who sees a 40% decline on their statement feels the drawdown, not the standard deviation

  • Useful for position sizing and leverage decisions: knowing the historical worst-case loss helps calibrate how much leverage or capital to allocate to a strategy

  • Foundation for key ratios: maximum drawdown is the denominator in the Calmar ratio and related measures, making it central to risk-adjusted return analysis

Limitations of maximum drawdown

  • Single-event dependency: MDD is determined by exactly one worst episode. A strategy that suffered a single large drawdown in an anomalous period will be permanently penalised, even if its behaviour was excellent otherwise. This makes MDD sample-dependent and sensitive to the specific time window chosen

  • No information about frequency: a strategy with one 30% drawdown and a strategy with ten 25% drawdowns have similar MDD values, but very different risk profiles. MDD says nothing about how often drawdowns occur

  • Ignores recovery time: a 20% drawdown recovered in 2 weeks is treated identically to a 20% drawdown that took 3 years to recover. Drawdown duration matters enormously to investors in practice

  • Path-dependent and non-stationary: MDD can only increase or stay the same as more data is observed — it never shrinks. This means longer track records will almost always show larger MDD, making cross-strategy comparisons unfair if track record lengths differ

  • Backward-looking: the maximum drawdown observed in a backtest or historical period may understate the true worst case. The next drawdown could always be larger, especially if the strategy has not been tested through a major crisis

  • Look-ahead bias in backtests: MDD in backtests may be artificially low if the backtest period does not include severe market stress events, or if the strategy was optimised (consciously or not) to avoid the specific drawdowns in the sample

  • Does not distinguish between drawdown causes: a drawdown from a market-wide crash and one from strategy-specific failure look the same in the metric, but have very different implications for future risk

Practical usage

Maximum drawdown is most valuable when combined with complementary metrics:

  • Pair MDD with the Calmar ratio to normalise drawdown against returns achieved

  • Use the Ulcer Index to capture the frequency and duration of all drawdown episodes, not just the worst one

  • Use the Martin ratio for a risk-adjusted measure that integrates all drawdown pain, making it less hostage to a single extreme event

  • Compare the Sharpe ratio (return per unit of total volatility) and Sortino ratio (return per unit of downside volatility) alongside MDD to get a complete picture of risk

  • Examine the equity curve visually to understand drawdown context — when drawdowns occurred, how long recovery took, and whether drawdown behaviour is improving or degrading over time

No single risk metric tells the full story. Maximum drawdown answers “what was the worst loss?” but not “how often do bad losses happen?” or “how long until recovery?”. A robust strategy evaluation uses MDD as one pillar alongside volatility-based and drawdown-duration-based measures.

See also