Quant Memo
Core

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 TT return observations that are independent and identically distributed, the estimated Sharpe ratio SR^\widehat{SR} has approximate standard error

SE(SR^)    1+SR^2/2T.\text{SE}\big(\widehat{SR}\big) \;\approx\; \sqrt{\frac{1 + \widehat{SR}^{\,2}/2}{T}}.

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 SR^\widehat{SR} and TT must be measured at the same frequency, if you use daily returns then SR^\widehat{SR} is the daily Sharpe ratio and TT 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

SE(SR^annual)    1N,N=years of data.\text{SE}\big(\widehat{SR}_{\text{annual}}\big) \;\approx\; \frac{1}{\sqrt{N}}, \qquad N = \text{years of data}.

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.

1 yr 3 yr 5 yr 10 yr 20 yr SR = 0 true SR = 1.0
Ninety-five percent intervals for an estimated Sharpe ratio when the truth is 1.0. Fewer than five years and the interval still contains zero, meaning the record cannot rule out a strategy with no edge at all.

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 1/N1/\sqrt{N}, then read off how much probability sits below zero, that is the chance a genuinely good strategy shows a losing three-year stretch:

Distribution · normal
-0.161.002.16μvalue →
Within ±1σ 68.3%mean μ 1.00std σ 0.58

Worked example: is a 1.5 Sharpe over three years real?

N=3N = 3 years of daily returns, SR^=1.5\widehat{SR} = 1.5 annualised.

Step 1, standard error. SE=1/3=0.577\text{SE} = 1/\sqrt{3} = 0.577. (The exact formula gives 0.579, the difference is negligible.)

Step 2, test against zero. t=1.5/0.577=2.60t = 1.5/0.577 = 2.60. 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

1.5±1.96×0.577=[0.37, 2.63].1.5 \pm 1.96 \times 0.577 = [\,0.37,\ 2.63\,].

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. SE=1.0\text{SE} = 1.0, so t=1.5t = 1.5 and the interval is [0.46, 3.46][-0.46,\ 3.46]. 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 SR^/SE>1.96\widehat{SR}/\text{SE} > 1.96 with SE=1/N\text{SE} = 1/\sqrt{N}:

N>(1.96SR)2 years.N > \left(\frac{1.96}{SR}\right)^{2} \ \text{years}.

In words: required track record equals about four divided by the Sharpe ratio squared. Running the numbers:

True SharpeYears needed
0.343
0.515
1.03.8
1.51.7
2.01.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:

Var(SR^)=1+12SR2γ3SR+γ434SR2T,\text{Var}\big(\widehat{SR}\big) = \frac{1 + \tfrac12 SR^2 - \gamma_3\,SR + \tfrac{\gamma_4 - 3}{4}\,SR^2}{T},

where γ3\gamma_3 is skewness and γ4\gamma_4 is kurtosis. In words: negative skew (the γ3SR-\gamma_3 SR term, which becomes positive when skew is negative) and fat tails (the γ43\gamma_4 - 3 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 T=60T = 60. Monthly Sharpe ratio 0.30, which annualises to 0.3012=1.040.30\sqrt{12} = 1.04. Skewness 1.5-1.5, kurtosis 8.

  • Naive: Var=(1+0.045)/60=0.01742\text{Var} = (1 + 0.045)/60 = 0.01742, so monthly SE =0.132= 0.132, annualised 0.4570.457. Then t=1.04/0.457=2.27t = 1.04/0.457 = 2.27, significant.
  • Corrected: Var=(1+0.045+0.450+0.113)/60=0.02679\text{Var} = (1 + 0.045 + 0.450 + 0.113)/60 = 0.02679, so monthly SE =0.164= 0.164, annualised 0.5670.567. Then t=1.04/0.567=1.83t = 1.04/0.567 = 1.83, 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
ShareTwitterLinkedIn