Username generator

Six fresh username ideas per click, adjective plus noun plus a number. Click any one to copy it.

Suggestions (click one to copy)

Why random usernames work

Left to our own devices, most of us build usernames the same way: a name, a hobby, a birth year. That produces handles that are already taken, easy to connect to the real you, and awkward to change later. A random pairing of an adjective and a noun sidesteps all three problems. A handle like SwiftPanda42 is memorable, pronounceable, almost certainly free on most platforms, and reveals precisely nothing about the person behind it.

The format is popular for a reason. Two real words are far easier to remember and say out loud than a string of characters, which matters when a friend asks for your gamertag, and the optional number quietly resolves the occasional clash when the word pair alone is taken.

How many combinations are there?

60 adjectives × 60 nouns
3,600 distinct word pairs, from BraveAcorn to ZippyYeti.
Add a two-digit number (10 to 99)
90 possible numbers per pair, so 3,600 × 90 = 324,000 different usernames.

Every pick uses your browser's cryptographic random number generator, so each of the six suggestions per click is drawn fairly from the full pool, and the six word pairs in a batch are always different from each other. Click as many times as you like: the draws are independent, free and made entirely on your device, with nothing sent to a server or logged.

Is 324,000 a lot? For a username, comfortably. Unlike a password, a username does not need to survive an attacker making millions of guesses; it just needs to be distinctive enough that it is probably free on the site you want and says nothing about you. If a suggestion happens to be taken, the two-digit number gives you 89 close variants before you even need a new word pair.

Picking a name you will not regret

  • Keep personal details out. Usernames are public. Real names, birth years, locations and school names give strangers information you cannot take back later.
  • Assume it will stick. Many platforms make renaming hard or impossible, so choose something you are happy to say out loud in five years.
  • Reuse with care. Using one handle everywhere makes you easy to follow across sites. For accounts you want kept separate, generate a fresh name.
  • Check the platform's rules. Some services cap length or ban numbers; all of the suggestions here are short, alphanumeric and safe for virtually every site.

A username is not a password

It is worth keeping the two jobs straight. Your username is the public half of your identity on a site: it needs to be unique, memorable and non-identifying, and this page optimises for exactly that. Your password is the secret half, and it needs entirely different properties: length, true randomness and no reuse anywhere else. Generate it separately with the password generator or, if you prefer something you can remember, the passphrase generator. Whatever you do, never use your username, or any variation of it, as the password on the same account: attackers try that combination first.

Frequently asked questions

How are the usernames generated?

Each suggestion pairs one of 60 adjectives with one of 60 nouns, both picked by your browser's cryptographic random number generator, then adds a random two-digit number if the box is ticked. That gives 324,000 possible combinations, all generated on your device with nothing sent to a server.

Will the username be available on every site?

There is no way to guarantee that, because every site keeps its own register of taken names. The suggestions here are random enough that most will be free on most platforms, and if one is taken you can click Generate again or tweak the number.

Should my username include personal details?

No. Usernames are public, so avoid your real name, birth year, postcode or anything else you would not print on a badge. A random adjective and animal says nothing about you, which is exactly what you want from a public handle.

Are the suggestions suitable for children?

Yes. Both word lists are made of ordinary, family-friendly words, and because no personal information is involved the results are safe for children's gaming and school accounts. An adult should still check the chosen platform's own rules.

Is a username the same as a password?

No, and they do different jobs. A username is public and just needs to be unique and non-identifying. A password is secret and needs to be long and random, so generate it separately with a password or passphrase generator and never reuse the username as the password.

Related tools