How to generate a UUID
Create random, collision-resistant UUID v4 / GUID identifiers — one or thousands at a time.
1. Choose options
Pick formatting like uppercase, hyphens or braces.
2. Set how many
Generate a single UUID or a bulk list for seeding and testing.
3. Copy
Copy one ID or the whole list to your clipboard.
UUIDs (also called GUIDs) are unique identifiers used for database primary keys, API request IDs, file names, distributed systems and test fixtures. Version 4 UUIDs are generated from cryptographically strong random values in your browser, so they're effectively unique and never sent anywhere. Need other random data? Try the Password Generator or Hash Generator.