Skip to content

Version 1 UUID Generator

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

e172956c-791b-11f1-8737-7d7ef302e317

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