Maximum Drawdown Calculator - Portfolio Risk Analysis

Measure maximum drawdown, peak value, trough value, and an optional dollar loss from a chronological series of prices or portfolio values.

Paste a time-ordered list of prices or portfolio values to find the largest peak-to-trough decline.

Maximum Drawdown Calculator
Compute peak-to-trough maximum drawdown from a chronological price series.

About the Maximum Drawdown Calculator

Maximum drawdown is the largest peak-to-trough decline in a price or portfolio series before a new peak is made. Risk managers, fund analysts, and individual investors use it to describe how painful a strategy was in its worst decline, which average return and volatility do not fully capture. Two portfolios can have similar annualized returns while one suffered a much deeper drawdown. The calculator reads a chronological list of positive prices separated by commas or spaces. It walks the series once, tracking the running peak. At each point the drawdown is (peak − current) / peak. Maximum drawdown is the largest of those ratios. The reported peak and trough are the values that produced that worst decline, not necessarily the first or last price. If you also enter an initial investment, dollar loss is estimated as investment × maximum drawdown. The formula is MDD = max over t of (Peak_t − Value_t) / Peak_t, where Peak_t is the highest value observed up to time t. That definition is path dependent: rearranging the same prices in a different order can change the answer. Always enter values in time order, oldest first. A series that falls from 110 to 85 after making a 110 peak has a 22.73 percent drawdown even if it later recovers. Maximum drawdown is not the same as a one-day loss, standard deviation, or value-at-risk. It ignores how long the decline lasted and whether the investor added cash, withdrew cash, or rebalanced. It also treats every observation equally, so a weekly series and a daily series of the same investment can differ. Using prices rather than total-return values omits dividends; using a single fund share price omits cash held outside the fund. Use the result as a stress check when comparing strategies, sizing a position, or explaining historical risk to a client. A 30 percent historical drawdown does not cap the next decline. Markets can fall further than any sample you paste in. The optional dollar figure scales the percentage to a starting balance; it is not a mark-to-market statement of a specific account. Combine drawdown with return, liquidity needs, and your ability to stay invested before judging a strategy.

Maximum Drawdown Calculator Examples

Peak-to-trough examples computed from chronological prices.

InputsResultNote
Prices 100, 105, 110, 108, 95, 85; investment $10,000MDD 22.73%; peak $110.00; trough $85.00; loss $2,272.73The worst decline is from the 110 peak to 85, not from the first price.
Prices 100, 120, 80MDD 33.33%; peak $120.00; trough $80.00A sharp reversal after a new high.
Prices 80, 100, 90, 70MDD 30.00%; peak $100.00; trough $70.00The 80-to-100 rise resets the peak before the later decline.

How to Use the Maximum Drawdown Calculator

  1. Enter prices or portfolio values in chronological order, separated by commas or spaces.
  2. Optionally enter an initial investment to convert the percentage into a dollar loss.
  3. Select Calculate to view maximum drawdown, peak, and trough.
  4. Confirm the peak and trough match the worst decline you expect in the series.
  5. Use Reset before pasting an independent price history.

Maximum Drawdown Calculator FAQ

How is maximum drawdown calculated?

The calculator tracks the running peak and measures (peak − current) / peak at every point. Maximum drawdown is the largest of those peak-to-trough percentages.

Does the order of prices matter?

Yes. Drawdown is path dependent, so the same numbers in a different order can produce a different peak and trough. Enter oldest observations first.

What does the optional investment field do?

It multiplies maximum drawdown by the starting amount to estimate a dollar loss. Leave it blank if you only need the percentage, peak, and trough.

Is maximum drawdown a forecast of future losses?

No. It describes the worst decline in the series you entered. Future declines can be larger, especially if the sample is short or excludes crises.

Should I use prices or total return?

Use the series that matches the risk you want to measure. Total-return values include dividends; raw prices do not. Mixing the two will distort the drawdown.