Glossary
Risk & PortfolioBeginner6 min read

Maximum Drawdown

Maximum drawdown (MDD) is the largest observed loss from a peak to a subsequent trough of a portfolio or trading strategy, before a new peak is attained. It is expressed as a percentage and represents the worst historical decline an investor would have experienced. Maximum drawdown is a critical risk metric because, unlike standard deviation, it captures the magnitude of actual losses.

Prerequisites:Sharpe Ratio

What Is Maximum Drawdown?

Maximum drawdown (MDD) measures the largest peak-to-trough decline in the value of a portfolio or trading strategy. It answers a simple but critical question: what is the worst loss an investor would have experienced if they entered the strategy at the worst possible time?

Unlike standard deviation (which treats upside and downside volatility equally), maximum drawdown focuses exclusively on losses β€” making it a more intuitive and practically relevant risk metric for most investors and traders.

Maximum drawdown is expressed as a percentage. A strategy with a max drawdown of -30% means that at some point, the portfolio declined 30% from its previous peak before eventually recovering (if it did recover). The deeper the drawdown, the harder it is to recover: a -50% drawdown requires a +100% gain to get back to the peak.

At quant firms, maximum drawdown is one of the first risk metrics evaluated alongside the Sharpe ratio. A strategy with a high Sharpe but a massive max drawdown may not be deployable because the drawdown could exceed firm or investor risk tolerance.

How to Calculate Maximum Drawdown

Maximum drawdown is computed from the portfolio's equity curve (the time series of portfolio values):

  1. At each point in time t, calculate the running maximum (the highest portfolio value seen so far): Peakt = max(V0, V1, ..., Vt).
  2. Calculate the drawdown at time t: DDt = (Vt - Peakt) / Peakt. This is always ≤ 0.
  3. Maximum drawdown is the minimum (most negative) value of DD: MDD = min(DDt) over all t.

Example: A portfolio starts at $1,000,000 and evolves as follows:

  • Month 1: $1,100,000 (new peak)
  • Month 2: $950,000 (drawdown = -13.6% from peak of $1.1M)
  • Month 3: $850,000 (drawdown = -22.7% from peak of $1.1M)
  • Month 4: $1,050,000 (drawdown = -4.5% from peak of $1.1M)
  • Month 5: $1,200,000 (new peak)
  • Month 6: $1,080,000 (drawdown = -10.0% from peak of $1.2M)

The maximum drawdown is -22.7%, occurring in month 3 (from the $1.1M peak to the $850K trough).

Get free quant interview prep resources

Mock interviews, resume guides, and 500+ practice questions β€” straight to your inbox.

Drawdown-Based Risk Metrics

Several risk metrics are built on the drawdown concept:

  • Calmar ratio: Annualized return / |Max drawdown|. A Calmar ratio > 1 means the annual return exceeds the worst drawdown. For example, a strategy with 15% annualized return and 10% max drawdown has a Calmar ratio of 1.5.
  • Sterling ratio: Similar to Calmar but uses average annual maximum drawdown instead of the single worst drawdown.
  • Recovery time: How long it takes for the portfolio to recover from a drawdown and reach a new peak. A 30% drawdown that recovers in 2 months is very different from one that takes 2 years.
  • Drawdown duration: The total time spent in a drawdown (from peak to recovery). Strategies that spend most of their time in drawdown are psychologically difficult to hold.
  • Conditional drawdown: The average of the worst x% of drawdowns β€” analogous to Expected Shortfall but for drawdowns.

The asymmetry of drawdowns is critical to understand: a -20% drawdown requires a +25% gain to recover. A -50% drawdown requires +100%. A -75% drawdown requires +300%. This asymmetry is why the Kelly criterion β€” which maximizes growth rate β€” is often used at a fraction (half or quarter Kelly) to keep drawdowns manageable.

Want personalized guidance from a quant?

Speak with a quant trader or researcher who’s worked at a top firm.

Book a Free Consult

Maximum Drawdown in Quant Trading

Maximum drawdown plays several roles at quant trading firms:

  • Strategy evaluation: Alongside the Sharpe ratio, max drawdown is reported for every backtested strategy. A strategy with a 3.0 Sharpe ratio but a -60% max drawdown is often rejected because the drawdown exceeds investor or firm tolerance.
  • Risk limits: Many firms set maximum drawdown limits for live strategies. If a strategy's drawdown reaches a predetermined threshold (e.g., -15%), the strategy is automatically scaled down or shut off.
  • Position sizing: Maximum drawdown expectations inform position sizing. If the worst historical drawdown was -20% and you want to limit drawdowns to -10%, you'd use approximately half the historical position size.
  • Investor communication: Hedge fund investors care deeply about drawdowns. A fund that returned 20% annually but had a -40% drawdown is a harder sell than a fund that returned 12% with a -10% max drawdown. Many allocators have hard limits (e.g., "we redeem after a -20% drawdown").

A useful rule of thumb: for a strategy with Sharpe ratio S, the expected maximum drawdown over T years is approximately σ × √(2 × ln(T × 252)) / S, where σ is annualized volatility. Higher Sharpe ratios lead to smaller drawdowns β€” another reason Sharpe is the primary metric.

Key Formulas

Maximum drawdown: the largest peak-to-trough percentage decline in portfolio value over the measurement period.

Calmar ratio: annualized return divided by the absolute maximum drawdown. A Calmar above 1 indicates the annual return exceeds the worst historical drawdown.

Key Takeaways

  • Maximum drawdown is the largest peak-to-trough percentage decline in portfolio value β€” it represents the worst loss an investor would have experienced.
  • Unlike standard deviation, drawdown captures the actual magnitude of losses in a path-dependent way that investors intuitively understand.
  • The Calmar ratio (annualized return / max drawdown) is a popular risk-adjusted metric that complements the Sharpe ratio.
  • Drawdown risk is often more relevant than volatility for evaluating trading strategies β€” a 50% drawdown requires a 100% gain to recover.
  • The Kelly criterion produces the highest growth rate but also large drawdowns β€” most practitioners use fractional Kelly to limit drawdowns.

Why This Matters for Quant Careers

Understanding drawdowns is important for any trading or portfolio management role. Interview questions at Citadel, Two Sigma, and other firms may include: "What is the relationship between Sharpe ratio and expected max drawdown?", "How would you set risk limits based on drawdowns?", or "Why do practitioners use fractional Kelly?" Demonstrating an understanding of drawdown risk shows practical risk management awareness.

Book a free consultation to discuss risk management in quant careers.

Frequently Asked Questions

What is a good maximum drawdown?

It depends on the strategy and investor tolerance. For a hedge fund, most investors expect max drawdowns below -15% to -20%. For a long-only equity portfolio, drawdowns of -30% to -50% are common during bear markets. For high-frequency strategies, max drawdowns are typically very small (-1% to -5%) due to the high Sharpe ratios. The key is the Calmar ratio β€” a max drawdown of -20% is fine if the annual return is 30% (Calmar = 1.5) but terrible if the annual return is 5% (Calmar = 0.25).

How long does it take to recover from a drawdown?

Recovery time depends on the strategy's return rate. A -20% drawdown requires a +25% gain to recover. If the strategy earns 10% annually, recovery takes about 2.3 years. If it earns 20% annually, about 1.1 years. Drawdown recovery is slow because of the asymmetry of percentage gains and losses. This is why controlling drawdowns is often more important than maximizing returns.

Why is maximum drawdown important alongside the Sharpe ratio?

The Sharpe ratio measures average risk-adjusted return but doesn't capture tail events or the actual path of losses. A strategy can have a good Sharpe ratio but still experience devastating drawdowns during extreme market events. Maximum drawdown captures the worst-case historical loss, providing a complementary view of risk. Together, Sharpe and max drawdown give a more complete picture than either alone.

Master These Concepts for Quant Interviews

Our bootcamp covers probability, statistics, trading intuition, and 500+ real interview questions from top quant firms.

Book a Free Consult