Back to browse
How old is someone named Gertrude? SSA data says 80

How old is someone named Gertrude? SSA data says 80

by namestrace·Jul 12, 2026·1 point·1 comment

AI Analysis

●●SolidCozyNiche Gem

Revives a dead FiveThirtyEight classic with 2026 actuarial data.

Strengths
  • Combines SSA birth counts with cohort life tables for living population estimates.
  • Surfaces 'two-generation' names like Mabel with bimodal age distributions.
  • Open data approach with clear citations and no black-box algorithms.
Weaknesses
  • US-only scope excludes immigrants with foreign-born name registrations.
  • Static lookup tool lacks API access or bulk download options for researchers.
Category
Target Audience

Data journalists, genealogists, curious individuals

Similar To

FiveThirtyEight Name Age Calculator · BabyCenter Name Tracker

Post Description

In 2014 FiveThirtyEight published "How to Tell Someone's Age When All You Know Is Her Name," using SSA birth records and actuarial tables. The piece went everywhere, then went stale; FiveThirtyEight is gone.

I rebuilt the method on current data: SSA name counts by birth year (1880-2025) multiplied by the SSA's 2026 cohort life tables gives the expected number of living Americans with each name and their age distribution. Median and quartiles per name, all 17k names, updated when each new data release lands.

Fun findings: a Mabel today is either a toddler or a great-grandmother (median 13, middle half runs 5 to 70). Brittany's median is 35, right on schedule from the 1980s boom. Only about 8% of Gertrudes ever born are still with us.

Honest limitations: US-registered births only (immigrants with the name aren't counted), names under 5 births/year are suppressed by the SSA, and it assumes people with a given name die at the national average rate for their sex and cohort.

Everything is static HTML + client-side JS on Cloudflare Pages, computed by a Bun/SQLite pipeline. The full per-name dataset is a free CC0 CSV on the site. Happy to answer anything about the method or the stack.

Similar Projects