Next-Gen App & Browser
Testing Cloud
Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles
This free online tool allows you to decode and analyze UUIDs in seconds, helping you uncover hidden details like version, structure, and embedded timestamps with zero hassle.
UUIDs are in the format: 00000000-0000-0000-0000-000000000000
A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify information in computer systems. They're commonly used in databases, distributed systems, and APIs. UUIDs can come in different versions (v1, v3, v4, v5), each with its own method of generation.
Example UUID: f47ac10b-58cc-4372-a567-0e02b2c3d479
Follow these easy steps to decode your UUID:
UUID Format | Explanation |
---|---|
1-7 (4 bits) | Indicates the UUID version. For example: |
Version 1: Time-based UUID | Based on timestamp and machine identifier. |
Version 2: DCE Security UUID | Includes POSIX UID/GID and time. |
Version 3: Name-based UUID (MD5) | Generated from a name using MD5 hash. |
Version 4: Random UUID | Randomly generated (most common version used). |
Version 5: Name-based UUID (SHA-1) | Generated from a name using SHA-1 hash. |
Version 6: Reordered Time-based UUID | A variation of version 1, with the time component reordered for easier sorting. |
Version 7: Time-based UUID with Unix Epoch | Based on timestamp and including microsecond precision, intended for more precise sorting in time-based systems. |
UUID Format | Explanation |
---|---|
8-11 (2 bits in the first byte) | Indicates the UUID variant (typically, the most common variant is "RFC 4122"). |
Variant 0: Reserved for NCS backward compatibility | Rarely used. |
Variant 1: RFC 4122 | The most common variant for UUIDs. This is the default format used by most libraries and systems. |
Variant 2: DCE Security UUID | Used for UUIDs that include POSIX UID/GID. |
Variant 3: Reserved | Rarely used. |
A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify data in computer systems. It’s commonly used in databases, APIs, and distributed systems.
This tool supports decoding of:
While v4 is random and contains no embedded metadata, v1 and v6 include timestamps and MAC address information.
UUID v7 is based on Unix time and is optimized for sorting and high-throughput systems.
Yes! If your UUID is version 1, the tool can extract and display the embedded timestamp and MAC address used during generation.
Absolutely. This tool runs entirely in your browser. No UUID data is sent or stored on any server, ensuring full privacy and security.
If the input is not in a valid UUID format, the tool will alert you with an error.
UUID v4 is randomly generated and contains no meaningful metadata like time or hardware info. That's why decoding v4 only shows version, variant, and raw bits.
Did you find this page helpful?