The Standard Error of the Sharpe Ratio
A Sharpe ratio computed from a track record is an estimate, and estimates have error bars. For daily data the rule is almost embarrassingly simple, the standard error is about one over the square root of the number of years.
Prerequisites: Sharpe Ratio, Confidence Intervals, The Sampling Distribution
Someone shows you a strategy with a Sharpe ratio of 1.5 over three years. Is that good evidence of skill, or could a mediocre strategy have produced that number by luck? Almost every argument about backtests is really this argument, and it is settled by a single quantity: the standard error of the Sharpe ratio.
The instinct to resist is treating the reported number as a fact. A Sharpe ratio calculated from data is a statistic, computed from a finite sample, and if you re-ran the same strategy through a different three years you would get a different number. How different is the whole question.
The formula
For return observations that are independent and identically distributed, the estimated Sharpe ratio has approximate standard error
In words: the uncertainty shrinks with the square root of how many observations you have, and grows slightly when the Sharpe ratio itself is large. Both and must be measured at the same frequency, if you use daily returns then is the daily Sharpe ratio and is the number of days.
That frequency-matching is where people go wrong, so here is the version you should actually memorise. Convert to annual terms and almost everything cancels, leaving
In words: the error bar on an annualised Sharpe ratio is one over the square root of the number of years, and nothing else. Sampling more finely does not help. Ten years of daily data and ten years of monthly data give you almost exactly the same certainty about the Sharpe ratio, because what you are trying to measure is an annual quantity and you only have ten years of it.
Track record length in years is the only thing that buys you confidence in a Sharpe ratio. Higher-frequency data gives you more rows in a spreadsheet, not more information about the annual risk-reward trade-off.
Because the estimate is approximately normal around the truth, you can see the whole picture as a bell curve. Set the mean to a plausible true Sharpe ratio and the standard deviation to , then read off how much probability sits below zero, that is the chance a genuinely good strategy shows a losing three-year stretch:
Worked example: is a 1.5 Sharpe over three years real?
years of daily returns, annualised.
Step 1, standard error. . (The exact formula gives 0.579, the difference is negligible.)
Step 2, test against zero. . That clears the usual 1.96 threshold, so yes, the record is statistically significant at the 5% level.
Step 3, and now the uncomfortable part. The 95% confidence interval is
The data is consistent with a strategy whose true Sharpe ratio is 0.4, barely worth running after costs, and equally consistent with one of 2.6, which would be among the best in the world. "Significant" and "well estimated" are not the same thing. You have ruled out zero and almost nothing else.
Step 4, one year instead of three. , so and the interval is . A single year of a 1.5 Sharpe ratio is not evidence of anything.
Worked example: how long a record do you need?
Rearrange the significance condition with :
In words: required track record equals about four divided by the Sharpe ratio squared. Running the numbers:
| True Sharpe | Years needed |
|---|---|
| 0.3 | 43 |
| 0.5 | 15 |
| 1.0 | 3.8 |
| 1.5 | 1.7 |
| 2.0 | 1.0 |
This single table explains a great deal about the industry. A long-only equity manager with a genuine 0.3 edge cannot prove it within a career. A market-neutral book at 1.0 needs four clean years. Only high-Sharpe, high-frequency strategies can be validated quickly, which is exactly why those desks measure everything and long-horizon investors argue forever.
Fat tails make it worse
The formula above assumes returns are normal. Real strategies, especially ones that sell insurance, collect carry, or short volatility, have negative skew and heavy tails. Mertens' correction adds those moments in:
where is skewness and is kurtosis. In words: negative skew (the term, which becomes positive when skew is negative) and fat tails (the term) both inflate the error bar. The strategies whose Sharpe ratios look most impressive are frequently the ones whose Sharpe ratios are least reliable.
A concrete case. Five years of monthly returns, so . Monthly Sharpe ratio 0.30, which annualises to . Skewness , kurtosis 8.
- Naive: , so monthly SE , annualised . Then , significant.
- Corrected: , so monthly SE , annualised . Then , not significant.
The skew and kurtosis terms contributed 0.563 of the 1.608 total, more than a third of the variance, and flipped the verdict.
This whole calculation tests one strategy against zero. If you tried two hundred variants and reported the best, the relevant threshold is far higher than 1.96, because the maximum of many noisy estimates is biased upward. That correction is the job of the The Deflated Sharpe Ratio and Minimum Backtest Length; see also p-values and Multiple Testing and Backtest Overfitting. A "significant" Sharpe ratio from a search over many configurations is not significant at all.
In practice
- Report the interval, not the point. "Sharpe 1.5" invites false confidence; "Sharpe 1.5, 95% CI 0.4 to 2.6 on three years" is honest and takes no more space.
- Compare two strategies carefully. The difference of two Sharpe ratios has its own, wider standard error. A 1.4 and a 1.1 over the same five years are statistically indistinguishable.
- Use it as a design constraint. Before building anything, ask how many years of data you have and what Sharpe ratio would be detectable in that span. If the honest answer is 0.9 and your idea plausibly delivers 0.3, no amount of modelling will settle the question.
- Watch the assumptions. Autocorrelated returns, common in illiquid or smoothed marks, break the i.i.d. assumption in the other direction and understate risk. See Autocorrelation and Serial Correlation and Sharpe Ratio.
Related concepts
Practice in interviews
Further reading
- Lo (2002), The Statistics of Sharpe Ratios, Financial Analysts Journal
- Mertens (2002), Comments on Variance of the IID Estimator in Lo (2002)
- Bailey & López de Prado (2012), The Sharpe Ratio Efficient Frontier