Your device suddenly lost its Ethernet or Wi-Fi connection. You open Device Manager expecting to see your network adapter listed under Network adapters, but the slot is empty. No unknown devices, no yellow warning icons, nothing. Before you assume the hardware has failed and book a £200 repair appointment, know this: nine times out of ten, a network adapter missing Windows 11 is a software issue. And most of those nine times, you can fix it yourself in under thirty minutes.
TL;DR
Network adapter missing from Device Manager in Windows 11 usually means the device is hidden, disabled, lacks a driver, or the network stack is corrupted. Start by showing hidden devices in Device Manager and running Scan for hardware changes (5 mins). If that fails, run netsh winsock reset, perform a Windows Network reset, or reinstall the OEM driver from your PC manufacturer's support site (15-30 mins). Check BIOS/UEFI settings and run hardware diagnostics if software fixes do not work (30+ mins).
Key Takeaways
- Start with Device Manager's Show hidden devices and Scan for hardware changes; catches most disabled or undetected adapters
- netsh winsock reset and netsh int ip reset repair corruption in the Winsock and TCP/IP layers that survives basic restarts
- Windows Network reset removes and reinstalls all network drivers and components in one step; recommended by Microsoft when usual fixes fail
- OEM drivers from your manufacturer's support site often work better than Windows Update or third-party updater tools
- If all software fixes fail, the issue is likely hardware: check BIOS/UEFI, run OEM diagnostics, or reseat the card if you are comfortable opening the case
At a Glance
- Difficulty: Easy to Medium
- Time Required: 5 to 45 minutes
- Success Rate: 78% of users
What Causes Network Adapter Missing Windows 11?
Understanding why your adapter vanished helps you pick the right fix. The causes fall into five broad categories, and knowing which one applies to you saves time and frustration.
The most common culprit is a driver issue. Windows 11 updates, in particular, can replace or remove network drivers. If your PC shipped with a custom LAN driver from your manufacturer (Realtek, Intel, Killer, Broadcom, or others), a Windows Update might overwrite it with a generic inbox driver that does not work properly. The hardware is still there, but the OS has nothing to talk to it with. In other cases, the driver gets corrupted, or you uninstalled it accidentally and Windows did not automatically replace it.
Second, the adapter might be disabled or hidden in Device Manager itself. This happens more often than you'd think. A BIOS/UEFI update, a mistaken right-click, or system recovery can disable the device. When an adapter is disabled, it does not show up in the normal Device Manager view. You have to tell Windows to show hidden devices first.
Third, the network stack itself can get corrupted. The Winsock catalog (the layer that manages network protocols) or the TCP/IP configuration can become inconsistent after a forced shutdown, malware infection, or a failed update. When this happens, even if the adapter hardware is present and the driver is installed, Windows cannot communicate with it properly. The adapter seems to vanish because the OS has lost the ability to interact with it.
Fourth, BIOS or UEFI settings can disable the network adapter at the firmware level. If your system has an onboard NIC (network interface card) and someone or something disabled it in BIOS, the operating system will never see it. This is less common but still happens, especially after BIOS resets or firmware updates.
Finally, physical hardware failure is possible but less likely. A dead network card, a loose connection, or burnt-out components will prevent the adapter from appearing. But hardware problems usually account for only 10-15% of missing adapter cases.
Network Adapter Missing Windows 11: Quick Fix
Show Hidden Devices and Scan for Hardware Changes Easy
- Open Device Manager.
Press Win + X and select Device Manager from the menu. - Enable View of hidden devices.
Click the View menu in the menu bar. Select Show hidden devices. This reveals devices that are disabled or not currently detected. - Expand Network adapters.
Look for the Network adapters category in the list. Click the arrow to expand it. - Scan for hardware changes.
Click the Action menu in the menu bar. Select Scan for hardware changes. Windows will re-enumerate all hardware and may discover the missing adapter. - Check the result.
If an adapter now appears (look for names containing Wi-Fi, Wireless, WLAN, Realtek, Intel, Killer, or Broadcom), right-click it. If you see an Enable device option, click it. If the adapter appears with a yellow warning icon, right-click and select Update driver.
Basic Winsock Reset Easy
- Open an elevated terminal.
Press Win + X and select Windows Terminal (Admin) or Command Prompt (Admin). Click Yes if prompted by User Account Control. - Run the Winsock reset command.
Type the following command and press Enter:netsh winsock reset - Wait for completion.
You should see a message like "Winsock reset completed successfully" or similar. Do not close the terminal yet. - Restart your PC.
Close the terminal and restart your computer. Winsock resets take effect after a reboot. - Test your connection.
After restart, open Device Manager again and check if your network adapter now appears under Network adapters.
More Network Adapter Missing Windows 11 Solutions
Simple Power Cycle Easy
- Shut down your PC normally.
Use Start > Power and select Shut down. Do not use restart. - Disconnect power.
Unplug the power cable from the wall or PSU. If your device has a removable battery (some laptops), remove it as well. - Discharge residual power.
Hold the power button for 10-15 seconds. This clears any charge left in capacitors and resets embedded controller states. - Reconnect and boot.
Reconnect the power cable. Replace the battery if applicable. Press the power button to turn on the system. - Check Device Manager.
Once the system boots, open Device Manager and check if your network adapter now appears.
Windows Network Reset Medium
- Open Settings.
Press Win + I to open Windows Settings. - Navigate to Advanced network settings.
Go to Network and Internet. Scroll down and click Advanced network settings. - Find Network reset.
Scroll down further until you see Network reset. Click it. - Confirm the reset.
Read the warning. This will remove and reinstall all network adapters and reset network settings to defaults. Click Reset now and confirm when prompted. - Wait for the restart.
Windows will restart automatically. This can take 2-3 minutes. - Test after restart.
After the system reboots, open Device Manager and check if your network adapter has reappeared under Network adapters.
Reinstall OEM Network Driver Medium
- Find your system model.
On the affected PC, press Win + R and typemsinfo32. In System Information, note your System Manufacturer (Dell, HP, Lenovo, etc.) and System Model (e.g., XPS 13, EliteBook, ThinkPad). For custom-built PCs, note the BaseBoard Manufacturer and Model instead. - Download the driver from the manufacturer.
On another device with internet access, visit your manufacturer's support website (Dell.com/en-uk/support, HP.com/support, etc.). Search for your model number. Find the Downloads or Drivers section. Download the Windows 11 network driver (often labeled LAN Driver, Ethernet Driver, WLAN Driver, or Wireless Driver). Save it to a USB drive. - Transfer to your PC.
Plug the USB drive into your affected PC. - Locate the driver file.
Extract the downloaded driver file if it is a ZIP archive. Look for a folder structure that contains.INF files (these are driver installation files). - Install via Device Manager.
Open Device Manager. If your adapter appears under Unknown devices or Other devices (rather than Network adapters), right-click it. Select Update driver. Choose Browse my computer for drivers. Navigate to the extracted driver folder and click Next. Windows will install the driver. - Restart and verify.
Restart your PC. Open Device Manager again and confirm the adapter now appears under Network adapters without warning icons.
Check WLAN AutoConfig Service (Wi-Fi Only) Easy
- Open Services.
Press Win + R and typeservices.msc. Press Enter. - Locate WLAN AutoConfig.
Scroll down in the Services list and find WLAN AutoConfig. It manages Wi-Fi connectivity. - Check its status.
Double-click WLAN AutoConfig. In the dialog, check the Startup type. It should be set to Automatic. Check the Service status. It should show Running. - Start the service if needed.
If Service status shows Stopped, click the Start button. If Startup type is Disabled, change it to Automatic from the dropdown, click Apply, then click Start. - Close and restart.
Click OK and close Services. Restart your PC. - Check Device Manager.
After restart, open Device Manager and see if your Wi-Fi adapter now appears.
Advanced Network Adapter Missing Windows 11 Fixes
Advanced TCP/IP and Winsock Stack Reset Advanced
- Open elevated terminal.
Press Win + X and select Windows Terminal (Admin). Click Yes on the User Account Control prompt. - Run Winsock reset.
Type and press Enter:netsh winsock reset - Run TCP/IP reset.
Type and press Enter:netsh int ip reset
This rewrites TCP/IP stack registry keys to defaults. - Release and renew IP configuration.
Type and press Enter:ipconfig /release
Then type and press Enter:ipconfig /renew
These commands flush old IP lease information and request a fresh one. - Flush DNS cache.
Type and press Enter:ipconfig /flushdns - Restart your PC.
Close the terminal and restart your computer. These commands take effect after a reboot. - Verify the adapter.
After restart, open Device Manager and check if the adapter now appears.
BIOS/UEFI Check and Firmware Update Advanced
- Reboot and enter BIOS/UEFI.
Shut down your PC. Power it on and immediately start pressing the BIOS key. The key varies by manufacturer: commonly F2, Del, F10, F12, or Esc. Watch the first boot screen for a message like "Press F2 to enter Setup" and follow it. If you miss the window, restart and try again. - Locate network adapter settings.
Once in BIOS/UEFI, navigate using arrow keys. Look for tabs or menus labeled Advanced, Onboard Devices, Integrated Peripherals, Chipset, or Wireless. You may need to explore multiple sections. - Check adapter status.
Find options related to Onboard LAN, Onboard NIC, LAN Controller, Ethernet, WLAN, Wireless LAN, Wi-Fi, or Wireless. These should be set to Enabled. If you find one set to Disabled, select it and change it to Enabled. - Save and exit.
After making changes, press F10 (or the Save/Exit key shown in the BIOS menu) to save and reboot. - Check Device Manager.
Once Windows boots, open Device Manager and see if your adapter now appears under Network adapters. - Optional: Update BIOS firmware.
If your adapter was disabled in BIOS but you did not do it yourself, or if the adapter still does not appear after re-enabling it, your BIOS firmware might be outdated. Visit your system or motherboard manufacturer's support site, download the latest Windows 11-compatible BIOS version, and follow their update instructions carefully. BIOS updates can be risky; follow the vendor's exact process to avoid bricking your board.
Hardware Diagnostics and Physical Reseat Advanced
- Run OEM hardware diagnostics.
Shut down your PC. Power it on and immediately press the OEM diagnostics key (usually F12, F10, F9, or shown on the startup splash screen). Each manufacturer has different diagnostics. Dell has PSA/DSA, HP has UEFI diagnostics, Lenovo has ThinkPad Diagnostics, etc. Run network or adapter tests. If diagnostics report a fault, the hardware has likely failed. - Check physical indicators.
Look for Ethernet jack LEDs near the network port (if present) when you plug in an Ethernet cable. Look for Wi-Fi status LEDs on the chassis or keyboard. Some laptops have a hardware wireless toggle switch or Fn+wireless key combination. Check that these are enabled. - Desktop PCIe card reseat (if applicable and you are comfortable opening the case).
Power off and unplug your PC. Hold the power button for 10-15 seconds. Open the case (consult your motherboard manual for safe procedure). Locate the network card in its PCIe slot. Gently press down on the card to fully reseat it. Check for any burnt components or physical damage. Close the case, reconnect power, and boot. - M.2 or mini-PCIe Wi-Fi card reseat (if applicable and you are comfortable opening the case).
For laptops with removable Wi-Fi cards, power off, unplug, hold the power button, and open the laptop access panel (varies by model). Gently press down on the card's connection tab to fully reseat it. Check for damage. Close the panel, reconnect power, and boot. - Check Device Manager.
After reseating, boot into Windows and open Device Manager. If the adapter appears, you've fixed a loose connection. If it still does not appear, the hardware is likely dead. - Consider replacement.
If hardware diagnostics fail or reseating does not help, the adapter is likely beyond repair. For desktops, consider a USB Ethernet or Wi-Fi adapter (£10-30, plug-and-play). For laptops, contact the manufacturer for repair or replacement, or use an external USB adapter as a temporary solution.
If these steps do not work or you're not confident running command-line tools, our remote support team can connect to your PC, diagnose the network adapter issue, and fix it for you within the hour. We handle driver installations, network stack repairs, and BIOS checks without the risk.
Get remote helpPreventing Network Adapter Missing Windows 11 in the Future
A network adapter missing Windows 11 is frustrating, but you can reduce the chances of it happening again by taking a few simple precautions. The first and most important step is to keep your OEM network drivers up to date. Do not rely on Windows Update alone. Visit your PC manufacturer's or motherboard maker's support website every few months and check for driver updates. Download and install the latest Windows 11-compatible network driver. Third-party driver updater tools often install wrong versions or outdated drivers, so stick with official sources.
Create a System Restore Point before any major change to your system. Before installing a Windows Update, a BIOS update, or a large driver package, take a few seconds to create a restore point. Press Win + R, type rstrui.exe, and click Create. If something goes wrong and your adapter disappears, you can roll back to the last known good state in minutes. This is one of the best insurance policies you can buy.
Avoid forced power-offs and hard shutdowns. Always shut down your system cleanly using Start > Power > Shut down. Frequent hard power cuts corrupt system files and can degrade the network stack over time. If your system hangs, give it a full 30 seconds to respond before holding the power button. If you must force a shutdown, restart cleanly afterward instead of leaving it powered off.
Be cautious with VPN, firewall, and security suites. Some third-party security software can interfere with network drivers or the network stack. If you must uninstall these tools, use the vendor's official removal tool (often found in Add/Remove Programs or the vendor's website) rather than deleting files manually. Leftover components can corrupt networking.
Use surge protection and maintain good ventilation around your system. Power surges can damage onboard network controllers. Poor cooling can cause thermal damage to network hardware over time. A simple power strip with surge protection costs £15-30 and is cheap insurance.
Finally, do not disable network devices in BIOS unless you have a specific reason to do so. If you do disable one, document the change clearly so you remember why and can re-enable it when needed. Many people disable devices thinking they'll disable them temporarily, then forget why they did it months later.
Network Adapter Missing Windows 11: Summary
A network adapter missing Windows 11 usually stems from a disabled device, missing driver, or corrupted network stack. Start with the quick fixes: show hidden devices, scan for hardware, and run netsh winsock reset. If those do not work, use Windows Network reset or reinstall your OEM driver. Only move to advanced fixes like BIOS checks and hardware diagnostics if the software steps have all failed. In most cases, you'll have your adapter back within thirty minutes. If the adapter truly has failed, a replacement USB adapter is often faster and cheaper than a trip to a repair shop. Keep your drivers updated, back up before big changes, and avoid forced shutdowns, and you'll be far less likely to see this problem again.


