UUID Generator

Generate unique identifiers for databases, APIs, and applications

UUID v1 Generator

Timestamp-based

Generate timestamp-based UUIDs with MAC address components

Privacy Notice

UUID v1 contains timestamp and MAC address information that may reveal system details. Consider UUID v4 for better privacy.

Contains MAC AddressTimestamp-basedSortableLess Random
Count: 1Single
VersionTime-basedSortableBest Use Case
v1Legacy systems
v4Random IDs, security
v6Modern databases
v7Latest standard (2024)
javascript
Loading editor...
python
Loading editor...

UUID v1 is a timestamp-based UUID that includes MAC address. While sortable, it has privacy concerns. Modern alternatives v6 and v7 are recommended.

Timestamp-based (Gregorian)
Partially sortable (not lexicographic)
Legacy standard (use v6/v7 instead)
Contains MAC address (privacy concern)
xxxxxxxx-xxxx-1xxx-xxxx-xxxxxxxxxxxx
Timestamp (60 bits)
Version (4 bits) = 1
Clock sequence (14 bits)
Node (48 bits, MAC address)
When sorting by creation time is important
Time-based record keeping
Legacy system compatibility

UUID Information

RFC 4122 Compliant

All UUIDs generated follow the official RFC 4122 standard.

Cryptographically Secure

UUID v4 uses cryptographically secure random number generation.

No Server Storage

All generation happens in your browser. Nothing is stored on our servers.