Windows

How to Enable or Disable Network Adapters in Windows 11

Richard
Written by
Richard
Feb 8, 2022 Updated Apr 29, 2026 3 min read

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.

Warning: Be careful when disabling network adapters. If you disable your only active connection, you will lose internet access immediately. Ensure you have another way to reconnect before proceeding.

Comparison of Methods

MethodBest ForPrivileges Required
SettingsQuick togglingStandard
Control PanelAdvanced configurationStandard
Device ManagerDriver troubleshootingAdmin
Command PromptAutomation/ScriptsAdmin

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.
  2. Click on the Network & internet tile.
    Windows 11 network and internet settings panel
  3. Click Advanced network settings at the bottom of the list.
    windows 11 advanced network settings
  4. 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.

  1. Search for Control Panel in the Start menu and open it.
    Windows 11 Control Panel search interface
  2. Go to Network and Internet > Network and Sharing Center > Change adapter settings.
    Change adapter settings in Windows 11
  3. 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 in the Start menu and open it.
    Windows 11 Device Manager interface
  2. Expand the Network adapters section.
  3. Right-click the adapter you want to turn off and choose Disable device.
    Disabling a network adapter in Device Manager

Using Command Prompt (PowerShell Automation)

Note: This step requires admin privileges.

  1. Search for Command Prompt in the Start menu, right-click it, and select Run as administrator.
    Windows 11 Command Prompt with administrator access
  2. To turn off the adapter, type the following command and press Enter:
    💻Code
    netsh interface set interface "Wi-Fi" disable
  3. To turn it back on later, use this command:
    💻Code
    netsh interface set interface "Wi-Fi" enable
  4. For PowerShell users, you can use:
    💻Code
    Disable-NetAdapter -Name "Wi-Fi" -Confirm:$false

Troubleshooting and Error Resolution

If your network adapter is missing from Device Manager, click View > Show hidden devices. If you see a yellow exclamation mark, your driver may be corrupted. Right-click the device and select Update driver. If issues persist, use the Network Reset feature found in Settings > Network & internet > Advanced network settings > Network reset.

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.

Why does my network adapter disable itself automatically?

This often happens due to power management settings. Windows may turn off the device to save power. To fix this, go to Device Manager, right-click your adapter, select Properties, and uncheck ‘Allow the computer to turn off this device to save power’ under the Power Management tab.

Will disabling my network adapter delete my saved Wi-Fi passwords?

No, disabling a network adapter does not delete your saved Wi-Fi passwords or network profiles. It simply stops the hardware from communicating with the network. Once you re-enable the adapter, your computer will automatically reconnect to your saved networks as if nothing happened.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.

Leave a Reply

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

Exit mobile version