UtilityGhar LogoUtilityGhar Logo
Support Me

Minecraft UUID Converter

Convert Minecraft UUIDs between trimmed hex, formatted UUIDs, and offline hashes.

What is Minecraft UUID Converter?

The Minecraft UUID Converter transforms Universally Unique Identifiers (UUIDs) between formatted 36-character hyphenated UUID strings (Java 8-4-4-4-12 format) and 32-character trimmed hexadecimal UUIDs without hyphens.

This tool is essential for server administrators, web developers, and database managers working with Minecraft player records across MySQL databases, BungeeCord proxies, and plugin config files.

Formatted UUID (Java 8-4-4-4-12)
8667ba71-47b5-4803-a6dc-a1147578e1b7
Trimmed Hex UUID (32 Chars)
8667ba7147b54803a6dca1147578e1b7

Frequently Asked Questions

What is the difference between formatted and trimmed UUIDs?
Formatted UUIDs include hyphens (e.g., 8667ba71-47b5-4803-a6dc-a1147578e1b7), whereas trimmed UUIDs omit hyphens for compact database storage.
Does converting a UUID change the player profile?
No, converting between trimmed and hyphenated representations preserves the exact 128-bit numerical identity of the account.
Why do legacy databases use trimmed UUIDs?
Legacy databases and web APIs strip hyphens to save 4 bytes per row and standardize fixed 32-character string columns.

How to use Minecraft UUID Converter

To convert UUID formats:

  • Paste any 32-character or 36-character Minecraft UUID into the input box.
  • View converted Formatted UUID (with hyphens) and Trimmed Hex UUID (without hyphens).
  • Click Copy next to your desired UUID format.