Quant Memo
Core

Minimum-Variance Portfolio

The combination of assets with the lowest possible volatility — the leftmost tip of the efficient frontier. It's built from the covariance matrix alone, needing no forecast of returns, which is exactly why it's so robust.

Prerequisites: Covariance Matrix Estimation, The Efficient Frontier

Of all the portfolios you can build from a set of assets, exactly one has the lowest possible volatility. That's the minimum-variance portfolio (MVP), and it sits at the far-left tip of the The Efficient Frontier — the point where the curve of risk-versus-return stops moving left. What makes it special isn't just that it's the calmest portfolio available; it's how little you need to know to build it. Every other point on the frontier requires you to forecast expected returns, the single hardest and least reliable input in all of investing. The MVP needs only the covariance matrix.

The weights that minimise variance have a clean closed form:

wMVP=Σ111Σ11.w_{\text{MVP}} = \frac{\Sigma^{-1}\mathbf{1}}{\mathbf{1}^\top \Sigma^{-1}\mathbf{1}} .

Σ\Sigma is the covariance matrix of asset returns, Σ1\Sigma^{-1} its inverse, and 1\mathbf{1} is a column of ones. The numerator Σ11\Sigma^{-1}\mathbf{1} tilts weight toward assets that are low-volatility and low-correlation — the ones that shrink total risk. The denominator is just a normaliser that forces the weights to sum to 1. No expected returns appear anywhere.

The minimum-variance portfolio is wΣ11w \propto \Sigma^{-1}\mathbf{1} — the lowest-risk portfolio you can build, and the only point on the The Efficient Frontier that needs no return forecasts. That's its superpower: it sidesteps the most error-prone input in portfolio construction entirely.

For just two assets the formula unpacks into something you can compute by hand:

wA=σB2ρσAσBσA2+σB22ρσAσB.w_A = \frac{\sigma_B^2 - \rho\,\sigma_A\sigma_B}{\sigma_A^2 + \sigma_B^2 - 2\rho\,\sigma_A\sigma_B} .

Slide the weight below to walk along the two-asset frontier and find its leftmost point — that's the MVP. Then drag the correlation ρ\rho down: as the two assets become better hedges for each other, the frontier bows further left and the minimum-variance point drops to a lower and lower risk.

Efficient frontier
4%8%12%0%8%16%24%ABmin riskrisk (volatility) →
Mix: 50% A · 50% Breturn 8.0%risk 11.5%min-risk mix 92% A

Worked example

Two assets: a calm one A with volatility 10%, a racy one B with volatility 20%, correlation ρ=0.2\rho = 0.2.

wA=0.2020.2(0.10)(0.20)0.102+0.2022(0.2)(0.10)(0.20)=0.040.0040.01+0.040.008=0.0360.042=0.857.w_A = \frac{0.20^2 - 0.2(0.10)(0.20)}{0.10^2 + 0.20^2 - 2(0.2)(0.10)(0.20)} = \frac{0.04 - 0.004}{0.01 + 0.04 - 0.008} = \frac{0.036}{0.042} = 0.857 .

So the MVP holds 85.7% in A and 14.3% in B. Its variance is

0.8572(0.102)+0.1432(0.202)+2(0.857)(0.143)(0.2)(0.10)(0.20)=0.00914,0.857^2(0.10^2) + 0.143^2(0.20^2) + 2(0.857)(0.143)(0.2)(0.10)(0.20) = 0.00914,

giving a volatility of 0.00914=9.6%\sqrt{0.00914} = 9.6\%. Look closely: 9.6% is lower than either asset alone — lower even than the 10% of the calm asset A. That's the magic of diversification: mixing in a little of the riskier B, which doesn't move in perfect lockstep with A, actually lowers total risk below what you could get holding only the safest asset. The MVP finds the exact blend where that benefit is maximised.

Where it misleads

  • Σ1\Sigma^{-1} amplifies noise. Inverting the covariance matrix magnifies estimation error, so a naive MVP often concentrates in a handful of "low-vol" names that just looked calm and uncorrelated in your sample. Shrinkage (Ledoit-Wolf Covariance Shrinkage) or weight constraints are close to mandatory in practice (Pitfalls of Mean-Variance Optimization).
  • Low variance is not low risk of ruin. The MVP minimises volatility, which treats up-moves and down-moves alike and assumes the covariances are stable. In a crisis correlations jump toward 1 and the "diversified" MVP can lose its cushion exactly when you need it.
  • It's a corner, not the whole answer. The MVP ignores return entirely, so it's not where you'd want all your money if some assets genuinely offer more reward. It's the robust anchor of the frontier, often blended with a return-seeking portfolio.

The clean formula hides a landmine: Σ1\Sigma^{-1} turns small errors in the covariance estimates into large, unstable weights, often piling into a few names. A raw MVP is rarely used as-is — apply shrinkage, cap position sizes, or both before trusting it.

Because it dodges return forecasting, the MVP is empirically one of the sturdiest portfolios out there — and, oddly, it has historically beaten the cap-weighted market on a risk-adjusted basis. That free lunch has a name: the The Low-Volatility Anomaly.

Related concepts

Practice in interviews

Further reading

  • Markowitz (1952), Portfolio Selection
  • Clarke, de Silva & Thorley (2011), Minimum-Variance Portfolio Composition
ShareTwitterLinkedIn