UUID generator
Generate random v4 or time-ordered v7 UUIDs in bulk.
Generators100% client-side
Options
Recent
Nothing here yet.
About this tool
Generate universally unique identifiers one at a time or a few hundred at once. Version 4 is fully random and the safe default. Version 7 embeds a millisecond timestamp in its leading bits, so identifiers sort chronologically — which keeps database indexes from fragmenting the way random keys do.
Randomness comes from the Web Crypto API, the browser's cryptographically secure generator, not from Math.random. Values are produced locally and never transmitted.
How to use it
- 1Choose version 4 (random) or version 7 (time-ordered).
- 2Set how many identifiers you need and pick a casing.
- 3Copy the whole batch, or a single value from the list.
Privacy
This tool runs entirely in your browser. Nothing you type or paste is sent to a server, and your local history is stored only on this device.
Related tools
- CPF generatorGenerate structurally valid Brazilian CPF numbers for testing.
- CNPJ generatorGenerate numeric CNPJs and the new alphanumeric format for testing.
- Password generatorBuild strong passwords with full control over length and character sets.
- Lorem ipsum generatorGenerate placeholder text by paragraphs, sentences or words.
