Ancestor Count Calculator
Calculate how many direct ancestors you have at any generation.
Great-grandparents, 5th great-grandparents — the numbers grow fast.
Every person has exactly 2 parents, 4 grandparents, 8 great-grandparents, and so on. The number of direct ancestors at any generation doubles with each step back.
Formula: Ancestors at generation N = 2^N
Where N=1 is parents, N=2 is grandparents, N=3 is great-grandparents, etc.
Total ancestors back to generation N: Total = 2^1 + 2^2 + … + 2^N = 2^(N+1) - 2
Generation reference:
- 1 generation back: 2 parents
- 2 generations: 4 grandparents
- 3 generations: 8 great-grandparents
- 5 generations: 32 great-great-great-grandparents
- 10 generations: 1,024 ancestors
- 20 generations: ~1 million ancestors
- 30 generations: ~1 billion ancestors
Pedigree collapse: In practice, the actual number is much lower than the theoretical maximum due to pedigree collapse — distant cousins marrying, which means ancestors appear multiple times on the tree. By generation 30–40, the theoretical count exceeds the entire human population that existed at the time, proving virtually everyone alive today is related to everyone else through shared ancestors within 30–50 generations.
Practical genealogy: Most researchers can trace back 8–12 generations (to the 1600–1700s) with documentary records. Beyond that, records become sparse.