What if your “safe” stock isn’t as safe as you think?
Standard deviation is the number that proves it.
It measures how widely returns scatter around the average, the typical size of swings.
In plain terms, it tells you how bumpy a stock’s ride is and how that bumpiness affects a portfolio.
We’ll walk through what the number means, how to compute it step by step, and how to use it when sizing positions, comparing stocks, and planning for risk.
By the end you’ll have a short checklist to act on.
Core Meaning and Immediate Use of Standard Deviation in Stock Returns

Standard deviation measures how widely stock returns scatter around their average. It’s a volatility gauge, plain and simple. The typical size of swings above and below the mean.
Here’s what that looks like in practice. If the S&P 500 posts a mean monthly return of 2.33 percent with a standard deviation of 3.43 percentage points, you get a one‑sigma range running from −1.10 percent to 5.76 percent. That band shows you where most monthly results land when markets behave normally.
High standard deviation? Unpredictable, wide swings. Low standard deviation? Steadier, tighter returns. An investor who sees 20 percent standard deviation knows that asset’s returns often deviate 20 percentage points above or below the average in a typical year.
The empirical rule, sometimes called the 68–95–99.7 rule, gives you quick guidance. Roughly 68 percent of observations fall within one standard deviation of the mean, 95 percent within two, and 99.7 percent within three. That assumes returns follow a normal distribution.
Standard deviation works as a baseline risk metric because it captures total volatility without needing a benchmark. Variance, which is just standard deviation squared, measures the same dispersion but in squared units. Makes interpretation harder. Investors lean on standard deviation in four core ways:
- Risk classification – Assets get sorted as low, medium, or high volatility based on standard deviation.
- Performance band expectations – Combining mean and standard deviation builds likely return ranges for scenario planning.
- Comparing stocks – Two stocks with similar average returns but different standard deviations expose you to different risk profiles.
- Understanding variance – Standard deviation is the square root of variance, translating variance into the same percentage units as returns.
Measuring Stock Return Variability Through Standard Deviation

Standard deviation starts with a series of periodic returns. Daily, monthly, or annual. For each return, you calculate how far it sits from the average, square that difference to wipe out negative signs, sum all squared deviations, divide by a count, and take the square root to return to original units.
Two formulas exist. The population formula divides by N (the total number of observations). The sample formula divides by N−1. Financial analysts almost always use the sample formula because historical price data represent a sample drawn from a larger, unknowable population of possible outcomes.
Dividing by N−1 instead of N is called Bessel’s correction. It compensates for the fact that sample variance tends to underestimate true population variance when the sample mean is used. The correction makes the estimate unbiased.
In the S&P 500 example for January through June 2024, six monthly returns produced a sum of squared deviations equal to 58.73. Dividing by 6−1 yields 11.75, and the square root of 11.75 is 3.43 percentage points, the sample standard deviation.
The calculation progression:
- Sum of squared deviations = 58.73
- Divide by N−1 (6−1 = 5): 58.73 ÷ 5 = 11.75
- Standard deviation = √11.75 = 3.43 percentage points
Step‑by‑Step Calculation of Standard Deviation in Stock Returns

Computing standard deviation requires a time series of returns, not raw prices. Returns can be simple (arithmetic) percentage changes or logarithmic (geometric) changes. For most volatility work, especially option pricing models like Black–Scholes, use log returns. They assume lognormal price distributions and are additive across periods.
Manual Calculation Steps
- Collect closing prices for N consecutive periods. Days, weeks, or months.
- Compute log returns for each adjacent pair: rt = ln(Pt / P_{t−1}).
- Calculate the mean of all log returns: r̄ = (Σ r_t) / N.
- Square each deviation from the mean: (r_t − r̄)², then sum them.
- Divide by N−1 (sample formula), take the square root: σ = √[Σ(r_t − r̄)² / (N−1)].
Excel / Spreadsheet Instructions
- Download historical prices into column A (dates) and column B (closing prices).
- Compute log returns in column C starting at row 2:
=LN(B2/B1). - Calculate sample standard deviation of the log‑return column:
=STDEV.S(C2:C100)for a 100‑row series. - Annualize the result by multiplying by the square root of the number of periods per year:
=STDEV.S(C2:C100)*SQRT(240)for daily returns using 240 trading days, or*SQRT(252)if you prefer 252 trading days.
A worked numeric example. If the daily log‑return standard deviation equals 0.012, annualized volatility is approximately 0.012 × √240 = 0.012 × 15.4919 ≈ 0.1859, or 18.59 percent.
Interpreting High vs Low Standard Deviation in Market Returns

A high standard deviation warns of wide dispersion. A stock with annual standard deviation of 30 percent swings more violently than one with 10 percent. Low standard deviation indicates tighter, more predictable returns.
The empirical rule provides a mental shortcut. If returns are roughly normal, one standard deviation above and below the mean captures about 68 percent of historical outcomes, two standard deviations capture 95 percent, and three capture 99.7 percent.
For example, the S&P 500 delivered an average annual return of 11.21 percent over a recent ten‑year period with a standard deviation near 15.25 percent. Adding and subtracting one standard deviation produces a range from −4.04 percent to 26.46 percent. That band suggests that in about two out of every three years, the market’s annual return fell somewhere inside that window. The remaining third of years saw returns outside the band. Sometimes much higher, sometimes lower.
Real market returns often deviate from perfect normality. They exhibit fat tails (extreme outcomes occur more often than the normal curve predicts), skewness (asymmetric distributions), and volatility clustering (calm periods followed by stormy periods). Standard deviation remains useful as a first‑order risk gauge, but it doesn’t capture the full shape of the return distribution.
In the January–June 2024 S&P 500 sample, April’s return of −4.16 percent fell outside the one‑sigma band but stayed within two standard deviations. Even short samples show real‑world scatter.
| Return Metric | Example Value |
|---|---|
| Mean Monthly Return | 2.33% |
| Standard Deviation | 3.43 percentage points |
| ±1σ Range | −1.10% to 5.76% |
Standard Deviation vs Other Risk Measures in Stock Analysis

Standard deviation measures total volatility. It treats all return swings equally, whether they match broad market moves or reflect company‑specific news.
Other metrics slice risk in different ways. Variance is simply standard deviation squared. It amplifies large deviations and uses squared percentage units, making interpretation less intuitive. Financial models often work with variance internally because it’s mathematically convenient, but practitioners report standard deviation because it carries the same units as returns.
Beta isolates systematic risk by measuring how much a stock’s returns move in tandem with the market. A stock can have high standard deviation but low beta if most volatility comes from idiosyncratic factors. Mergers, earnings surprises, regulatory events that don’t correlate with the overall market. Conversely, a stock with modest total volatility can have high beta if nearly all its return swings track market direction closely.
Risk‑adjusted performance ratios build on standard deviation in specific ways:
- Variance – The square of standard deviation. Used in portfolio optimization math but harder to interpret directly.
- Beta – Covariance of stock returns with market returns divided by market variance. Measures sensitivity to market movements, not total volatility.
- Sharpe ratio – (Mean return − risk‑free rate) / standard deviation. Rewards higher return per unit of total volatility.
- Sortino ratio – (Mean return − risk‑free rate) / downside deviation. Penalizes only volatility below a target, treating upside swings as desirable.
- Downside deviation (semivariance) – Standard deviation computed using only returns that fall below the mean or a threshold. Focuses on unwanted risk.
Portfolio‑Level Standard Deviation and Diversification Effects

Portfolio standard deviation combines the volatilities of individual assets and the correlations between them. It doesn’t equal the simple weighted average of individual standard deviations because diversification reduces total risk when asset returns don’t move in lockstep.
A portfolio holding two imperfectly correlated assets will show lower volatility than the sum‑of‑parts calculation suggests. That gap widens as correlation falls.
Two‑Asset Portfolio Formula
For a two‑asset portfolio, variance is:
σ²_p = w₁² σ²₁ + w₂² σ²₂ + 2 w₁ w₂ Cov₁₂
Where w₁ and w₂ are the portfolio weights, σ₁ and σ₂ are individual standard deviations, and Cov₁₂ is the covariance between the two assets. Covariance equals ρ₁₂ σ₁ σ₂, where ρ₁₂ is the correlation coefficient.
Suppose Asset 1 has a 20 percent standard deviation, Asset 2 has 15 percent, and the correlation is 0.4. If you invest 60 percent in Asset 1 and 40 percent in Asset 2, the portfolio variance becomes:
(0.6)²(0.20)² + (0.4)²(0.15)² + 2(0.6)(0.4)(0.4)(0.20)(0.15) = 0.0144 + 0.0036 + 0.00576 = 0.02376.
Portfolio standard deviation is √0.02376 ≈ 0.1541, or 15.41 percent. Lower than the 60‑40 weighted average of 18 percent because correlation is well below 1.
Correlation’s Role in Volatility
The interaction term, 2 w₁ w₂ ρ₁₂ σ₁ σ₂, determines how much diversification benefit you capture:
- Correlation −0.5 – Negative correlation produces strong diversification. The interaction term subtracts from total variance, and portfolio standard deviation drops significantly below the weighted average.
- Correlation 0.0 – Zero correlation still offers diversification. The interaction term vanishes, but portfolio variance remains lower than a weighted‑average squared sum would imply.
- Correlation +0.4 – Moderate positive correlation provides modest diversification. The interaction term is positive but smaller than if correlation were 1, so portfolio standard deviation still falls below the simple average.
- Correlation +0.9 – High positive correlation leaves little room for diversification. Assets move nearly in sync, and portfolio standard deviation approaches the weighted average of individual volatilities.
Advanced Volatility Estimation Beyond Basic Standard Deviation

Standard sample standard deviation gives equal weight to every return observation. In practice, volatility isn’t constant. It clusters. Calm markets can suddenly turn stormy, and storm periods can persist.
Advanced models acknowledge this time‑varying behavior. Exponentially weighted moving average (EWMA) volatility assigns more weight to recent returns and less to distant ones, allowing the estimate to react quickly when market conditions shift. A common EWMA decay parameter is 0.94 for daily data, meaning yesterday’s squared return gets nearly full weight while returns from weeks ago fade rapidly.
GARCH (Generalized Autoregressive Conditional Heteroskedasticity) models take the idea further by modeling variance as a function of past variances and past squared returns. A simple GARCH(1,1) specification writes today’s variance as a weighted sum of a long‑run average variance, yesterday’s variance, and yesterday’s squared shock. This captures volatility clustering, the empirical fact that large return moves tend to follow large moves, and quiet days follow quiet days.
GARCH estimates update each period and provide a forward‑looking conditional variance forecast, whereas sample standard deviation is purely backward‑looking.
Regime detection extends the framework by recognizing that markets alternate between distinct volatility states. Low‑volatility bull phases and high‑volatility stress phases. Hidden Markov models and other regime‑switching techniques estimate the probability that the market is currently in a high or low‑volatility regime and adjust risk forecasts accordingly. These methods are especially useful for risk managers who need to anticipate sudden spikes in volatility rather than relying on a single average standard deviation figure.
Annualizing Standard Deviation for Stock Return Volatility

Daily or monthly standard deviation figures are hard to compare across timeframes. Annualization scales volatility to a common annual basis by multiplying by the square root of the number of periods per year.
If you compute standard deviation from daily log returns, multiply by √240 (using roughly 240 trading days per year) or √252 (the more common convention). For monthly returns, multiply by √12. The square‑root scaling assumes returns are independent across periods, an approximation that works reasonably well over short to medium horizons.
A numeric example. Suppose daily log‑return standard deviation is 0.01 (1 percent per day). Annualized standard deviation is 0.01 × √240 ≈ 0.01 × 15.4919 = 0.15492, or about 15.49 percent. If you prefer the 252‑day convention, 0.01 × √252 ≈ 0.01 × 15.8745 = 0.15875, roughly 15.88 percent. The difference is small, less than half a percentage point, but practitioners should stay consistent within a given analysis.
| Return Frequency | Periods per Year | Square Root Factor |
|---|---|---|
| Daily (240 trading days) | 240 | √240 ≈ 15.49 |
| Daily (252 trading days) | 252 | √252 ≈ 15.87 |
| Monthly | 12 | √12 ≈ 3.46 |
Practical Uses of Standard Deviation in Real Investing Decisions

Standard deviation translates into concrete portfolio decisions. Value‑at‑risk (VaR) estimates use standard deviation to predict the maximum likely loss over a given horizon at a chosen confidence level. For instance, if a portfolio has expected return zero and standard deviation 2 percent per day, one‑day 95 percent VaR is approximately 1.65 × 2 percent ≈ 3.3 percent. There’s a 5 percent chance of losing more than 3.3 percent in a single day under the normal‑distribution assumption.
Position sizing uses standard deviation to keep risk consistent across different assets. If Stock A has twice the volatility of Stock B, a volatility‑targeted strategy will allocate half the capital to Stock A to equalize the expected dollar volatility contribution. This approach prevents a single high‑volatility holding from dominating portfolio risk.
Stop‑loss levels often reference standard deviation. A trader might set a stop two standard deviations below the entry price, accepting that roughly 2.5 percent of normal outcomes will trigger the stop while protecting against larger adverse moves. The tighter the standard deviation, the closer the stop can sit without excessive whipsaw. The wider the standard deviation, the more breathing room the position requires.
Standard deviation also underpins volatility‑scaling strategies. When realized volatility rises, a systematic fund might reduce position sizes to keep total portfolio volatility near a target, say 10 percent annualized. When volatility falls, the fund scales positions up. This dynamic leverage keeps risk exposure roughly constant across market regimes.
Finally, comparing historical standard deviation to implied volatility from option prices reveals whether options are expensive or cheap. If implied volatility sits well above recent realized standard deviation, option sellers may find attractive premiums. If implied volatility is low relative to history, option buyers may see bargains before a volatility spike.
Investors rely on standard deviation for:
- Value‑at‑risk estimation – Translating volatility into maximum expected loss at a confidence level.
- Position sizing – Allocating capital inversely to volatility to equalize risk contributions.
- Stop‑loss calibration – Setting exit levels based on typical return dispersion.
- Volatility targeting – Adjusting leverage dynamically to maintain constant portfolio volatility.
- Historical vs implied volatility analysis – Identifying mispriced options by comparing realized standard deviation to option‑implied volatility.
Worked Educational Case Study: Standard Deviation of Historical Stock Returns

The S&P 500 index provides a clean example. Taking the first six months of 2024, monthly returns were 1.59 percent in January, 5.17 percent in February, 3.10 percent in March, −4.16 percent in April, 4.80 percent in May, and 3.47 percent in June. These six data points form a short sample but illustrate the full calculation path from raw returns to standard deviation.
| Month | Return (%) |
|---|---|
| January | 1.59 |
| February | 5.17 |
| March | 3.10 |
| April | −4.16 |
| May | 4.80 |
| June | 3.47 |
Computed Metrics
The mean monthly return is (1.59 + 5.17 + 3.10 − 4.16 + 4.80 + 3.47) / 6 = 13.97 / 6 = 2.33 percent.
For each month, compute the squared deviation from 2.33. January: (1.59 − 2.33)² = (−0.74)² = 0.55. February: (5.17 − 2.33)² = (2.84)² = 8.07. March: (3.10 − 2.33)² = (0.77)² = 0.59. April: (−4.16 − 2.33)² = (−6.49)² = 42.12. May: (4.80 − 2.33)² = (2.47)² = 6.10. June: (3.47 − 2.33)² = (1.14)² = 1.30.
Summing these squared deviations gives 58.73. Dividing by 6 − 1 = 5 yields 11.75. Taking the square root produces 3.43 percentage points as the sample standard deviation.
- Mean return: 2.33 percent per month
- Sum of squared deviations: 58.73
- Variance (sample): 58.73 / 5 = 11.75
- Standard deviation (sample): √11.75 = 3.43 percentage points
- One‑sigma range: 2.33% ± 3.43% = −1.10% to 5.76%
April’s −4.16 percent return sits outside the one‑sigma band (below −1.10 percent) but well within two standard deviations. The case study confirms that even in a short sample, standard deviation provides a meaningful summary of typical dispersion. Extending the sample to more months or years would produce a more stable estimate, but the calculation mechanics remain identical.
Final Words
We jumped straight into measuring risk: what standard deviation does, how to compute it step by step, and a Jan–Jun S&P example that gave a 3.43% SD.
Why it matters: that single number helps with position sizing, portfolio standard deviation, comparing stocks, and setting realistic performance bands. We also covered annualizing, advanced models, and practical tools like VaR and stop placement.
Watch yields, correlations, and realized versus implied volatility — they change what standard deviation in stock returns means for your portfolio. Use it to make steadier choices.
FAQ
Q: What is the standard deviation of a stock return?
A: The standard deviation of a stock return measures how far that stock’s returns typically deviate from its average return; it quantifies total volatility and helps set expectations for typical upside and downside swings.
Q: What is a good standard deviation for a stock? Is a standard deviation of 0.5 good?
A: A “good” standard deviation depends on your goals: 10–20% annual SD often fits moderate investors, while higher suits aggressive ones. A 0.5 SD (50%) is very high, implying large swings and greater risk.
Q: What is the 7% rule in stocks?
A: The 7% rule in stocks refers to using about a 7% long‑term annual return as a planning baseline; it’s a simple assumption for projections, not a promise, so test alternatives and sensitivity to outcomes.