d4213335-116a-4dd1-a9d2-df6d7712171e
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
  • d4213335-116a-4dd1-a9d2-df6d7712171e
Bulk UUID generator
  • 0c5c75c1-dc13-42d5-9922-ad119049255b
  • f6add2b9-babf-42c3-885e-624d98f5136b
  • 2c4cf66c-f759-4ad6-adad-ef736e082e11
  • 021077ba-9dad-403b-8d36-1a77d3718fee
  • 29c38e44-ae46-4eaa-90ee-77cbe2ca3062
  • cf012bf2-0ab7-4b90-a556-acb573bac1b4

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.