d11ca3cd-3bdb-49c8-9f67-0d8d09cf5b38
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
  • d11ca3cd-3bdb-49c8-9f67-0d8d09cf5b38
Bulk UUID generator
  • 2ace656c-b02a-4c03-a882-daaedb4245e5
  • c39cb937-637c-44a6-9ad7-c4edcdca1d53
  • 15d0c9ac-eb12-4123-8eb2-3c1885856169
  • 2aa3f37a-dfa1-4f30-bb8e-5b95e909111c
  • e9705a85-f712-4445-b152-6f41f131ac36
  • e04b9619-0fa3-4f33-8abc-706f8f0a4767

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.