UUID Generator
Generate UUID v1, v3, v4, v5, v6, or v7 locally, with bulk, namespace, case, and output format controls.
Generate UUID v1-v7 locally, one or in bulk.
AbsolTools makes commonly used online tools more accurate and easier to use. Every task happens only in your browser, without being stored separately or sent to a server. Bookmark this site for easy access.
Generate 1 to 1,000 UUIDs at once.
Generated UUIDs
Generated UUIDs appear here.
How to use UUID Generator
Choose v4 for general random IDs, v7 for time-ordered database IDs, or v5 for repeatable namespace-and-name IDs. Set the quantity and output format, then generate, copy, or download.
Private, local processing
Your input and results are not uploaded or stored. They remain in this browser tab.
Frequently asked questions
Which UUID version should I use?
Use v4 for general random identifiers, v7 when time ordering helps database locality, and v5 for deterministic namespace-and-name identifiers. v1, v3, and v6 are mainly for compatibility.
Do UUID v3 and v5 return the same value again?
Yes. The same version, namespace, and exact name produce the same UUID. v3 uses MD5 and v5 uses SHA-1; the two versions do not produce the same value.
Can I use a UUID as a secret token?
Treat UUIDs as identifiers, not access controls or authentication secrets. Use a dedicated cryptographic token when secrecy is required.