UUID Generator
Generate random UUID v4 or time-sortable UUID v7 identifiers — free, private, no upload required.
About this tool
The UUID Generator creates universally unique identifiers in two flavors: v4 (fully random, ideal for opaque tokens and session IDs) and v7 (timestamp-ordered per RFC 9562, ideal for database primary keys and distributed systems). Generate a single UUID or up to 1,000 at once, copy them individually or in bulk, and download the list as a plain text file. The validator tab lets you paste any UUID to check its version, variant, and — for v7 — the embedded creation timestamp. Everything runs client-side using the Web Crypto API with no external dependencies.
Frequently Asked Questions
Processed using the browser's built-in Web Crypto API — no external libraries