Blackjack Card Counting Simulator

Convert running count to true count, estimate edge, and size bets with a Kelly-based bankroll rule.

Scratchpad (not saved)

$
$
$
$

What This Calculator Does

This calculator converts a running count into a true count, estimates the corresponding player edge under a simple Hi-Lo approximation, and maps that edge into a Kelly-style bankroll fraction. It is meant for practice and bankroll discipline, not for replacing full table conditions.

It combines Running Count, Decks Remaining, Bankroll, Base Betting Unit to estimate True Count, Estimated Player Edge, Kelly Fraction.

Formula & Method

Core equations: TC=RCdecks remainingTC=\frac{RC}{\text{decks remaining}}. A common Hi-Lo approximation uses player edge 0.5%+0.5%TC\approx -0.5\% + 0.5\%\cdot TC. Full Kelly bankroll fraction is approximately f=edgevariancef^*=\frac{edge}{variance} using blackjack hand variance around 1.3.

Notation used in the formulas: RR = True Count; x1x_{1} = Running Count; x2x_{2} = Decks Remaining; x3x_{3} = Bankroll; x4x_{4} = Base Betting Unit; x5x_{5} = Table Minimum; x6x_{6} = Table Maximum.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use it when reviewing count conversion, sizing bets from an estimated advantage, or stress-testing whether a true count justifies moving above the table minimum.

Reference Book

Games, Gambling, and Probability

An Introduction to Mathematics

David G. Taylor · Chapman and Hall/CRC

A natural reference for odds, card draws, poker-style counting, gambling expectations, and game probability.

View Book

Inputs Used

  • Running Count: Used directly in the calculation.
  • Decks Remaining: Used directly in the calculation.
  • Bankroll: Used directly in the calculation.
  • Base Betting Unit: Used directly in the calculation.
  • Table Minimum: Used directly in the calculation.
  • Table Maximum: Used directly in the calculation.

Related Calculators

  • Blackjack Odds Calculator - Estimate action EVs and basic-strategy recommendation for a blackjack hand under common rule variations.
  • Expected Value Calculator - Compute expected value, variance, and standard deviation for up to 20 weighted outcomes.
  • Monte Carlo Simulator - Run seeded Monte Carlo simulations over a linear formula using up to three random variables.
  • Percentage Calculator - Perform common percentage operations: find a percentage of a value, calculate what percentage one number is of another, and find percentage change.
  • Fraction Calculator - Add, subtract, multiply, or divide two fractions and simplify the result.
  • Ratio Calculator - Simplify a ratio and compute equivalent forms.
  • Proportion Calculator - Solve proportions of the form a / b = c / x.
  • Average Calculator - Compute mean, median, and mode from up to five values.
Blackjack Card Counting Simulator Calculator: Formula & Use Cases | MCPCalc