Follow
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 settings-app-on-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="32748">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, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.

2472 articles → Twitter

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Update Device Drivers in Windows 11
Windows How to Update Device Drivers in Windows 11
How to Enable or Disable Windows 11 Notifications
Windows How to Enable or Disable Windows 11 Notifications
How to Transfer Files from USB to Windows 11
Windows How to Transfer Files from USB to Windows 11

Leave a Reply

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