N
TruthVerse News

How to find minecraft uuid

Author

Avery Gonzales

Updated on March 23, 2026

How to find minecraft uuid

To find the UUID for a Minecraft User you can use a service like MinecraftUUID.com. All you need to do is enter the username of the user and you will be returned the UUID, skin and extra information if it is available. START YOUR Minecraft Server Hosting, with ServerFlex. AMD Ryzen 9 Hardware with Data Centres around the globe.

There are other answers below:

To lookup Minecraft username, just search their ID into the system and it will generate the name for you. It’s never been easier to lookup Minecraft UUID, because you can just put the search in reverse. Being able to find Minecraft UUID means that …

There are tools online to help you find your UUID, but this is a tutorial to obtain the information using nothing but your Minecraft client. 1. Launch Minecraft 1.8+ 2. Create a new world. 3. Quit the world as soon as it loads. 4. Get to your .minecraft folder.

To find the UUID for a Minecraft User you can use a service like MinecraftUUID.com. All you need to do is enter the username of the user and you will be returned the UUID, skin and extra information if it is available. START YOUR Minecraft Server Hosting, with ServerFlex. AMD Ryzen 9 Hardware with Data Centres around the globe. See more result ››

Using the program, you can enter your Minecraft username, and it will fetch your UUID from the Mojang servers. There is not much use for this, however, I just wanted to prove to those people who do not believe in UUIDs, that they do exist. And yes, I do know that you can get a persons UUID via a minecraft server (1.7.x and up).

The UUUD is a 16-byte number. So fits as you see. It is only visually divided into 5 parts – it is saved as 4 ints (= integers). You can get a player’s UUID on sites like Simply enter the player name and the UUID will be displayed. he hearing 1 …

function getId(playername) { return fetch(`) .then(data => data.json()) .then(player => player.id); } Then call it like so in your code: // Using .then (anywhere) getId(args[2]).then(id => { console.log(`ID is ${id}`) })

OverviewRepresentationTechnical aspectsUUIDs (Universally unique identifiers; Java Class) are 128 bit long numbers that are used by Minecraft to distinguish between separate instances. · Text under CC-BY-SA license

Step 1: visit and enter the bedrock username (without the period that is added by Geyser) Step 2: Search for the hexidecimal result and copy it down. Step 3: You can try just that number instead of the username, but mine was formatted like this. XUID Search Result: 000901F4BF5B7415.

How to Find My Minecraft UUID

  1. Launch Minecraft 1.8+.
  2. Create a new world.
  3. Quit the world as soon as it loads.
  4. Get to your .minecraft folder. The easiest way is to go to Resource Packs, open the folder,…
  5. From the .minecraft folder, choose “saves” and open the folder with the same name as…
  6. Once in the world folder, open the…
See More….

How to find Minecraft username and UUID?

Using the MCUUID finder is simple. The only thing that you need to do is look up the name based on what’s on offer. To lookup Minecraft username, just search their ID into the system and it will generate the name for you. It’s never been easier to lookup Minecraft UUID, because you can just put the search in reverse.

What are UUIDs and how do they work?

UUIDs (Universally unique identifiers; Java Class) are 128 bit long numbers that are used by Minecraft to distinguish between separate instances.

How to find the UUID version?

The “version” value occupies four bits, and is located in the UUID string format at the position indicated by an “A”. The “B” position is the variant (format) of the UUID.

What does 111 mean in Minecraft UUIDs?

It’s referred to as “variant 6” by Java. 111 is the “reserved variant”. It’s referred to as “variant 7” by Java. Minecraft uses version 4, variant 1 (RFC) UUIDs, which means that the entire number with the exception of the bits used for metadata (version and variant) is randomly generated.