UUID / GUID Generator
Generate UUIDs in multiple versions with formatting options.
This tool runs entirely in your browser. No data is sent to any server.
UUID Versions
- v4 — Fully random, 122 bits of entropy. Most widely used.
- v7 — Unix timestamp (ms) + random. Sortable, great for DB primary keys. (RFC 9562)
- v6 — Reordered v1 timestamp for lexicographic sorting. (RFC 9562)
- v1 — Gregorian timestamp + clock sequence + random node.