Fix Discord Notification Permission Greyed Out on Windows 11 Build
🔍 WiseChecker

Fix Discord Notification Permission Greyed Out on Windows 11 Build

You open Windows 11 Settings to allow Discord to show notifications, but the toggle is greyed out and cannot be changed. This happens because Windows 11 blocks notification permissions for apps that were installed from the Microsoft Store or that have a corrupted system-level permission entry. The greyed-out toggle prevents Discord from sending alerts for messages, calls, and server updates. This article explains the root cause and provides step-by-step fixes to restore notification permission control.

Key Takeaways: Fixing Discord Notification Permission Greyed Out on Windows 11

  • Settings > System > Notifications > App notifications > Discord: Toggle may be greyed out due to a corrupted notification permission cache or incorrect app identity registration.
  • Windows PowerShell > Get-AppxPackage command: Use this to re-register the Discord app package and restore notification permission control.
  • Settings > System > Notifications > Notification settings > Turn off ‘Do not disturb’ automatically: Ensure this setting is enabled to allow Discord notifications to display.

ADVERTISEMENT

Why Discord Notification Permission Is Greyed Out on Windows 11

Windows 11 manages app notification permissions through a system service called the Windows Push Notification Platform. Each app must register itself correctly with this platform to allow the user to toggle notifications in Settings. When the registration is corrupted or incomplete, the toggle becomes greyed out and unresponsive.

There are three primary causes for this greyed-out state:

Corrupted App Notification Cache

Windows 11 stores notification preferences for each app in a local cache file. If this cache becomes corrupted due to a system update, power failure, or disk error, the notification toggle for Discord may appear greyed out even though the app is installed correctly.

Incorrect App Identity Registration

Discord registers its app identity with Windows during installation. If the registration entry is missing or damaged, the operating system cannot link the app to its notification permission settings. This is common after updating Discord or Windows 11.

Group Policy or Registry Restriction

In some cases, a Group Policy setting or a registry key can block users from changing notification permissions for all apps. This is more common on work-managed devices but can also occur on personal computers after a Windows update.

Steps to Fix Discord Notification Permission Greyed Out

Follow these steps in order. Test Discord notifications after each method before moving to the next.

Method 1: Reset Discord Notification Cache Using PowerShell

  1. Open Windows PowerShell as Administrator
    Press the Windows key, type PowerShell, right-click Windows PowerShell in the search results, and select Run as administrator. Click Yes in the User Account Control prompt.
  2. Get the Discord App Package Name
    In the PowerShell window, type the following command and press Enter:
    Get-AppxPackage -Name "Discord"
    Look for the line that starts with PackageFullName. It will look similar to DiscordInc.Discord_1.0.9006.0_x64__qew2z4z5y5y5y. Copy the entire PackageFullName value.
  3. Re-register the Discord App Package
    Type the following command, replacing PackageFullName with the value you copied:
    Add-AppxPackage -Register "$env:ProgramFiles\WindowsApps\PackageFullName\AppxManifest.xml" -DisableDevelopmentMode
    Press Enter. Wait for the command to complete. A success message appears in PowerShell.
  4. Restart Discord and Check Notification Settings
    Close Discord completely. Open Settings > System > Notifications > App notifications. Find Discord in the list. The toggle should now be active and not greyed out.

Method 2: Clear the Windows Notification Cache

  1. Open Task Manager
    Press Ctrl + Shift + Escape to open Task Manager.
  2. End the Windows Push Notifications Service
    Click the Processes tab. Scroll down to Windows Push Notifications Service. Right-click it and select End task. If it does not appear, skip to the next step.
  3. Delete the Notification Cache Folder
    Press Windows key + R, type %LocalAppData%\Microsoft\Windows\Notifications, and press Enter. Delete all files inside the Notifications folder. Do not delete the folder itself.
  4. Restart Windows
    Restart your computer. After restarting, check Settings > System > Notifications > App notifications for Discord. The toggle should no longer be greyed out.

Method 3: Use the Windows 11 Notification Troubleshooter

  1. Open Settings
    Press Windows key + I to open Settings.
  2. Navigate to Troubleshooters
    Go to System > Troubleshoot > Other troubleshooters.
  3. Run the Notifications Troubleshooter
    Click the Run button next to Notifications. Follow the on-screen prompts. The troubleshooter will detect and fix issues with notification permissions.
  4. Restart Discord
    Close and reopen Discord. Verify that the notification toggle is now active.

ADVERTISEMENT

If Discord Still Has Notification Issues After the Main Fix

Discord Notification Toggle Still Greyed Out After Re-registering

If the toggle remains greyed out after Method 1, the issue may be caused by a Group Policy restriction. Press Windows key + R, type gpedit.msc, and press Enter. Navigate to Computer Configuration > Administrative Templates > Start Menu and Taskbar > Notifications. Double-click Turn off notifications and set it to Not Configured. Click OK and restart Windows.

Discord Notifications Work But Don’t Show Pop-ups

If the toggle is active but you still do not see Discord notification pop-ups, check the Focus Assist settings. Open Settings > System > Notifications > Focus assist. Set it to Off or ensure Discord is added to the priority list. Also verify that Discord’s in-app notification settings are enabled: User Settings > Notifications > Enable Desktop Notifications.

Discord Notification Sound Plays but No Visual Alert

This indicates the notification permission is working but the visual alert setting is off. In Windows 11, open Settings > System > Notifications > App notifications > Discord. Ensure the toggle for Show notification banners is turned on. Also check that Show notifications in notification center is enabled.

Windows 11 Notification Settings: Discord Toggle Greyed Out vs Active

Item Toggle Greyed Out Toggle Active
Description Cannot change notification permission; toggle is locked and unresponsive Toggle can be switched on or off by the user
Root Cause Corrupted app registration, damaged notification cache, or Group Policy restriction App registered correctly with Windows Push Notification Platform
Fix Re-register Discord app package or clear notification cache No fix needed
User Impact No Discord notifications appear on the desktop or in notification center User controls notification visibility and sound

You can now fix the greyed-out Discord notification permission toggle on Windows 11 by re-registering the app package or clearing the notification cache. After applying the fix, test notifications by sending a direct message in Discord. For persistent issues, run the Windows 11 Notifications troubleshooter or check Group Policy settings. As an advanced step, you can also create a scheduled task to automatically re-register the Discord app package after each Windows update to prevent the issue from recurring.

ADVERTISEMENT