Back to Tools

Discord Snowflake Converter

Convert Discord snowflake IDs to timestamps and extract metadata

Enter any Discord ID (user, server, message, channel, etc.)

What is a Discord Snowflake?

A snowflake is Discord's unique ID format. Every object (user, message, server, etc.) has a snowflake ID that encodes the creation timestamp and other metadata.

  • First 42 bits: Milliseconds since Discord Epoch (Jan 1, 2015)
  • Next 5 bits: Internal worker ID
  • Next 5 bits: Internal process ID
  • Last 12 bits: Increment for IDs created in the same millisecond