Maximum Drawdown Calculator
Calculate the largest peak-to-trough loss in an investment or portfolio over time.
What Is Maximum Drawdown?
Maximum drawdown (MDD) measures the largest observed loss from a peak to a trough in an investment's value before a new peak is reached. It is expressed as a percentage and represents the worst-case scenario for an investor who bought at the highest point and sold at the lowest point during the measurement period.
Unlike standard deviation or beta, which measure volatility relative to a benchmark, maximum drawdown focuses purely on downside risk. It answers a specific question: How much could I have lost at the worst possible moment?
How the Calculation Works
The calculator evaluates a sequence of values to identify the maximum percentage decline from any previous peak.
The Formula
For each point in the series, the drawdown is calculated as:
Drawdown = (Current Value − Peak Value) / Peak Value
The maximum drawdown is the most negative value across all drawdowns in the series.
Key Assumptions
- The calculation requires a complete time series of values in chronological order.
- Only the largest single peak-to-trough decline is reported, not the average or total of all declines.
- The recovery period after the trough is not factored into the drawdown percentage itself.
How to Use the Calculator
- Enter your data — Input a series of portfolio values, account balances, or asset prices in chronological order. Separate each value with a comma or new line.
- Select the data frequency — Choose whether your values represent daily, weekly, monthly, or custom intervals. This affects how the drawdown period is interpreted but not the calculation itself.
- Review the results — The calculator displays the maximum drawdown percentage, the peak value, the trough value, and the duration of the drawdown period.
Example
Consider a portfolio with the following monthly values:
$10,000 → $12,000 → $11,500 → $9,000 → $10,500 → $13,000
The peak before the decline is $12,000. The lowest point after that peak is $9,000. The maximum drawdown is:
($9,000 − $12,000) / $12,000 = −25%
Even though the portfolio later recovers to $13,000, the worst loss an investor would have experienced during this period was 25%.
Understanding the Results
The maximum drawdown percentage tells you the depth of the worst decline, but it does not tell you how long the decline lasted or how frequently drawdowns occur. For a complete risk assessment, consider these additional factors:
- Drawdown duration — How many periods passed between the peak and the recovery to a new peak.
- Recovery time — The time required to regain the lost value after reaching the trough.
- Frequency of drawdowns — A portfolio may have a moderate maximum drawdown but experience frequent smaller declines.
A lower maximum drawdown generally indicates less downside risk, but context matters. A conservative bond portfolio may have a 5% maximum drawdown, while a growth stock portfolio might show 40% or more. The acceptable level depends on your risk tolerance and investment horizon.
Common Mistakes When Interpreting Maximum Drawdown
- Confusing drawdown with loss — A 50% drawdown requires a 100% gain to recover. The percentage loss and the required recovery gain are not symmetrical.
- Using too short a time frame — A short measurement period may miss significant drawdowns that occur infrequently. For long-term investments, use at least several years of data.
- Ignoring the sequence — The same set of values in a different order can produce a different maximum drawdown. Chronological accuracy matters.
- Treating it as predictive — Maximum drawdown is a historical measure. Past drawdowns do not guarantee future losses will be similar.
Practical Use Cases
- Portfolio risk assessment — Compare the maximum drawdown of different asset allocations to understand which strategy has historically protected capital better during downturns.
- Fund manager evaluation — Investors often review maximum drawdown alongside returns to assess whether a manager's performance justifies the downside risk taken.
- Retirement planning — Sequence-of-returns risk is critical for retirees. Understanding potential drawdowns helps in setting realistic withdrawal rates and emergency buffers.
- Strategy backtesting — When testing trading or investment strategies, maximum drawdown provides a measure of the strategy's worst-case historical performance.
Limitations
- Maximum drawdown depends entirely on the data period selected. Different start and end dates can produce very different results.
- It does not account for cash flows such as deposits or withdrawals during the measurement period, which can distort the true investor experience.
- The measure is backward-looking and does not predict future drawdowns or account for changing market conditions.
- It ignores the frequency of drawdowns. A portfolio with one deep drawdown may appear riskier than one with many moderate drawdowns, even if the latter causes more cumulative stress.
FAQ
What is a good maximum drawdown percentage?
There is no universal "good" number. Conservative portfolios may have maximum drawdowns of 5–10%, while aggressive equity portfolios can experience 40–50% or more. The appropriate level depends on your risk tolerance, investment timeline, and financial goals.
Is maximum drawdown the same as volatility?
No. Volatility measures how much an investment's price fluctuates in either direction. Maximum drawdown measures only the worst decline from a peak. An investment can be highly volatile but have a relatively small maximum drawdown if it recovers quickly after each decline.
Can maximum drawdown be zero?
Yes, if the investment never declines below any previous peak during the measurement period. This is rare for risk assets but possible for cash equivalents or very short measurement periods.
How does maximum drawdown differ from Calmar ratio?
The Calmar ratio divides annualized return by maximum drawdown. It provides a risk-adjusted return measure, while maximum drawdown alone only shows the worst decline. A high Calmar ratio indicates strong returns relative to the downside risk taken.
Should I use daily or monthly data?
Daily data captures more granular drawdowns and may show larger declines than monthly data, which smooths intra-period fluctuations. For long-term investments, monthly data is often sufficient. For active trading strategies, daily data is more appropriate.