Windows

How to Enable or Disable Network Adapters in Windows 11

Richard
Written by
Richard
Feb 8, 2022 Updated Apr 15, 2026 2 min read
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.

  1. Open Settings by pressing the Windows key + I or searching for it in the Start menu.
windows 11 start settings

  1. Click on the Network & internet tile.
Windows 11 network and internet settings panel

  1. Click Advanced network settings at the bottom of the list.
windows 11 advanced network settings

  1. Find the adapter you want to change under Network adapters and click the Disable button.
Disabling a network adapter in Windows 11

Using the Control Panel

You can also use the traditional Control Panel to manage your adapters Control Panel.

  1. Search for Control Panel Control Panel in the Start menu and open it Control Panel app.
Windows 11 Control Panel search interface

  1. Go to Network and Internet > Network and Sharing Center > Change adapter settings.
Change adapter settings in Windows 11

  1. Right-click your adapter and select Disable.
Disable network adapter via Windows 11 Control Panel

Using Device Manager

Note: This step requires admin privileges.

  1. Search for Device Manager Start button in the Start menu and open it.
Windows 11 Device Manager interface

  1. Expand the Network adapters section.
  2. Right-click the adapter you want to turn off and choose Disable device.
Disabling a network adapter in Device Manager

Using Command Prompt

Note: This step requires admin privileges.

  1. Search for Command Prompt in the Start menu, right-click it, and select Run as administrator Run as administrator.
Windows 11 Command Prompt with administrator access

  1. To turn off the adapter, type the following command and press Enter:

    netsh interface set interface "Interface Name" disable
  2. 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?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2458 articles → Twitter

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Turn On or Off Wi-Fi in Windows 11
Windows How to Turn On or Off Wi-Fi in Windows 11

Leave a Reply

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