Skip to content
Utilities

Discord Account Age Checker

Every Discord user ID encodes its creation time as a snowflake. Paste any user ID and this tool instantly reveals the exact date and time the account was created, plus how many days old it is. Useful for spotting brand-new accounts in raids or verifying someone's claims about how long they have been on Discord.

  • Free, no limits
  • No login
  • Runs in your browser
Tool
Created (local)8/10/2015, 5:26:37 PM
Created (UTC)2015-08-10T17:26:37.529Z
Account age4035 days
Age in years11.1 yrs
Timestamp (ms)1,439,227,597,529
Worker / Process0 / 1

About this tool

Every Discord user ID is a snowflake that encodes the account's exact creation time. This tool unpacks that timestamp and tells you the precise date and time an account was created, plus its age in days.

Useful for moderators who want to spot fresh throwaway accounts, or for anyone curious how old their own account is.

How to use

1

Paste a Discord user ID.

2

Read the exact creation date and age.

3

Use it to spot fresh accounts or verify member history.

Account age comes from the ID, not from Discord

Checking when an account was created requires no API call and no permissions, because the creation time is encoded in the user ID itself. Shift the snowflake right by 22 bits and add the Discord epoch (1420070400000) and you have the exact millisecond the account was registered.

This is why the check works on any account, including ones you share no server with and ones that have blocked you. You are reading a number, not querying a profile. It is also why the answer cannot be faked: a user can change their username, avatar and every visible detail, but the creation date is structurally part of their permanent ID.

Why raid protection relies on this

Mass-raid accounts are almost always freshly created, because banned accounts are cheap to replace and aged accounts are not. A minimum-account-age gate is therefore one of the highest-value, lowest-effort moderation settings available - it filters the overwhelming majority of throwaway accounts at zero cost to legitimate members.

Discord's built-in verification levels implement a coarse version of this. The 'Medium' level requires an account to be at least five minutes old, and 'High' requires the member to have been in the server for more than ten minutes. Bots that enforce a multi-day minimum are simply doing the same snowflake arithmetic with a stricter threshold.

It is worth remembering the limits. A determined attacker can age accounts in advance, so account age filters raids of opportunity rather than planned ones. It is a filter, not a wall.

Why account age matters

Fresh accounts are a common red flag in raids and spam waves. A server that requires a minimum account age blocks most throwaway accounts automatically.

Frequently asked questions

Can I see when any account was created?

Yes. Every user ID encodes creation time. You only need the numeric ID, which you can copy with Developer Mode enabled.

Try other relevant tools