36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID version inspection
VetaTool reads the version nibble from the first hexadecimal character of the third UUID group after confirming canonical format. The sample 6ba7b810-9dad-11d1-80b4-00c04fd430c8 is detected as a valid UUID v1. This tool is free to use. No account or payment is required.
Last updated
The validator does not guess from timestamps, prefixes, or surrounding metadata. It reads the version nibble directly from canonical UUID text, then checks the RFC variant range before reporting a valid version.
The first digit of the third group is 1 and the variant nibble is RFC-compatible.
6ba7b810-9dad-11d1-80b4-00c04fd430c8Valid UUID v1Common questions
Yes. The same inspector labels accepted versions from v1 through v8, including UUID v4.
No. It only inspects the encoded UUID fields; it does not verify the generator, source system, or uniqueness of the identifier.
Debugging a specific UUID issue? Browse UUID troubleshooting.