Online Version 4 UUID / GUID generator — create one ID or a bulk set locally (nothing is uploaded).
Generate Version 4 UUIDs (GUIDs) one at a time or in bulk — secure random, client-side.
Runs 100% in your browser — your input is never uploaded.
Online Version 4 UUID / GUID generator — create one ID or a bulk set locally (nothing is uploaded).
Free online UUID generator tool. Quickly generate individual or bulk Version 4 UUIDs (universally unique identifiers / GUIDs) with crypto.randomUUID() — RFC 4122 layout, optional uppercase or hyphen-free format, up to 1,000 per batch. Runs 100% in your browser.
This online UUID generator tool creates Version 4 UUIDs — also called random UUIDs or GUIDs in many Windows/.NET docs. Generate a single universally unique identifier or a bulk set (up to 1,000) with one click. Every value comes from crypto.randomUUID() in your browser, backed by the OS cryptographically secure random source.
A Version 4 UUID is (almost) entirely random: 122 of 128 bits are random, with the remaining bits marking version and variant per RFC 4122. That layout is the same industry standard referenced by generators like uuidgenerator.net. Collisions are not a practical concern even at the full batch size.
Other UUID versions exist (Version 1 time-based, Version 7 time-ordered, nil/empty UUID). SparkJSON focuses on the Version 4 UUID generator most APIs and databases use for unpredictable IDs. Formatting toggles only change presentation — uppercase or hyphen-free — not the underlying randomness or RFC 4122 bit layout.