Survivorship bias, explained

The most expensive mistake in backtesting is not a bad formula. It is testing on a list of companies that already won.

Educational background for the strategy builder. Nothing here is investment advice.

The bombers that came back

During the Second World War, the US military studied returning bombers to decide where to add armor. The damage clustered on the wings and fuselage, so the obvious answer was to armor those areas.

The statistician Abraham Wald, working with the Statistical Research Group at Columbia, pointed out the flaw. The military was only measuring planes that made it home. The undamaged areas on those survivors — engines, cockpit — were precisely the places where a hit meant the plane never returned to be measured. Armor belonged where the data showed no holes.

That is survivorship bias in one story: the sample you can see has been filtered by the very outcome you are trying to study.

What it looks like in market data

Take today's list of large US companies, pull fifteen years of price history for each, and test a strategy on it. The test looks legitimate. It is not, because that list was assembled after knowing who survived.

Every company that went bankrupt, got delisted, or was absorbed after a collapse is simply absent. Your strategy is never given the chance to buy them, so it never takes those losses. The sample is not a market — it is a market with the failures deleted.

Where it hidesWhat gets deleted
Backtesting on current index membersEvery company removed from the index after falling apart
Mutual fund or hedge fund performance tablesFunds that closed or merged away after poor performance
“Traits of successful companies” studiesFirms with identical traits that failed anyway
Screens run on a current ticker universeNames that would have been screened in, then gone to zero
Track records of visible tradersEveryone who blew up and stopped posting

How big is the distortion?

Large enough to change conclusions, and it varies with the universe and the period, so treat any single figure with suspicion.

The relatives you should know

Survivorship bias rarely travels alone. Three close cousins do similar damage:

How to avoid it in your own testing

Where StratPick stands on this

This applies to this site, so it is worth stating plainly rather than burying in a footnote.

StratPick's own universe carries survivorship bias. The dataset covers roughly 200 US stocks and ETFs that are listed today, with about fifteen years of daily split- and dividend-adjusted history from Yahoo Finance. Companies that delisted or failed during that window are not in it. Every backtest on this site should therefore be read as an upper bound on what the same rules would have achieved against the real historical universe.

That is a genuine limitation of a free educational tool, not a detail we would rather you missed. The Robustness League and the since-listed forward tracking exist partly to push back against it: a strategy that only looks good because the failures were deleted tends to decay once it is tracked forward on data nobody has seen yet.

Frequently asked questions

What is survivorship bias in investing?

Drawing conclusions from only the things that lasted. In practice it means testing on companies or funds that still exist today, which silently removes everything that went bankrupt, delisted, or was absorbed after collapsing. The remaining sample is healthier than the real universe ever was.

How much does survivorship bias inflate backtest returns?

It varies with the universe and period. Studies of mutual fund databases have generally found biases on the order of roughly half a percent to one and a half percent per year. For individual stock universes the distortion can be larger, because delisting losses are often missing from the data entirely rather than recorded.

What is delisting bias?

A specific form where a security disappears from the dataset when it stops trading and the final loss is never recorded. Research on CRSP data found that missing delisting returns meaningfully biased results, and that performance-related delistings warranted a substantial assumed loss rather than a blank.

Does survivorship bias affect index funds?

Not a fund you actually hold, since it owns losers all the way down until removal. The bias appears when someone backtests an index using its current membership list, crediting it with owning today's winners during years it did not.

How do I avoid survivorship bias in my own testing?

Use point-in-time data that includes later-delisted securities with their final returns. Reconstruct universe membership as of each decision date. Where that data is unavailable, state the limitation and treat results as an upper bound.

Further reading