UUID / GUID Generator

Generate random unique identifiers (Version 1 & 4)

Generated UUIDs1 items
cb14fc50-03cc-4b84-ac96-cd583efe15d2

What is a UUID/GUID?

A UUID (Universally Unique Identifier) or GUID (Globally Unique Identifier) is a 128-bit number used to identify information in computer systems. They are unique across both space and time.

Version 4 (Random)

Generated using random numbers. The most common version used today for primary keys.

Version 1 (Time-based)

Generated using a timestamp and the MAC address of the computer generating it.