How to Enable or Disable Network Adapters in Windows 11
This guide explains how to turn your network adapter on or off in Windows 11. A network adapter is the hardware inside your computer that lets you connect to the internet or a local network. Sometimes you need to turn this off to fix connection problems or to switch between different types of networks.
Why do this? Disabling an adapter helps when you are troubleshooting internet issues or if you want to force your computer to use a different connection, like switching from Wi-Fi to a wired cable.
What happens when done? Once disabled, that specific connection will stop working immediately. You will lose access to the internet through that adapter until you enable it again.
Using the Settings App
This is the easiest way to manage your connection.
- Open Settings by pressing the Windows key + I or searching for it in the Start menu.

- Click on the Network & internet tile.

- Click Advanced network settings at the bottom of the list.

- Find the adapter you want to change under Network adapters and click the Disable button.

Using the Control Panel
You can also use the traditional Control Panel to manage your adapters Control Panel.
- Search for Control Panel Control Panel in the Start menu and open it Control Panel app.

- Go to Network and Internet > Network and Sharing Center > Change adapter settings.

- Right-click your adapter and select Disable.

Using Device Manager
Note: This step requires admin privileges.
- Search for Device Manager Start button in the Start menu and open it.

- Expand the Network adapters section.
- Right-click the adapter you want to turn off and choose Disable device.

Using Command Prompt
Note: This step requires admin privileges.
- Search for Command Prompt in the Start menu, right-click it, and select Run as administrator Run as administrator.

- To turn off the adapter, type the following command and press Enter:
netsh interface set interface "Interface Name" disable - To turn it back on later, use this command:
netsh interface set interface "Interface Name" enable
Summary
Managing your network adapters is a simple way to control how your computer connects to the world. You can use the Settings app, Control Panel, Device Manager, or Command Prompt to enable or disable them. Just be careful to choose the right adapter so you do not accidentally cut off your own internet access. If you get stuck, simply enable the adapter again or restart your computer to restore your connection.
Was this guide helpful?
Leave a Reply Cancel reply