Discord ID Lookup
Paste any Discord ID and see exactly when the account, server, channel, or message was created — decoded from the snowflake itself.
Decodes instantly in your browser — nothing is sent to any server. Get an ID via Discord's Developer Mode → right-click → "Copy ID".
How to use it
- 1
Enable Developer Mode
Discord Settings → Advanced → Developer Mode.
- 2
Copy an ID
Right-click a user, server, channel, or message → Copy ID.
- 3
Paste it here
The snowflake decodes instantly in your browser.
- 4
Use the timestamp
Copy the creation date, age, or Unix time.
Why moderators check account creation dates
The single most reliable raid and scam signal on Discord is account age. Spam rings register accounts in bulk and use them within days, so a "member" whose ID decodes to yesterday deserves different treatment than one from 2017. Many servers automate this with verification gates, but decoding an ID manually is the fastest way to vet a suspicious user, appeal, or marketplace counterparty on the spot — no bot required.
How the snowflake format works
Discord adopted Twitter's snowflake scheme: a 64-bit integer where bits 63-22 hold milliseconds since the Discord epoch (2015-01-01T00:00:00 UTC), bits 21-17 an internal worker ID, bits 16-12 a process ID, and bits 11-0 an increment counter for IDs generated in the same millisecond. Because the timestamp lives in the ID, creation dates can't be faked or hidden — and message IDs double as precise send-time receipts, which is handy for moderation evidence and timeline reconstruction.
Frequently asked questions
What is a Discord snowflake ID?+
Every Discord object — user, server, channel, message — has a unique numeric ID called a snowflake. The ID isn't random: its top 42 bits encode the exact millisecond it was created (counted from Discord's epoch, January 1, 2015), followed by internal worker/process bits and a counter. That's why an ID can be decoded into a precise creation timestamp.
How do I find someone's Discord ID?+
Enable Developer Mode in Discord under Settings → Advanced → Developer Mode. Then right-click any user, server, channel, or message and choose “Copy ID”. Paste that number here.
Can I check when a Discord account was created?+
Yes — paste the user's ID and the decoded timestamp is the exact moment the account was registered. This is the standard way moderators screen for fresh accounts (raid alts are typically hours or days old).
Does this reveal the username behind an ID?+
No. Looking up a username from an ID requires Discord's API with a bot token, which is account-gated. This tool decodes what the ID itself contains — the creation time and internal bits — entirely in your browser, with no data sent anywhere.
Does it work for server, channel, and message IDs?+
Yes. All Discord snowflakes use the same format, so a server ID gives you the server's creation date, a channel ID the channel's, and a message ID the exact send time of that message.
Is this free?+
Yes — free, unlimited, and fully client-side.
Building Discord or community tooling?
Captapi returns clean JSON across 20+ social platforms — profiles, posts, comments, and stats for the platforms your community tracks. Start free with 100 credits.
- 100 free credits, no card required
- 178 endpoints across 32 platforms
- Clean JSON — MCP, CLI, and n8n ready