031fbe29-154a-496a-b893-9d18a493988a
Generate an UUID

With this generator it is possible to generate a random UUID. An user can select the UUID version in the settings. Based on the selection of the UUID version (i.e. version 1, version 2, version 3 or version 4) once the generate button has been clicked, the UUID is generated. The UUID can be copied to the clipboard with the corresponding copy button.

Your last generated data 1
  • 031fbe29-154a-496a-b893-9d18a493988a
Bulk UUID generator
  • dbe68bd9-83e9-47a3-ae39-ca0fdcb6f731
  • 17a687a9-a4f2-41c8-ad5e-aa24d6eea9d7
  • 3621b12f-728b-4474-8c5b-ed528e99449f
  • 40566ba8-545c-49fc-875a-1db74ea5a6e3
  • 6c4e383b-8dc9-44f5-8084-1d749ec897c6
  • 17926fab-d64a-4d6a-8e7a-cb8ed7b10f32

What is an UUID

Uniformly unique identifiers (UUIDs) are 128-bit numbers that are used to identify information in computer systems. The term global unique identifier (GUID) is sometimes used as well. A UUID is a digital identifier that is globally unique as its name implies, and it does not depend on a central registry or coordination for its uniqueness. A UUID has an extremely low chance of duplication, so low that it is considered 0 by the UUID community. Information labeled with an UUID from independent sources can later be combined to create a single dataset or database without any conflict. There are different versions for the UUID's. A UUID version 1 is generated from a time and node id, which is usually the MAC address. A UUID version 2 is generated from an identifier, which is most likely a group or user id, from a time and a node id. A UUID version 4 is generated by generating a random number.