Minecraft UUID to username converter

Convert a Minecraft UUID to a username, or a username to a UUID. Dashed and trimmed formats from Mojang. Free lookup.

Search Console shows “minecraft username to uuid” and “minecraft uuid to name” with impressions and almost no clicks. Both jobs are the same form: the Minecraft UUID to username converter. Paste a name or a UUID. You get the other side, in dashed and trimmed form.

Why plugins store a UUID

A Java account can change its username. The UUID stays. Whitelists, bans, and economy plugins that key on the name will lose the player after a rename. Key on the UUID and the row survives. That is the whole point of the lookup.

Bedrock uses a different id space. This tool talks to Mojang’s Java profile API. Do not paste a Bedrock XUID and expect a Java name.

Username to UUID

  1. Open the UUID converter.
  2. Paste a Java username (1–16 characters, letters, numbers, underscore).
  3. Convert. You get the current name (capitalisation from Mojang), a dashed UUID, and a 32-character undashed UUID.

Use the dashed form in most plugin configs. Use the undashed form when a file or API asks for 32 hex with no hyphens.

UUID to username

Paste either UUID shape. The session server returns the name currently attached to that id. If the player renamed last week, you see the new name, not the one on an old screenshot.

A miss usually means the name was never used, Mojang is slow, or the UUID came from an offline-mode server. Offline-mode invents its own ids. Those do not resolve on Mojang. Online-mode Java servers use the real ones.

Where this sits next to hosting

Looking someone up does not start a server. If you are building a whitelist before launch, generate the JSON with the whitelist creator after you have the UUIDs. First-time setup is in what you actually need. Plans stay on the Minecraft page. A raw machine is /vps/.

Questions

What is a Minecraft UUID?+

A stable 32-hex id Mojang assigns to a Java account. Plugins store the UUID so a name change does not drop a whitelist entry.

Can I convert username to UUID and UUID to name?+

Yes. Paste either form into the converter. You get the current name plus dashed and undashed UUIDs.

Why does a UUID lookup fail?+

The name may never have been used, or Mojang is slow. Offline-mode servers invent their own UUIDs. Those will not resolve on Mojang.

Minecraft hosting All guides