UUID Generator
Generate RFC 4122 compliant UUIDs in Version 1 (time-based), Version 4 (random), and Version 5 (name-based) formats. Generate up to 100 at once.
Last updated March 1, 2026
Prove it runs locally
- Open DevTools → Network tab
- Click Generate
- Confirm zero outbound requests for the secret
Generation uses crypto.getRandomValues() in your browser. Privacy policy
How to Use This Tool
Select the UUID version: v4 (random) is recommended for most use cases. v1 uses the current timestamp and machine identifier. v5 is deterministic — it generates the same UUID for the same name and namespace combination.
Set the quantity (1-100) to generate multiple UUIDs at once — useful for seeding databases or creating test data. For v5, enter your namespace UUID and name string.
Copy individual UUIDs with the copy button, or use the "Copy All" button to copy the entire list. UUIDs are formatted in the standard 8-4-4-4-12 hexadecimal pattern.