# Beta: Market Sensitivity, Portfolio Risk, and Estimation Limits

Understand stock beta, how it is estimated from market returns, what high, low, and negative beta imply, and why beta is not the same as volatility.

Canonical: https://wiki.fcontext.com/stocks/beta/
Fact checked: 2026-07-14

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

Beta measures how sensitive an asset's returns have been to movements in a chosen market benchmark. A beta of `1.0` means the asset historically moved about one-for-one with the benchmark. A beta above `1.0` means it tended to amplify benchmark moves. A beta below `1.0` means it tended to move less than the benchmark. A negative beta means it tended to move in the opposite direction during the measured period.

Beta is about relative market sensitivity, not total risk. A stock can have low beta but still carry large company-specific, liquidity, leverage, or event risk.

<a id="mechanism"></a>

## How beta is estimated

A common formula is:

`beta = covariance(stock returns, market returns) / variance(market returns)`

In practice, analysts often run a regression of stock excess returns on market excess returns:

`Rᵢ - Rf = α + β(Rm - Rf) + ε`

The result depends on the benchmark, return frequency, lookback window, corporate actions, and whether raw or adjusted prices are used. A beta estimated with weekly returns against the S&P 500 can differ from one estimated with daily returns against a global index.

Beta also combines volatility and correlation:

`beta = correlation(stock, market) × stock volatility / market volatility`

This is why beta is not the same as volatility. A volatile stock with low correlation to the market can have a modest beta, while a less volatile stock that closely tracks the market can have a meaningful beta.

<a id="example"></a>

## Worked example

Suppose the market's variance is `0.0004` and a stock's covariance with the market is `0.0006`:

`beta = 0.0006 / 0.0004 = 1.5`

If the benchmark rises `2%`, the beta-based estimate of the stock's market-driven move is:

`1.5 × 2% = 3%`

If the benchmark falls `2%`, the estimated market-driven move is:

`1.5 × (-2%) = -3%`

This is an estimate, not a guarantee. Company news, earnings, liquidity, sector shocks, and valuation changes can dominate the beta-implied move on any given day.

<a id="risks"></a>

## Practical checks

- Check the benchmark used to estimate beta.
- Check the return frequency and lookback period.
- Distinguish raw beta from adjusted or forward-looking beta.
- Compare beta with total volatility, drawdown, leverage, and liquidity.
- Watch regime changes. Betas can shift after acquisitions, debt changes, product mix changes, or crises.
- Avoid using beta alone for concentrated portfolios; company-specific risk may dominate.
- Remember that CAPM uses beta as one input for expected return, not as a complete valuation model.

<a id="misconceptions"></a>

## Common misconceptions

**“Beta measures all risk.”** It measures sensitivity to a benchmark, not every risk.

**“A low-beta stock is safe.”** Low market sensitivity does not eliminate business or balance-sheet risk.

**“Beta is stable.”** It is estimated from history and can change.

**“Negative beta always protects a portfolio.”** Negative beta can be unstable and may depend on the specific sample period.

<a id="related"></a>

## Related topics

- [Capital Asset Pricing Model](/stocks/capm/)
- [Historical Volatility](/options/historical-volatility/)
- [Diversification](/stocks/diversification/)

<a id="sources"></a>

## Authoritative sources

- [Risk and Return: Measuring Risk](https://www.investor.gov/introduction-investing/investing-basics/principles-investing/risk-and-return) — Investor.gov (2026-07-14)
- [The Capital Asset Pricing Model: Some Empirical Tests](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=908569) — SSRN (2026-07-14)
- [Common risk factors in the returns on stocks and bonds](https://doi.org/10.1016/0304-405X(93)90023-5) — Journal of Financial Economics (2026-07-14)