Enable/Disable Wi-Fi or Ethernet Adapter in Windows 11
Knowing how to enable or disable your Wi-Fi or Ethernet adapter in Windows 11 is extremely useful for troubleshooting network issues, saving battery life, or switching between different networks.
Windows 11 provides multiple ways to control your network adapters, making it easier for both beginners and advanced users to manage connectivity.
This guide walks you through everything step by step in a simple, beginner-friendly way so you can confidently enable or disable your network adapters without confusion.
Understanding Wi-Fi or Ethernet Adapters on Windows

Before diving into the steps, it is important to understand what a network adapter actually is.
A Wi-Fi adapter allows your computer to connect to wireless networks, while an Ethernet adapter connects your device to the internet using a physical cable. Both are hardware components, but they are controlled through software settings inside Windows 11.
When an adapter is enabled, your computer can connect to the internet using that method. When it is disabled, the connection is completely turned off, even if the network is available.
There are several reasons why users enable or disable adapters. You might want to disable Wi-Fi when using Ethernet for a more stable connection. You may also disable Ethernet when troubleshooting network conflicts. In some cases, disabling and re-enabling an adapter can fix common connectivity issues.
Windows 11 allows you to manage these adapters through Settings, Control Panel, Device Manager, and even quick toggles. However, the easiest and most beginner-friendly method is through the Settings app, which we will focus on first.
How to Enable Wi-Fi or Ethernet Adapter in Windows 11?
To enable a Wi-Fi or Ethernet adapter in Windows 11, open Settings, go to Network and Internet, select Advanced network settings, locate your adapter, and click Enable. You can also enable it through the Control Panel or Device Manager if needed.
Step 1: Open the Settings App
Start by clicking the Start menu on your screen. You can find it at the bottom center of your taskbar. Once it opens, click on Settings.
If you prefer a faster way, you can press Windows + I on your keyboard. This shortcut instantly opens the Settings window.
The Settings app is the main control center for your Windows system, and it is where you will find most of the network-related options.
Step 2: Navigate to Network and Internet
Inside the Settings window, look at the left-hand side panel. You will see several categories listed there. Click on Network and Internet.
This section contains everything related to your internet connection, including Wi-Fi, Ethernet, VPN, and advanced network options.
Once you open this section, you will see your current connection status at the top. If your adapter is disabled, it may show as disconnected or unavailable.
Step 3: Open Advanced Network Settings
Scroll down within the Network and Internet section until you find Advanced network settings. Click on it.
This area gives you more control over your network adapters. It shows all available adapters on your system, including Wi-Fi, Ethernet, Bluetooth, and virtual adapters.
This is where you will manage enabling and disabling adapters.
Step 4: Locate the Disabled Adapter
Under the Network adapters section, you will see a list of all available adapters.
Look for your Wi-Fi adapter or Ethernet adapter. If it is disabled, you will notice that its status is turned off or labeled as disabled.
Make sure you identify the correct adapter. Wi-Fi adapters usually include the word “Wireless,” while Ethernet adapters are often labeled as “Ethernet” or “LAN.”
Step 5: Click Enable
Once you find the correct adapter, click on the Enable button next to it.
After clicking Enable, Windows will immediately activate the adapter. Within a few seconds, your system should start detecting available networks or reconnecting to a previously saved network.
If you are enabling Wi-Fi, you can then select a network and enter the password to connect. If you are enabling Ethernet, the connection will usually establish automatically if the cable is plugged in.
Step 6: Confirm the Connection
After enabling the adapter, go back to the main Network and Internet section to confirm that everything is working correctly.
You should now see your connection status as connected. If not, you may need to troubleshoot further or check your network hardware.
How to Disable Wi-Fi or Ethernet Adapter in Windows 11?
To disable a Wi-Fi or Ethernet adapter in Windows 11, go to Settings, open Network and Internet, select Advanced network settings, find your adapter, and click Disable. This instantly turns off the selected network connection.
The process is very similar to enabling an adapter, but instead of turning it on, you will turn it off.
Step 1: Launch the Settings Menu
Click on the Start menu and open Settings, or press Windows + I on your keyboard.
This will take you to the main configuration panel of Windows 11.
Step 2: Access Network and Internet Settings
In the Settings window, click on Network and Internet from the left sidebar.
Here, you will find all network-related controls, including your current connection and available options.
Step 3: Go to Advanced Network Settings
Scroll down and click on Advanced network settings.
This section shows all the network adapters installed on your system, including active and inactive ones.
Step 4: Select the Adapter to Disable
Locate the adapter you want to disable.
If you are using Wi-Fi, look for the wireless adapter. If you are using a wired connection, find the Ethernet adapter.
Make sure you select the correct one, especially if multiple adapters are listed.
Step 5: Click Disable
Click the Disable button next to the adapter.
As soon as you click Disable, the adapter will turn off instantly. Your internet connection will be disconnected immediately if you are using that adapter.
Step 6: Verify That the Adapter Is Disabled
After disabling the adapter, check the status to confirm the change.
The adapter should now appear as disabled, and your system will no longer use it to connect to the internet.
If you disable Wi-Fi, you will not see available networks anymore. If you disabled Ethernet, your wired connection will stop working.
Additional Methods to Enable Ethernet Adapter in Windows 11
Below are a few alternative methods you can use to enable your Ethernet adapter in Windows 11.
Through Control Panel
Open the Control Panel by searching for it in the Start menu. Once it opens, click on Network and Internet, then select Network and Sharing Center. On the left side, click Change adapter settings. You will see a list of all network connections. Locate your Ethernet adapter, right-click on it, and select Enable. Your wired connection should activate immediately.
Through Command Prompt
- Click on the Start menu, type Command Prompt, then right-click and choose Run as administrator.
- In the Command Prompt window, type the command: netsh interface show interface
Press Enter to view all network interfaces. Find the name of your Ethernet adapter. Then type: netsh interface set interface “Ethernet” admin=enabled - Press Enter again.
This command will enable the Ethernet adapter instantly.
Through PowerShell
- Right-click the Start button and select Windows Terminal (Admin) or search for PowerShell and run it as administrator. In the PowerShell window, type: Get-NetAdapter
- Press Enter to list all adapters. Identify your Ethernet adapter name. Then type:
- Enable-NetAdapter -Name “Ethernet” -Confirm:$false
- Press Enter.
This will enable the adapter without asking for confirmation.
Through Device Manager
Right-click the Start button and select Device Manager. In the Device Manager window, expand the Network adapters section. Find your Ethernet adapter, right-click on it, and select Enable device. Once enabled, your system will start using the Ethernet connection if the cable is connected.
FAQs
What happens when I disable a network adapter in Windows 11?
When you disable a network adapter, your computer loses the ability to connect to the internet through that adapter. It does not uninstall the driver or remove the hardware; it simply turns it off temporarily.
Can disabling and enabling an adapter fix internet issues?
Yes, this is a common troubleshooting method. Restarting the adapter can reset its configuration and resolve temporary glitches.
Is it safe to disable a network adapter?
Yes, it is completely safe. You can enable it again at any time without causing any damage to your system.
Why is my Wi-Fi adapter missing?
If your adapter is missing, it could be due to outdated drivers, disabled hardware, or system issues. You may need to check Device Manager or reinstall drivers.
Can I disable adapters using Device Manager?
Yes, you can open Device Manager, expand Network adapters, right-click your adapter, and choose Enable or Disable. This method is useful for advanced troubleshooting.
Does disabling Ethernet automatically switch to Wi-Fi?
Yes, if Wi-Fi is enabled and configured, your system will automatically switch to it once Ethernet is disabled.
