UUID Generator
Generate UUIDs (GUIDs) in v4 and v7 formats.
UUIDs (Universally Unique Identifiers) are 128-bit labels used to identify records in distributed systems, API resources, databases, event streams, and frontend component keys. Our free UUID Generator produces RFC 9562 compliant Version 4 (random) and Version 7 (time-ordered random) UUIDs in bulk.
Select the version you need: Version 4 (completely random, by far the most common) or Version 7 (time-ordered with millisecond-precision timestamp prefix, ideal for database primary keys as they index naturally in time order). Choose how many UUIDs to generate at once, from 1 to 1,000.
Each generated UUID is in its canonical 8-4-4-4-12 hexadecimal string format with hyphens. Use the Copy button on any individual UUID or the "Copy All" button to copy the entire list to your clipboard. Download as plain text (.txt) is also available for bulk use.
The probability of generating a duplicate UUID is astronomically low: the UUID space has 2^122 possible values for Version 4. Even generating one billion UUIDs per second for 85 years would give about a 50% chance of a single collision, per the Birthday Paradox.