UUID Generator

Generate cryptographically secure UUID v4 identifiers — single or bulk, multiple formats.

Click to copy
0
Generated
122
Bits of entropy
5.3 × 10³⁶
Possible UUIDs
Bulk Generation

What is a UUID?

UUID (Universally Unique Identifier) is a 128-bit identifier standardized by RFC 4122. Version 4 UUIDs are randomly generated using cryptographic randomness, making collisions virtually impossible.

This generator uses crypto.getRandomValues() for cryptographically secure randomness. The probability of generating a duplicate is astronomically low — you'd need to generate 1 billion UUIDs per second for about 85 years to have a 50% chance of one collision.