UUID Generator
Quantity:
Generated UUIDs
0 UUIDsClick Generate to create UUIDs
Format Preview
Standard:a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d
Uppercase:A1B2C3D4-E5F6-4A7B-8C9D-0E1F2A3B4C5D
No hyphens:a1b2c3d4e5f64a7b8c9d0e1f2a3b4c5d
With braces:{a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d}
UUID v4 Structure
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
4 - Version indicator (v4)
y - Variant indicator (8, 9, a, or b)
UUID Version Comparison
| Version | Generation |
|---|---|
| v1 | Timestamp + MAC address |
| v4Recommended | Random numbers |
| v5 | SHA-1 hash of namespace + name |
| v7 | Unix timestamp + random |
About UUID
UUID (Universally Unique Identifier) is a 128-bit identifier that is unique across space and time. UUID v4 uses random numbers and has a collision probability of about 1 in 5.3 billion per UUID generated. They are commonly used for database primary keys, session IDs, and distributed system identifiers.