Risk metricBeginner

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 peak-to-trough fall in a backtest's equity, and it decides survival more than any return figure. Recovery is asymmetric — a 50% drawdown needs a 100% gain to break even — so deep drawdowns are disproportionately dangerous. Size leverage against the modelled worst case, not the lucky path.

Definition: Maximum Drawdown

Maximum Drawdown is the largest peak-to-trough percentage decline in a backtest's equity curve before a new equity peak is reached, measuring the worst loss an investor would have endured over the period.

Key takeaways: Maximum Drawdown

  • 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

Maximum Drawdown at a glance

Maximum Drawdown — key facts at a glance, Indian backtesting context.
FamilyRisk metric
Formulamax (Peak − Equity) ÷ Peak
MeasuresLargest peak-to-trough equity decline
DirectionShallower is better
RecoveryA 50% drawdown needs a 100% gain to recover
Blind spotOne number — ignores frequency and duration

Maximum Drawdown 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.

What Maximum Drawdown is for

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.

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.

How Maximum Drawdown looks visually

Drawdown CurveEquity0% — high-water markmax drawdowntime →
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.

Worked example: Maximum Drawdown

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.

Maximum drawdown vs Average drawdown

Maximum drawdown vs Average drawdown — Maximum Drawdown, summarised for Indian F&O context.
AspectMaximum drawdownAverage drawdown
What it measuresThe single deepest fallThe typical depth of falls
Driven byOne worst episodeAll drawdown episodes
Statistical stabilityFragile, extreme-valueMore stable
Best forWorst-case survival planningEveryday pain experienced
Blind spotIgnores frequency and durationUnderstates the tail

Advantages of Maximum Drawdown

  • 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 of Maximum Drawdown

  • 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 Maximum Drawdown 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

How professionals treat Maximum Drawdown

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.

Common misconceptions about Maximum Drawdown

Misconception: The backtested maximum drawdown is the worst that can happen.

Reality: Maximum drawdown is only the deepest decline that occurred inside the tested window. Live drawdowns frequently exceed the historical maximum, so size risk for a drawdown worse than the backtest showed.

Misconception: Maximum drawdown is the same as volatility.

Reality: Volatility measures average variability around the mean, while maximum drawdown measures the single worst cumulative loss. A strategy can have modest volatility yet a severe drawdown if its losses cluster together.

Common mistakes with Maximum Drawdown

  • 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

Maximum Drawdown: frequently asked questions

How is maximum drawdown calculated?

At each point you track the running peak (high-water mark), compute the drawdown as (peak minus current equity) divided by the peak, and take the largest such value over the whole history. The drawdown only resets when equity makes a new all-time high.

Why does maximum drawdown get worse with more data?

Because it is an extreme-value statistic defined by the single worst episode. Adding data can only reveal an equal or deeper worst fall, never a shallower one, so longer backtests tend to show larger maximum drawdowns.

Does the historical maximum drawdown cap future losses?

No, and assuming so is dangerous. The observed maximum is an optimistic single sample; the future can deliver a deeper drawdown than any the finite past contained, so you should plan for a worse figure.

What is the difference between drawdown depth and duration?

Depth is how far equity fell below the peak, while duration is how long the fall lasted and the underwater period is how long until a new high. A 25 percent drawdown recovering in two months differs hugely from one underwater for three years, though depth reports them the same.

How does maximum drawdown relate to the Calmar ratio?

Calmar is CAGR divided by the absolute maximum drawdown, so maximum drawdown is Calmar's risk denominator. This is why Calmar inherits maximum drawdown's window sensitivity and single-episode fragility.

Why does leverage make drawdown more dangerous?

Because a leveraged strategy whose drawdown breaches a margin requirement would have been force-liquidated at the worst point, so the backtested recovery never happens. The realised loss can therefore be permanent rather than temporary.

Sources & references

  • Magdon-Ismail, M., & Atiya, A. F. (2004). “Maximum Drawdown.” Risk Magazine, 17(10), 99–102.
  • Bacon, C. R. (2008). Practical Portfolio Performance Measurement and Attribution (2nd ed.). John Wiley & Sons.
  • Pardo, R. (2008). The Evaluation and Optimization of Trading Strategies (2nd ed.). John Wiley & Sons.

Published 11 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.

Educational content only — not investment advice. Examples use illustrative numbers and simplified models. Backtested results are hypothetical and trading derivatives involves substantial risk. See our Risk Disclosure and SEBI Disclaimer.