Coin Toss Streak Calculator

Coin Toss Streak Calculator

Calculate probabilities of consecutive outcomes in a series of coin flips.

Last updated: March 2026

Calculate Streak Probability

P(≥1 Streak of 5)
99.70%
Expected Streaks
3.00
Expected Flips to First Streak
67.0

What is a Streak?

A streak is a sequence of consecutive identical outcomes. In coin flipping, a streak of 5 heads means getting HHHHH in a row. People often underestimate how likely streaks are—this is known as the "hot hand fallacy" or gambler's fallacy.

Contrary to intuition, streaks occur surprisingly often in random sequences. In 100 fair coin flips, there's approximately a 97% probability of observing at least one streak of 5 consecutive heads somewhere in the sequence. This demonstrates why randomness often feels "non-random" to our brains.

This calculator helps quantify streak probabilities, which is essential for understanding random processes in sports analytics, quality control, medical testing, and financial markets.

How to Calculate Streak Probability

Key Concepts:

P(≥1 Streak): Probability of at least one streak of k successes in n trials
Expected Streaks: Average number of streaks of length k = (n - k + 1) × p^k
Expected Wait: Average number of flips needed to observe the first streak

The Math Behind Streaks:

  • Probability of a specific streak at specific position: p^k
  • Expected number of streak opportunities: (n - k + 1)
  • Combining these using Poisson approximation for total probability
  • For large n, uses exponential distribution model

Example: Finding Streaks in 100 Flips

Flip a fair coin 100 times. How likely is a streak of 5 heads?

Given:
n = 100 flips, k = 5 consecutive heads, p = 0.5
Step 1:
Calculate p^k = 0.5^5 = 0.03125 (3.125%)
Step 2:
Opportunities for streak: n - k + 1 = 100 - 5 + 1 = 96
Step 3:
Expected streaks ≈ 96 × 0.03125 = 3 streaks
Result:
P(≥1 streak) ≈ 96.5% — Very likely to see at least one 5-head streak!

Frequently Asked Questions

Why does this feel like it contradicts randomness?

Our brains expect randomness to look 'random,' but true randomness includes streaks. We notice streaks and remember them (confirmation bias), making them seem less random than they are.

Is seeing a streak evidence the coin is unfair?

No, streaks are expected in fair random sequences. You need statistical tests (like chi-square) to determine if a coin is actually biased. One streak proves nothing.

What does 'expected flips to first streak' mean?

It's the average number of flips you'd need to observe before seeing your first streak of the desired length. For a streak of 5 heads, expect roughly ~62 flips on average.

How does p affect streak probability?

Lower p makes long streaks rarer (exponentially rarer). A streak of 5 heads (p=0.5) is more likely than a streak of 5 tails with a biased coin (p=0.7).

Why use this instead of simulating?

This calculator computes probabilities analytically, instantly giving exact answers. Simulation requires many iterations and only gives approximations.

Can I use this for sports or stock prices?

Yes! Any binary outcome (win/loss, up/down) with consistent success probability. Just set p to your empirical success rate and n to your time period.

Related Tools