Minecraft UUID to Username looks up Mojang profile identities so you can convert a Java Edition username into a UUID, or resolve a UUID back to the current username. Lookups run through the BeeForge WordPress ajax proxy so the browser does not call Mojang directly.
Paste a name like Notch or a dashed UUID, choose Username to UUID or UUID to username, then click Look up. The result shows username, dashed UUID, and undashed UUID ready to copy into whitelist files, plugins, or ban lists.
This tool reports current Mojang profile data for the value you entered. It is not a full name history browser and it does not validate offline-mode or cracked identities.
What Minecraft UUID to Username does
Resolve Minecraft Java identities with Mojang APIs.
- Username to UUID mode
- UUID to username mode
- Accepts dashed or undashed UUIDs
- Shows username plus both UUID forms
- Copy button for the full result block
Who Minecraft UUID to Username is for
- Server admins updating whitelist or ban entries
- Plugin developers mapping player configs
- Whitelist managers migrating name-based lists to UUIDs
- Players checking a public profile identity
How to use Minecraft UUID to Username
1. Open Minecraft UUID to Username on beeforge.dev.
2. Choose Username to UUID or UUID to username.
3. Enter a Java Edition username or UUID.
4. Click Look up and wait for the result.
5. Copy the output into your config or notes.
Features
- Mojang users/profiles and session profile endpoints
- Rate-limited wp-ajax proxy with nonce checks
- Clear not-found and network error messages
- Related Minecraft and identity tools nearby
- No account login required to use the page
Examples
- Convert Notch into the well-known dashed UUID for docs or tests.
- Resolve a UUID from a ban dump back to the current username.
- Paste an undashed 32-character id from a plugin database and get the name.
Tips and limits
- Mojang rate limits exist; wait and retry if requests are throttled.
- Username changes update the UUID-to-name direction to the current name.
- Offline-mode servers may invent UUIDs that Mojang does not know.
- Bedrock-only identities are outside this Java Mojang path.
Related tools
- Minecraft Color Codes for chat formatting helpers.
- Steam ID Converter for Steam identity formats.
- Roblox Username Checker for Roblox name format rules.
FAQ
Where does the lookup run?
The browser posts to a WordPress ajax action. PHP calls Mojang with a short timeout and returns JSON.
Does this show name history?
No. It returns the current username for a UUID, or the UUID for a username.
Can I paste UUIDs with dashes?
Yes. Dashes are stripped before the session server request.
Why username not found?
The name may be unused, mistyped, or temporarily unavailable from Mojang.
Is this for Bedrock?
It targets Java Edition Mojang profile APIs.