Discord User ID to Creation Date Calculator

Enter a Discord User ID to find out exactly when that account was created.

Right-click a user -> Copy User ID
(Developer Mode must be enabled)
How it works

Discord encodes the creation timestamp directly into the 64-bit user ID (Snowflake).

The formula is:
Creation Date = (UserID >> 22) + 1420070400000

1420070400000 ms = January 1, 2015 (Discord Epoch)

About the User ID to Creation Date Calculator

Every Discord ID (a "snowflake") encodes its creation timestamp: the first 42 bits are milliseconds since Discord's epoch of January 1, 2015. This tool decodes any user, server, channel, or message ID into the exact date and time it was created — useful for spotting freshly made accounts when moderating.

How to use it

  1. Copy an ID in Discord (enable Developer Mode, right-click → Copy ID).
  2. Paste the ID into the calculator.
  3. Read the exact creation date and time, decoded instantly.

The decoding is pure math and happens in your browser; IDs are never sent to a server.