Guide
About this GUID validator
Validate GUID values online, accept common brace and compact formats, and copy a normalized lowercase GUID.
What it does
GUID values are widely used in Microsoft ecosystems, databases, APIs, logs, and configuration files. They are closely related to UUID values and often appear with braces, parentheses, hyphens, or compact formatting. This validator checks common GUID formats and returns a normalized value.
When to use it
The tool accepts a GUID with braces, a regular hyphenated GUID, or a compact 32-character value when it follows the expected version and variant pattern. The normalized output is lowercase and hyphenated, which makes it easier to compare, log, and copy into code.
How it works
GUID validation is helpful when a value has been copied from a spreadsheet, error log, URL, registry entry, or database export. A missing digit, invalid character, or misplaced separator can be hard to spot visually. This page gives a direct pass or fail result and shows the cleaned output.
Practical note
Use this tool for everyday validation and formatting. It does not check whether the GUID exists in a database or belongs to a real object. It only checks the structure and normalizes the value.