How to Turn On or Off Notification if Issues Connecting USB in Windows 11
Notifications for USB connection issues in Windows 11 are pop-up alerts that appear in the bottom-right corner of your screen when a connected device fails to work properly. These warnings flag hardware trouble like loose cables or broken thumb drives so you can spot the problem right away.
You can turn these notifications on or off in the Settings app whenever annoying pop-ups get in your way or you want to make sure you never miss a hardware alert.
You can enable or disable USB connection issue notifications in Windows 11 through Settings. Navigate to Bluetooth & devices, then USB, and toggle the “Connection notifications” setting on or off. This setting alerts you when Windows detects a problem with a USB device.
Turn On or Off Notification if Issues Connecting USB in Settings
You can use USB notification settings Windows 11 to choose if your computer warns you when a device fails to connect properly. Adjusting this is helpful if you want to stop annoying pop-ups or make sure you know right away when a gadget has trouble plugging in. Open the Settings app and go to the right menu to change it.- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side. Then click on USB on the right side. (see screenshot below)
- Turn On (this is the default) or Off the Connection notifications setting. Choose what you want. (see screenshot below)
- You can close Settings now if you want.

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.
reg add "HKEY_CURRENT_USER\Software\Microsoft\ShellUSB" /v NotifyOnUsbErrors /t REG_DWORD /d 1 /f
Turn Off Notification if Issues Connecting USB
reg add "HKEY_CURRENT_USER\Software\Microsoft\ShellUSB" /v NotifyOnUsbErrors /t REG_DWORD /d 0 /f
Summary
Adjusting these USB alerts takes a few clicks inside the Settings app, though registry tweaks remain available for deeper system control. The configuration panel offers the quickest method to modify these notifications, while advanced alternatives support wider troubleshooting.
Was this guide helpful?
0% of readers found this helpful (1 votes)
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.
No comments yet — be the first to share your thoughts!