A drawdown is the percentage decline from a previous peak in your portfolio value. Imagine climbing a hill: each new highest point you reach is a "peak." If you walk down from that peak, the drop in altitude before you reach a new peak is your "drawdown." In investing, the altitude is your account value. Drawdowns feel painful because they represent losses from money you actually had.
Maximum drawdown (often abbreviated MaxDD) is the worst peak-to-trough decline over a period. It answers, "How bad did it get?" An "underwater chart" shows your drawdown over time as a curve under the zero line; deeper and longer dips mean tougher stretches for both your capital and your emotions.
Drawdowns matter for two reasons. First, they determine survival: the deeper the hole, the harder to climb out. A 50% loss needs a 100% gain to recover. Second, drawdowns shape your behavior. Even profitable strategies can fail if the drawdowns are too big for you to stick with.
Managing drawdowns is not just about picking less volatile assets; it's about designing rules that limit losses, adapt position sizes to changing risk, and diversify across independent sources of return so that no single slump sinks the ship.
Returns and risk go hand-in-hand. Many investors focus on average returns but underestimate the path taken to get them. Two portfolios can have the same average return but very different drawdowns. The one with smaller, more controlled drawdowns is often easier to hold through tough markets and less likely to face forced selling at the worst time.
Professionals measure and manage drawdowns systematically. They use metrics like maximum drawdown, Ulcer Index, Value at Risk (VaR), and Conditional Value at Risk (CVaR, also called Expected Shortfall) to understand potential losses. Then they apply controls such as volatility targeting, stop-losses, Constant Proportion Portfolio Insurance (CPPI), and option-based hedges to keep downside within a predefined "drawdown budget."
For individual investors, adopting even a few of these tools can dramatically improve resilience. Better drawdown control can allow you to stay invested, reduce the odds of panic selling, and protect your long-term compounding.
Drawdown at time t
Drawdown_t = (PeakToDate_t - Value_t) / PeakToDate_tWhere PeakToDate_t is the highest portfolio value observed up to time t.
Maximum Drawdown
MaxDD = max over t of Drawdown_tRecovery time The number of periods from the trough back to the previous peak value.
Ulcer Index (penalizes depth and duration of drawdowns)
UlcerIndex = sqrt( (1/N) * sum_{t=1}^{N} DD_t^2 )MAR Ratio (return per unit of maximum drawdown)
MAR = CAGR / MaxDDHistorical VaR and CVaR (non-parametric) Suppose you have daily returns over a lookback window.
VaR_{\alpha} = -\text{Quantile}(\text{returns}, \alpha) CVaR_{\alpha} = -\mathbb{E}[\text{returns} \mid \text{returns} \le \text{Quantile}(\text{returns}, \alpha)]Volatility targeting (position sizing by risk)
Weight = TargetVol / ForecastVolWhere ForecastVol is an estimate of future volatility (e.g., an exponentially weighted moving standard deviation). Cap weight to avoid leverage beyond your policy.
Step-by-step example of drawdown calculation:
Assume a thousands) are:
Month 0: 100; 1: 102; 2: 99; 3: 95; 4: 96; 5: 98; 6: 101; 7: 104; 8: 100; 9: 97; 10: 99; 11: 103; 12: 106
MAR ratio Assume the 12-month CAGR is: 100 to 106 → CAGR ≈ 6%. MAR ≈ 0.06 / 0.0686 ≈ 0.875
VaR and CVaR (historical, monthly) Suppose monthly returns sorted (in %) are: -5.0, -3.8, -3.5, -1.9, -0.5, 0.0, 0.9, 1.0, 1.9, 2.0, 2.9, 3.1.
Volatility targeting Assume forecast monthly volatility of the equity sleeve is 6% and your target portfolio volatility is 2%. If equities are the main driver, scale equity weight by 2%/6%≈0.33. Your 60% equities becomes ~20% temporarily, with 80% in bonds/cash, until volatility normalizes.
CPPI Set a Floor at 95,000), Cushion = 95k - 90k = 5k; RiskAsset = 3 × 5k = 15k; SafeAsset = 95k - 15k = 80k. CPPI automatically de-risks after losses to protect the Floor, and re-risks as the Cushion grows.
Set a drawdown budget Decide a tolerable MaxDD (e.g., 15%). Use historical backtests and stress tests to check if your allocation keeps MaxDD within that budget. If not, reduce risky exposure, add hedges, or diversify further.
Volatility targeting for smoother paths Scale risky asset weights by realized or forecast volatility to keep total risk near a target. Add guardrails: caps on leverage and minimum/maximum allocations.
Stop-loss and trailing-stop rules For individual positions, use closing-price stops or portfolio-level loss triggers. Example: sell or hedge if a position falls 20% from its peak or if the portfolio drawdown exceeds 10%. Combine with cooldown periods to avoid rapid whipsaws.
Diversification across independent risks Blend assets and strategies whose returns are not tightly correlated: global equities, high-quality bonds, commodities, trend-following, and defensive equity factors. Diversification reduces the probability that everything falls at once.
Option-based hedging Protective puts, put spreads, or collars can limit downside at known costs. For example, a 6-month 10% out-of-the-money put can cap extreme drawdowns; collars reduce cost by selling a call.
CPPI or floor-based strategies If you have capital you must protect (e.g., near-term college tuition), set a Floor and apply a multiplier to scale risky assets dynamically.
Stress testing and scenario analysis Examine portfolio performance under historical crises (e.g., 2008, March 2020) and hypothetical shocks (e.g., -20% equity, +150 bps rates). Check whether losses breach your drawdown budget and adjust.
Use CVaR alongside MaxDD MaxDD is one event; CVaR summarizes the average of bad outcomes. Target CVaR to manage tail risk and duration of pain.
Drawdown: Loss from a prior peak in portfolio value, expressed as a percentage.
Maximum Drawdown: The worst peak-to-trough decline experienced over a period.
Ulcer Index: Risk metric that averages squared drawdowns, penalizing depth and duration.
MAR Ratio: CAGR divided by maximum drawdown, measuring return per unit of drawdown risk.
Value at Risk (VaR): Loss threshold that will not be exceeded with a specified probability over a set horizon.
Conditional VaR (CVaR): Average loss in the worst tail beyond the VaR threshold.
Volatility Targeting: Position sizing method aiming to keep portfolio volatility near a target.
CPPI: Constant Proportion Portfolio Insurance; dynamic allocation to protect a floor value.
Protective Put: Option giving the right to sell at a strike price, limiting downside.
Collar: Option strategy combining a protective put with a covered call to reduce hedge cost.
CPPI basics
Cushion = PortfolioValue - Floor RiskAsset = m * Cushion SafeAsset = PortfolioValue - RiskAssetWhere m is the multiplier (e.g., 2-5), and Floor is the capital you want to protect (often linked to a time horizon or liability).
Kelly fraction (upper bound for risky sizing, use conservatively) For a simple bet with probability p of winning b units and probability q = 1 - p of losing 1 unit:
f^* = (b p - q) / bIn markets with mean excess return μ and variance σ^2, a rough approximation:
f^* \approx \mu / \sigma^2Most investors use a fraction of Kelly (e.g., 0.25×) to limit drawdowns.