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

Drawdown CurveEquity0% — high-water markmax drawdowntime →

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

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

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?
Maximum drawdown is the largest percentage decline from a peak to a subsequent trough in an equity curve. It represents the worst loss a strategy would have inflicted before recovering to a new high, making it the key survival metric.
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.
How should I plan for drawdown if the historical number is optimistic?
Estimate a distribution of maximum drawdowns using Monte Carlo resampling of the trade sequence, then plan around a high percentile such as the 95th rather than the single historical value. The drawdown you prepare for should be worse than the one your backtest showed.
Does maximum drawdown consider how often drawdowns happen?
No. It captures only the single deepest fall, ignoring frequency and duration. A strategy with many painful but shallower drawdowns can share a maximum drawdown with a much calmer one, which is why average drawdown complements it.
What maximum drawdown is acceptable?
There is no universal answer; it depends on your capital, leverage and tolerance. The relevant test is whether you could have held the position through that fall without breaching margin or abandoning the plan, not any fixed percentage.
How is drawdown affected by the return sequence?
Greatly. The same set of trades in a different order can produce a very different maximum drawdown, because a cluster of losses early or late changes the worst peak-to-trough path. This path dependence is exactly what Monte Carlo resampling explores.
Is maximum drawdown the same as volatility?
No. 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.
Why do most traders never see the backtested recovery?
Because they abandon a strategy partway through a drawdown far shallower than its historical maximum, so they exit before the recovery the backtest assumes. This behavioural reality is why sizing to tolerable drawdown matters as much as the number itself.
Should I report anything alongside maximum drawdown?
Yes. Report the drawdown's duration, the longest underwater period, and ideally a Monte Carlo drawdown distribution. Depth alone hides how long the pain lasted and how much worse it could plausibly have been.

Voice search & related questions

Natural-language questions people ask about Maximum Drawdown.

What is maximum drawdown in simple terms?
It is the worst drop your account took from a high point down to a low point before it recovered to a new high.
How do I calculate maximum drawdown?
Track your running peak, measure how far below it each point falls as a percentage, and take the deepest of those falls.
Does maximum drawdown limit my future losses?
No, the future can be worse than any drop your backtest showed, so you should plan for a deeper drawdown than the historical one.
Why does drawdown get worse with a longer backtest?
Because it only records the single worst fall, and adding more history can only uncover an equal or deeper one.
Why is drawdown so important with leverage?
Because a deep drawdown can trigger a margin call and force you out at the worst moment, so you never get the recovery the backtest assumes.
Is a big return worth a big drawdown?
Only if you could actually survive that drawdown with your capital and nerves, otherwise you would have quit before the recovery.

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.

    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.