Home / Developer Tools / UUID Generator
Generate random version-4 UUIDs (universally unique identifiers), one at a time or in bulk.
A UUID (universally unique identifier) is a 128-bit value used to identify records, sessions, or objects without a central authority handing out IDs. Version 4 UUIDs are generated from random bits — the chance of two colliding is astronomically small, which is why they're widely used as database primary keys and API request IDs.