Tolz.me

Discord Permission Calculator

Calculate and decode Discord role permission values.

Select permissions to calculate a role value, or paste a value below to decode it.

Permission value
0

About this tool

Select Discord permissions to compute a role bitfield value, or paste an integer to see which permissions it includes.

Browse more discord tools or explore all Tolz.me tools.

Try other relevant tools

Frequently asked questions

What is a permission value?+

Discord stores role permissions as a bigint bitfield. Each permission corresponds to one bit.

Does Administrator include all permissions?+

Yes. The Administrator permission grants nearly all other permissions implicitly.

Can I decode an existing role value?+

Paste the integer in the decode field to list included permissions.

Do channel overwrites use the same values?+

Yes, the same bit values apply, but channel overwrites are calculated separately from role permissions.

Use cases

  • Configure bot roles with exact permission integers.
  • Audit a role's permission set from its numeric value.
  • Plan moderator roles before creating them.

Discord Permission Calculator

Discord role permissions use a numeric bitfield. Select checkboxes to compute a value or paste a number to see which permissions it includes.

What are Discord permission values?

Each permission corresponds to a bit in a large integer. Combining permissions ORs those bits together into one number bots and API tools reference.

Administrators see simplified checkboxes in the UI, but bots often need the raw integer.

Using the calculator

Check permissions your role needs and copy the computed value. To decode, paste an existing integer and read the permission list below.

Administrator permission implies almost everything else. Use it sparingly for real admin roles only.

Common permission sets

Moderator packs often include kick, ban, manage messages, and timeout members. Voice moderators might need mute and move members.

Cosmetic roles should have no elevated permissions, only color and hoist settings.

Channel overwrites

Channel-specific permissions stack with role permissions. This calculator shows role-level bits only.

Test controversial channels in a private category before applying overwrites server-wide.

Bot development note

Developers configuring OAuth or bot invites use the same bit values. Cross-check Discord developer docs when permissions update.

Keep permission principle of least privilege. Extra bits increase accident and exploit risk.

Explore more discord tools on Tolz.me.

Related tools