Pick checklist mode if you want to build the bitfield or bitfield mode if you already have the raw integer.
Free, privacy-first
Discord Permission Calculator
Build or decode Discord permission bitfields, review risky flags, and sanity-check role, channel, or bot access before it goes live.
Permission settings
Results
Results update as you use the interface above.
What this calculator is best for
A good fit when you need to double-check access before you save a role change, configure a bot invite, or explain a permission set to someone else on the team.
- Build a permission value from common Discord capabilities.
- Decode an existing integer into readable permissions.
- Review risky combinations like Administrator, Manage Roles, and Manage Webhooks before they go live.
How to read the permission result
The decimal bitfield is the main output, but the permission table is where you catch mistakes before they matter.
- Checklist mode helps when you want to reason from permission names into a final bitfield.
- Bitfield mode helps when Discord or another tool already gave you the integer and you need to decode it.
- Hex output is useful for documentation and debugging, while the permission rows stay easier to audit than the raw number.
- Warnings are there to flag high-impact permissions, especially Administrator.
Assumptions
- The tool focuses on a practical, high-signal subset of common Discord permissions.
- Discord still applies channel overwrites and hierarchy rules outside the raw bitfield.
- Administrator changes how other permission checks should be interpreted.
Choose whether you are starting from a checklist or from an existing integer, then review the enabled permission rows before copying the final value.
Enable or decode the permissions you care about from the included Discord permission set.
Review the selected permissions, decimal value, hex value, and warnings.
Copy the final bitfield once the permission set matches the role, channel, or bot scope you intended.
Two common permission checks
These examples cover the most common moderation and bot-setup use cases.
Build a moderator role baseline
Enable moderation and channel-management capabilities, then verify the final integer before saving the role.
Sample inputs
- Mode
- Checklist
- Focus
- Moderation and message control
Result: Useful when you want readable permission names first and the raw number second.
Decode a raw bot permission integer
Paste the integer and let the tool translate it into named permissions.
Sample inputs
- Mode
- Bitfield
- Focus
- Readable review before invite or audit
Result: Best when you need to audit or explain an existing permission number quickly.