How to Turn On or Off Notification if Issues Connecting USB in Windows 11
You can control USB connection issue notifications in Windows 11 by adjusting a specific setting within your system.
These notifications alert you when Windows detects a problem with a connected USB device, letting you know it’s not working correctly.
For instance, Windows 11 might notify you if it doesn’t recognize a USB drive or if a USB port has power issues.
You can manage this feature to either receive or suppress these helpful alerts.
Option One
Turn On or Off Notification if Issues Connecting USB in Settings
You can easily turn on or off the notification that pops up when Windows 11 has trouble connecting a USB device right from the Settings app.- 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
Controlling USB connection notifications in Windows 11 is straightforward, with the Settings app offering the quickest way to manage these alerts.
Was this guide helpful?
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!