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 UUID v4 generator creates RFC 4122 version 4 random identifiers. Generate one or many UUIDs for database keys, correlation IDs, and test fixtures—using cryptographic randomness on your device.
Version 4 UUIDs are random—collision probability is negligible for practical app scales.
Use UUID v7 or ULID when sortable time-ordered IDs matter for database indexing.
Click generate, copy the UUID, or bulk-generate multiple values for test datasets.
Example: generate `550e8400-e29b-41d4-a716-446655440000`-style IDs for seeding a local Postgres table without collisions.
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
Version 4 UUIDs are 128-bit random identifiers with standard formatting (8-4-4-4-12 hex groups).
Practically unique through randomness—not mathematically impossible to collide, but extremely unlikely.
Both are valid. APIs often accept either; stay consistent within a project.
Page last reviewed: