Coin Flip Probability Calculator

Calculate the probability of getting a specific number of heads or tails in coin flips — exact, cumulative, streaks, and distribution tables.

0.5 for fair coin
For streak probability
Result Probability
0.24609375
24.6094%
P(exactly k heads)
0.24609375
C(10,5) × 0.5^5 × 0.50^5
Expected Heads (μ)
5.00
np = 10 × 0.5
Std Deviation
1.5811
√(np(1−p))
P(3+ streak)
≈ 35.92%
Approx. P of 3 consecutive heads in 10 flips
Expected Runs
6.00
Alternating H/T sequences

Distribution

HeadsP(X=k)P(X≤k)Bar
00.0009770.000977
10.0097660.010742
20.0439450.054688
30.1171880.171875
40.2050780.376953
50.2460940.623047
60.2050780.828125
70.1171880.945313
80.0439450.989258
90.0097660.999023
100.0009771.000000
Planning notes, formulas, and examples

About the Coin Flip Probability Calculator

The coin flip probability calculator computes exact probabilities for any number of coin flips. Whether you have a fair coin (p = 0.5) or a biased one, This calculator calculates the probability of getting exactly k heads, at most k, at least k, or more than k — along with streak probabilities and the full distribution table.

Coin flipping is the simplest example of a Bernoulli process and follows the binomial distribution. For n flips with probability p of heads on each flip, the probability of exactly k heads involves the binomial coefficient C(n,k) multiplied by p^k × (1−p)^(n−k).

Beyond individual probabilities, the calculator estimates the chance of getting a streak of consecutive heads and computes expected statistical properties. Preset scenarios let you quickly explore common situations from 10-flip experiments to 1000-flip simulations. Compare the fair-coin case against the symmetric binomial row, and use the streak result to confirm the chosen run length.

When This Page Helps

Coin flip probability is the gateway to understanding all of probability theory. It introduces binomial distributions, expected values, independence, and the law of large numbers in the most intuitive way possible.

This calculator is ideal for probability class exercises, settling bets, understanding gambling odds, and building intuition about random processes.

How to Use the Inputs

  1. Enter the number of coin flips (n).
  2. Enter the desired number of heads (k).
  3. Set the probability of heads (0.5 for fair coin; adjust for biased coins).
  4. Select the probability type: exactly k, at most k, at least k, or more than k.
  5. Optionally set a streak length to compute the probability of consecutive heads.
  6. Review the results and the full probability distribution table.
Formula used
P(X = k) = C(n, k) × p^k × (1 − p)^(n − k). Expected heads: μ = np. Standard deviation: σ = √(np(1 − p)). Streak of s heads in n flips: P ≈ 1 − (1 − p^s)^(n/s).

Example Calculation

Result: P(X = 5) ≈ 0.2461 (24.61%)

With 10 fair coin flips, the probability of exactly 5 heads is C(10,5) × 0.5^10 = 252/1024 ≈ 24.61%. The most likely outcome, but it happens less than 1 in 4 times.

Tips & Best Practices

  • With a fair coin, the most likely result for n flips is n/2 heads — but the probability of that exact outcome decreases as n grows.
  • Getting all heads in 10 flips has probability (1/2)^10 = 1/1024 ≈ 0.098%.
  • The probability of at least one heads in n flips is 1 − (1/2)^n, which approaches 100% very quickly.
  • A "streak" of 6+ consecutive heads in 100 flips happens about 80% of the time — streaks are more common than people think.
  • Biased coins are useful for modeling real-world scenarios where outcomes aren't equally likely.
  • If your coin lands on its edge, the probability is approximately 1 in 6000 — not modeled here!

The Law of Large Numbers Applied to Coins

As the number of flips grows, the proportion of heads converges to p. With 10 flips, getting 30% or 70% heads is common. With 10,000 flips, the proportion will almost certainly be between 49% and 51%. This convergence is the law of large numbers in action.

Streak Analysis

People vastly underestimate how common streaks are. In 100 fair coin flips, the expected longest streak of heads is about 7. Casinos and sports commentators frequently misinterpret natural streaks as evidence of "hot hands" or "cold streaks" when they're perfectly consistent with randomness.

Biased Coins in Practice

While coin flips model fair experiments, biased coins (p ≠ 0.5) model many real scenarios: conversion rates, success probabilities, and binary outcomes where one result is more likely than the other. The binomial framework handles all of these identically.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Exactly 50% or 0.5. Each flip is independent — previous results don't influence future ones.