dt

devtoolsforme

Fast browser-side utilities

Back to toolsIdentity

devtoolsforme

UUID Generator

Generate UUID v1, v3, v4, v5, and v7 values, with timestamp or namespace inputs shown when a version needs them.

Selected version

Random

RFC 4122-style

Purely random UUIDs for general-purpose IDs, fixtures, and client-generated keys.

Version guide

UUID v1

Needs timestamp, clock sequence, and node ID. Useful when ordering by creation time matters.

UUID v3

Same namespace + name always yields the same UUID. Good for stable identifiers.

UUID v4

Purely random UUIDs for general-purpose IDs, fixtures, and client-generated keys.

UUID v5

Like v3, but SHA-1-based. Good when you want repeatable UUIDs from names.

UUID v7

Timestamp-first UUIDs that sort better than v4 while staying globally unique.