Hit Subscribe!

Don’t Be a Noob, Subscribe Already!

How-To

How to Enable or Disable Network Adapter in Windows 11

Whenever your PC connects to a new network, Windows 11 automatically creates a network profile. Resetting, renaming, or configuring the network adapters is pretty easy on Windows 11. You can also manually turn network adapters on or off.

Sometimes, you may want to disable a network adapter for several reasons. For example, if your device has multiple network adapters, you may want to disable the ones you don’t use so that they don’t interfere with each other. Alternatively, you can disable the network adapter to resolve pending issues with it.

1. Disable/Enable Network Adapter via Settings

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

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

SettingsSettings

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

Network & InternetNetwork & Internet

3. On the right pane, scroll down and tap the Advanced network settings option, as shown in the screenshot below.

Advanced network settingsAdvanced network settings

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

select the adapter you want to disableselect the adapter you want to disable

click on the Enable buttonclick 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.

Control PanelControl Panel

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

Network and internetNetwork and internet

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

Network and Sharing CenterNetwork and Sharing Center

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

Change adapter settingsChange adapter settings

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.

select the Disable optionselect the Disable option

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

select Enableselect 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 disable or enable 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.

click on the Device Managerclick on the Device Manager

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

expand the Network adaptersexpand the Network adapters

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

select Disable Deviceselect Disable Device

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

select Enable Deviceselect Enable Device

This is how you can enable or disable the network adapter in Windows 11 via Device Manager.

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 enable or disable the network adapters on Windows 11 via CMD.

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

Run as administratorRun as administrator

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

Netsh interface show interface

execute this commandexecute this command

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

replacing the Interface namereplacing the Interface name

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

replacing the interface namereplacing the interface name

5. Enable to Disable Network Adapters via PowerShell

Like the Command Prompt, the Powershell utility can also be used to 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.

Run as AdministratorRun as Administrator

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

Get-NetAdapter | format-table​

Get-NetAdapter | format-table​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​

Disable-NetAdapter -Name "Network Adapter Name" -Confirm:$false​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​

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

After enabling or disabling the network adapter, close the Powershell utility.

Disabling or enabling a network adapter in Windows 11 is pretty easy. I hope this article helped you! Please share it with your friends also. If you have any doubts, let us know in the comment box below.

Source

 

Hey there! Just so you know, we’re an Amazon affiliate. This means if you buy something through our links, we may earn a small commission. It doesn’t cost you extra and helps keep our lights on. Thanks for supporting us!”

Avatar

Ivan Lee

About Author

Greetings, I'm Ivan, the ByteBandit, snatching bits and bytes with finesse. As a subscriber to Geek.com, I bring a unique blend of tech savvy and curiosity to the table. Join me on this digital heist, where every bit counts and every byte is a treasure waiting to be found!

Leave a comment

Your email address will not be published. Required fields are marked *

Productivity & Shortcuts

xbox parental control settings
How-To

How to set up parental controls on your Xbox Series X|S

Set parental controls for your children and have peace of mind when they’re gaming
image of laptop displaying the windows 11 2020 update on office desk
How-To

How to roll back Windows updates

We’ll show you how to roll back Windows updates in several ways.

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?