# Fama-French Factor Model: Explaining Stock Returns with Style Factors

Learn how the Fama-French three-factor and five-factor models separate market, size, value, profitability, and investment exposures from unexplained return.

Canonical: https://wiki.fcontext.com/stocks/fama-french-factor-model/
Fact checked: 2026-07-14

> For educational purposes only; not investment advice.

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

## Direct answer

The **Fama-French factor model** is a family of asset-pricing models that explains stock or portfolio returns with broad, rule-based return factors. The three-factor model adds size and value factors to the market factor. The five-factor model adds profitability and investment factors.

The model is most useful for asking: did a fund outperform because of manager skill, or because it had persistent exposure to small-cap, value, profitable, or conservative-investment stocks?

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

## How it works

The three-factor version is commonly written as:

`R_i - R_f = alpha_i + beta_m × (R_m - R_f) + beta_s × SMB + beta_h × HML + error_i`

`SMB` compares small-stock returns with large-stock returns. `HML` compares high book-to-market stocks with low book-to-market stocks. The five-factor model adds:

- `RMW`, which compares robust-profitability firms with weak-profitability firms.
- `CMA`, which compares conservative-investment firms with aggressive-investment firms.

These are portfolio returns built from sorting rules. They are not single accounting ratios copied directly into a model. A stock's factor exposure is usually estimated from holdings or from a regression of returns against factor returns.

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

## Example

Suppose a fund has monthly factor exposures of market beta `0.95`, SMB beta `0.40`, and HML beta `0.60`. In one month, the market excess return is `2%`, SMB is `1%`, and HML is `-0.5%`.

The model-implied excess return is:

`0.95 × 2% + 0.40 × 1% + 0.60 × (-0.5%) = 2.0%`

If the fund actually earns `2.3%` over the risk-free rate, the one-month residual is about `0.3%`. That is not automatically alpha. A serious alpha estimate needs a longer sample, standard errors, and checks for changing exposures.

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

## Risks

- **Backtest risk:** Factors discovered in history may weaken, disappear, or become crowded.
- **Sample risk:** Short return histories can make factor betas and alpha look more precise than they are.
- **Specification risk:** Three-factor, five-factor, momentum, quality, and industry models can give different answers.
- **Implementation risk:** Real funds face fees, taxes, turnover, and liquidity costs that factor charts may not show.
- **Style drift:** A company or fund can change exposures as market cap, profitability, leverage, or holdings change.

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

## Common misconceptions

The Fama-French model does not predict the next winning stock.

A positive historical factor premium is not a guarantee of future return.

Alpha after factor adjustment is not the same as raw outperformance. A high-beta or small-cap fund can beat a broad index while still producing little or negative factor-adjusted alpha.

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

## Related topics

- [CAPM](/stocks/capm/)
- [Beta](/stocks/beta/)
- [Equity Risk Premium](/stocks/equity-risk-premium/)

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

## Sources

- Fama and French, "Common Risk Factors in the Returns on Stocks and Bonds," Journal of Financial Economics.
- Fama and French, "A Five-Factor Asset Pricing Model," Journal of Financial Economics.
- Kenneth R. French Data Library: Fama/French factor definitions and data descriptions.
- Fama and French, "The Capital Asset Pricing Model: Theory and Evidence," Journal of Economic Perspectives.