Windows

How to Turn On or Off Notification if Issues Connecting USB in Windows 11

Richard
Written by
Richard
Mar 23, 2026 1 min read
How to Turn On or Off Notification if Issues Connecting USB in Windows 11

This tutorial shows you how to turn on or off notifications when there are problems connecting a USB device in Windows 11.

By default, Windows will show you a notification if there are USB connection issues.

Reference:

Windows USB Type-C Troubleshooting Notifications – Windows drivers

This article explains the different types of USB Type-C troubleshooting notifications in Windows, when they appear, and what causes them.

Option One

Turn On or Off Notification if Issues Connecting USB in Settings

  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side. Then click on USB on the right side. (see screenshot below)
  3.  Open USB settings
  4. Turn On (this is the default) or Off the Connection notifications setting. Choose what you want. (see screenshot below)
  5. You can close Settings now if you want.
Windows 11 USB Connection notifications toggle in Settings

Option Two

Turn On or Off Notification if Issues Connecting USB Using Registry

Turn On Notification if Issues Connecting USB

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\ShellUSB" /v NotifyOnUsbErrors /t REG_DWORD /d 1 /f

Turn Off Notification if Issues Connecting USB

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\ShellUSB" /v NotifyOnUsbErrors /t REG_DWORD /d 0 /f

Summary

You can control USB connection notifications in Windows 11 in two ways. The easiest way is to use Settings. Just open Settings, go to Bluetooth & devices, click USB, and turn the Connection notifications option on or off. If you prefer using the registry, manually edit the registry by changing the “NotifyOnUsbErrors” value to 1 (on) or 0 (off) in HKEY_CURRENT_USERSoftwareMicrosoftShellUSB. By default, Windows shows these notifications to help you troubleshoot USB problems.

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.

2458 articles → Twitter

📚 Related Tutorials

How to Enable Advanced Reading in Windows 11 Narrator
Windows How to Enable Advanced Reading in Windows 11 Narrator
How to Restore Missing Recycle Bin Icon in Windows 11
Windows How to Restore Missing Recycle Bin Icon in Windows 11
How to Enable Wake Timers in Windows 11
Windows How to Enable Wake Timers in Windows 11
How to Check Your Windows 11 Version
Windows How to Check Your Windows 11 Version

Leave a Reply

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