UUID Generator
Generate random UUIDs (v4) and sortable UUIDs (v7) instantly. Copy single or batch-generate multiple UUIDs at once.
How to Use
- 1
Select a UUID version
Choose v4 (random) for general-purpose use or v7 (sortable) for time-ordered identifiers.
- 2
Click Generate
A new UUID is generated instantly in your browser using the Web Crypto API.
- 3
Copy or batch generate
Click Copy to copy the UUID, or use Generate 10 to create multiple UUIDs at once.
What is UUID Generator?
A UUID (Universally Unique Identifier) is a 128-bit identifier that is guaranteed to be unique across space and time without requiring a central registration authority. UUIDs are represented as 32 hexadecimal digits separated by hyphens in the format 8-4-4-4-12.
Version 4 UUIDs are generated using random or pseudo-random numbers and are the most commonly used type. Version 7 UUIDs embed a Unix timestamp in the first 48 bits, making them sortable by creation time while still being unique — ideal for database primary keys where insertion order matters.
UUIDs are used as database primary keys, API resource identifiers, session tokens, correlation IDs for distributed tracing, file names, and anywhere a globally unique identifier is needed without coordination.
FAQ
What is the difference between UUID and GUID?
Can UUIDs collide?
When should I use v7 instead of v4?
Related Articles
Related Tools
Hash Generator (MD5 & SHA-256)
Generate MD5 and SHA-256 hashes from any text input. Compare hashes, verify data integrity, and more.
URL Slug Generator
Convert any text into a clean, URL-friendly slug. Remove special characters, accents, and spaces automatically.
Password Generator
Generate strong, random passwords with customizable length and character sets. Uses cryptographically secure randomness.
Lorem Ipsum Generator
Generate placeholder text for your designs and layouts. Choose the number of paragraphs and copy the result instantly.