Generate UUID v4 identifiers locally for tests, fixtures, database rows, API examples and automation scripts.
UUID output
How to use this tool
- Choose how many UUIDs to generate.
- Generate identifiers locally in the browser.
- Copy or download the list for fixtures, tests or docs.
Common mistakes
- Using UUIDs as secrets or passwords.
- Generating identifiers client-side when the server must guarantee ownership.
- Confusing UUID format validation with database uniqueness guarantees.
FAQ
Are UUIDs generated on the server?
No. They are generated locally with browser crypto when available.
Are UUIDs secret?
No. UUIDs are identifiers, not credentials.
Which version does this generate?
It generates UUID v4 values.
Related tools
Last updated: May 17, 2026