Support
Dev Tools / Generate UUIDs

Browse by category

All categories

Generate UUIDs

Generate UUIDs in v4 (random) and v7 (timestamp) formats with bulk generation support. Paste production code, API keys, tokens.

1
Choose version
Select UUID v4 (random) or v7 (timestamp-ordered)
2
Generate
Click to generate one or multiple UUIDs
3
Copy
Copy individual UUIDs or the entire batch

UUID Settings


Generated UUIDs

UUIDs will appear here...
0 UUIDsV40 chars
  • v4 = 122 random bits. Use when you don't need ordering.
  • v7 = 48-bit Unix-millisecond timestamp prefix + 74 random bits. Sortable by creation time, modern default for new systems.
  • Paste a UUID into the Decode field to extract its version, variant, and (for v1/v7) embedded timestamp.

Frequently Asked Questions

What is the difference between v4 and v7?

v4 is fully random. v7 includes a timestamp prefix for sortable, time-ordered identifiers.

Can I generate UUIDs in bulk?

Yes. Generate up to 1,000 UUIDs at once and copy or download the list.

Is it safe to paste production data?

Yes. UUIDs are generated locally via the Web Crypto API. None of the generated values are logged or cached server-side, which matters when you generate IDs that will be used in production immediately.

This tool is free thanks to our sponsors. Support Loft Tools