What is uuid minecraft

Last updated: April 1, 2026

Quick Answer: A UUID in Minecraft is a unique 36-character identifier assigned to each player account, entity, or profile that distinguishes them across servers and game sessions.

Key Facts

Understanding Minecraft UUIDs

In Minecraft, a UUID (Universally Unique Identifier) serves as a permanent digital fingerprint for players and entities within the game world. Unlike usernames which can be changed, a UUID remains fixed throughout a player's entire Minecraft experience, making it the definitive way to identify individual players across servers and sessions.

UUID Format in Minecraft

Minecraft UUIDs follow the standard RFC 4122 format, consisting of 36 characters: eight hexadecimal digits, followed by groups of four, four, four, and twelve digits, all separated by hyphens. For example, a typical Minecraft UUID might look like: 550e8400-e29b-41d4-a716-446655440000. This format ensures that each identifier is unique and can be reliably used to track players across different servers and game instances.

How Servers Use UUIDs

Multiplayer servers rely heavily on UUIDs for player management. Server administrators use UUIDs to:

Entities and Item Tracking

Beyond player accounts, every entity in Minecraft—including mobs, animals, items, and custom structures—receives its own UUID. This allows the game engine to track and manage thousands of objects simultaneously within a world. Items in item frames, paintings, and armor stands each have unique identifiers that help preserve data during world saves and chunk loading.

Finding Your Minecraft UUID

Players can find their UUID through several methods: checking their player profile on Minecraft.net, using server commands like /data get entity, or visiting third-party UUID lookup websites by entering their username. The UUID appears in player data files stored in the .minecraft/world/playerdata folder on single-player worlds.

Related Questions

How do I find my Minecraft UUID?

Visit minecraft.net, sign in with your account, and view your profile to see your UUID. Alternatively, use the /uuid command on servers or check your player data files in single-player worlds.

Can I change my Minecraft UUID?

No, your UUID is permanently assigned by Mojang and cannot be changed. Only your username can be changed, while your UUID remains constant.

What is the difference between username and UUID in Minecraft?

A username is a display name that players can change, while a UUID is a permanent unique identifier that never changes and is used by servers for authentic player identification.

Sources

  1. Minecraft Wiki - Player.dat Format CC-BY-SA-3.0
  2. RFC 4122 - A Universally Unique Identifier IETF