How to Disable a Network Adapter in Windows 11

Network Connection Icon Big

You can quickly disable a network adapter in Windows 11 using one of the following methods reviewed in this post. The easiest one is the Settings app, but you can also use the device manager, Command Prompt, PowerShell, and the classic Network Connections folder.

A network adapter is a hardware unit of your computer that allows establishing a link between tow or more computers on the Internet and in the local area network. In terms of Windows, it is known as a network connection.

There is a variety of methods you can use to disable a network adapter in Windows 11. The Settings app is the easiest method, so let's start with it.

Disable a Network Adapter in Windows 11

  1. Click on Start and then on the Settings icon, or press Win + I.
  2. In Settings, navigate to Network & internet.
  3. Click on Advanced network settings item on the right.
  4. In the list of the available Network adapters, click on the Disable button for the adapter you want to disable.

Done! You just disabled the selected network device disabled, and all its connections will go offline.

To later re-enable it, open Settings > Network & internet > Advanced network settings again and click on Enable next to the disabled adapter name.

Now, let's review other methods, which are now classic of network adapter management on Windows.

Using the Network Connections folder

  1. Open Windows Search (Press Win + S) and type network connections in the search box.
  2. Click on the View network connections item.
  3. In the Network Connection folder, right-click on the network adapter you want to disable, and select Disable from the context menu.
  4. This will turn off the selected network connection. Its icon turns gray.

That's how you turn off a network adapter using the classic Network Connections applet.

Also, it is easy to get the disabled connection re-enabled. Right-click it and select Enable from the menu.

Now, here is how to do the same from the command prompt.

Using Command Prompt

  1. Press the Win key to open Start.
  2. Type cmd and find Command Prompt in the search results.
  3. Select Run as Administrator.
  4. Enter the following and hit the Enter key: netsh interface show interface. Note the "Interface name" value for the connection you want to disable.
  5. To disable a network adapter, issue the command: netsh interface set interface "Interface Name" disable. Substitute the "Interface Name" portion with the appropriate value.
  6. Also, here is the undo command that re-enables the network adapter, netsh interface set interface "Interface Name" enable.

Done!

Using the Device Manager tool

  1. Press Win + X to open the Win+X Quick links menu.
  2. Select Device Manager.
  3. Expand open the Network adapters section.
  4. Now, find the network adapter you want to disable.
  5. Right-click it and select Disable device.

That's all about disabling network adapters with the Device Manager.

Finally, you can disable or enable a network connection in PowerShell. Follow the below steps.

Disable a network connection in PowerShell

  1. Press Win + S to open the Windows Search box.
  2. Type PowerShell.
  3. For the PowerShell item, select Run as administrator.
  4. Now, type the following command in the PowerShell console: Get-NetAdapter | format-list. Note the name of the device you want to disable.
  5. Type Disable-NetAdapter -Name "network adapter name" -Confirm:$false to disable it. Substitute "network adapter name" in the command above with the actual network adapter name.
  6. The opposite command is Enable-NetAdapter -Name "network adapter name" -Confirm:$false. Use it to enable the disabled network card.

That's it!

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

Leave a Reply

Your email address will not be published.

Exit mobile version
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.