c0032c98-26f6-4f6b-8f9e-7e05fd4ed5f1
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
  • c0032c98-26f6-4f6b-8f9e-7e05fd4ed5f1
Bulk UUID generator
  • d70dbdb7-0dfe-4ed0-b499-4f54b47017a6
  • 3f9adcc3-0da1-4290-9ea0-8f909e78cf4f
  • ff013040-93fc-4a26-b75a-3ec608090a71
  • aef7710c-c82b-41ac-989d-636115516f5d
  • 74965b00-ef86-4003-80b2-9bb98000a0a2
  • 0cd9c388-cdaf-467f-a557-3e801b864667

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.