Skip to main content
aifinhub
Risk & Portfolio Construction Formula

Annualized Volatility Formula

Annualized volatility is the standard deviation of per-period returns scaled by the square root of the number of periods in a year. Volatility scales with the square root of time, not linearly, because variance adds across independent periods while the mean adds linearly. This square-root-of-time rule is the standard convention for stating volatility on a comparable annual basis.

By AI Fin Hub Research · AI Fin Hub Team
Best Next MoveCalculators

Returns Distribution Analyzer

Paste a returns CSV. Histogram, normal-overlay, QQ plot, skewness, excess kurtosis, Jarque-Bera test, tail-weight index. See why Sharpe alone misleads.

CalculatorOpen ->

On This Page

Formula

Copy the exact expression or work through it step by step below.

sigma_period = sqrt( (1/(n-1)) x sum_i (R_i - mean_R)^2 ) sigma_annual = sigma_period x sqrt(N) where N = periods per year (252 daily, 52 weekly, 12 monthly)

Variables

R_i

Period return

Return in period i. Log returns are often preferred for volatility because they add cleanly across periods.

mean_R

Mean return

Average of the per-period returns over the sample, the center around which dispersion is measured.

sigma_period

Per-period volatility

Sample standard deviation of returns at the native frequency (daily, weekly, monthly), using the n-1 divisor for an unbiased estimate.

N

Periods per year

Number of return periods per year. The square root appears because, for independent returns, variance grows linearly with the number of periods, so its square root (the standard deviation) grows with the square root of N.

Step By Step

  1. 1

    Compute the per-period return standard deviation from the sample.

    Daily returns over a year have a standard deviation of 1.1%.

  2. 2

    Identify the number of periods per year for the return frequency.

    Daily equity returns use N = 252 trading days.

  3. 3

    Multiply the per-period standard deviation by the square root of N.

    0.011 x sqrt(252) = 0.011 x 15.875 = 0.1746.

  4. 4

    Express as a percentage and treat it as the annualized volatility, valid under the assumption that returns are roughly independent across periods.

    Annualized volatility of about 17.5%.

Worked Example

Annualizing a stock's daily return volatility

Daily return standard deviation

1.1%

Trading days per year

252

sigma_annual = 0.011 x sqrt(252). sqrt(252) = 15.875. 0.011 x 15.875 = 0.17462 = 17.46%.

Annualized volatility of about 17.5%. The square-root-of-time scaling assumes returns are serially independent. If returns are positively autocorrelated (trending), this rule understates true annual volatility; if negatively autocorrelated (mean-reverting), it overstates it. Always check for autocorrelation before relying on the scaled figure.

Common Variations

EWMA volatility: weights recent observations more heavily so the estimate reacts faster to regime changes, used in RiskMetrics.
GARCH volatility: models time-varying volatility with mean reversion and clustering rather than assuming a constant level.
Realized volatility: sums high-frequency intraday squared returns to estimate daily volatility directly, then annualizes.

Try These Tools

Run the numbers next

Sources & References

Related Content

Keep the topic connected

Planning estimates only — not financial, tax, or investment advice.