UUID Generator

Generate random version-4 UUIDs instantly. Cryptographically random, free, and private — generated in your browser.

How to use

  1. Click Generate to create a new UUID.
  2. Copy it with one click.
  3. Generate as many as you need.

Examples

  • Format: xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
  • Example: 01234567-89ab-4def-8123-456789abcdef

FAQ

What is a version-4 UUID?
A UUID generated from random numbers, with the version (4) and variant bits fixed per RFC 4122. Collisions are astronomically unlikely.
Are these UUIDs cryptographically random?
Yes. They use the browser crypto.getRandomValues source, not Math.random.
Can I use these in production?
Yes. They are standard RFC 4122 v4 UUIDs suitable for database keys, request IDs, and more.