Quant Memo
Core

Square-Root-of-Time Scaling in Your Head

A mental-math shortcut for turning a daily volatility number into a monthly or annual one without a calculator, using the fact that independent variance adds up linearly while standard deviation only grows with the square root of time.

Prerequisites: Standard Deviation

Interviewers love asking "if daily vol is 2%, what's the annual vol?" because it tests whether you actually understand variance versus standard deviation, not just whether you memorized a formula. The trick to doing it in your head fast is remembering that variances of independent daily returns add, but volatility (standard deviation) is the square root of variance — so volatility scales with the square root of the number of periods, not the number of periods itself.

The shortcut: to scale a daily standard deviation to nn days, multiply by n\sqrt{n}. For a year of roughly 252 trading days, 25215.87\sqrt{252} \approx 15.87, which most desks just round to 16 for mental math. So annualizing is "multiply daily vol by 16." Going the other way, dividing an annual vol by 16 gives you the rough daily number.

Worked example: daily vol is 2%. Annual vol 2%×16=32%\approx 2\% \times 16 = 32\%. Check going backward: an index with 20% annual vol has daily vol 20%/16=1.25%\approx 20\% / 16 = 1.25\%. For a month (about 21 trading days), 214.6\sqrt{21} \approx 4.6, so a 1.5% daily vol becomes roughly 1.5%×4.66.9%1.5\% \times 4.6 \approx 6.9\% monthly vol — useful for sanity-checking a monthly risk number against a daily one someone just quoted you.

Volatility scales with the square root of time (not time itself) because independent daily variances add linearly. Memorize 25216\sqrt{252} \approx 16 to annualize daily vol instantly, and 214.6\sqrt{21} \approx 4.6 for monthly — this only holds under the assumption that daily returns are independent and identically distributed.

Practice in interviews

Further reading

  • Common quant interview mental-math drills
ShareTwitterLinkedIn