How to use
Choose a count and select Generate UUIDs. You can create up to 100 identifiers at once, one per line, and copy all results together.
Example
UUID v4 follows xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx, where y is 8, 9, a or b.
Generate random UUID v4 identifiers for test data and temporary references.
Choose a count and select Generate UUIDs. You can create up to 100 identifiers at once, one per line, and copy all results together.
UUID v4 follows xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx, where y is 8, 9, a or b.
Generation uses the browser’s secure random source and requires HTTPS or localhost. Collisions are very unlikely, but UUIDs are not passwords or a replacement for database uniqueness constraints.
Will each run produce the same values? No. Each click generates fresh identifiers. This tool does not save the results on a server or in browser storage.