UUID Generator
Generate a random UUID (version 4) in your browser — click Generate to get a fresh, RFC 4122-compliant identifier, then copy it with one click or generate another.
Generate a random, RFC 4122-compliant UUID (version 4) locally in your browser.
How to use it
- Click Generate to create a random UUID v4
- Copy the result with one click
- Click Generate another for a new one
Every UUID is produced using your browser's cryptographically secure random number generator (the Web Crypto API), the same source used for encryption keys, never a weak pseudo-random fallback — if that secure API isn't available, a clear error is shown instead of silently generating a lower-quality identifier. It is handy when you need a unique identifier for a database record, a test fixture, or a temporary key while prototyping. Everything runs locally in your browser, so no identifier you generate is ever sent to a server or stored anywhere.
FAQ
Your browser's cryptographically secure Web Crypto API, never a weak pseudo-random fallback.
A clear error is shown instead of generating a lower-quality identifier.
No, it is generated and stays entirely in your browser.