UUID Generator
Generate UUID v4 and UUID v7 in bulk online
Settings
Tip: v4 is ideal for test data; v7 is time-ordered and recommended for database primary keys.
Result
UUID Generator
Generate UUID v4 and UUID v7 in bulk online. All operations run locally in your browser — no data is sent to servers for maximum privacy.
Features
- Supports UUID v4 (Random) and UUID v7 (Time-ordered)
- Custom quantity, up to 500 entries per batch
- Option to remove dashes, toggle uppercase / lowercase
- One-click copy all results
- Multiple export formats: TXT, JSON Array, JSON Object
UUID Version Differences
UUID v4 Fully random without embedded timestamps. Great for development debugging and mock test data. Not recommended as primary keys for large database tables due to unordered distribution.
UUID v7 Contains a millisecond timestamp prefix. Generated IDs are time-sorted. This reduces index fragmentation when stored in databases, making it perfect for business primary keys, order IDs and log identifiers.
Export Format Guide
- TXT: One UUID per line, easy to use with scripts and plain text editors
- JSON Array:
["uuid1","uuid2"]— ideal for frontend development and API mock data - JSON Object:
{"ids":["uuid1","uuid2"]}— matches standard backend request structures
All UUIDs are generated locally inside your browser. No data leaves your device.
You May Also Need
Text Diff Tool
Free online text difference comparison tool with character, word and line comparison modes. Quickly identify added and deleted content between original and modified text. Supports text paste and file upload input methods for code proofreading, document revision and text verification.
Stopwatch Timer
This tool is a versatile online stopwatch with a maximum timing length of 60 minutes, showing precise minutes, seconds and milliseconds. Up to 999 records can be stored.
ICO Viewer
ICO Viewer is a free online ICO parsing tool. No software installation needed, works directly in your browser. Upload an ICO file to auto-read all embedded icons, preview instantly and view full file details.