Skip to content

Windows 11 toast notifications: what gets disabled

On this page

Short answer: disabling toast notifications is not the same as disabling all Windows messages. It blocks application pop-up banners and, via a separate policy, notifications on the lock screen. Taskbar balloons and some system features are controlled by other mechanisms. The notification center and quick settings are not targeted by these policies.

Status: the purpose of the NoToastNotification and NoLockScreenToastNotification policies is documented by Microsoft. The scope of changes was mapped statically; the actual behavior of each application and each type of system message was not reproduced individually.

We verified four claims:

  1. The toast notifications policy blocks application pop-up banners.
  2. Notifications on the lock screen are controlled by a separate policy.
  3. Disabling toast banners does not disable all Windows system messages.
  4. The notification center and quick settings do not need to be disabled along with toast banners.
Area What was checked Status
App toast notifications Purpose and scope of the NoToastNotification policy Documented by Microsoft
Lock screen Purpose of NoLockScreenToastNotification Documented by Microsoft
Taskbar balloons Explicit exclusion from the app toast notifications policy Documented by Microsoft
Windows system features Explicit indication of separate management Documented by Microsoft
Notification center and quick settings Absence of a policy disabling them in the researched set Confirmed statically
Behavior of individual applications Custom windows, overlays, and non-standard alerts Not measured

The official ADMX_WPN descriptions, scope of application, policy states, and their Registry mapping were compared. Separately, it was verified which notification classes Microsoft explicitly excludes from the policy’s effect.

A static comparison of the researched setting set was used only to determine boundaries: it contains no policy that disables the notification center or Windows 11 quick settings. A dynamic UI run with a set of applications, audio recording, and system resource measurement were not performed.

Microsoft describes NoToastNotification as a policy that prevents applications from creating toast notifications. The same documentation states that the policy does not affect taskbar notification balloons and does not disable Windows features messages, which are managed separately.

The policy supports device and user scope. Therefore, the actual coverage may depend on the level at which it is applied by the administrator.

NoLockScreenToastNotification separately prevents applications from showing toast notifications on the lock screen. Microsoft states that applying this policy does not require a reboot or a service restart.

This does not mean disabling the lock screen itself or all of its elements. The policy applies only to toast notifications.

The app toast notifications policies are not described by Microsoft as a way to disable the notification center or the quick settings panel. In the researched configuration, a separate policy disabling these surfaces is not applied.

This is a static boundary, not a full UI test on every build. The notification center should remain accessible, but the contents of the history depend on applications, their permissions, and the message delivery method.

  • Standard application toast banners can be disabled by a separate Windows policy.
  • Toast notifications on the lock screen have a separate policy.
  • Taskbar balloons are not affected by NoToastNotification.
  • Some Windows system features require separate management.
  • A reboot is not required for the two documented policies.
  • disabling all notification sounds and system alerts;
  • blocking custom windows, overlays, or pop-up elements inside an application;
  • identical behavior of every Win32, UWP, and packaged application;
  • fixed savings of RAM, CPU, or power;
  • impact on FPS, frametime, or input latency;
  • retention of every message in the notification center history after banners are disabled.

The research confirms the Windows policies contract and the static configuration boundaries. It does not include an application matrix and does not measure actual delivery through different notification APIs.

An application may show its own window or overlay without using Windows toast notifications. Such an interface is not required to comply with the researched policies.

Disabling toast notifications suits a user who is disturbed by app banners during work or gaming and who does not rely on urgent email, calendar, or messenger notifications.

If timely message delivery is important, it is better to leave the general mechanism enabled and configure permissions for individual applications in Windows. Do not apply the setting for the sake of a promised performance gain: RAM, CPU, and gaming metrics were not measured.

The related setting is described on the “Windows 11 notifications” page.

To revert, enable “Windows 11 notifications” in BoosterX and apply the change. Applications will again be able to create toast notifications within their own Windows permissions.

After reverting, check the system notification permissions and the settings of the required application. Previously missed messages are not required to reappear.

The research was published by the BoosterX team and relates to product configuration. The presence of a setting in BoosterX was not used as proof of its effectiveness. BoosterX Wiki is not affiliated with, authorized, sponsored, or endorsed by Microsoft Corporation.

Last source verification: 2026-08-31.

  • 2026-08-31: first public version; separated app toast notifications, lock-screen notifications, taskbar balloons, system features, and unverified runtime scenarios.