Enter UUID to Verify
Separate multiple UUIDs with spaces, commas, or new lines.
Validate UUIDs instantly. Check format, version, variant and get detailed information.
Validate UUIDs instantly. Check format, version, variant and get detailed information.
Paste one or more UUIDs to begin validation.
Separate multiple UUIDs with spaces, commas, or new lines.
No UUIDs verified.
| # | UUID | Status | Version | Variant |
|---|---|---|---|---|
| Results will appear here. | ||||
Select a verified UUID.
—A valid UUID must:
6ba7b810-9dad-11d1-80b4-00c04fd430c86fa459ea-ee8a-3ca4-894e-db77e160355e550e8400-e29b-41d4-a716-4466554400003fa85f64-5717-5562-b3fc-2c963f66afa601890f2e-3c7b-7f89-9b1e-1e8c8f901a2bAll validation is performed locally. UUID data never leaves your browser.
Reviewed by LipiCode Editorial Team
UUID verification checks textual structure and can identify version and variant bits. It can show that a value is well formed, but it cannot prove the identifier exists, belongs to a particular record, or was generated securely.
Validate an incoming value before converting it to a database UUID type. Then perform authorization and existence checks independently against application data.
Accepting a syntactically valid UUID must not bypass access control. Braces, URN prefixes, whitespace, and noncanonical forms may require an explicit normalization policy.
Yes. Syntax validation says nothing about whether it identifies the intended object.
No. Hexadecimal case does not change the underlying 128-bit value.