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)
(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)