Paste any Discord user, server, channel, role, or message ID to find when it was created and how old it is today.
Enter any Discord ID to calculate its age
Related Tools
Use these tools when the decoded ID also needs profile assets or badge context.
Badge Checker
Inspect public Discord profile flags and visible badges separately.
PFP Viewer
View and download a full-size Discord profile picture from a user ID when you only need the avatar asset.
Banner Viewer
View a full-size Discord profile banner, check the accent color fallback, and open the public CDN image when available.
A Discord Snowflake contains a timestamp, so the account age and creation date checker works for more than user accounts.
Paste a Discord user or bot ID to decode when the account was created and how old it is today.
Use guild, channel, and role IDs to calculate the creation date for those Discord objects from the same Snowflake timestamp format.
Paste a message ID to decode the embedded Snowflake timestamp without needing private message content.
Every Discord ID is a Snowflake. The creation timestamp is embedded in the numeric ID, so the date can be decoded even when no public profile details are available. This makes the page useful as both a Discord account age checker and a Discord ID creation date checker for users, bots, servers, channels, roles, and messages.
Discord takes the number of milliseconds elapsed since the Discord Epoch (January 1, 2015) and encodes it in the most significant 42 bits of every ID. Reversing this with bit shift operations gives exact account age.
The same decoder can answer different questions depending on the ID you paste. A user ID gives account creation date, a server ID gives server creation date, and a message ID gives the time that message object was created.
The sample ID used on this page decodes to March 4, 2016 at 03:07:09.922 UTC. That result is calculated locally from the Snowflake number; it does not depend on whether Discord returns a username, avatar, banner, or badge list for the same ID.
The decoded timestamp is based on UTC milliseconds inside the Snowflake. Your browser may display the same moment in local time, which can make the date look different by timezone. The tool cannot show private user data such as email, phone, IP address, or private messages.