{
  "id": "1b0b033f-7e8c-522b-842e-302f653a2e06",
  "slug": "maximum-drawdown",
  "term": "Maximum Drawdown",
  "aliases": [],
  "category": "Risk Management",
  "category_slug": "risk-management",
  "difficulty": "intermediate",
  "definition": "Maximum drawdown (MDD) is the largest peak-to-trough decline in the value of a portfolio or investment strategy over a specified time period, measuring the worst-case loss experienced by an investor who entered at the highest point and exited at the lowest subsequent point. It is a critical risk metric for evaluating the downside potential and investor experience of a strategy.",
  "key_takeaways": [
    "Maximum drawdown is expressed as a percentage: (Trough Value − Peak Value) / Peak Value × 100.",
    "The Calmar ratio (annualized return / maximum drawdown) and the Sterling ratio use MDD as the risk denominator, making it central to hedge fund performance evaluation.",
    "Unlike volatility (which treats upside and downside moves symmetrically), MDD captures the realized worst-case investor experience, making it particularly relevant for investors with specific loss tolerances.",
    "Time to recovery — the duration from the drawdown trough to the return to the prior peak — is a complementary metric that captures the persistence of losses.",
    "Strategies with low volatility can still exhibit large maximum drawdowns if losses are serially correlated (trend-following in adverse regimes) or if they contain fat-tail risks."
  ],
  "detailed_explanation": "Maximum drawdown is perhaps the most intuitive risk metric for evaluating investment strategies, because it directly captures the worst pain experienced by an investor during the measurement period. While standard deviation and VaR are statistical constructs that require probabilistic interpretation, maximum drawdown is a realized historical fact: it describes the actual worst-case scenario that occurred, making it immediately comprehensible to investors evaluating whether they could psychologically and financially withstand a fund's risk profile.\n\nThe calculation of maximum drawdown involves identifying the highest peak in the portfolio's NAV or price series up to each point in time, then measuring the percentage decline from that rolling peak to each subsequent value. The maximum drawdown is the largest such percentage decline observed anywhere in the sample period. This calculation ensures that the MDD captures the perspective of the investor who bought at the exact top and held through the exact bottom — the worst possible entry and exit timing within the period.\n\nMaximum drawdown has several important properties that distinguish it from symmetric risk measures. First, it is path-dependent: two strategies with identical average returns and identical volatilities can have very different maximum drawdowns if one exhibits trend-following characteristics (losses tend to cluster and deepen) while the other exhibits mean-reverting characteristics (losses are quickly recovered). Second, MDD is directly tied to the risk of fund redemptions: investors who experience large drawdowns may redeem at the trough, locking in losses and potentially forcing fund liquidation at the worst moment.\n\nFor hedge fund managers, managing maximum drawdown is as important as generating returns. Many institutional investors impose hard stop-loss rules tied to drawdown — a fund that breaches a 15% or 20% drawdown level may face automatic redemptions from mandate investors. The Calmar ratio (annualized return divided by maximum drawdown) is a standard benchmark-agnostic performance metric that rewards funds with high returns per unit of drawdown risk. Trend-following managed futures strategies, despite their high volatility, often achieve relatively high Calmar ratios because their drawdowns tend to be smaller relative to their trend-following returns during equity bear markets.",
  "example": "A long/short equity hedge fund had the following NAV path: Jan $100M → Mar $118M → Aug $89M → Dec $105M. The peak was $118M in March; the trough was $89M in August. Maximum drawdown = ($89M − $118M) / $118M = −24.6%. The time-to-recovery was from August through December (approximately four months to return to prior peak). If the fund's annualized return over the period was 5%, its Calmar ratio is 5% / 24.6% = 0.20 — relatively modest, indicating poor risk-adjusted performance.",
  "formula": "MDD = (Trough Value − Peak Value) / Peak Value × 100%",
  "formula_latex": null,
  "interactive_type": "chart",
  "calculator_id": null,
  "related_terms": [
    "calmar-ratio",
    "conditional-value-at-risk",
    "cross-margining",
    "drawdown",
    "equity",
    "hedge-fund",
    "kurtosis",
    "long-the-basis",
    "managed-futures",
    "standard-deviation",
    "transition-risk",
    "volatility"
  ],
  "backlinks": [
    "alpha-signal",
    "calmar-ratio",
    "downside-capture-ratio",
    "downside-risk",
    "drawdown",
    "expected-shortfall",
    "greeks-hedging",
    "haircut",
    "hedge-fund",
    "moving-average",
    "out-of-sample-testing",
    "overfitting",
    "risk-adjusted-return",
    "risk-budget",
    "scenario-analysis",
    "sortino-ratio",
    "sterling-ratio"
  ],
  "cross_references": [
    "calmar-ratio",
    "drawdown",
    "equity",
    "hedge-fund",
    "managed-futures",
    "standard-deviation",
    "volatility"
  ],
  "tags": [
    "level:intermediate",
    "cat:risk-management"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 614,
  "checksum": "2bf8d77fbe9ee174",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/maximum-drawdown",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/maximum-drawdown?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/maximum-drawdown?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/maximum-drawdown",
    "category": "https://hedgefund.wiki/api/v1/categories/risk-management",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/maximum-drawdown"
  }
}