How to Enable or Disable Network Adapter in Windows 11


Every time your PC joins a new network, Windows 11 sets up a profile automatically. Tweaking network adapters, resetting, renaming, or configuring them, is a breeze on the OS. You can even toggle them on or off manually.

There are plenty of reasons to disable one, like if your device packs multiple adapters and you want to sideline the unused ones to avoid glitches. Or, simply shut it down to troubleshoot ongoing network snags.


1. Disable/Enable Network Adapter via Settings

This method will use the Windows 11 Settings app to turn a network adapter on or off. Here’s what you need to do.


1. Click on the Windows 11 Start button and select Settings.


2. On the Settings page, click on the Network & Internet option.


3. Scroll down to the right pane and tap the Advanced network settings option.


4. Under the Network adapters, select the adapter you want to disable and click the Disable button.


5. To enable the Network adapter, click on the Enable button.


2. Disable/Enable Network Adapter via Control Panel

This method will use the Control Panel to disable or enable the Network Adapter. Here are some of the simple steps you need to follow.


1. First, click the Windows Search and type in Control Panel. Next, select the Control Panel app from the list


2. On the Control Panel, click on the Network and Internet option.


3. Click the Network and Sharing Center option on the next page.


4. On the left pane, click the Change adapter settings link.


5. Now, you will be able to see all network adapters. You need to right-click on the adapter you want to turn off and select the Disable option.


6. To enable the network adapter, right-click on the adapter name and select Enable.


3. Disable/Enable Network Adapter via Device Manager

Like the control panel, you can utilize the Device Manager of your Windows 11 PC to disable or enable the Network adapter. Here’s how to use Device Manager to turn on or off network adapters on Windows 11.


1. Open the Windows 11 search and type in Device Manager. Next, click on the Device Manager from the list of options


2. On the Device Manager, expand the Network adapters.


3. Now right-click on the adapter you want to turn off and select Disable Device.


4. To enable the Network adapter, right-click on the network device and select Enable Device.


4. Enable/Disable Network Adapters via Command Prompt

You can also use the Command Prompt utility to enable or disable the network adapters on Windows 11. Here’s how to do so via CMD.


1. Type Command Prompt on the Windows 11 Search. Right-click on the Command Prompt and select Run as administrator


2. When the Command Prompt opens, execute this command:


Netsh interface show interface


3. The above command will list all network adapters. Note the interface name, which is the network adapter you want to disable.


4. Now execute the given command by replacing the Interface name with the name you noted above. (Without quotation marks)


Netsh interface set interface "Interface Name" disable


5. The above command will turn off the network adapter.


6. To enable the network adapter, execute the given command by replacing the interface name with the adapter name you want to enable. (Without quotation marks)


Netsh interface set interface "Interface Name" enable


5. Enable to Disable Network Adapters via PowerShell

Like the Command Prompt, the Powershell utility can enable or disable the network adapters. Here’s how to do it.


1. Type in PowerShell in the Windows 11 Search. Next, right-click on PowerShell and select Run as administrator


2. When the Powershell opens, execute the given command:


Get-NetAdapter | format-table


3. You will see lots of information. You need to note down the network adapter name (the text displayed underneath name)


4. If a network adapter is enabled, the IndexStatus will show ‘Up’. If the IndexStatus shows ‘Down’, the network adapter is disabled.


5. To turn off a network adapter, execute this command:


Disable-NetAdapter -Name "Network Adapter Name" -Confirm:$false


6. If you wish to enable a network adapter, execute this command:


Enable-NetAdapter -Name "Network Adapter Name" -Confirm:$false


Once you've enabled or disabled the adapter, just close PowerShell.


Toggling network adapters in Windows 11 is super straightforward. Hope this guide sorted things out for you! Share it with your buddies, and if you've got questions, drop 'em in the comments below. 

Comments

Popular posts from this blog

Best Uk Courses for International Students

How to Enable Slow Mode in Discord | Full Guide

How to Upload Documents to ChatGPT Full Guide

How To Fix Kernel Security Check Failure BSOD Error | Easy Guide

How to Setup Multiple Profiles in Microsoft Edge | Full Guide