Discord Snowflake Decoder

Decode Discord IDs to see when they were created.

Discord snowflakes are 64-bit IDs that encode creation time directly into the number. The timestamp is measured as milliseconds since Discord's epoch on January 1, 2015 UTC.

The decoder works for user IDs, server IDs, channel IDs, message IDs, role IDs, emoji IDs, and any other Discord snowflake. It extracts timestamp, worker ID, process ID, and increment values.

This calculation runs in your browser. No provider request is needed to decode the timestamp portion of a snowflake.

Frequently Asked Questions

What is a Discord snowflake ID?

A unique 64-bit Discord ID that encodes a creation timestamp and sequence metadata.

What is Discord's epoch?

January 1, 2015 00:00:00 UTC, or Unix timestamp 1420070400000 in milliseconds.

Can I decode any Discord ID?

Yes. All Discord snowflakes follow the same timestamp format.

Discord Snowflake Decoder — Extract Timestamp from Any Discord ID — Discord.dog