UUID Generator

Generate random UUIDs (GUIDs) for unique identifiers

Read the full guide

About UUIDs:

  • UUID v4: Randomly generated, most commonly used
  • UUID v1: Based on timestamp and MAC address (our version uses random data instead of MAC for privacy)
  • UUIDs are 128-bit identifiers that are globally unique
  • Format: xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx (M = version, N = variant)

Related Tools