UUID / GUID Generator

UUID / GUID Generator

Generate UUID v1, v4, and v5 identifiers instantly

Client-sidev1 / v4 / v5Bulk Generate

Generate Single UUID

Bulk Generate

What is a UUID?

A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify information without requiring a central authority. They are commonly used as primary keys in databases, session tokens, resource identifiers in APIs, and anywhere a globally unique ID is needed.

UUID Versions
VersionMethodUse Case
v1Timestamp + MAC addressTime-ordered, sortable IDs
v4Random numbersMost common; general purpose
v5SHA-1 hash of namespace + nameDeterministic (same input = same UUID)

Explore More