How to Turn On or Off Notification if Issues Connecting USB in Windows 11
Connection warning notifications in Windows 11 pop up in the bottom right corner of your screen whenever a USB device fails to work properly. These alerts flag hardware trouble like a loose cable or a broken thumb drive so you spot the problem right away.
You can turn these notifications off or back on at any time through the Windows settings app if the pop-ups get annoying.
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
Windows 11 lets you change whether it alerts you about problems connecting USB devices directly within the Settings app. This allows you to decide if you want to see a notification when your PC encounters trouble with a USB connection. To find this setting, open Settings, then navigate to Bluetooth & devices, and finally click on USB.- 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!