UUID Generator
Generate UUIDs for apps, tests, and databases.
- On your device
- No signup
A UUID generator creates random unique identifiers (v4) for databases, APIs, and test data. IDs are generated locally in your browser.
Private on your device
Your information stays on your device and is not uploaded.
Generate UUIDs for apps, tests, and databases.
Service UUID lookup: inspect version, variant, and embedded timestamps.
Generate strong, secure random passwords with customizable length and character sets.
Format, minify, and validate JSON with optional key sorting.
Compare two JSON documents and instantly see added, removed, and changed values. JSON mode highlights changed keys with path hints.
Format, minify, and validate XML with readable indentation.
Compare two XML documents and see tag, attribute, and text line changes.
Compare source files such as JavaScript, TypeScript, Java, Python, HTML, CSS, and SQL.
This GUID generator online creates globally unique identifiers in standard UUID format for Windows-style APIs, .NET apps, and cross-platform databases. Generate random GUIDs locally and copy them into configs, SQL scripts, and test fixtures.
GUID and UUID refer to the same 128-bit identifier format—only naming differs by ecosystem.
Use version 4 random GUIDs unless your platform requires time-ordered v7 or COMB patterns.
Click generate, copy the GUID string, and paste into your application, database migration, or mock API response.
Example: generate `a3f2c1b0-9d8e-4f7a-b6c5-d4e3f2a1b0c9` for a SQL Server `uniqueidentifier` column seed script.
Generates UUID v4 (random) or v7 (time-ordered) identifiers using crypto-random bytes on your device. Supports bulk generation with optional uppercase and hyphen formatting.
Results are based on the inputs you provide and may not cover every edge case. This tool is for general use and is not professional advice.
Your data stays on your device and is not uploaded.
These pages use the same uuid generator with examples tailored to different tasks.
FAQ
Yes. GUID is Microsoft's term for the RFC 4122 UUID format.
Both are valid. SQL Server often displays uppercase; JSON APIs may prefer lowercase.
Use bulk generation on the base UUID tool when you need many IDs at once.
Page last reviewed: