UUID v4 Generator
Generate random version 4 UUIDs with your browser’s cryptographic random source. Create up to 50 identifiers and copy them in the format your application expects.
Processed locally in your browser — nothing you enter here is uploaded.
Generate random version 4 UUIDs with your browser’s cryptographic random source. Create up to 50 identifiers and copy them in the format your application expects.
A UUID is a 128-bit identifier designed to be unique without coordinating with a central database. Version 4 UUIDs are generated from random data, making them useful for database keys, request identifiers, test fixtures, filenames, and distributed systems.
This tool uses the browser's cryptographic random-number generator, then sets the UUID version and variant bits required by the current UUID specification. Generation happens locally, so the UUIDs are not submitted to MiniUtil.
A standard UUID contains 32 hexadecimal characters in five hyphen-separated groups:
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
The 4 identifies version 4. The first hexadecimal character in the fourth group encodes the UUID variant. Uppercase, braces, and omitted hyphens are presentation choices; they do not change the underlying 128-bit value.
The tool works in modern browsers that provide the Web Crypto API.
Share this utility
Send the tool, not any text or files you entered. Input is never added to the share URL.
Continue the workflow
Step 1 of 5. Keep the context and finish the related checks.
Where this comes from
Defines UUID versions, including the time-ordered version 7.
The cryptographically secure random source used to generate values.
Links last checked August 13, 2026.
Step-by-step help
Keep working