Windows

How to Enable or Disable Flash Screen during Audio Notifications in Windows 11

Richard
Written by
Richard
Mar 19, 2026 3 min read
How to Enable or Disable Flash Screen during Audio Notifications in Windows 11

This tutorial will show you how to turn on or off visual alerts for sounds on your Windows 11 computer. This feature is called Sound Sentry.

If you have trouble hearing audio alerts, Windows can flash your screen instead. You can choose to flash just the title bar, the active window, or your entire screen when a notification arrives.

Reference:

Make Windows easier to hear – Microsoft Support

Learn about Windows accessibility features that can help make your PC easier to use.

Option One

Turn On or Off Flash Screen in Settings

  1. Open Settings by pressing Win+I.
  2. Click on Accessibility on the left side.
  3. Click on AudioHearing on the right side.
  4. Find the Flash my screen during audio notifications dropdown menu.
  5. Choose one of these options:
    • Never (default)
    • Flash the title bar of the active window
    • Flash the active window
    • Flash the entire screen
  6. You can now close Settings.
Windows 11 accessibility audio settings interface
Flash my screen during audio notifications option in Windows 11

Option Two Open Audio settings

Turn On or Off Flash Screen in Control Panel

  1. Open Control Panel and click on the Ease of Access Center icon.
  2. Click on Use text or visual alternatives for sounds.
  3. Follow the steps below for what you want to do.
Ease of Access Center in Windows Control Panel

Turn On Visual Notifications for Sounds

  1. Check the box next to Turn on visual notifications for sounds (Sound Sentry).
  2. Select what you want under Choose visual warning:
    • None
    • Flash active caption bar
    • Flash active window
    • Flash desktop
  3. Click OK.

Turn Off Visual Notifications for Sounds

This is the default setting.

  1. Uncheck the box next to Turn on visual notifications for sounds (Sound Sentry).
  2. Click OK.
  3. You can now close Control Panel.
Options for visual notifications in Ease of Access Center

Option Three

Turn On or Off Flash Screen Using Registry

⚠️ Admin Required: You need administrator privileges to edit the registry.

Never Flash My Screen (Default)

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 2 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 0 /f

Flash the Title Bar of the Active Window

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 1 /f

Flash the Active Window

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 2 /f

Flash the Entire Screen

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v Flags /t REG_SZ /d 3 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\SoundSentry" /v WindowsEffect /t REG_SZ /d 3 /f

Summary

Windows 11 lets you turn sound notifications into visual flashes. You can choose to flash just the title bar, the active window, or your whole screen. You can make these changes three ways: through Settings, through Control Panel, or by editing the registry. The Settings method is easiest for most users. If you use the registry method, remember that you need administrator privileges.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2464 articles → Twitter

📚 Related Tutorials

How to Enable or Disable Sound Notifications in Microsoft Teams on Windows 11
Windows How to Enable or Disable Sound Notifications in Microsoft Teams on Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *