UUID Generator
Generate random UUIDs (v4) or time-ordered UUIDs (v7), one or many at a time.
Generated with the browser’s crypto API — nothing is sent to a server.
How to use the UUID Generator
- 1
Pick a version
v4 for random IDs, v7 for time-ordered IDs that sort by creation time.
- 2
Set the count
Generate one or up to 200 at once, optionally uppercase.
- 3
Copy
Copy all the UUIDs to your clipboard.
Related PDF tools
UUID Generator — frequently asked questions
v4 or v7?+
v4 is fully random. v7 embeds a timestamp so the IDs sort chronologically — better as database keys.
Are these guaranteed unique?+
v4 has ~5.3×10^36 possibilities, so collisions are effectively impossible in practice.
Do you upload my files to a server?+
No — every tool here processes your files entirely on your device, and nothing is uploaded to a server. The only exception is the AI tools, which send the extracted text (not the file) to Claude to do their work.
Is there a file size limit?+
There's no artificial limit we impose, but since processing happens in your browser, very large files (500+ MB or 1,000+ pages) are limited by your device's memory rather than by us.
Advertisement