How to use the UUID Generator

  1. Choose how many UUIDs you want to generate.
  2. Click generate.
  3. Copy a single UUID or all of them at once.

How a Version 4 UUID is structured

A UUID v4 is 128 bits, displayed as 32 hexadecimal characters grouped into five sections separated by hyphens (8-4-4-4-12), for example 3f2504e0-4f89-41d3-9a0c-0305e82c3301. Of those bits, 122 are randomly generated, while a few fixed bits mark the UUID as version 4 and set the variant — this is what allows different systems to generate UUIDs independently with an astronomically low chance of collision, without needing to coordinate with each other.