How to Disable USB Ports on Windows 11 PC

If you frequently use your laptop in public places like libraries or cafes, you might want to disable your USB ports. Disabling the USB ports can help prevent unauthorized devices such as USB drives or keyloggers from accessing your computer, reducing the risk of data theft or malware infection in your absence. This guide provides various methods to disable USB ports on Windows 11.

1. Disable USB Ports via Device Manager

You can use the Device Manager in Windows 11 to disable USB ports. Follow these simple steps:

1. Open the Windows 11 Search and type Device Manager.
2. In Device Manager, scroll down and expand the Universal Serial Bus Controllers list.
3. Right-click on the USB port you want to disable and select Disable device.
4. To re-enable the USB port, right-click on it again and select Enable device.

2. Disable USB Ports via Registry Editor

Another way to disable USB ports is by using the Registry Editor. Here’s how:

1. Click on Windows 11 search and type Registry Editor. Open the Registry Editor from the results.
2. Navigate to the following path in the Registry Editor:
“`
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\USBSTOR
“`
3. On the right pane, double-click the Start DWORD key.
4. Set the Value Data to 4 and click OK.

To re-enable the USB ports, follow the same steps but set the Value Data to 3 in Step 4.

Learn More: How to Enable or Disable Location Services in Chrome Browser

3. Disable USB Ports via Local Group Policy Editor

You can also disable USB ports using the Local Group Policy Editor. Here’s how:

1. Open the Windows 11 search and type Group Policy Editor, then select it from the results.
2. In the Local Group Policy Editor, navigate to:
“`
Computer Configuration > Administrative Templates > System > Removable Storage Access
“`
3. Double-click on Removable Disks: Deny execute access in the right pane.
4. Select Enabled, then click Apply > OK.
5. Repeat this for Removable Disks: Deny read access and select Enabled.

To re-enable USB ports, change both settings to Not Configured.

4. Disable USB Ports via Command Prompt

You can use the Command Prompt to disable USB ports in Windows 11. Follow these steps:

1. Open Windows search and type Command Prompt. Right-click and select Run as administrator.
2. In the Command Prompt, execute the following command and press Enter:
“`
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v “Start” /d 4 /f
“`

To re-enable the USB ports, use this command:
“`
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v “Start” /d 1 /f
“`

5. Disable USB Ports via BIOS or UEFI

You can also disable USB ports by accessing the BIOS or UEFI settings of your computer. Here’s how:

1. Restart your PC and press the appropriate key (usually F2, Del, or Esc) to enter the BIOS/UEFI menu.
2. Once inside the BIOS/UEFI, locate the option to enable or disable USB ports. This option may vary depending on the manufacturer.
3. Disable the ports you want and save the changes before exiting the BIOS/UEFI.

Managing USB Devices on Windows 11

To manage USB devices, you can use Device Manager. Here’s how:

1. Click the Start button and type Device Manager, then open it.
2. Look under the Universal Serial Bus Controllers tree to find USB devices.
3. From here, you can update drivers, uninstall devices, or manage USB security settings.

By following any of these methods, you can effectively disable USB ports on your Windows 11 PC and prevent unauthorized access to your data. Learn More 


Discover more from ugamasontech

Subscribe to get the latest posts sent to your email.

About ugamasontech

Welcome to UgamasonTech! I’m Ugama Stanley Chinedu, the passionate blogger behind this tech haven. With a deep-rooted love for technology and innovation, I explore the latest trends, reviews, and insights to keep you informed and ahead of the curve. Join me on a journey through the ever-evolving tech landscape as we uncover the future together.

View all posts by ugamasontech →

Leave a Reply