We are experiencing higher levels of website traffic, we are trying to expand. Thank you for your understanding.

UUID Generator

Generate RFC 4122 version 4 UUIDs (universally unique identifiers) in your browser using the cryptographically secure crypto.randomUUID() API. Bulk-generate up to 100 at once. Format options: lowercase, UPPERCASE, no hyphens, or braces.

Ctrl+Enter to run  ·  Ctrl+K to switch tools  ·  Recent button shows input history

Let AI do the hard part. Fix broken HTML, convert to email-safe HTML, or clean up any markup in one click — 3 free AI runs per day, no account needed.

Try the AI HTML Fixer

FAQ

What is a UUID?

A UUID (Universally Unique Identifier) is a 128-bit identifier represented as 32 hex digits grouped 8-4-4-4-12. Version 4 UUIDs are randomly generated. With 2^122 possible values, the chance of collision is negligible.

Are these UUIDs cryptographically secure?

Yes — this tool uses crypto.randomUUID() (or crypto.getRandomValues() as a fallback), which is cryptographically secure random, not Math.random().