UUID Generator

Generate UUIDs v1, v4, v5

How to use

  1. Open the tool — a UUID is generated immediately.
  2. Click to generate more, or generate a batch at once.
  3. Copy the UUID(s) into your database, code, or config.

Why use this tool

Frequently asked questions

What is a UUID?

A Universally Unique Identifier is a 128-bit value used as an ID that's practically guaranteed to be unique without a central authority.

Are collisions possible?

In theory yes, but the odds for random (v4) UUIDs are so astronomically small that collisions are effectively impossible in practice.

Are these UUIDs random and private?

Yes. They use cryptographically secure randomness and are generated entirely in your browser.

Back to all tools