Free Online UUID Generator

Generate cryptographically random UUID v4 values. Bulk generate, copy individually, or download as a list.

Bulk Generate

How to Use This UUID Generator

Click Generate to create a new UUID v4 value, or use Bulk Generate for up to 1000 UUIDs at once. All values use the crypto API for true randomness.

What is a UUID?

A UUID (Universally Unique Identifier) is a 128-bit value used to uniquely identify objects. UUID v4 uses random numbers and is the most commonly used version.

Are these truly random?

Yes. This generator uses the Web Crypto API (crypto.getRandomValues) for cryptographically secure random numbers.

What format are the UUIDs?

Standard format: 8-4-4-4-12 hexadecimal characters, e.g. 550e8400-e29b-41d4-a716-446655440000. Version 4 UUIDs have a 4 in the third group.

Is my data stored?

No. All UUIDs are generated locally in your browser. Nothing is sent to any server.