Coin Flip — Free Online Coin Toss Simulator
Flip a coin online with a single click. Fair 50/50 random result — heads or tails. Includes flip history, streak tracker and statistics. Free, instant, no sign-up.
Flip a Coin
Heads or tails? Click the coin or tap the button for a fair 50/50 random coin toss. Track your history, streaks and statistics.
Flip History
How a Coin Flip Works
A fair coin flip has exactly two equally likely outcomes: heads or tails, each with a 50% probability. This online coin flipper uses JavaScript's random number generator to simulate a perfectly fair toss. Each flip is independent — previous results have no effect on the next flip. The tool tracks your history, counts heads vs tails, shows the percentage split, and highlights your longest streak.
Is a Coin Flip Truly 50/50?
For a digital coin flip, yes — it's as close to perfectly fair as possible. Real physical coins have a slight bias. Researchers at Stanford University found that a flipped coin lands on the same side it started about 51% of the time, due to the physics of precession. The bias is too small to exploit in practice, but for perfect fairness, a digital coin flip is actually better than a real one.
A 2023 study involving 350,757 coin flips across multiple people confirmed this same-side bias at approximately 50.8%. This online tool eliminates that bias entirely.
The Gambler's Fallacy
If you flip heads 10 times in a row, many people believe tails is "due" on the next flip. This is the gambler's fallacy — the incorrect belief that past random events affect future ones. Each coin flip is completely independent. The probability of heads on flip 11 is still exactly 50%, regardless of the previous 10 results. Casinos profit enormously from this misunderstanding.
Probability and Streaks
| Streak | Probability | Expected Every |
|---|---|---|
| 2 in a row | 25% | ~4 flips |
| 3 in a row | 12.5% | ~8 flips |
| 5 in a row | 3.125% | ~32 flips |
| 7 in a row | 0.78% | ~128 flips |
| 10 in a row | 0.098% | ~1,024 flips |
| 20 in a row | 0.0001% | ~1,048,576 flips |
Streaks happen more often than people expect. In 100 flips, you're almost guaranteed to see a streak of 6 or more. This is normal randomness, not a broken coin.
Uses for a Coin Flip
- Making decisions: When you're genuinely torn between two options, a coin flip removes overthinking. Research from the University of Chicago found that people who made changes based on a coin flip were happier six months later.
- Settling disputes: Fair, instant, and indisputable — used in sports, classrooms, and everyday arguments.
- Sports: The NFL, FIFA, cricket, and tennis all use coin tosses to decide who starts. The Super Bowl coin toss is watched by over 100 million people.
- Games: Board games, drinking games, truth or dare — a coin flip decides who goes first.
- Teaching probability: The coin flip is the foundational example in statistics and probability education.
Famous Coin Flips in History
- Portland, Oregon (1845): The city's name was decided by a coin flip between "Portland" (after Portland, Maine) and "Boston" (after Boston, Massachusetts). Portland won.
- Wright Brothers (1903): Wilbur and Orville Wright flipped a coin to decide who would attempt the first powered flight. Wilbur won the toss but crashed. Orville succeeded three days later.
- NFL Draft (1970): The Pittsburgh Steelers won a coin flip for the first overall pick and selected Terry Bradshaw, who led them to four Super Bowl wins.
Coin Flip Probability Maths
The probability of a specific sequence of n flips is (1/2)^n. For one head: 1/2 = 50%. For two heads in a row: 1/4 = 25%. For three heads: 1/8 = 12.5%. The probability decreases exponentially. However, the probability of getting at least one head in n flips is 1 − (1/2)^n. In 10 flips, there's a 99.9% chance of getting at least one head.
How Many Flips to Prove a Coin Is Fair?
Statisticians use a significance test. With 100 flips, a split of 60/40 or worse suggests possible bias (p < 0.05). With 1,000 flips, even 530/470 becomes suspicious. The more flips, the closer the ratio should converge to 50/50 — this is the law of large numbers. Try the "Flip 100x" button above to see convergence in action.
Related Tools
Frequently Asked Questions
It uses JavaScript's Math.random() which is pseudorandom — perfectly fair for everyday decisions with a true 50/50 split.
Exactly 50%. Each flip is independent — previous results don't affect the next flip.
No. Research shows real coins land same-side-up about 51% of the time. This digital coin eliminates that bias.
The false belief that past results affect future flips. After 10 heads, tails is NOT more likely. Each flip is always 50/50.
Yes — use the "Flip 5x", "Flip 10x" or "Flip 100x" buttons to batch flip and see results instantly.
Assign one option to heads, the other to tails, then flip. Research suggests you'll often know which result you were hoping for — that's the real answer.