36 chars · 1 line
Needs attention
36 chars · 1 line
Needs attention
UUID version bits
The hyphens and hexadecimal groups can be perfectly formatted while the version nibble still falls outside the range VetaTool accepts. The validator reads the first hexadecimal character of the third group and accepts versions 1 through 8. This tool is free to use. No account or payment is required.
Last updated
The example uses 9 as the version nibble. It passes the hexadecimal layout matcher, but VetaTool then rejects it as an invalid RFC 4122 UUID because the version is outside the accepted 1-8 range.
The third group starts with 9, which the current validator rejects.
550e8400-e29b-91d4-a716-446655440000Invalid RFC 4122 UUIDCommon questions
In canonical UUID text, VetaTool reads the first hexadecimal character of the third group as the version nibble.
The current validator accepts encoded versions 1 through 8.
Debugging a specific UUID issue? Browse UUID troubleshooting.