How to use UUID Generator — Free Online Random UUID v4 / GUID Tool
- 1Pick what you want to generate and how many.
- 2Set the length or number range, and any formatting options.
- 3Copy the whole list, download it as a text file, or press Regenerate for a fresh set.
About UUID Generator
UUIDs solve a specific problem: generating an identifier that is unique without asking anyone else first. Two services on opposite sides of the world can each mint one and be confident they will not clash, which is why they appear throughout distributed systems, file formats and APIs.
Version 4 gets that property from sheer size. With 122 random bits, the space is large enough that collisions are a theoretical concern rather than a practical one — the often-quoted figure is that you would need billions of UUIDs per second for a century before it became worth worrying about.
These are generated with your browser's cryptographic random source rather than Math.random, which matters if the identifier will be used anywhere it should be unguessable as well as unique.