Snowflake decoder for Discord IDs
Paste any Discord ID and see when it was issued: the creation date for accounts, the founding moment for servers, the send time for messages.
Reading a snowflake
Every ID on Discord is a snowflake: a 64-bit number whose upper 42 bits store when it was issued, in milliseconds since January 1st, 2015. That applies to users, servers, channels, messages and bots alike, which is why any ID reveals its creation date without asking Discord’s API at all.
The lower bits are internal bookkeeping: a worker ID, a process ID and a per-millisecond counter. They matter to Discord’s infrastructure, not to you, but they are the reason two accounts created in the very same millisecond still get distinct IDs.
Getting hold of an ID
Turn on developer mode under Advanced in your Discord settings. From then on, every right-click menu offers “Copy ID”: on a profile it copies the user ID, on a server name the guild ID, on a message the message ID. For bots, the application ID is also shown in the Developer Portal.
Account age from an ID is more than trivia. It is the same arithmetic directories like this one use to spot fresh accounts: a profile created yesterday that starts voting today gives itself away through its own ID.
Frequently asked
- What exactly is a snowflake ID?
- It is the ID scheme Discord uses for everything: users, guilds, channels, messages, roles and applications. Each one is a 64-bit number, 17 to 20 digits long, with the issue time stored in its upper bits. The design comes from Twitter and guarantees IDs sort by creation time.
- How do I copy a user, server or message ID?
- Enable developer mode in Discord under Settings and then Advanced. Every right-click menu then shows “Copy ID”: on profiles, server names, channels and individual messages. On mobile the same option appears after a long press. For bots, the application ID is listed in the Developer Portal.
- Does a young account mean someone is an alt?
- On its own, no. Genuine newcomers have fresh IDs too, so treat the date as one signal among several. It becomes meaningful in context: an account that is days old and immediately votes, drops links or enters giveaways deserves a closer look than one that just joined to chat.
- Is it safe to share a Discord ID?
- Yes. IDs are public by design; anyone who shares a server with you can copy them anyway. The number itself contains nothing personal beyond its creation moment, so no name, no email, no list of servers. This decoder only does arithmetic on the number and looks nothing up about people.
- Why are some IDs longer than others?
- The timestamp lives in the high bits, so the whole number grows as time passes. An ID issued in 2015 has 17 digits, one issued today has 19. The length alone gives you a rough era, and decoding the number gives you the exact millisecond.
A developer? Your bot has an ID too.
A listing in the directory takes ten minutes and costs nothing. Every bot is reviewed by hand before it becomes visible.