Generate cryptographically random UUID v4 / GUID values instantly. Choose format and quantity — copy all with one click.
A UUID (Universally Unique Identifier) — also called a GUID (Globally Unique Identifier) in Microsoft contexts — is a 128-bit label used to uniquely identify objects in software systems. UUID v4 uses random numbers to ensure uniqueness across systems without a central registry.
A standard UUID looks like: 550e8400-e29b-41d4-a716-446655440000. It consists of 32 hexadecimal digits displayed in five groups separated by hyphens.
UUID and GUID refer to the same concept. UUID is the standard term defined by RFC 4122, while GUID is Microsoft's terminology used in COM, .NET (System.Guid), and SQL Server (uniqueidentifier).