Volatility, annualising and why diversification lowers risk
When an investor says a fund is "volatile", they are quoting a standard deviation. It is the SD of the fund's returns, nearly always converted to a yearly figure. That one number explains two things people often find puzzling: why a daily figure is multiplied by √252 instead of 252, and why mixing two risky assets can give you a portfolio less risky than either blend of their risks would suggest.
━ Portfolio SD, 60% in asset 1 and 40% in asset 2 ┄ Weighted average of the two SDs, 15.2%
Volatility is the SD of returns, not of prices
The input is a series of returns: the percentage change from one period to the next. You would not take the standard deviation of the prices themselves, because a price that trends steadily upward would show a large SD while being perfectly predictable. Returns remove the trend and leave the period-to-period wobble, which is what the SD measures. If the standard deviation itself is new to you, start there; this post assumes you know what it measures.
Here are twelve monthly returns for a hypothetical fund. They are made-up numbers for illustration, not data for any real security.
| Month | Return | Month | Return |
|---|---|---|---|
| 1 | 2.1% | 7 | −0.6% |
| 2 | −3.4% | 8 | 2.8% |
| 3 | 4.0% | 9 | −4.2% |
| 4 | 1.2% | 10 | 1.9% |
| 5 | −1.8% | 11 | 0.7% |
| 6 | 3.5% | 12 | 3.0% |
The returns add up to 9.2%, so the mean monthly return is 0.767%. The sample standard deviation is 2.71% per month. That is the fund's monthly volatility: a typical month lands a couple of percentage points either side of its average.
Try it: standard deviation calculator
The twelve monthly returns are already filled in below; replace them with your own fund's returns to get its monthly volatility, then multiply by √12 as the next section explains.
Separate numbers with commas, spaces or new lines, or paste a spreadsheet column.
Decimals and negatives are fine; write 10:3 for a value that occurs 3 times.
Your results will appear here: the standard deviation first, then the rest of the summary and a chart.
Standard deviation (sample)
2.71003
Your values typically sit about 2.71 above or below their mean of 0.7667, in the same units as your data. 8 of 12 values (67%) fall between -1.943 and 3.477, within one standard deviation of the mean; for normally distributed data about 68% would.
Population SD (σ): 2.59465, if these values are the whole group.
- Count (n)
- 12
- Mean (x̄)
- 0.766667
- Variance (s²)
- 7.34424
- Standard error
- 0.782317
- Minimum
- -4.2
- Q1 (25%)
- -0.9
- Median
- 1.55
- Q3 (75%)
- 2.85
- Maximum
- 4
- Range
- 8.2
More statistics (5)
- Relative SD (%RSD)
- 353.482%
- Coefficient of variation
- 3.53482
- Sum (Σx)
- 9.2
- Sum of squares, Σ(x − x̄)²
- 80.7867
- IQR (Q3 − Q1)
- 3.75
Data distribution
Shaded bands mark ±1, ±2 and ±3 SD from the mean. 8 of 12 values (67%) fall within ±1 SD.
Chart as text
Mean 0.766667, sample standard deviation s = 2.71003, from 12 values between -4.2 and 4.
- Within ±1 SD (-1.943 to 3.477): 8 of 12 values (67%). About 68% for normal data.
- Within ±2 SD: 12 (100%). About 95% for normal data.
- Within ±3 SD: 12 (100%). About 99.7% for normal data.
Show the working, step by step
Open the full sample standard deviation calculator for the n − 1 formula and every working step.
Annualising: why the square root
Monthly and daily volatilities are not comparable with each other or with the yearly figures fund factsheets quote, so everything gets converted to an annual basis. The rule is to multiply by the square root of the number of periods in a year:
σ(annual) = σ(monthly) × √12 σ(annual) = σ(daily) × √252
The square root comes from how independent random changes add. If each month's return is independent of the last, the variance of a year's total is the sum of twelve monthly variances, 12σ². The standard deviation is the square root of that, √12 · σ. The same logic gives √252 for daily data, 252 being the usual count of trading days in a year.
| Data frequency | Periods per year | Multiplier | Example |
|---|---|---|---|
| Daily | 252 | 15.87 | 1.2% daily → 19.05% a year |
| Weekly | 52 | 7.21 | 2.5% weekly → 18.03% a year |
| Monthly | 12 | 3.46 | 2.71% monthly → 9.39% a year |
So the hypothetical fund above has an annualised volatility of 2.71% × 3.464 = 9.39%. Note what the rule does not say. It does not say a year is 12 times as volatile as a month; it is only about 3.5 times. Risk grows with time, but more slowly than time does. The rule also rests on the independence assumption. If returns trend (a good month tends to follow a good month), the true annual figure is higher than √12 predicts; if they mean-revert, it is lower.
Two assets: the portfolio formula
Now hold two assets. Suppose, again as an illustration, asset 1 has an annual volatility of 20% and asset 2 has 8%, and you put 60% of your money in the first and 40% in the second. The portfolio's return is the weighted sum of the two returns, and the variance of a weighted sum is:
σp² = w₁²σ₁² + w₂²σ₂² + 2 w₁ w₂ ρ σ₁ σ₂
where ρ is the correlation between the two assets' returns. The first two terms are each asset's own risk, scaled down by its weight squared. The third is the covariance term, and it is the only place the correlation appears. The weighted average of the two SDs is 0.6 × 20 + 0.4 × 8 = 15.2%. Here is what the formula gives for different correlations:
| Correlation ρ | Portfolio variance | Portfolio SD | Saving vs 15.2% |
|---|---|---|---|
| 1.0 | 231.04 | 15.20% | 0.00 |
| 0.5 | 192.64 | 13.88% | 1.32 |
| 0.2 | 169.60 | 13.02% | 2.18 |
| 0.0 | 154.24 | 12.42% | 2.78 |
| −0.5 | 115.84 | 10.76% | 4.44 |
| −1.0 | 77.44 | 8.80% | 6.40 |
Work the ρ = 0.5 row by hand to see the pieces: 0.36 × 400 = 144, plus 0.16 × 64 = 10.24, plus 2 × 0.6 × 0.4 × 0.5 × 20 × 8 = 38.4. The total is 192.64, and √192.64 = 13.88%. You can check any row, or try your own weights, with the portfolio standard deviation calculator.
Why the portfolio sits below the average
At ρ = 1 the formula collapses to a perfect square, (w₁σ₁ + w₂σ₂)², so the portfolio SD is exactly the weighted average. The two assets rise and fall in lockstep and there is nothing to offset. Any correlation below 1 shrinks the cross term, and because the other two terms do not depend on ρ, the portfolio variance falls. The gap between 15.2% and the actual figure is the diversification benefit.
The intuition: when asset 1 has a bad year, asset 2 is not guaranteed to have one too. Some of the swings cancel. Even with zero correlation, the portfolio here is at 12.42%, which is 2.78 points less risk for the same weighted-average expected return. Returns average linearly; risk does not. That asymmetry is the reason spreading money across assets is worth anything at all.
The table also shows the limits. Perfectly negative correlation (ρ = −1) would let you pick weights that remove all risk, but real assets almost never behave like that. Correlations are estimated from past data and tend to move around, and they can rise in stressed markets exactly when you want them low. Treat a correlation estimate as uncertain. You can compute one from two return series with the correlation coefficient calculator, but a figure from one calm period is a poor guide to a turbulent one.
What volatility does not tell you
Standard deviation treats a surprise gain and a surprise loss the same way, and most investors do not. It also summarises the whole distribution in one number, which works well for roughly bell-shaped data and poorly for returns with occasional large crashes. A fund with a 10% volatility is not promised to stay within ±10% in a given year; with fat tails, moves of three or four SDs happen more often than a normal distribution would predict. Use volatility to compare assets and to understand diversification, and pair it with other measures, such as the worst historical drawdown, before drawing conclusions about how much you could lose.
Related calculators
-
Portfolio standard deviation calculator
Two assets, their weights, SDs and correlation, with the diversification benefit shown.
-
Correlation coefficient calculator
Pearson r from two paired return series.
-
Covariance calculator
The cross term in the portfolio formula, from raw data.
Common questions
Is volatility the same as standard deviation?
In most investing contexts, yes: "volatility" means the standard deviation of an asset's returns over some period, usually annualised. It is a measure of how widely returns swing around their average, in both directions. It says nothing on its own about whether the average return is good or bad.
Why multiply by the square root of 252 and not by 252?
Because variances add across independent periods, standard deviations do not. A year of 252 trading days has 252 times the daily variance, so its standard deviation is √252 (about 15.87) times the daily one. Multiplying by 252 would overstate annual volatility by a factor of nearly 16.
Can diversification ever make a portfolio riskier?
Adding an asset can raise the portfolio SD if the new asset is much more volatile than what you hold and highly correlated with it. What diversification guarantees is narrower: for fixed weights, the portfolio SD is never above the weighted average of the asset SDs, and it is strictly below whenever the correlation is less than 1.