Back to Tools

UUID Generator

About UUID Versions

UUID v4 (Random): Generates completely random UUIDs. This is the most commonly used version, ideal for unique identifiers where there's no need for timestamp-based ordering.

UUID v1 (Timestamp): Creates UUIDs using the current timestamp and a random node identifier. These UUIDs are sortable by creation time, useful for distributed systems that need time-ordered unique IDs.