712Tools

UUID Generator (v4 and v7)

Generate one or thousands of UUIDs — v4 random or v7 time-ordered

🔒 100% in-browser🆓 Free forever⚡ No sign-up

v4 is fully random. v7 embeds a millisecond timestamp so IDs sort chronologically — ideal for database primary keys.

How it works

  1. 1
    Pick a version

    v4 is fully random. v7 embeds a timestamp so IDs sort chronologically — ideal for database keys.

  2. 2
    Set the count

    Generate 1 UUID or up to 1,000 at once for seeding databases or test data.

  3. 3
    Copy them

    Click Copy all to send the list to your clipboard, one per line.

About UUID Generator (v4 and v7)

Free online UUID generator. Create RFC 4122 v4 (fully random) or v7 (time-ordered) UUIDs, one at a time or up to 1,000 in bulk. Uses the browser's cryptographic random source. Runs entirely in your browser. UUID Generator (v4 and v7) on 712 Tools runs entirely inside your browser using modern JavaScript APIs — no server ever sees your data. That means instant results, complete privacy, and no upload limits.

Whether you need to generate one or thousands of uuids — v4 random or v7 time-ordered for a debugging session, a quick sanity check, or a production incident, this tool is free to use as many times as you need. There are no watermarks, no sign-up, and no ads inside the tool itself.

Frequently asked questions

What's the difference between v4 and v7?

v4 is 122 bits of randomness. v7 puts a 48-bit millisecond timestamp in the first bytes, so IDs are sortable by creation time — much better for database primary keys.

How random are these?

They use window.crypto.getRandomValues, the same source used for TLS keys. Not Math.random.

Are the UUIDs stored?

No. They're generated and displayed locally — nothing is sent to any server.

Read more