How to use
Run a clean first pass
- Set the count (1–100), default is 1.
- Choose hyphenated format (standard 8-4-4-4-12) or compact (32 chars, no hyphens).
- Click Generate — UUIDs appear instantly. Copy individual rows or click Copy All.
Generate one or many UUID v4 identifiers instantly — copy and go.
Must be 1 – 100
Format
Set a count and click Generate — UUIDs appear here instantly.
UUID v4 samples 122 random bits from the browser's hardware entropy pool (crypto API). The remaining 6 bits encode the version (4) and variant (RFC 4122). Those 122 bits define the uniqueness space at roughly 5.3 × 10³⁶ possible values.
By the birthday paradox, to reach a 50% collision probability across 2¹²² values you would need to generate ~2.7 × 10¹⁸ UUIDs simultaneously. At one billion generated per second that would take ~85 years. In practice, UUID v4 is treated as globally unique.
The hyphenated format (8-4-4-4-12) is defined by RFC 4122: 32 hex characters plus 4 hyphens for 36 total. The compact form (32 chars) removes the separators only — the underlying bits are identical. Common uses: URL slugs, compact database keys, token fields.
Quick guide
Compact below-tool notes that help first-run users and repeated visitors move faster without changing the main interface.
Chinese search: UUID 產生器、隨機 ID 產生器、批量 UUID、UUID 複製、UUID 無連字號
How to use
Examples
FAQ