Paste the snowflake you want to inspect.
Free, privacy-first
Discord Snowflake Decoder
Decode Discord IDs into timestamps and internal bit segments so you can audit object age, ordering, and copied IDs without an API.
Snowflake settings
Results
Results update as you use the interface above.
When this decoder is useful
A good fit when you need to understand when a Discord object was created, inspect ID ordering, or verify that a copied snowflake is plausible before you use it in a workflow.
- Decode creation time from a Discord message, user, channel, or role ID.
- Inspect worker, process, and increment segments for debugging and ordering checks.
- Review the raw binary breakdown when you want to document or explain the ID structure.
How to read the decoded result
The creation time is the fastest takeaway, but the segment table helps when you need to explain or debug the ID itself.
- Timestamp is the most useful field for moderators, support teams, and community audits.
- Worker and process values are mostly diagnostic, but they help you understand the snowflake layout.
- Increment helps distinguish objects created very close together in time.
- Binary output is useful for documentation and low-level debugging.
- A decoded snowflake is a strong timing clue, but it still should be read alongside channel context, message content, or moderation evidence.
Assumptions
- The tool assumes the standard Discord epoch unless you override it.
- Decoded timestamps are derived from the snowflake bits only.
- The tool reads the ID locally and does not query Discord.
Paste the Discord ID, keep the default epoch unless you have a custom reason to change it, and review the decoded timestamp first.
Keep the default Discord epoch unless you specifically need a custom decode baseline.
Decode the snowflake and read the creation timestamp first.
Use the table to inspect worker, process, increment, and binary breakdown details.
Typical decode use cases
These two examples cover the main reasons people inspect Discord snowflakes.
Check when a Discord object was created
Decode a snowflake to get the approximate creation date and time instantly.
Sample inputs
- Focus
- Creation timestamp
- Epoch
- Discord default
Result: Best when you care about age, ordering, or event timing more than the raw binary layout.
Inspect the structural segments of the ID
Review worker, process, and increment values when documenting or debugging Discord ID behavior.
Sample inputs
- Focus
- Bit structure
- Output
- Segment table and binary breakdown
Result: Useful when you need more context than a timestamp alone.
Check the order of moderation or support events
Decode multiple IDs to understand which object is older when copied logs or screenshots do not show full context.
Sample inputs
- Focus
- Relative object timing
- Output
- Creation time first
Result: Helpful when you need a quick sanity check before escalating a moderation issue or reconstructing an incident timeline.