Generate UUID v4 (random) and UUID v7 (time-sorted, ordered UUID) online. UUID v7 embeds a Unix timestamp making it perfect for database primary keys — no random page splits. Free bulk UUID generator, no signup required.
What is a UUID?
A Universally Unique Identifier (UUID) is a 128-bit label used to uniquely identify objects in computer systems without a central registration authority. UUID v4 uses pure randomness, while UUID v7 embeds a millisecond-precision Unix timestamp making identifiers time-sortable — ideal for database primary keys where insert order matters.
UUID v4 vs v7 — which should you use? →