[TUTORIAL] How to enable Discord Notifications on Windows
Tested systems: Windows 10 / Windows 11
Issue: You no longer receive Discord notifications (bottom-right banners), and nothing appears in the Windows notification center.
Observation
After a lot of research, I found out that Discord has changed how it handles notifications.
Summary:
- Discord no longer systematically uses system notifications (“toast” notifications)
- The app now limits its background execution
- As a result, many users don’t see pings, or they disappear instantly
As of now, there is no official solution from Discord, and the community is quite frustrated.
Tests with the help of ChatGPT: advanced tweaks
Here are the steps I tested to try and restore proper notification behavior.
Warning: some steps involve editing the Windows Registry. Proceed with caution.
Step 1 – Enable system notifications via Regedit
- Open
regedit
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
- Create a new key:
PushNotifications
- Inside this key, create a DWORD (32-bit) value named:
ToastEnabled
- Set its value to:
1
Step 2 – Allow Discord to run in the background
- Still in
regedit
, go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications
(Create it if it doesn’t exist) - Add a subkey:
Discord.exe
- Inside this subkey, create two DWORD (32-bit) values:
Access = 1
Disabled = 0
These settings tell Windows that Discord is allowed to run in the background and send toast notifications.
Test Results
No significant improvements were observed.
The steps are complex and results inconsistent… A reliable script would help (calling all devs!).
Additional Tests
-
If Discord is left open (not minimized to system tray), banners can display correctly.
→ Keep Discord visible or minimized to the taskbar, not the tray. -
With Discord Canary: some users reported banners showing even when minimized.
→ However, they disappear instantly from the notification center when the app is opened.
This behavior is due to how Discord revokes its own toast notifications upon user interaction.
Stable solution: use Discord Web (browser)
Currently, this is the only 100% reliable method to:
- Get popup notifications
- Retain them in the Windows notification center
Steps:
- Open Discord in Google Chrome
- Allow browser notifications in Windows
- Enable notifications for Discord in Chrome
- Test if your notifications show up:
https://www.bennish.net/web-notifications.html - Once logged into Discord Web:
- Go to
Settings > Notifications
- Enable
"Enable desktop notifications"
- Go to
Conclusion
Until Discord fixes this behavior (or gives users a choice), the browser version remains the most reliable way to get proper notifications.
Feel free to share your feedback or improvements!
Fly safe o7