Guide
UUID validation guide
Validate UUID values online, detect the version, and copy a normalized lowercase UUID for APIs, databases, and logs.
What it does
UUID values are used as identifiers in APIs, databases, logs, queues, configuration files, and distributed systems. A valid UUID follows a specific hexadecimal structure with version and variant bits. This validator checks that structure and returns a normalized value.
When to use it
The page accepts common UUID and GUID-style inputs, including hyphenated, compact, and wrapped forms when the characters and version pattern are valid. The normalized result is lowercase and hyphenated, which makes it easier to compare across systems.
How it works
UUID validation is useful when a value has been copied from a log line, spreadsheet, URL, support ticket, or database export. One missing character or invalid separator can break an API call or query. This tool gives a direct answer and a clean value to copy.
Practical note
The validator checks format only. It does not confirm whether the UUID exists in your database, belongs to a real object, or has permission in a system.