On this page
Modern Portfolio Theory: Risk, Return, and the Mix
Modern Portfolio Theory is the framework Harry Markowitz introduced in 1952 for choosing a portfolio based on the joint behaviour of expected return and risk. It is the intellectual root of the efficient frontier, the Capital Asset Pricing Model, and most quantitative portfolio construction used today.
Key Takeaways
- Modern portfolio theory proves that risk is a property of the whole portfolio, not of any individual asset, because covariances between assets drive total variance.
- A 50/50 blend of two assets each at 20% volatility with a 0.2 correlation yields a portfolio volatility of about 12%, 3 points below the simple weighted average.
- The most common mistake is using historical mean returns as expected future returns, since sample means are extremely noisy estimators at investment horizons.
- Mean-variance optimization is an error-maximizer: small input changes can produce wildly different weights, which is why constraints and shrinkage are standard in practice.
Key Takeaways
- Modern portfolio theory proves that risk is a property of the whole portfolio, not of any individual asset, because covariances between assets drive total variance.
- A 50/50 blend of two assets each at 20% volatility with a 0.2 correlation yields a portfolio volatility of about 12%, 3 points below the simple weighted average.
- The most common mistake is using historical mean returns as expected future returns, since sample means are extremely noisy estimators at investment horizons.
- Mean-variance optimization is an error-maximizer: small input changes can produce wildly different weights, which is why constraints and shrinkage are standard in practice.
What It Is
In his 1952 paper Portfolio Selection in the Journal of Finance, Markowitz proposed a simple but far-reaching rule. An investor should pick the portfolio that offers the highest expected return for a given level of variance, or equivalently the lowest variance for a given level of expected return. Risk and return are treated as a pair, not as separate decisions.
Three inputs drive the whole model: the expected return of each candidate asset, the variance of each asset's return, and the covariance between every pair of assets. Feed those into a mean-variance optimiser and the model returns a set of weights that are efficient in the Markowitz sense. Any portfolio not on that set is dominated, meaning another portfolio offers either more return for the same variance or less variance for the same return.
The Intuition
Before 1952, portfolio construction was mostly a bottom-up exercise. Analysts picked stocks one at a time based on their individual merits and stacked them into a portfolio. Markowitz showed that this misses the most important number: the covariance between holdings. Two stocks that each look attractive in isolation can be a poor pair if they rise and fall together, because adding the second one does not reduce portfolio variance much.
The lesson is that risk is a property of the portfolio, not of the individual asset. A stock with 30 percent annual volatility can be a reasonable addition to a portfolio if its returns move weakly with the rest of the book. The same stock can be a bad addition if it is highly correlated with what you already hold.
That insight is why MPT is often described as the formal proof of diversification. Combining assets with imperfect correlations reduces variance without requiring lower expected return, as long as you size positions with the covariance structure in mind.
How It Works
The portfolio's expected return is a weighted average of asset expected returns:
E(Rp) = sum over i of ( w_i * E(R_i) )
The portfolio variance is where the covariances appear:
Var(Rp) = sum over i of sum over j of ( w_i * w_j * Cov(R_i, R_j) )
Where:
w_i = weight of asset i
E(R_i) = expected return of asset i
Cov(R_i, R_j) = covariance of returns between assets i and j
When i = j, the covariance term is the variance of asset i. The off-diagonal terms capture how pairs of assets move together. A lower average off-diagonal term means more diversification benefit.
The mean-variance problem then becomes: choose the weights that minimise Var(Rp) subject to a target E(Rp), a weight-sum constraint, and optionally a no-shorting rule. Varying the target expected return traces out the efficient frontier, the set of Markowitz-optimal portfolios. Markowitz himself later developed a specific solver called the critical line algorithm to handle this problem with linear constraints.
Worked Example
Suppose you are choosing weights between two assets. Asset A has an expected annual return of 10 percent and a standard deviation of 20 percent. Asset B has an expected return of 6 percent and a standard deviation of 10 percent. The correlation between them is 0.2.
A 50-50 portfolio has expected return:
0.5 * 10% + 0.5 * 6% = 8%
Its variance is:
(0.5^2)(0.20^2) + (0.5^2)(0.10^2) + 2 * 0.5 * 0.5 * 0.2 * 0.20 * 0.10
= 0.01 + 0.0025 + 0.002
= 0.0145
Standard deviation is the square root, about 12.04 percent. Notice that the portfolio volatility of 12 percent is lower than the simple weighted average of the two asset volatilities (15 percent). The gap of roughly 3 percentage points is the diversification benefit from the imperfect correlation of 0.2. MPT quantifies exactly that gap across any number of assets.
Common Mistakes
-
Treating historical returns as expected returns. The inputs to MPT are expected future returns, not what a stock did last decade. Historical mean returns are extremely noisy estimators of forward expected returns, with standard errors often large enough to swamp the signal. Many practitioners shrink estimates toward a long-run prior, use implied returns from current prices, or apply the Black-Litterman approach to avoid trusting raw history.
-
Assuming variance captures all risk. Mean-variance optimisation treats symmetric dispersion as the measure of risk. It says nothing about skewness, kurtosis, or tail events. A strategy that collects small premiums and occasionally suffers a large loss can look efficient on mean-variance axes while being very risky in practice.
-
Over-relying on covariance estimates. Correlations shift through time, especially in crises, when previously diversifying assets tend to move together. A covariance matrix estimated from a calm five-year window can badly understate the risk your portfolio will actually carry in a stress event.
-
Ignoring transaction costs and turnover. Mean-variance weights often shift aggressively when inputs change by a small amount. A naive rebalance of an optimised portfolio can generate punishing turnover. Real-world implementations add cost penalties, turnover constraints, or tracking-error limits.
-
Error-maximising optimisation. This is the classic MPT critique: the optimiser loads up on whichever asset has the highest estimated expected return and the lowest estimated variance, so small input errors get amplified into extreme weights. Practical fixes include adding explicit weight constraints, resampling inputs, using shrinkage estimators, or moving to risk-parity style weighting schemes that sidestep expected-return estimation entirely.
Frequently Asked Questions
Q: What is modern portfolio theory in simple terms? Modern portfolio theory is Markowitz's 1952 framework that says investors should choose portfolios based on the combination of expected return and variance, not on picking the best individual stock. The key insight is that combining assets with low covariances reduces total risk without giving up expected return.
Q: How does modern portfolio theory affect investment decisions? It shifts the question from "is this a good asset?" to "does this asset improve the portfolio?" A highly volatile stock can be a good addition if its returns move independently of the rest of the book, because the resulting portfolio is less risky than the numbers on each position suggest.
Q: What is a real-world example of modern portfolio theory? Any target-date or balanced fund is built on MPT logic: equities provide higher expected return while bonds reduce variance, and the blended portfolio sits at a more favorable risk-return point than either sleeve alone. The exact 60/40 or 80/20 split is an MPT output.
Q: How can investors use modern portfolio theory? Treat the covariance matrix of your core holdings as the main input for any rebalancing decision. Before adding a new asset class, check whether its correlation with the existing portfolio is low enough to move the risk-return trade-off in your favor.
Q: How is modern portfolio theory different from just minimizing volatility? MPT does not say minimize risk; it says find the efficient set where you cannot improve expected return without raising risk, or reduce risk without sacrificing expected return. The minimum variance portfolio is just one point on that frontier, not the whole theory.
Sources
- Markowitz, H. (1952). "Portfolio Selection." The Journal of Finance, 7(1), 77-91. https://www.math.hkust.edu.hk/~maykwok/courses/ma362/07F/markowitz_JF.pdf
- Rubinstein, M. "Markowitz's Portfolio Selection: A Fifty-Year Retrospective." https://efalken.com/pdfs/rubinsteinMarkowitz.pdf
- Columbia University. "Mean-Variance Optimization and the CAPM." https://www.columbia.edu/~mh2078/FoundationsFE/MeanVariance-CAPM.pdf
- Damodaran, A. (NYU Stern). "Estimating Risk Parameters." https://pages.stern.nyu.edu/~adamodar/pdfiles/papers/beta.pdf
- CFA Institute / Financial Analysts Journal. "Harry Markowitz in Memoriam." https://www.tandfonline.com/doi/full/10.1080/0015198X.2023.2251861
Disclaimer
This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.
Back to your knowledge path