All Tools

UUID Generator

Data & Encoding

Generate UUID v4 (random) and v7 (timestamp-sortable) identifiers. All generated client-side using Web Crypto API.

Count:
Generated UUIDsV4 · 1 id
fd2914d2-650e-4bc6-8421-796feaf8618e

UUID v4

Random-based UUID. 122 bits of randomness from Web Crypto API. Best for general-purpose unique identifiers where ordering doesn't matter.

UUID v7

Timestamp-based UUID (RFC 9562). Millisecond precision, naturally sortable by creation time. Great for database primary keys.

What is UUID Generator?

UUID Generator creates universally unique identifiers using your browser's Web Crypto API. It supports UUID v4 (fully random) and UUID v7 (timestamp-sortable, per RFC 9562). Generate up to 50 IDs at once, with optional uppercase formatting.

Common Use Cases

  • Generating primary keys for database records
  • Creating unique request or correlation IDs for tracing
  • Producing API keys or session identifiers during development
  • Using v7 UUIDs as sortable IDs in distributed systems

How to Use

  1. Pick UUID v4 or v7 and set the count
  2. Click Generate to create new UUIDs
  3. Copy individual IDs or all at once

Command Palette

Search for a command to run...