Maximum Drawdown
Maximum drawdown is the largest percentage decline from a historical peak to a subsequent trough in an equity curve, taken as the maximum over all points of the peak-minus-equity fall divided by that peak, representing the worst loss a strategy would have inflicted before recovering.
Quick answer: Maximum drawdown is the largest percentage decline from a historical peak to a subsequent trough in an equity curve, taken as the maximum over all points of the peak-minus-equity fall divided by that peak, representing the worst loss a strategy would have inflicted before recovering.
In simple words
Maximum drawdown is the single worst drop a strategy put you through, measured from a high-water mark down to the lowest point before a new high was made. If your equity peaked at ₹6,00,000 and fell to ₹4,20,000 before recovering, that 30 percent fall is a drawdown. The maximum drawdown is the deepest such fall in the whole history, and it is the number that tells you whether you could have psychologically and financially survived the strategy.
Purpose
Maximum drawdown exists to answer the survival question that return metrics ignore: what is the worst loss this strategy would have forced me to sit through, and could I have withstood it without abandoning the plan or running out of capital.
Visual explanation
Maximum Drawdown
An equity curve with its running peak (high-water mark) and the shaded gaps beneath it; the deepest shaded gap, from a peak down to the lowest trough before recovery, is the maximum drawdown.
Professional explanation
How drawdown is computed point by point
At each point in time, track the running maximum of the equity curve so far, the high-water mark. The drawdown at that point is the peak minus the current equity, divided by the peak, giving the percentage below the high-water mark. The maximum drawdown is simply the largest of these values over the entire history. It is always measured peak-to-trough, so a drawdown only ends and resets when the equity makes a new all-time high, not merely when it stops falling.
Why it is an extreme-value statistic
Maximum drawdown is defined by a single worst episode, which makes it statistically fragile. Adding more data can only leave it unchanged or make it worse, never better, so longer backtests tend to reveal deeper drawdowns. The observed maximum is also an underestimate of the true potential worst case: the future can always deliver a drawdown deeper than any the finite past contained. Treating the historical maximum drawdown as a hard ceiling on future losses is one of the most dangerous errors in strategy evaluation.
Depth is not the whole story
A single number captures depth but hides two other crucial dimensions: duration (how long the drawdown lasted from peak to trough) and recovery time (how long to reach a new high, sometimes called the underwater period or time to recovery). A 25 percent drawdown that recovers in two months is very different from a 25 percent drawdown that stays underwater for three years, yet maximum drawdown reports them identically. Serious analysis reports the maximum drawdown together with its duration and the longest underwater period.
The behavioural and capital reality
Maximum drawdown matters because it maps onto two hard constraints: the capital you have and the pain you can tolerate. A leveraged strategy whose drawdown would have breached a margin requirement would have been liquidated, so the backtested recovery is fiction. Equally, most traders abandon a strategy partway through a drawdown far shallower than its historical maximum, meaning they never realise the recovery the backtest assumes. Position sizing is often set so that a plausible maximum drawdown stays within both the account's capital and the trader's tolerance.
Estimating the drawdown you should actually plan for
Because the historical maximum is an optimistic single sample, robust practice estimates a distribution of possible maximum drawdowns rather than trusting one number. Monte Carlo resampling of the trade or return sequence generates thousands of alternative equity paths, each with its own maximum drawdown, and the resulting distribution (for example a 95th-percentile drawdown) is a far more honest planning figure than the single historical value. The drawdown you prepare for should be worse than the one your backtest happened to show.
Formula
Maximum drawdown = max over t of ( Peak_t − Equity_t ) ÷ Peak_t , where Peak_t = max of equity up to time t
Equity_t = the equity (account value) at time t, Peak_t = the running maximum (high-water mark) of equity from the start up to time t. The per-point drawdown is (Peak_t − Equity_t) ÷ Peak_t; the maximum drawdown is the largest such value over the whole series. It is an extreme-value statistic that can only worsen with more data and understates the true potential worst case.
Maximum drawdown vs Average drawdown
| Aspect | Maximum drawdown | Average drawdown |
|---|---|---|
| What it measures | The single deepest fall | The typical depth of falls |
| Driven by | One worst episode | All drawdown episodes |
| Statistical stability | Fragile, extreme-value | More stable |
| Best for | Worst-case survival planning | Everyday pain experienced |
| Blind spot | Ignores frequency and duration | Understates the tail |
Practical example
Illustrative example (Indian market)
Suppose a Bank Nifty strategy's equity peaks at ₹6,00,000, then falls to a low of ₹4,20,000 before eventually making a new high. The drawdown at the trough is (6,00,000 − 4,20,000) ÷ 6,00,000 = 1,80,000 ÷ 6,00,000 = 0.30, or 30 percent. If no other decline in the backtest was deeper, the maximum drawdown is 30 percent. A trader running this strategy at a size where a 30 percent equity fall breaches their risk tolerance would have abandoned it partway down, never seeing the recovery the backtest assumes, which is exactly why the drawdown must be sized for in advance.
During the March 2020 COVID crash, many NSE momentum and long-only strategies saw drawdowns of 30 to 40 percent within weeks; a leveraged intraday version could have hit margin limits and been force-closed at the worst point, so a backtest that quietly assumes the position survived and recovered overstates the achievable result and understates the true maximum drawdown a live trader would have faced.
Advantages
- Directly answers the survival question return metrics ignore
- Intuitive and universally understood as the worst loss endured
- Maps onto real capital and margin constraints
- A key input to position sizing and risk budgeting
- The denominator of survival-focused ratios like Calmar
Limitations
- Its blind spot: rests on one episode and understates the true future worst case
- Can only worsen with more data, so it is window-dependent
- Ignores how often drawdowns occur and how long they last
- Says nothing about the recovery or underwater time
- A leveraged strategy may never reach the assumed recovery due to margin calls
- Highly sensitive to the exact start and end of the sample
Why it matters in practice
- It is the primary risk number for judging whether a strategy is survivable
- Sizing to a plausible, not merely historical, maximum drawdown is core risk practice
Common mistakes
- Treating the historical maximum drawdown as a hard ceiling on future losses
- Reporting drawdown depth without its duration or underwater time
- Assuming a leveraged strategy survived a drawdown that would have triggered margin calls
- Comparing maximum drawdowns across different-length samples as if equivalent
- Ignoring that the maximum drawdown deepens as you add more history
- Sizing positions to the historical worst case rather than a stress-tested worse one
Professional usage
Risk managers treat maximum drawdown as a planning input, not a fact about the future: they estimate a distribution of drawdowns via Monte Carlo, size positions so a plausible worst case stays within capital and tolerance, and always report depth alongside duration and the longest underwater period. They are acutely aware that a leveraged strategy's backtested recovery is fictional if the drawdown would have breached margin, and that most traders quit before a historical maximum is reached. Drawdown, more than volatility, drives their sizing and their conviction that a strategy is deployable.
Key takeaways
- Maximum drawdown is the largest peak-to-trough percentage fall in the equity curve
- It answers whether you could have survived the strategy, financially and psychologically
- It is an extreme statistic that can only worsen as you add data
- The historical maximum understates the true future worst case
- Report it with duration and underwater time, and size for a stressed worse case
Frequently asked questions
What is maximum drawdown?
How is maximum drawdown calculated?
Why does maximum drawdown get worse with more data?
Does the historical maximum drawdown cap future losses?
What is the difference between drawdown depth and duration?
How does maximum drawdown relate to the Calmar ratio?
Why does leverage make drawdown more dangerous?
How should I plan for drawdown if the historical number is optimistic?
Does maximum drawdown consider how often drawdowns happen?
What maximum drawdown is acceptable?
How is drawdown affected by the return sequence?
Is maximum drawdown the same as volatility?
Why do most traders never see the backtested recovery?
Should I report anything alongside maximum drawdown?
Voice search & related questions
Natural-language questions people ask about Maximum Drawdown.
What is maximum drawdown in simple terms?
How do I calculate maximum drawdown?
Does maximum drawdown limit my future losses?
Why does drawdown get worse with a longer backtest?
Why is drawdown so important with leverage?
Is a big return worth a big drawdown?
Sources & references
Last reviewed 11 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.