Free UUID Generator

Generate version 4 UUIDs (Universally Unique Identifiers). Create single or bulk UUIDs and download them as a text file. Perfect for database keys, session identifiers, and distributed systems.

Single UUID

5cef7781-6b78-47f3-ade4-9d7a818ea139
UUID version 4 is randomly generated. 128-bit, 36 characters.

What is a UUID?

A Universally Unique Identifier is a 128-bit label used for information in computer systems. The generation algorithm ensures uniqueness across space and time.

Bulk Generator

Generate 1 to 1000 UUIDs at once.

Generate bulk UUIDs to see them here and download as text file.

UUID Applications

Database primary keys, API identifiers, session tokens, transaction IDs, and distributed systems where unique IDs must be generated independently.

Version 4 UUID

Randomly generated UUID. 6 bits are used for version and variant, leaving 122 random bits. Total unique combinations: 2^122 (5.3×10^36).

Generation Speed

Bulk generate up to 1000 UUIDs instantly. Each UUID is cryptographically random using PHP's mt_rand() which is sufficient for non-security purposes.

Text File Format

Downloaded .txt file contains one UUID per line. Compatible with Excel, databases, and most programming languages for batch importing.

Universally Unique

Probability of collision is extremely low. You can generate UUIDs on different machines without coordination and be confident they are unique.