Random User Profile Generator
Random
Builds a single random profile from curated name, street, city, and company pools. Useful when you need filler content for a UI mockup, an avatar card, a form prefill demo, or a quick test seed for your dev database. Everything happens locally; the profile is not based on any real person.
- NameKate Bell
- Usernamekate.bell
- Emailkate.bell@example.com
- Phone+44 55 3188 3991
- Birth1991-10-13 (age: 34)
- Street5977 Willow Rd
- CityTokyo
- CompanyAcme Co
Everything is fake. Emails use example.com, the IANA test domain — they never reach a real person.
How to use
- Hit Generate to get a fresh profile.
- Copy individual fields or copy the whole card with the bulk-copy button.
- Refresh until something fits — names, cities, and companies are drawn from a wide pool.
Frequently asked questions
- Are these real people?
- No — every field is generated from public-domain wordlists. Email addresses use `example.com`, the IANA-reserved test domain, so they can never reach a real inbox.
- What is the date of birth based on?
- A uniform random year between 1960 and 2005, plus a random month and day. Age is calculated against the current date. There's no skew toward any age bracket — that suits placeholder use better than realistic demographic distributions.
- Why these specific phone formats?
- The four templates cover the most common consumer formats — US `+1 (xxx) xxx-xxxx`, UK `+44 xx xxxx xxxx`, Japan `+81 xx-xxxx-xxxx`, Korea `+82 10-xxxx-xxxx`. None of the generated numbers can be assumed to be assigned.
Related tools
Random Number Generator
Generate cryptographically random numbers in any range — with or without duplicates, optionally sorted.
Group Maker
Split a list of names into balanced random groups — pick the group count or the people per group.
Raffle Draw
Pick N winners from a list of names — cryptographically random, with or without duplicates.
Dice & Coin Roller
Roll polyhedral dice (d4–d100) or flip a coin with cryptographic randomness.
Random Picker — Roulette & Ladder
Pick a winner with a spinning wheel or a ladder (ghost-leg) draw.
Password Generator
Generate strong, random passwords that never leave your browser.