Generate v1 and v4 UUIDs instantly. Free, no server storage.
Click "Generate UUIDs" to create unique identifiers...
0
Generated
0
Total Bytes
What is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit number used to identify information in computer systems. UUIDs are designed to be unique without requiring a central coordinator.
UUID Versions
v4Random UUID - Generated using random numbers. Most common, provides 122 bits of randomness (~5.3×10^36 possible values).
v1Time-based UUID - Generated using the current timestamp and machine MAC address. Sequential and traceable.