🎲 UUID Generator

Generates random version-4 UUIDs (crypto.randomUUID(), cryptographically random) — nothing here touches a server.

About this tool

Generate random version-4 UUIDs (also called GUIDs) one at a time or in batches — for database keys, test fixtures, correlation IDs or anywhere you need a globally unique identifier. Copy a single one or the whole list.

IDs are produced with the browser's cryptographically secure random generator, so they are as unique as UUIDs produced by any server library. Nothing is stored or transmitted.

How to use it

  1. Choose how many UUIDs you need.
  2. Click generate.
  3. Copy one or copy all, optionally in upper case.

Frequently asked questions

What is a version-4 UUID?

A 128-bit identifier made of random bits, formatted as 8-4-4-4-12 hex characters. Version 4 is the random variant — the one most applications use.

Can two generated UUIDs collide?

The chance is astronomically small (122 random bits). You would need to generate billions per second for centuries before a collision became likely.

Is UUID the same as GUID?

Yes. GUID is Microsoft's name for the same 128-bit format.

Also on this page

GUID Generator

Free, private, no account. Like every DevForge tool, this one runs in your browser and never uploads your files. See all 35 free tools or join the DevForge community to share your own games, tools and assets.