HomeToolsGenerators › UUID Generator (v4)
● Generators

UUID Generator (v4)

Generate random v4 UUIDs (GUIDs) online — one or many at once, generated in your browser.

About this tool

Generate cryptographically random version-4 UUIDs (also called GUIDs). Set how many you need and regenerate as often as you like; everything happens locally with the browser's secure RNG.

Frequently asked questions

What is a v4 UUID?

A 128-bit identifier with 122 random bits, written as 36 characters. Collisions are effectively impossible, so they are ideal as database keys and request IDs.

Are these safe to use as secrets?

They are unique, not secret. Use the token generator if you need an unguessable secret.

Related generators tools