Glossary
Risk & PortfolioIntermediate10 min read

Kelly Criterion

The Kelly criterion is a formula derived from information theory that calculates the optimal fraction of your bankroll to wager on a favorable bet. Developed by John Kelly at Bell Labs in 1956, it maximizes the expected logarithmic growth of wealth over time โ€” balancing the tension between betting enough to capitalize on an edge and not so much that a losing streak wipes you out.

Prerequisites:Expected Value

What Is the Kelly Criterion?

The Kelly criterion answers one of the most fundamental questions in trading and gambling: when you have an edge, how much should you bet?

Bet too little, and you leave money on the table โ€” your wealth grows slower than it could. Bet too much, and a streak of losses can devastate your bankroll. The Kelly criterion finds the mathematically optimal balance point.

Developed by John L. Kelly Jr. at Bell Labs in 1956 (originally in the context of information theory and telephone signal noise), the criterion was quickly adopted by gamblers like Ed Thorp โ€” who used it to beat the casinos at blackjack and then applied it to Wall Street. Today, Kelly-style position sizing is a core concept in quantitative finance and is discussed in interviews at many top trading firms.

The key insight is that the Kelly criterion maximizes the expected logarithm of wealth โ€” equivalent to maximizing the long-run geometric growth rate. This is subtly different from maximizing expected value (which would suggest betting everything on any positive-EV bet) because it accounts for the compounding effect of sequential bets.

The Formula

For a simple binary bet (you either win or lose), the Kelly criterion gives the optimal fraction of your bankroll to wager:

f* = (bp - q) / b

Where:

  • f* = optimal fraction of bankroll to bet
  • b = net odds received (e.g., if you bet $1 and win $2, b = 2)
  • p = probability of winning
  • q = probability of losing = 1 - p

This can also be written as:

f* = p - q/b = p - (1-p)/b

For the general case with continuous returns (relevant to trading), the formula becomes:

f* = μ / σ²

Where μ is the expected excess return and σ² is the variance of returns. This is the version most relevant to portfolio optimization and is closely related to the Sharpe ratio.

Important properties:

  • If f* ≤ 0, don't bet (you have no edge or negative edge).
  • If f* > 0, the bet has positive expected value and you should allocate a fraction f* of your capital.
  • Betting more than 2× Kelly is worse than not betting at all in terms of long-run growth.
  • Kelly betting is optimal only for maximizing geometric growth โ€” it doesn't minimize variance or drawdown.

Get free quant interview prep resources

Mock interviews, resume guides, and 500+ practice questions โ€” straight to your inbox.

Worked Example

Let's walk through a concrete example to build intuition.

Scenario: You've identified a trading strategy with the following characteristics:

  • When the trade wins, you make 50% on the capital deployed (b = 0.5, but in fractional form... actually let's use the decimal odds more carefully).

Let's use a cleaner example. Suppose you have a biased coin that lands heads 60% of the time. A casino offers you even-money bets on heads (bet $1, win $1). You start with $1,000. How much should you bet each round?

Parameters:

  • p = 0.60 (probability of heads)
  • q = 0.40 (probability of tails)
  • b = 1 (even money โ€” you win $1 for every $1 wagered)

Kelly fraction:

f* = (bp - q) / b = (1 × 0.60 - 0.40) / 1 = 0.20 / 1 = 0.20 (20%)

So you should bet 20% of your current bankroll on each flip. On the first flip, that's $200. If you win, your bankroll is $1,200 and you bet $240 next. If you lose, your bankroll is $800 and you bet $160 next.

Why not bet more? If you bet 50% of your bankroll each round, your expected geometric growth rate would actually be lower than at 20%. And if you bet 100%, a single loss wipes you out. The Kelly criterion accounts for the asymmetric effect of compounding: losing 50% requires a 100% gain to recover.

Growth rate comparison (expected log growth per bet):

  • Kelly (f=0.20): g = 0.60 × ln(1.20) + 0.40 × ln(0.80) = 0.0201 (2.01% per bet)
  • Half Kelly (f=0.10): g = 0.60 × ln(1.10) + 0.40 × ln(0.90) = 0.0151 (1.51% per bet)
  • Double Kelly (f=0.40): g = 0.60 × ln(1.40) + 0.40 × ln(0.60) = 0.0003 (0.03% per bet)
  • Triple Kelly (f=0.60): g = 0.60 × ln(1.60) + 0.40 × ln(0.40) = -0.0147 (negative!)

Notice how dramatically performance degrades above Kelly. At triple Kelly, you actually lose money on average despite having a positive edge on each bet. This is the most counterintuitive and important lesson of the Kelly criterion.

Applications in Trading

The Kelly criterion has direct applications in quantitative trading:

  • Position Sizing: The most direct application. Given a strategy's expected return and variance, Kelly tells you how much capital to allocate. Most systematic trading firms use some variant of Kelly for this purpose.
  • Strategy Allocation: When running multiple strategies simultaneously, the multivariate Kelly criterion (which accounts for correlations between strategies) determines the optimal capital allocation across strategies.
  • Risk Budgeting: Kelly provides a principled framework for setting risk limits. If a trader is betting more than Kelly, they're taking on too much risk relative to their edge. If less, they're being too conservative.
  • Leverage Decisions: Kelly naturally determines optimal leverage. If the optimal Kelly fraction exceeds 1, it suggests using leverage โ€” but practitioners must be cautious about leverage costs, margin calls, and model uncertainty.

Fractional Kelly in Practice:

Almost no professional trader uses full Kelly. The reason is that full Kelly assumes you know the true probabilities exactly โ€” and you never do. Since the penalty for overbetting is severe (as we saw above), practitioners typically use "fractional Kelly" โ€” betting 25-50% of the full Kelly fraction.

This approach sacrifices some expected growth rate but dramatically reduces variance and maximum drawdown. The Sharpe ratio of a fractional Kelly strategy is actually similar to full Kelly (since you're reducing both return and risk proportionally), but the drawdown profile is much more manageable.

Ed Thorp, who pioneered applying Kelly to finance, famously used half Kelly. Many top quant firms use even less โ€” typically quarter Kelly โ€” because the cost of blowing up far exceeds the benefit of slightly faster growth.

Want personalized guidance from a quant?

Speak with a quant trader or researcher whoโ€™s worked at a top firm.

Book a Free Consult

Limitations and Caveats

The Kelly criterion is powerful but has important limitations that every quant trader should understand:

  • Parameter uncertainty: Kelly assumes you know the true probability and payoff. In reality, these are estimated โ€” often with significant error. Overestimating your edge leads to catastrophic overbetting. This is the strongest argument for fractional Kelly.
  • Non-ergodicity of extreme outcomes: Kelly maximizes the expected log of wealth, but individual trajectories can still experience devastating drawdowns. A 50% drawdown (which is plausible even under full Kelly) takes a 100% gain to recover from โ€” and may trigger forced liquidation, career consequences, or psychological damage long before the long run kicks in.
  • Utility assumptions: Kelly implicitly assumes logarithmic utility โ€” that a person's satisfaction from wealth grows logarithmically. This is a reasonable approximation but not universally correct. A trader with a $10M bonus target might rationally deviate from Kelly to maximize the probability of hitting that target.
  • Correlation and fat tails: The basic Kelly formula assumes independent bets with known distributions. Real trading involves correlated positions, regime changes, and fat-tailed distributions that the simple formula doesn't capture.
  • Transaction costs and market impact: Kelly doesn't account for the cost of rebalancing to the optimal fraction after every bet. In practice, frequent rebalancing incurs transaction costs and market impact.

Despite these limitations, Kelly-style thinking is indispensable. Even if you don't use the exact formula, the principle โ€” size your bets in proportion to your edge, not your enthusiasm โ€” is one of the most important ideas in quantitative risk management.

Key Formulas

Kelly Criterion (binary bet form) โ€” the optimal fraction to bet when winning pays b-to-1, with win probability p and loss probability q = 1 - p.

Kelly Criterion (continuous returns form) โ€” the optimal fraction of capital to invest, where mu is expected excess return and sigma-squared is the variance. Directly applicable to trading portfolio sizing.

Expected geometric growth rate per bet โ€” maximized when f = f* (the Kelly fraction). The key insight is that growth is maximized at Kelly and becomes negative above 2x Kelly.

Key Takeaways

  • The Kelly criterion maximizes long-term geometric growth rate by determining the optimal bet size as a fraction of bankroll.
  • The basic formula is f* = (bp - q) / b, where b is the odds, p is the win probability, and q = 1 - p.
  • Full Kelly is theoretically optimal but produces large drawdowns โ€” most practitioners use fractional Kelly (typically 25-50% of full Kelly).
  • The criterion assumes you know the true probabilities โ€” estimation errors can lead to dangerous overbetting.
  • Kelly-style thinking is widely used at quant trading firms for position sizing and risk allocation.

Why This Matters for Quant Careers

The Kelly criterion is frequently discussed in quant trading interviews, particularly at prop trading firms. Understanding Kelly demonstrates that you think about risk management and position sizing โ€” not just finding edges.

At firms like Jane Street and SIG, you might be asked to derive the Kelly formula, apply it to a scenario, or discuss why practitioners use fractional Kelly. See our interview prep guide for more on what to expect.

Frequently Asked Questions

What is the Kelly criterion in simple terms?

The Kelly criterion tells you what fraction of your money to bet when you have a favorable bet. It's the mathematically optimal bet size that makes your money grow fastest over many repeated bets. The core idea: bet proportionally to your edge โ€” a big edge means bet more, a small edge means bet less, and no edge means don't bet at all.

Why don't traders use full Kelly?

Because full Kelly assumes you know the exact probabilities, which you never do in real trading. If you overestimate your edge and bet full Kelly based on wrong probabilities, the results can be catastrophic โ€” you'll experience massive drawdowns and potentially ruin. Most professional traders use 25-50% of the Kelly fraction (called 'fractional Kelly') to build in a safety margin against estimation errors.

Is the Kelly criterion used at real trading firms?

Yes, Kelly-style position sizing is standard practice at quantitative trading firms. The exact formula may be modified or extended (multivariate Kelly, regime-adjusted Kelly, etc.), but the core principle โ€” sizing positions in proportion to edge relative to risk โ€” underlies risk management at virtually every systematic trading firm.

What happens if you bet more than Kelly?

Betting more than 1x Kelly reduces your expected growth rate. Betting more than 2x Kelly actually gives you a negative expected growth rate โ€” meaning you'll lose money over time despite having a positive edge on each individual bet. This is one of the most counterintuitive results in probability: more aggression with a positive edge can make you worse off.

How is the Kelly criterion related to the Sharpe ratio?

In the continuous-return version, the Kelly fraction equals the expected excess return divided by the variance (f* = mu / sigma^2). This is closely related to the Sharpe ratio (S = mu / sigma). Specifically, the optimal leverage under Kelly is S / sigma. The connection means that strategies with higher Sharpe ratios warrant larger position sizes โ€” a result that aligns with intuition.

Master These Concepts for Quant Interviews

Our bootcamp covers probability, statistics, trading intuition, and 500+ real interview questions from top quant firms.

Book a Free Consult