Online UUID v4 and v7 generator, free. Bulk generation with uppercase and no-dash formatting. Cryptographically secure and generated in your browser.
Select v4 for a fully random UUID or v7 for a time-sortable UUID. v7 is ideal for database primary keys.
Toggle uppercase or no-dash formatting to match your project requirements.
Click Copy to grab your UUID. Enable Bulk Generate to create up to 50 UUIDs at once.
UUID v4 is fully random, making it great for general-purpose unique identifiers. UUID v7 embeds a Unix timestamp in the first 48 bits, so UUIDs sort chronologically — perfect for database primary keys where insert order matters.
Yes. Both v4 and v7 UUIDs use your browser's crypto.getRandomValues() API for the random portions. This is the same cryptographic random number generator used in encryption and security applications.
If your database uses B-tree indexes (most do), UUID v7 is an excellent choice. The time-sorted prefix means new rows are always appended to the end of the index, avoiding the random write patterns that UUID v4 causes. This can significantly improve insert performance.
Yes. GUID (Globally Unique Identifier) is Microsoft's term for the same concept. UUIDs and GUIDs follow the same RFC 4122 standard and are fully interchangeable.
Online password generator, no sign-up. Create strong, random passwords with customizable length and character sets. Generated locally and never stored.
Open ToolOnline JWT decoder, no login required. Paste a JSON Web Token to inspect its header, payload and expiration. Decoding happens entirely in your browser.
Open ToolFree online Base64 encoder and decoder. Convert text and data with URL-safe mode and full Unicode support, all in your browser.
Open Tool