Back to Risk Metrics
Risk Metrics

Standard Deviation (Volatility)

The foundational measure of how spread out investment returns are from the average. Standard deviation is the building block for nearly every risk metric — from Sharpe ratio to Value at Risk.

Quick Summary

  • Formula: σ = √[Σ(R_i − R̄)² / n]
  • Measures: Total volatility — how much returns deviate from the mean
  • Lower is calmer: A portfolio with 8% std dev is half as volatile as one with 16%
  • Key insight: Standard deviation feeds into Sharpe ratio, VaR, and beta — it's the DNA of risk measurement

What Is Standard Deviation in Investing?

In everyday language, standard deviation measures how "spread out" your returns are. If your portfolio averages 10% annually, a low standard deviation (say 5%) means most years were close to 10%. A high standard deviation (say 25%) means returns swung wildly — some years +35%, others -15%.

Standard deviation is the square root of variance. It captures TOTAL volatility — both upside and downside. This is both its strength (comprehensive) and its limitation (it penalizes big gains the same as big losses).

It's the foundation for the Sharpe ratio (which divides excess return by std dev), parametric Value at Risk, and many other risk calculations.

The 68-95-99.7 Rule (Bell Curve)

If returns follow a normal distribution:

68%of returns fall within ±1 standard deviation of the mean
95%fall within ±2 standard deviations
99.7%fall within ±3 standard deviations

Example

Portfolio with 10% average return and 15% standard deviation:

68% of years: returns between -5% and +25%

95% of years: returns between -20% and +40%

99.7% of years: returns between -35% and +55%

Important caveat: Real market returns are NOT perfectly normal. They have "fat tails" — extreme events happen more often than the bell curve predicts. The 2008 financial crisis was a 5+ standard deviation event that "should" happen once in 3.5 million years.

How to Calculate Standard Deviation

σ = √[Σ(R_i − R̄)² / n]

Step-by-Step with 6 Months of Returns

Month returns: +3%, -1%, +4%, -2%, +5%, +1%

1. Mean: (3 - 1 + 4 - 2 + 5 + 1) / 6 = 1.67%

2. Deviations: 1.33, -2.67, 2.33, -3.67, 3.33, -0.67

3. Squared: 1.78, 7.11, 5.44, 13.44, 11.11, 0.44

4. Average: 39.33 / 6 = 6.56

5. Square root: √6.56 = 2.56% (monthly)

6. Annualize: 2.56% × √12 = 8.87% (annual)

Note: multiply monthly std dev by √12 to annualize, or daily std dev by √252 (trading days per year). Volatility scales with the square root of time, not linearly.

How to Interpret Standard Deviation

Ranges for annualized standard deviation:

< 5%Very low volatility — Bonds, money market funds, short-term treasuries. Very stable but limited growth.
5% to 10%Low volatility — Balanced funds, utilities, dividend stocks. Steady but participates in market.
10% to 15%Moderate — Diversified stock portfolios, the S&P 500 historically. The "normal" range for equity investors.
15% to 25%High — Growth stocks, sector funds, international equities. Significant swings.
> 25%Very high — Individual stocks, crypto, leveraged ETFs. Wild ride; not for the faint-hearted.

Important: always consider standard deviation in the context of the asset class. A 15% std dev is perfectly normal for stocks but would be extreme for a bond portfolio.

Historical Asset Class Volatilities

Typical annualized standard deviations across major asset classes:

Asset ClassTypical Annual Std DevRange
Money Market / T-Bills0.5% - 1%Ultra-stable
Investment-Grade Bonds4% - 7%Low
60/40 Stock/Bond9% - 11%Moderate
S&P 50014% - 16%Moderate-high
Small-Cap Stocks18% - 22%High
Emerging Markets20% - 25%High
Individual Tech Stocks25% - 50%+Very high
Bitcoin / Crypto60% - 80%+Extreme

Values are illustrative based on historical ranges. Actual volatility varies by time period.

Standard Deviation vs Downside Deviation

Standard deviation captures all volatility, while downside deviation only measures below-target moves:

FeatureStandard DeviationDownside Deviation
What it measuresAll volatility (up + down)Only below-target volatility
Upside movesCounted as riskIgnored
Used inSharpe ratio, VaRSortino ratio
Best forOverall volatility pictureEvaluating downside risk
LimitationPenalizes big gainsNeeds a target return assumption

Many modern investors prefer the Sortino ratio (which uses downside deviation) over the Sharpe ratio because it doesn't penalize welcome upside volatility.

How Standard Deviation Feeds Into Other Metrics

Standard deviation is the building block for many risk calculations:

Sharpe Ratio

Sharpe = Excess Return / Standard Deviation

Parametric VaR

VaR = z × Standard Deviation × Portfolio Value

The higher your standard deviation, the lower your Sharpe ratio (all else equal). Reducing unnecessary volatility directly improves your risk-adjusted performance metrics.

Real-World Example: Three Portfolios Over 10 Years

Compare three portfolios with different risk profiles:

PortfolioAvg ReturnStd DevWorst YearBest Year
All-Bond4%5%-2%8%
60/40 Balanced8%10%-12%22%
All-Stock Growth11%20%-35%38%

Returns and volatility are illustrative based on historical ranges.

All three had positive returns, but the experience was vastly different. The all-stock portfolio's 20% std dev means in a bad year, you could see -35% — can you handle that? Standard deviation tells you the width of the roller-coaster track before you get on.

How to Reduce Portfolio Standard Deviation

Four practical strategies to lower your portfolio's volatility:

1. Diversify Across Uncorrelated Assets

Combining stocks and bonds with low correlation reduces portfolio std dev below the weighted average. This is the core insight of Modern Portfolio Theory.

2. Add Bonds or Cash

Lower-volatility assets mechanically reduce portfolio std dev. Even a small bond allocation (20-40%) can dramatically smooth out your portfolio's ride.

3. Avoid Concentrated Positions

A single stock can have 30-50% std dev. Spreading across 20+ holdings smooths out company-specific volatility through diversification.

4. Rebalance Regularly

Drift toward overweight positions increases std dev over time. Regular rebalancing maintains your intended risk level by trimming winners and adding to underweight positions.

How Portfolio Genius Tracks Your Volatility

Portfolio Genius automatically calculates standard deviation for every portfolio, giving you instant visibility into your volatility profile:

  • Automatic volatility tracking across timeframes — View your standard deviation over 1 month, 3 months, 1 year, and all-time periods
  • Position-level contribution — See how each position contributes to overall portfolio volatility
  • Benchmark comparison — Compare your portfolio's volatility to your chosen benchmark
  • AI-powered recommendations — Get specific suggestions for reducing volatility without sacrificing return, displayed alongside Sharpe ratio, beta, and maximum drawdown

Understanding your portfolio's standard deviation helps you set realistic expectations for how bumpy the ride will be — and whether you're being compensated for it.

Common Mistakes to Avoid

  • Confusing standard deviation with downside risk — Std dev penalizes gains too; a 40% gain increases std dev just like a 40% loss. If you only care about downside risk, look at downside deviation or max drawdown.
  • Assuming returns are normally distributed — Real markets have fat tails; extreme events happen more often than standard deviation predicts. The 68-95-99.7 rule is a useful approximation, not a guarantee.
  • Not annualizing correctly — Monthly std dev × √12 for annual; don't multiply by 12 directly. Volatility scales with the square root of time, not linearly.
  • Comparing std dev across different asset classes without context — 15% std dev is normal for stocks, extreme for bonds. Always compare within the same asset class or strategy type.
  • Using standard deviation as the sole risk metric — Always pair with max drawdown, Sharpe ratio, and beta for a complete picture.

Frequently Asked Questions

What is a good standard deviation for a portfolio?
It depends on your risk tolerance and asset allocation. A conservative portfolio of bonds might have a standard deviation of 4-7%. A diversified stock portfolio typically has 12-18%. The S&P 500 historically has about 15%. The right level is the amount of volatility you can endure without panic-selling during a downturn.
What is the 68-95-99.7 rule?
For normally distributed returns, 68% fall within ±1 standard deviation of the mean, 95% within ±2, and 99.7% within ±3. For a portfolio with 10% average return and 15% standard deviation, 68% of annual returns fall between -5% and +25%. This gives you a quick sense of the "normal" range to expect.
How do you annualize standard deviation?
Multiply the periodic standard deviation by the square root of the number of periods per year. Monthly standard deviation × √12 = annual standard deviation. Daily standard deviation × √252 = annual standard deviation (252 trading days). Don’t multiply by the number of periods directly — volatility scales with the square root of time, not linearly.
Why does standard deviation penalize upside volatility?
Because it measures the dispersion of ALL returns from the mean — whether above or below. A month where your portfolio jumps 10% increases standard deviation just as much as a month where it drops 10%. This is why the Sortino ratio was created: it only uses downside deviation, ignoring upside moves.
How is standard deviation related to the Sharpe ratio?
Standard deviation is the denominator of the Sharpe ratio formula: Sharpe = (Return - Risk-Free Rate) / Standard Deviation. Lower standard deviation (with the same excess return) produces a higher Sharpe ratio. This is why reducing unnecessary volatility directly improves your risk-adjusted performance.
Is higher standard deviation always bad?
Not necessarily. Higher standard deviation means more volatility, but it also means more upside potential. Young investors with long time horizons may benefit from higher-standard-deviation portfolios because they can ride out downturns and capture the higher long-term returns. The key question is whether you’re being compensated for the volatility — that’s what the Sharpe ratio measures.

Track Your Portfolio's Volatility

Portfolio Genius calculates standard deviation and other key risk metrics automatically. See whether your portfolio's volatility matches your risk tolerance — and get AI-powered insights for reducing it.