UUID / GUID Generator
Generate random UUIDs (v4) or timestamp-based UUIDs (v1). You can produce up to 100 at once and toggle hyphens or letter case.
Features
How to Use
1. Pick the version (v4 random or v1 timestamp).
2. Set the quantity and formatting options.
3. Click Generate — copy individual UUIDs or copy them all at once.
About this tool
A UUID is a 128-bit identifier written as 32 hexadecimal digits in five groups, like 3f2b8c1e-9d4a-4f6b-8c2e-1a7d5b9e0c34. It lets different systems create IDs independently with a negligible chance of collision, which is why UUIDs are used for database keys, API resources, file names and distributed events. This generator creates version 4 UUIDs from the browser's cryptographically secure random source, or version 1-style UUIDs built from the current timestamp with a random node value instead of your network card's MAC address. Generate one or up to 100 at a time, choose uppercase or lowercase, and remove the hyphens if a system expects a compact 32-character form. Copy a single value or the whole list.