Popular Discord User IDs to Try

POPULAR USER
175928847299117063
📅 Account Age: ~10 years
EXAMPLE USER
1234567890123456789
📅 Account Age: ~1.5 years
EXAMPLE USER
987654321098765432
📅 Account Age: ~2.5 years

💡 Click any ID to check account age instantly

Check Discord Account Age

ACCOUNT AGE
USER ID
📅 ACCOUNT CREATED
⏱️ EXACT TIMESTAMP

Last updated

How to Get Discord User ID

Step 1: Enable Developer Mode

Go to Discord Settings → Advanced → Enable "Developer Mode"

Step 2: Copy User ID

Right-click any user → Select "Copy ID"

Step 3: Paste Here

Paste the ID into the checker above

How Discord Account Age Is Calculated

Discord uses Snowflake IDs — 64-bit integers where the top 41 bits encode a timestamp. Discord's epoch is January 1, 2015 at 00:00:00 UTC (1420070400000 ms):

creation_timestamp_ms = (user_id >> 22) + 1420070400000
creation_date = new Date(creation_timestamp_ms)
age_days = Math.floor((Date.now() - creation_timestamp_ms) / 86400000)

Enable Developer Mode in Discord settings, then right-click any user and select 'Copy ID'. The user ID is a long number like 175928847299117063.

Frequently Asked Questions

Enter the Discord user ID into the checker and click 'Check Account Age'. You'll see the exact creation date, account age in years/months/days, and relative time. Every Discord user ID contains the account creation timestamp.