John Doe: The History of Placeholder Names
Who is John Doe? How a medieval English legal fiction became the standard name for unknown people — and what other countries call their John Does.
By FakeName Editorial TeamPublished July 2, 2026Last updated July 2, 20268 min read
An unidentified patient arrives at a US emergency room and is admitted as John Doe. A lawsuit is filed against a person yet to be identified: John Doe. A specimen driver's license in a government brochure: John Doe again. He is the most famous man who never existed — and his story starts in medieval English courtrooms, centuries before anyone needed a fake name generator.
A medieval legal fiction
English property law developed a procedure called the action of ejectment for resolving disputes over land. To fit a real dispute into the procedure's rigid formula, the pleadings recited a little fiction: a hypothetical tenant had leased the land and been thrown off it. That hypothetical tenant needed a name, and by convention lawyers wrote John Doe — with a second stock character, Richard Roe, playing the opposing role [wiki-doe] [lii-doe].
The names were deliberately generic — a doe and a roe (two kinds of deer) attached to everyman first names. English procedure eventually abolished the ejectment fiction in the nineteenth century, and British usage moved on to other placeholders, but American law had already absorbed the convention and never let go [wiki-doe].
John Doe in American law today
In the modern United States the name does real procedural work. Courts accept Doe pleadings when a party's identity is unknown or protected: a plaintiff can sue “John Doe 1–10” before knowing who the defendants are and substitute real names after discovery, and anonymous parties in sensitive cases proceed as John or Jane Doe — as in Roe v. Wade and Doe v. Bolton, both decided under placeholder names [lii-doe]. Law enforcement uses John Doe warrants identifying a suspect by DNA profile or description when a name is unavailable, and coroners and hospitals log unidentified people as John, Jane or Baby Doe [wiki-doe].
| Name | Role | Still in use? |
|---|---|---|
| John Doe | Unknown or hypothetical man; first party | Yes — courts, police, hospitals |
| Jane Doe | Unknown or hypothetical woman | Yes — same contexts |
| Baby Doe | Unidentified infant | Yes — medical and child-welfare records |
| Richard Roe | Second unknown party (opposite John Doe) | Yes — multi-party suits (Doe v. Roe) |
| John Stiles / Richard Miles | Third and fourth parties in old English pleading | Historical [wiki-doe] |
| John Q. Public / Joe Sixpack | The average citizen (rhetorical, not legal) | Informal usage |
The system is not a museum piece — it carries a real caseload. The US national missing-and-unidentified-persons clearinghouse NamUs reports that roughly 4,400 sets of unidentified human remains are recovered in the United States every year, and about 1,000 of them are still unidentified a year later [namus]. Every one of those case files opens under a Doe name.
Every country has its own John Doe
The problem John Doe solves is universal, so nearly every naming culture evolved an equivalent — often enshrined in official specimen documents. Germany's federal sample ID cards famously carry Erika Mustermann, the female counterpart of Max Mustermann [wiki-placeholder].
| Country / language | Placeholder name | Notes |
|---|---|---|
| United States | John Doe / Jane Doe | Courts, police, hospitals; Richard Roe as the second party |
| United Kingdom | Joe Bloggs, John Smith | Doe survives in some legal contexts (e.g. Doe injunctions) |
| Germany | Max / Erika Mustermann | 'Muster' literally means 'specimen' — used on sample ID cards |
| Spanish-speaking countries | Fulano (de Tal), Juan Pérez | Fulano, Mengano, Zutano for a series of unknowns |
| Italy | Mario Rossi | Statistically flavored: a very common name pairing |
| France | Jean Dupont / Monsieur X | Monsieur X in judicial contexts |
| Sweden | Medelsvensson | 'Average Svensson' — the statistical everyman |
| Russia | Ivan Ivanovich Ivanov | Maximum-generic patronymic stack |
| Japan | Yamada Tarō / Hanako | Used on specimen forms and sample cards |
The pattern is always the same: take an unremarkable surname, attach the most common first name of the era, and the result reads as 'anyone and no one'. If you need this effect for a specific locale — a believable German, Japanese or Spanish everyman for a demo — the country generators build locale-correct names from each country's actual name pools, and the name directory covers meaning and origin for hundreds of individual names.
From John Doe to generated test data
John Doe is, functionally, the world's oldest piece of fake test data: a name-shaped value with no real referent, standardized so systems and people know what it means. But the single-placeholder approach breaks down in modern software. Fill a staging database with ten thousand John Does and you cannot test search, sorting, deduplication, internationalization or realistic UI layouts — every record collides.
- Uniqueness — real systems need varied names to exercise indexes, search and dedup logic.
- Locale coverage — 'John Doe' tells you nothing about how your UI handles 'Nguyễn Thị Minh Khai' or 'Björn Ægir'.
- Realistic distribution — layouts and truncation bugs only surface with real-world name lengths and shapes.
- Consistency — a believable test person needs the name to match the address, phone and email around it.
That is the gap generated identities fill: the fake person generator produces thousands of distinct, internally consistent John Does — each with a matching address, fiction-range phone number and profile, each describing no real person, exactly as the medieval lawyers intended. For where the legal lines sit, read is using a fake name generator legal.
The bottom line
Placeholder names are a seven-century-old solution to a problem software still has: sometimes you need a person-shaped record without a person. John Doe standardized the answer for courts and coroners; locale-aware generated names are the same idea scaled for databases and demos. Both work for one reason — everyone can tell at a glance that no real individual is behind the name.
References & sources
- John Doe — Wikipedia
- John Doe — Wex legal dictionary — Cornell Law School, Legal Information Institute
- Placeholder names by language — Wikipedia
- National Missing and Unidentified Persons System (NamUs) — US Department of Justice, National Institute of Justice
Frequently asked questions
What does John Doe actually mean?+
John Doe is a placeholder name for a man whose real identity is unknown, withheld or hypothetical. Jane Doe is the female equivalent, and Baby Doe is used for unidentified infants. In US legal practice the name appears in lawsuits against unknown parties, warrants for unidentified suspects, and hospital or coroner records for unidentified patients and remains.
Where did the name John Doe come from?+
It comes from English legal fictions used in property disputes. In the old action of ejectment, pleadings named fictitious parties — conventionally John Doe as the hypothetical plaintiff and Richard Roe as his counterpart — so the real dispute could be heard under a procedural formula. The convention survived even after the fiction it served was abolished.
Do other countries use John Doe?+
The name itself is Anglo-American, but the concept is universal. Germany uses Max Mustermann, the UK often uses Joe Bloggs, Spanish-speaking countries say Fulano (de Tal), Italy uses Mario Rossi, and Sweden uses Medelsvensson. Official sample documents in many countries — specimen passports, sample ID cards — carry these placeholder identities.
Is it legal to use a placeholder or fake name?+
Using a fictional name for examples, test data, demos or low-stakes privacy is legal — that is exactly what placeholder names exist for. It becomes illegal when used to defraud, evade legal obligations, or impersonate a real person. For the full picture, see our guide on whether fake name generators are legal.