Generate cryptographically secure v4 UUIDs / GUIDs. Single or bulk.
100% in your browser · No uploadsUUID Generator produces v4 UUIDs (also called GUIDs) — universally unique identifiers used in databases, APIs, and software development. Generate one at a time or in bulk.
Astronomically unique. There are 2^122 possible v4 UUIDs (~5.3 × 10^36). You could generate a billion per second for a billion years and still have a near-zero chance of collision.
v1 includes the MAC address and timestamp (less private). v4 is fully random (most common). v7 is timestamp-ordered (good for database indexes). Uvelia generates v4.