UUID generator
Generate secure random UUID v4 identifiers, one or in bulk — instantly and privately.
Generate UUIDs in 3 simple steps
Set the count
Choose how many UUID v4 identifiers you need, from 1 up to 100 at once.
Toggle case
Flip the uppercase switch if your database or legacy system expects uppercase hex.
Generate & copy
Click Generate and copy the whole batch with one button, ready to paste anywhere.
Why use this UUID generator
Cryptographically random
Built on crypto.randomUUID() with 122 bits of entropy — safe for production keys.
Bulk generation
Create up to 100 v4 UUIDs in one go and copy the entire list with a single click.
Uppercase toggle
Switch between lowercase canonical form and uppercase to match any target system.
100% private
Every UUID is generated locally in your browser from a secure source — nothing is uploaded.
Collision-free keys
Ideal for database primary keys, request and trace IDs, idempotency keys and file names.
Free & unlimited
No sign-up, no limits — works offline once the page has loaded.
Random UUIDs whenever you need them
A UUID (universally unique identifier) is a 128-bit value used as a collision-free key for database rows, API requests, files and distributed systems. This generator creates version 4UUIDs using your browser's secure random source, so they are suitable for production use — and you can produce up to 100 at once.
Toggle uppercase if your system expects it, then copy the whole batch with a single click. Everything is generated locally; nothing is uploaded.
How to generate UUIDs
Set how many identifiers you need (1 to 100), flip the uppercase switch if required, and click Generate. The whole list appears at once and copies with a single button, ready to paste into a seed script, a test fixture, an API request or a spreadsheet. Generate another batch any time you need fresh values — each one is drawn from a secure random source.
Where v4 UUIDs are used
Teams use random UUIDs as database keys, request and trace IDs for debugging, idempotency keys, file names and message identifiers in queues. If you also need one-way fingerprints or random secrets, pair this with the hash generator and password generator. The complete toolkit is on the developer tools page.