Skip to content

GUID Generator

A GUID is the same 128-bit value, shown in the classic uppercase braces format.

{7D7ECF25-3572-4F20-9FC7-B2F6EF62E939}

Generate another

About GUID

GUID (Globally Unique Identifier) is Microsoft's name for a UUID — the same 128-bit standard. The only real difference is presentation: GUIDs are conventionally written in uppercase and wrapped in braces, e.g. {D290F1EE-6C54-4B01-90E6-D701748F0851}. This generator produces a version 4 value in that format.

Generate a UUID in code

Prefer to generate one in your own program? Pick a language:

Other UUID versions

← Full generator — bulk, formats & API