UUID Generator
Generate and validate v1, v3, v4, v5, and v7 UUIDs in bulk, entirely in your browser.
Version
Fully random with no embedded information. The most common choice for general-purpose unique identifiers.Case
Generated UUIDs will appear here
A UUID (Universally Unique Identifier) is a 128-bit value used to identify information without requiring a central authority to hand out IDs - the odds of two randomly generated UUIDs colliding are astronomically small. This tool generates the four UUID versions still in active use - v1 (timestamp-based), v3 and v5 (deterministic, derived from a namespace and a name), v4 (random), and v7 (time-ordered, increasingly popular for database keys) - and can also validate and decode any UUID you paste in, all locally in your browser.