Snowflake ID Decoder
Decode a 64-bit Snowflake ID into its timestamp, worker, process and sequence fields.
Convert in your browser · No sign-up
How to use
- Decode a 64-bit Snowflake ID into its timestamp, worker, process and sequence fields.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
64-bit snowflake → timestamp + worker/process/sequence
Details and limitations
Uses the 41/5/5/12-bit layout and a configurable millisecond epoch. The sample uses Discord’s 2015 epoch; other Snowflake layouts are not inferred.
Text stays in your browser; it is not sent to a conversion server.
FAQ
Snowflake ID Decoder — What are the supported inputs and limits?
Uses the 41/5/5/12-bit layout and a configurable millisecond epoch. The sample uses Discord’s 2015 epoch; other Snowflake layouts are not inferred.
Related tools
Format references
Tool page updated: