UUID Generator
Generate cryptographically-random version 4 UUIDs in bulk. Created in your browser with the Web Crypto API.
How it works
1
Set the count
Choose how many UUIDs you need (1 to 1000).
2
Pick options
Optionally output uppercase or strip the dashes; or insert a NIL UUID.
3
Generate
Click Generate to produce cryptographically-random version 4 UUIDs.
4
Copy
Copy a single UUID or all of them, or grab them as a list.
Frequently Asked Questions
Yes β they use the browserβs Web Crypto API (crypto.randomUUID), which is a cryptographically strong source.
Version 4 (random) UUIDs, the most common kind for IDs and keys.
Yes, up to 1000 at a time, and you can copy them all in one click.
Generate version 4 (random) UUIDs online for free, one at a time or in bulk up to 1000. Optionally output them in uppercase or without dashes, or insert a NIL UUID. The IDs are produced in your browser using the Web Crypto API, so they are cryptographically strong and nothing is sent to a server. Perfect for database keys, request IDs, test fixtures and anywhere you need a unique identifier.