UUID Generator

Generate unique identifiers in various UUID formats including v1, v4, and v7.

UUID v4 uses random numbers. Most commonly used version, provides 122 bits of randomness.

Features

[AUTO_TRANSLATED:ru] Cryptographically Random

[AUTO_TRANSLATED:ru] Uses secure random number generation

[AUTO_TRANSLATED:ru] Bulk Generation

[AUTO_TRANSLATED:ru] Generate up to 100 UUIDs at once

[AUTO_TRANSLATED:ru] Multiple Versions

[AUTO_TRANSLATED:ru] Support for UUID v1, v4, and v7

[AUTO_TRANSLATED:ru] Easy Copy

[AUTO_TRANSLATED:ru] Copy individual or all UUIDs instantly

UUID Versions Explained

UUID v4 (Random)

Most commonly used version. Generated using random or pseudo-random numbers. Provides 122 bits of randomness, making collisions virtually impossible.

UUID v1 (Time-based)

Based on timestamp and MAC address (or random node ID). Useful when you need chronologically sortable IDs. Note: May reveal timing information.

UUID v7 (Unix Epoch Time-based)

New format from RFC 9562. Combines Unix timestamp with random data. Provides natural sorting by creation time while maintaining randomness.

How to Use

  1. Select the UUID version (v4 recommended for most use cases)
  2. Choose how many UUIDs to generate (1-100)
  3. Optionally toggle uppercase format
  4. Click "Generate" to create UUIDs
  5. Copy individual UUIDs or all at once

FAQ

What is a UUID?

UUID (Universally Unique Identifier) is a 128-bit identifier used to uniquely identify information in computer systems. Also known as GUID (Globally Unique Identifier).

Which UUID version should I use?

For most applications, UUID v4 is recommended due to its simplicity and randomness. Use v7 if you need time-ordered IDs for database indexing.

Can UUIDs collide?

While theoretically possible, the probability of a collision is astronomically low. You'd need to generate about 2.71 quintillion v4 UUIDs to have a 50% chance of a collision.

UUID Generator - Generate UUID v1, v4, v7 | Free Online Tool