Skip to content

Version 1 UUID Generator

A time-based UUID built from a timestamp, clock sequence and node.

d6591c8e-9fdb-11f1-a96a-7bff46ca39e3

Generate another

About Version 1

A version 1 UUID combines a 60-bit timestamp (100-nanosecond intervals since 1582), a clock sequence, and a node identifier. Historically the node was the machine's MAC address; for privacy this generator uses a random node with the multicast bit set, as permitted by RFC 9562. Prefer version 7 for new systems that want time ordering.

Generate a UUID in code

Prefer to generate one in your own program? Pick a language:

Other UUID versions

← Full generator — bulk, formats & API