UUID / GUID Generator
Generate universally unique identifiers for your applications. Supports v1, v4, and v5 variants.
UUID v1
Time-based UUID with timestamp and MAC address
Click generate to create UUID v1
UUID v4
Random UUID - most commonly used variant
Click generate to create UUID v4
UUID v5
Namespace and name-based UUID
Enter name and click generate
UUID Variants Explained
UUID v1 (Time-based)
Generated using timestamp and MAC address. Guarantees uniqueness but may reveal information about when and where it was generated.
UUID v4 (Random)
Generated using random numbers. Most commonly used variant. Provides good uniqueness with minimal information leakage.
UUID v5 (Name-based)
Generated using a namespace UUID and a name. Same namespace and name will always produce the same UUID.