UUID Generator
RFC 4122Generate RFC 4122 v4 and time-ordered v7 UUIDs in bulk with uppercase and dash-free formatting.
Random 122-bit value (RFC 4122) - ideal for most identifiers.
Results
No UUIDs Generated
Click Generate UUIDs to create identifiers
About UUID Generator
Choose a version and a count, and the generator produces a batch of UUIDs instantly. Version 4 UUIDs are built from 122 random bits, which makes them ideal for general-purpose identifiers. Version 7 UUIDs embed a millisecond timestamp, so they are time-ordered, sortable, and friendlier to database indexes.
Formatting options let you output uppercase values or remove dashes for compact 32-character keys. Copy individual values or the whole batch with one click - nothing leaves your device.
UUIDs are generated with the browser's cryptographically secure random number generator, so collisions are astronomically unlikely and the output is unpredictable.
Features & Highlights
- RFC 4122 version 4 UUIDs (random)
- RFC 9562 version 7 UUIDs (time-ordered)
- Bulk generation up to 100 at once
- Uppercase and dash-free formatting
- One-click copy per value or entire batch
- 100% client-side with Web Crypto randomness