/
/

How to Set Priority Notifications for Do Not Disturb in Windows 11

by Lauren Ballejos, IT Editorial Expert
How to Set Priority Notifications for Do Not Disturb in Windows 11

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • You can allow specific apps to bypass Do Not Disturb: Use Settings > System > Notifications > Set priority notifications to add or remove apps that can show alerts.
  • Do Not Disturb can be turned on manually or automatically: You can toggle it from the notification center, or configure automatic rules in Settings.
  • Focus sessions use the same priority rules: When Focus turns on Do Not Disturb, only apps in the priority list can send notifications.
  • All settings apply per user: No administrator rights are required unless the device is managed by policy.
  • PowerShell can automate notification behavior: You can script registry changes under HKCU to enable or disable Do Not DIsturb across multiple devices.

Do not disturb mode prevents notifications from being displayed while you’re using your Windows 11 device. However, there are situations where you may want notifications only from specific apps. This tutorial explains how set priority notifications for Do Not Disturb in Windows 11 for certain apps.

How priority notifications works, and what you need to configure them

Do not disturb can be toggled in Windows 11 to turn off notifications. Focus sessions may also be configured to automatically enable do not disturb, disabling notifications while the focus session is active. This is usually done to help you concentrate while trying to be productive, or to prevent unexpected notifications from interrupting meetings, presentations, screencasts, or gaming sessions.

Priority notifications can ‘break through’ the setting (whether enabled manually or via focus mode), allowing you to specify applications that will always display notifications. You can also prioritize the order in which notifications are displayed.

Do not disturb, priority mode, and focus sessions are available on all Windows 11 devices, and are configured per-user account. As such, they do not require administrative privileges, unless they have been intentionally disabled in an enterprise environment.

How to allow notifications from certain apps when using ‘do not disturb’ in Windows 11

To configure what apps are treated as priority notifications (and thus aren’t affected by ‘do not disturb’), follow these steps:

  • Right-click on the Start button and click Settings
  • Click System in the sidebar
  • Click Notifications

Notifications key

  • Click Set priority notifications

Set priority notifications

  • Click Add apps to add apps to the priority notifications list (notifications from any app shown in this list will be treated as a priority, and will ignore ‘do not disturb’)

Add apps key

How to turn off priority notifications

To remove an app from priority notifications (so that it is again affected by ‘do not disturb’), follow the steps above, and click the three dots () next to the app to remove it from the list of Apps in the Set priority notifications settings.

Three dots

To disable all priority notifications, remove all apps and uncheck Show incoming calls, including VOIP and Show reminders, regardless of app used.

How to manually enable or disable ‘do not disturb’ in Windows 11

To test the above, you’ll need to enable ‘do not disturb’ on Windows 11 by following these steps:

  • Click the time/date displayed to the right of the Windows taskbar
  • Click on the bell icon in the top-right corner of the notification area to toggle do not disturb

Bell icon

  • The bell icon will change to blue and show a message when ‘do not disturb’ is enabled
  • Click the bell again when ‘do not disturb’ is enabled to disable it and return notifications to their usual behavior

How to automatically enable or disable ‘do not disturb’

You can configure ‘do not disturb’ to activate automatically by following these steps:

  • Right-click on the Start menu and click Settings
  • Click System in the sidebar
  • Click Notifications
  • Click Turn on do not disturb automatically
  • Configure the conditions for automatically enabling/disabling do not disturb

Turn on do not disturb automatically tab

Set the notification priority for different apps within the Windows notification center

In the notifications settings, scroll down to Notifications from apps and other senders, tap on the app you need to configure, and set its notification category (tophigh, or normal).

Notifications from apps and other senders key
Some apps may have additional notification settings you can also configure here.

Configure priority notifications for focus sessions

Focus sessions can be configured to automatically enable ‘do not disturb’, with the same priority notifications.

To ensure that ‘do not disturb’ is enabled while in a Focus session, follow these steps:

  • Open the Windows Settings app
  • Click System, then Focus

Focus key

  • Check Turn on do not disturb in Focus settings

Turn on do not disturb option

Automate priority notification configuration using PowerShell

If you manage multiple devices, you can script notification settings by modifying the Windows registry. This still applies per-user, so you’ll need to run any scripts that modify priority notification behavior at logon.

The PowerShell commands you’ll need to enable or disable do not disturb are:

Enable ‘do not disturb’:

New-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings” -Name “NOC_GLOBAL_SETTING_TOASTS_ENABLED” -Value 1 -PropertyType DWord -Force

Disable ‘do not disturb’:

New-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings” -Name NOC_GLOBAL_SETTING_TOASTS_ENABLED” -Value 0 -PropertyType DWord -Force

You can programmatically configure other notification settings by modifying the HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\<App ID> keys – each application will have its own unique AppID and settings in this location.

Make sure you test any scripts in a sandbox environment before deploying them in production.

Troubleshooting and additional considerations when configuring Windows 11 notifications

If you are unable to configure ‘do not disturb’ and priority notifications, check that your device isn’t enrolled in mobile device management (MDM) or part of a corporate network that may restrict these settings. Notification badges will continue to update in the background even when ‘do not disturb’ is enabled, unless they are separately disabled.

Note that ‘do not disturb’ and priority notifications only apply to notifications sent through the Windows notification center – some apps have their own notification systems that display pop-ups and other alerts that will not be affected by the built-in Windows 11 do not disturb feature.

NinjaOne lets you deploy consistent notification settings across Windows 11 devices

With its scriptable remote monitoring and management (RMM) platform, NinjaOne gives you the tools to automate the deployment and enforcement of notification settings. This includes Windows 11 notification center alerts, as well as notification settings for third-party software. By enforcing consistent configurations across devices, troubleshooting using NinjaOne Helpdesk and Remote Access is streamlined, and users can expect a predictable experience across devices.

FAQs

Users expect all alerts to stop, but badges and some app-specific pop-ups can still appear even when Do Not Disturb is on.

The device may be managed by policy, or the app might be using its own notification system instead of the Windows notification center.

If automatic rules are misconfigured, important notifications during work could no longer appear without users realizing it.

This defeats the purpose of Do Not Disturb. Interruptions will continue if everything is marked as a priority.

Users install new apps and change workflows over time. Without review, the priority list can grow and become ineffective.

You might also like

Ready to simplify the hardest parts of IT?