System Enable or Disable Notification Suggestions in Windows 11


Notifications_banner.png

This tutorial will show you how to turn on or off Notification Suggestions for your account in Windows 11.

Notification Suggestions is when Windows detects if you are interacting with toasts or not and provide a suggestion to turn the notification banners (toasts) off for such apps. This will only stop the banners from appearing, and you can still find the toasts in the notification center.

Starting with Windows 11 build 22631.4391 (23H2) and build 26100.2161 (24H2) you can now turn off the suggestions to disable notifications from certain apps.


Contents

  • Option One: Turn Off Notification Suggestions from Notification
  • Option Two: Turn On or Off Notification Suggestions in Settings
  • Option Three: Turn On or Off Notification Suggestions using REG file


EXAMPLE: Notification Suggestions

Notification_Suggestions.png





Option One

Turn Off Notification Suggestions from Notification


1 Click/tap on the 3 dots (...) button on the notification from "Notification Suggestions". (see screenshots below)

2 Click/tap on Turn off all notifications for Notification Suggestions.

Turn_off_all_notifications_for_Notification_Suggestions-2.png
Turn_off_all_notifications_for_Notification_Suggestions-1.png





Option Two

Turn On or Off Notification Suggestions in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Notifications on the right side. (see screenshot below)


Notification_Suggestions-1.png

3 Under Notifications from apps and other senders, turn on (default) or off Notification Suggestions for what you want. (see screenshot below)

The Notification Suggestions entry will only appear in the senders list after the first time you have received a notification from it.


Notification_Suggestions-2.png

4 You can now close Settings if you like.




Option Three

Turn On or Off Notification Suggestions using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On Notification Suggestions

This is the default setting.


A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_on_Notification_Suggestions_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.ActionCenter.SmartOptOut]
"Enabled"=-

3 Turn Off Notification Suggestions

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_off_Notification_Suggestions_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.ActionCenter.SmartOptOut]
"Enabled"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom