Skip to content
uxTools
Gaming

Discord Permission Calculator

Pick the Discord permission flags you need and get the exact permission integer to paste into your role or channel settings, computed live.

Permission value
3 flags
68608
Presets

General Permissions

Membership Permissions

Text Channel Permissions

Voice Channel Permissions

Stage Channel Permissions

Events Permissions

Advanced Permissions

How this value works

Every Discord permission is a single bit (a power of two). The flags you select are combined with a bitwise OR into one integer, which Discord stores as a string in its API. Because the value can exceed the safe integer range, the calculation is done entirely with BigInt. Bit positions are taken from the official Discord developer documentation.