Join our Discord Community

Free UUID Generator

Generate UUIDs (Universally Unique Identifiers) online for free. Support for UUID v1, v4, v5, bulk generation, validation, and decoding. Perfect for database keys, session IDs, and API tokens.

Generator Settings
Configure UUID generation options
UUID v4 (Random)
Random UUID - most commonly used
UUID v1 (Time-based)
Based on timestamp and MAC address
UUID v3 (MD5)
Based on namespace and name using MD5
UUID v5 (SHA-1)
Based on namespace and name using SHA-1
Nil UUID
All zeros - 00000000-0000-0000-0000-000000000000
1100
Generated UUIDs
No UUIDs generated yet

Click "Generate UUIDs" to create your first UUID

UUID Information

UUID Versions

  • v1: Time-based with MAC address
  • v3: Name-based using MD5 hashing
  • v4: Random or pseudo-random
  • v5: Name-based using SHA-1 hashing
  • Nil: Special case of all zeros

Common Use Cases

  • • Database primary keys
  • • API request/response IDs
  • • File names and identifiers
  • • Session tokens
  • • Distributed system IDs

UUID Generator FAQ - Common Questions

Find answers to frequently asked questions about UUIDs, UUID versions (v1, v4, v5), generation, validation, use cases, and best practices for using UUIDs in your applications.

Related Security & Development Tools

Explore more tools in the Security & Development Tools category