# Generate UUIDs

> Generate UUIDs in v4 (random) and v7 (timestamp) formats with bulk generation support. Paste production code, API keys, tokens.

Live tool: https://lofttools.com/tools/dev-tools/uuid-generator

Category: Dev Tools

## How it works

1. **Choose version** — Select UUID v4 (random) or v7 (timestamp-ordered)
2. **Generate** — Click to generate one or multiple UUIDs
3. **Copy** — Copy individual UUIDs or the entire batch

## FAQ

### What is the difference between v4 and v7?

v4 is fully random. v7 includes a timestamp prefix for sortable, time-ordered identifiers.

### Can I generate UUIDs in bulk?

Yes. Generate up to 1,000 UUIDs at once and copy or download the list.

### Is it safe to paste production data?

Yes. UUIDs are generated locally via the Web Crypto API. None of the generated values are logged or cached server-side, which matters when you generate IDs that will be used in production immediately.

## Privacy

This tool runs entirely in the browser. Files are not uploaded to a server. They never leave the user's device.

## More

- All tools: https://lofttools.com/tools
- Category: https://lofttools.com/tools/dev-tools
- LLM index: https://lofttools.com/llms.txt
