UUID Generator
Generate UUIDs v1, v4, v5
How to use
- Open the tool — a UUID is generated immediately.
- Click to generate more, or generate a batch at once.
- Copy the UUID(s) into your database, code, or config.
Why use this tool
- Version 4 UUIDs: Random UUIDs generated with the browser's secure random source.
- Generate in bulk: Create one or many at once for seeding data or testing.
- 100% private: Everything runs in your browser. Your data is never uploaded to a server, so it's safe for confidential content.
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