Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Guides
How to Find a Username from an Instagram or Facebook ID
Related tools
GUID / UUID GeneratorXML ValidatorQuery String Builder
Home Page > Miscellaneous > Encoders And Decoders

UUID Validator/Decoder

Validate UUID strings, normalize GUID formats, and decode UUID v1, v4, and v5 metadata including timestamp, variant, node, random payload, and v5 namespace/name verification.

Free to useNo sign-up requiredInstant Results
UUID Validator/DecoderTry it now — free ▼
Quick examples
One per line works best. You can also paste log text; recognizable UUID tokens will be extracted automatically.
Optional UUID v5 source check
UUID v5 cannot reveal its original name, but if you already know the namespace and name, the decoder can recompute the expected UUID and compare it.

Embed UUID Validator/Decoder Widget

About UUID Validator/Decoder

This UUID Validator/Decoder checks whether a UUID or GUID is structurally valid, normalizes accepted formats, and explains the fields that matter for UUID v1, UUID v4, and UUID v5. It is built for developers, QA engineers, support teams, and anyone inspecting IDs from logs, databases, API payloads, tracing systems, or security reviews.

How to Use the UUID Validator/Decoder

  1. Paste one UUID or a list of UUIDs into the input box. The tool accepts canonical UUIDs, GUIDs with braces, URN UUIDs, and compact 32-character hexadecimal strings.
  2. If you are checking a UUID v5 value, choose the namespace and enter the name string to verify whether that namespace/name pair generates the pasted UUID.
  3. Click Validate & Decode UUID to parse the UUID layout, version, variant, normalized formats, and any version-specific metadata.
  4. Use the colored field map and metadata rows to inspect timestamp, node, random payload, deterministic hash behavior, and validation warnings.

UUID Versions Explained

UUID v1Time-based. The decoder extracts the timestamp, clock sequence, node value, and MAC-like privacy hints.
UUID v4Random. The decoder checks the fixed layout and explains the 122-bit random payload.
UUID v5Namespace/name based. The decoder explains the deterministic SHA-1 layout and can verify a known namespace/name source.

What the Decoder Checks

  • Canonical grouping, compact hexadecimal UUIDs, braced GUIDs, and URN UUID syntax.
  • Version nibble, variant bits, and the standard RFC 4122 layout used by v1, v4, and v5 UUIDs.
  • UUID v1 timestamp conversion to UTC, clock sequence, node value, and privacy indicators.
  • UUID v4 randomness layout and UUID v5 deterministic namespace/name verification.
  • Normalized output formats for copying into code, databases, logs, and API tests.

FAQ

What is a UUID?

A UUID is a 128-bit identifier commonly written as 32 hexadecimal characters grouped 8-4-4-4-12. Different UUID versions use those bits for different purposes, such as time-based IDs, random IDs, or namespace/name hashes.

Can a UUID v1 reveal a MAC address?

Sometimes. UUID v1 stores a 48-bit node value. If the multicast bit is not set, that node may be derived from a hardware MAC address; if the multicast bit is set, it was probably generated as a random or privacy-preserving node.

Can a UUID v4 creation time be decoded?

No. UUID v4 does not contain a timestamp, node, or machine identifier. It stores 122 random bits plus fixed version and variant bits, so a validator can inspect the layout but cannot recover when or where it was created.

What can be decoded from UUID v5?

UUID v5 records that the ID was created from a SHA-1 namespace/name hash, but it does not reveal the original namespace or name. If you already know those source values, this tool can recompute the UUID and check whether they match.

Is uppercase or compact UUID input valid?

Yes. Uppercase UUIDs, braced GUIDs, URN UUIDs, and compact 32-character hexadecimal UUIDs can all be valid. The decoder normalizes valid input into canonical lowercase UUID format.

Reference this content, page, or tool as:

"UUID Validator/Decoder" at https://MiniWebtool.com/uuid-validator-decoder/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-22

Encoders And Decoders:

Guides
How to Find a Username from an Instagram or Facebook ID

Top & Updated:

Base64 DecoderJWT DecoderURL DecoderView all →
Home Page > Miscellaneous > Encoders And Decoders > UUID Validator/Decoder