Don's Tools · Developers · UUID Generator

UUID generator

Generate secure v4 and time-ordered v7 UUIDs in bulk, right in your browser. Nothing is uploaded.

Version
How many
Works offline: UUIDs are generated in your browser using a cryptographically secure random source, with nothing uploaded. v4 is fully random; v7 is time-ordered and sorts by creation time.
UUID Generator is a free developer tool that creates universally unique identifiers entirely in your browser using a cryptographically secure random source, with nothing uploaded. It produces random version 4 UUIDs, time-ordered version 7 UUIDs and the Nil UUID, in bulk up to 1000 at a time, with options for uppercase, no hyphens or surrounding braces.

Frequently asked questions

Are the UUIDs generated privately?

Yes. They are created in your browser using a cryptographically secure random source, with nothing uploaded. It works offline once loaded.

What is the difference between v4 and v7?

Version 4 is completely random, which is the most common type. Version 7 starts with a timestamp, so the IDs sort in the order they were created, which is useful as database keys.

Are these safe to use as unique identifiers?

Yes. Random version 4 UUIDs have an astronomically small chance of collision, so they are widely used as unique keys.

Can I generate many at once?

Yes, up to 1000 at a time. You can format them in uppercase, without hyphens, or wrapped in braces, then copy or download the list.

What is the Nil UUID?

The Nil UUID is all zeros and is sometimes used as a placeholder or default empty value.