App Notifications (often referred to as Toast Notifications) are the rectangular pop-ups that slide out from the bottom right corner of the Windows 11 desktop above the Taskbar. While useful for alerting users to new emails, chat messages, or system updates, they can be highly disruptive in professional environments. In scenarios like public kiosks, digital signage, presentation machines, or strictly managed corporate workstations where focus is paramount, administrators must ensure that random application alerts do not interrupt the user experience or display sensitive information on screen.
This guide explains how to completely disable App Notifications (Toast Notifications) system-wide using the Group Policy Editor in Windows 11, ensuring a quiet, distraction-free desktop environment.
Disable Toast Notifications via Group Policy
To enforce a strict block that prevents the operating system from rendering any toast notifications, regardless of individual application settings, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
User Configuration > Administrative Templates > Start Menu and Taskbar > Notifications - In the right-hand pane, locate the policy named Turn off toast notifications.
- Double-click the policy to open its configuration window.
- Select the radio button next to Enabled. (Note: You must enable this policy to enforce the “turn off” restriction).
- Click Apply, then click OK.
Verify the Configuration Lockdown
To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force. Note that you may need to restart the Windows Explorer process (or sign out and sign back in) for the visual suppression to take full effect.
To verify the restriction is active, open the Settings app and navigate to System > Notifications. The master toggle switch for “Notifications” will be greyed out and locked in the ‘Off’ position. A message at the top of the window will state, “Some of these settings are hidden or managed by your organization.” Applications attempting to trigger a toast notification will have their requests silently dropped by the Windows Shell, ensuring no pop-ups appear on the desktop.