Skip to main content
DigiCalcs

How to Calculate Birthday Paradox

What is Birthday Paradox?

The Birthday Paradox is a famous probability result: in a group of just 23 people, there is a greater than 50% probability that two people share a birthday. This surprises most people because 23 seems small compared to 365 days. The probability grows rapidly — with 70 people it exceeds 99.9%. It is called a paradox not because it is logically contradictory, but because it strongly violates intuition.

Formula

P(at least one shared birthday) = 1 − P(all different)
P
1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365 — 1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365

Step-by-Step Guide

  1. 1P(at least one shared birthday) = 1 − P(all different)
  2. 2P(all different) = (365/365) × (364/365) × (363/365) × ... × ((365−n+1)/365)
  3. 3P(match) = 1 − ∏ᵢ₌₀ⁿ⁻¹ (365−i)/365
  4. 4Assumes uniform birthday distribution (actual distribution varies slightly)

Worked Examples

Input
n = 23 people
Result
P(shared birthday) ≈ 50.7%
The famous threshold
Input
n = 30 people
Result
P ≈ 70.6%
Input
n = 57 people
Result
P ≈ 99.0%
Input
n = 70 people
Result
P ≈ 99.9%

Frequently Asked Questions

What is Birthday Paradox?

The Birthday Paradox is a famous probability result: in a group of just 23 people, there is a greater than 50% probability that two people share a birthday. This surprises most people because 23 seems small compared to 365 days

How accurate is the Birthday Paradox calculator?

The calculator uses the standard published formula for birthday paradox. Results are accurate to the precision of the inputs you provide. For financial, medical, or legal decisions, always verify with a qualified professional.

What units does the Birthday Paradox calculator use?

This calculator works with inches, percentages. You can enter values in the units shown — the calculator handles all conversions internally.

What formula does the Birthday Paradox calculator use?

The core formula is: P(at least one shared birthday) = 1 − P(all different). Each step in the calculation is shown so you can verify the result manually.

Ready to calculate? Try the free Birthday Paradox Calculator

Try it yourself →

Settings

PrivacyTermsAbout© 2026 DigiCalcs