Fake Name Generator

Realistic fake identity — name, email, phone, and address.

998K+ possible combinations

Gender
5 names
  1. Wells Garibay
    email: wells.garibay2@example.comphone: (786) 555-2229address: 3805 Maple Rd, Denver, CO
  2. Whitley Reese
    email: whitley.reese69@example.orgphone: (374) 555-5119address: 2346 Cedar Ln, Asheville, NC
  3. Moses Solomon
    email: moses.solomon60@mail.example.comphone: (570) 555-9523address: 866 Maple Rd, Austin, TX
  4. Siena Sorrell
    email: siena.sorrell25@example.netphone: (600) 555-5019address: 7548 River Rd, Denver, CO
  5. Nixon Raymond
    email: nixon.raymond72@example.orgphone: (531) 555-9061address: 9225 Elm St, Portland, OR

About fake identities

A “fake identity” is a fabricated set of personal data — name, email, phone, address — used as a placeholder. Used for legitimate purposes: testing apps, populating mockups, filling out forms where you don’t want to give your real info (free-trial signups, throwaway accounts, app demos).

This generator produces realistic-looking but provably fake identities in three country locales (United States, United Kingdom, Canada). Each identity has:

You can toggle email, phone, and address on or off individually.

Why the data is “provably fake”

The emails use example.com, example.org, example.net, and mail.example.com — domains reserved by IANA specifically for documentation and testing. No real person has an email at these domains. Mail to them bounces.

US phone numbers use the 555 prefix — a reserved range for fiction. You cannot accidentally call a real person. UK phone numbers use the +44 7### prefix, formatted to look like a mobile number but with random suffixes.

Street addresses combine a random building number, a generic street name (Main St, Oak Ave, Maple Rd), and a real-but-large city (Austin TX, Manchester, Toronto). The combination is virtually never a real address.

This matters because using actual personal data — even by accident — for testing can cause real problems (sending test emails to real people, calling real phone numbers, mailing test packages to real addresses).

When to use this

Software development testing. Seed data for QA — populating a user database to test list views, sorting, filtering, name display, email validation. Use the count slider to generate 1-20 fake identities at once.

UI mockups and design systems. A figma file showing a contact list, a checkout flow, an admin user table — populate with this data to make the mockup feel real without using your team members’ actual info.

Privacy-conscious form fills. Some sites require an email/phone to access content but you don’t want them tracking you. Generate a fake identity, use the example.com email (mail bounces, so no real account confirmation possible — works only for sites that don’t strictly verify), and move on.

Writing fiction. Need a realistic-sounding US-suburban identity for a character? Generate one here as a draft, then refine.

API testing. Test how your backend handles names with non-standard characters, varying lengths, and edge cases like single-letter middle names.

Don’t impersonate real people. Using a fake identity for testing software is fine. Using one to commit fraud (sign up for credit, deceive someone, evade authentication on a regulated platform) is illegal in most jurisdictions.

Don’t try to use fake emails for verification-required signups. The example.com emails bounce — so you can’t receive confirmation links. This generator is for display and placeholder purposes, not to fool real auth systems.

Don’t put fake addresses on shipping labels. Mail will return to sender. The cities are real; the street + number combinations are not.

For a real-data alternative when you genuinely need actual addresses for testing (with proper anonymization), look at libraries like Faker.js or Mimesis. They produce locally-valid but still-fake data.

Tips

Use the count slider. Default is 5 identities. Crank to 20 for testing list views.

Toggle off what you don’t need. If you only need names (no email/phone/address), turn the toggles off for cleaner display.

Country picker affects phone + address only. Names are English regardless of country. For culturally-specific identities, use Random Name Generator with a culture-matched origin.

For culture-specific identities, generate from Random Name Generator and combine with manual address/phone data. For bulk CSV data export (in development), this page is the closest standalone tool. For production-grade fake data for serious testing, use a dedicated library like Faker.js.

Related generators