UUID Generator

Generate random UUID v4 identifiers, one or many at a time.

Generate cryptographically random version 4 UUIDs (also called GUIDs) one at a time or in bulk, ready to copy. Generated locally with your browser's secure random source.

Runs entirely in your browser — nothing is uploaded.

How to use the uuid generator

  1. 1Choose how many UUIDs you need.
  2. 2Click Generate.
  3. 3Copy one, or copy them all at once.

Frequently asked questions

What kind of UUIDs are these?

Version 4 UUIDs, generated with the browser's secure random source (crypto.randomUUID).

Are they guaranteed unique?

UUID v4 has 122 random bits, making collisions astronomically unlikely — safe to use as unique identifiers.

Related tools