Finance & Economics · Quantitative Trading & Crypto · Portfolio Risk
Maximum Drawdown Calculator
Calculates the maximum drawdown (MDD) of a portfolio or asset, measuring the largest peak-to-trough decline as a percentage of the peak value.
Calculator
Formula
MDD is the Maximum Drawdown expressed as a percentage. P_peak is the highest portfolio value (or price) recorded before the largest decline. P_trough is the lowest portfolio value recorded after the peak, before a new peak is established. The result is always a negative number or zero — a larger absolute value indicates greater downside risk.
Source: Magdon-Ismail, M. & Atiya, A. (2004). Maximum Drawdown. Risk Magazine, 17(10), 99–102.
How it works
Maximum Drawdown quantifies the worst-case historical loss scenario for an investment. Unlike standard deviation, which treats upside and downside volatility equally, MDD focuses exclusively on the downside — specifically the deepest capital erosion an investor would have faced during the measurement period. A fund with a low MDD has demonstrated greater capital preservation, which is critical for investors with limited risk tolerance or those who cannot afford to wait through long recovery periods.
The formula is straightforward: MDD equals the trough value minus the peak value, divided by the peak value, expressed as a percentage. The peak value (P_peak) represents the highest portfolio or asset value reached before the most significant decline. The trough value (P_trough) represents the lowest value recorded after that peak, before the portfolio recovers to a new all-time high. Because the trough is always lower than the peak, MDD is always a negative number — a drawdown of -30% means the portfolio fell 30% from its high-water mark. This calculator also computes the return required to recover from the drawdown, which is always larger in magnitude than the drawdown itself due to the asymmetry of gains and losses.
MDD is used extensively in the Calmar Ratio (annualized return divided by MDD), which benchmarks return per unit of drawdown risk. Hedge funds and CTAs (Commodity Trading Advisors) routinely disclose MDD in their performance tear sheets. Retail investors use it to stress-test portfolios against historical crashes — for example, the S&P 500 experienced a maximum drawdown of approximately -56.8% during the 2007–2009 financial crisis, while Bitcoin has seen drawdowns exceeding -80% multiple times in its history.
Worked example
Suppose an investor's portfolio grew from an initial value to a peak of $100,000 before declining to a trough of $72,000 during a market correction.
Step 1 — Calculate MDD:
MDD = ($72,000 − $100,000) / $100,000 × 100% = −28.00%
Step 2 — Calculate Absolute Loss:
Absolute Loss = $100,000 − $72,000 = $28,000
Step 3 — Calculate Recovery Multiple:
Recovery Multiple = $100,000 / $72,000 ≈ 1.389× — the portfolio must grow by this factor to recover to its previous peak.
Step 4 — Calculate Return Required to Recover:
Required Return = ($100,000 / $72,000 − 1) × 100% ≈ 38.89%
This illustrates the critical asymmetry of drawdowns: a 28% loss requires a 38.89% gain just to break even. This compounding effect becomes even more severe at deeper drawdowns — a 50% loss requires a 100% gain to recover, and an 80% loss demands a 400% gain. Understanding this asymmetry is one of the most important concepts in risk management.
Limitations & notes
This calculator computes MDD from a single known peak and trough, which is most useful when you have already identified the largest drawdown period. In practice, calculating the true maximum drawdown across a full time series requires scanning all possible peak-trough combinations, which typically requires software or a spreadsheet. If you input a peak and trough that do not represent the actual global maximum drawdown of your portfolio, the result will understate the true risk. Additionally, MDD is a backward-looking metric — it describes what happened historically and does not predict future drawdowns. A strategy with a modest historical MDD may experience a much larger drawdown going forward, particularly in novel market regimes. MDD also does not capture the duration of the drawdown (how long recovery took), which is addressed by related metrics such as the Ulcer Index or Maximum Drawdown Duration. For multi-asset portfolios, the portfolio-level MDD may differ substantially from the MDD of individual holdings due to correlation effects. Finally, MDD is sensitive to the measurement period — a short window may miss significant historical drawdowns that fall outside the sample.
Frequently asked questions
What is a good maximum drawdown for a portfolio?
There is no universal threshold, but context matters greatly. Broadly diversified equity portfolios often target an MDD below 20–25% over a market cycle. Hedge funds using absolute return strategies typically aim for MDD under 10–15%. Highly volatile assets like individual equities or cryptocurrencies may regularly see MDDs of 50–80%, which is considered acceptable by investors who understand the risk profile. The Calmar Ratio — annualized return divided by the absolute MDD — is a useful way to normalize this metric: a Calmar Ratio above 1.0 is generally considered acceptable, and above 3.0 is excellent.
Why does recovering from a drawdown require a larger gain than the loss itself?
This is due to the mathematical asymmetry of percentage changes applied to a changing base. If a portfolio falls 50% from $100 to $50, a 50% gain on the new base of $50 only returns it to $75 — not $100. To recover fully, the portfolio needs a 100% gain. This asymmetry grows increasingly severe at larger drawdown levels and is one of the strongest arguments for prioritizing capital preservation in risk management.
How is maximum drawdown different from volatility?
Volatility (typically measured as standard deviation of returns) captures the average magnitude of price fluctuations in both directions. Maximum Drawdown, by contrast, measures only the worst-case peak-to-trough loss in a given period. A low-volatility strategy can still have a high MDD if it experiences a single severe, prolonged decline. Conversely, a high-volatility strategy that recovers quickly may have a more modest MDD. MDD is generally considered a more intuitive and investor-relevant risk metric than volatility alone.
How is maximum drawdown used in the Calmar Ratio?
The Calmar Ratio is calculated as the annualized compound rate of return divided by the absolute value of the maximum drawdown over a trailing 36-month period (or sometimes the full track record). For example, a fund returning 15% per year with a maximum drawdown of 10% has a Calmar Ratio of 1.5. This ratio is widely used by allocators and institutional investors to compare trading strategies and CTAs on a risk-adjusted basis, as it directly rewards high returns per unit of worst-case drawdown.
Can maximum drawdown be positive?
No. By definition, maximum drawdown is always zero or negative, since the trough value cannot exceed the peak value. A drawdown of 0% would mean the portfolio never declined from its peak during the measurement period — a theoretical best case. When analysts refer to drawdown as a positive number (e.g., 'a 30% drawdown'), they are using the absolute value of MDD for readability, but the signed formula always produces a negative or zero result. This calculator returns the signed percentage, consistent with the formal mathematical definition.
Last updated: 2025-01-15 · Formula verified against primary sources.