UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 laptop on a desk showing Device Manager with empty network adapter section, blue Windows 11 start menu visible, daylight streaming from window creating calm workspace atmosphere.
Fix It Yourself · Troubleshooting

network adapter missing Windows 11

Updated 26 July 202616 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

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).

⏱️ 13 min read✅ 78% success rate📅 Updated June 2026

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

1

Show Hidden Devices and Scan for Hardware Changes Easy

  1. Open Device Manager.
    Press Win + X and select Device Manager from the menu.
  2. 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.
  3. Expand Network adapters.
    Look for the Network adapters category in the list. Click the arrow to expand it.
  4. 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.
  5. 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.
If your adapter now appears and is enabled, you've likely fixed it. Restart your PC and test your internet connection.
Why this works: Hidden and disabled devices only show in Device Manager when you explicitly enable the view. Forcing a hardware scan tells Windows to look for all connected hardware again, which can wake up an adapter that was missed during normal startup.
2

Basic Winsock Reset Easy

  1. Open an elevated terminal.
    Press Win + X and select Windows Terminal (Admin) or Command Prompt (Admin). Click Yes if prompted by User Account Control.
  2. Run the Winsock reset command.
    Type the following command and press Enter:
    netsh winsock reset
  3. Wait for completion.
    You should see a message like "Winsock reset completed successfully" or similar. Do not close the terminal yet.
  4. Restart your PC.
    Close the terminal and restart your computer. Winsock resets take effect after a reboot.
  5. Test your connection.
    After restart, open Device Manager again and check if your network adapter now appears under Network adapters.
If the adapter reappears and is functional, your network stack was corrupted but is now repaired.
Microsoft uses netsh winsock reset to repair the Winsock catalog, which is the protocol layer that manages network communication. Corruption here can make adapters seem invisible even if the hardware and driver are fine.

More Network Adapter Missing Windows 11 Solutions

3

Simple Power Cycle Easy

  1. Shut down your PC normally.
    Use Start > Power and select Shut down. Do not use restart.
  2. Disconnect power.
    Unplug the power cable from the wall or PSU. If your device has a removable battery (some laptops), remove it as well.
  3. Discharge residual power.
    Hold the power button for 10-15 seconds. This clears any charge left in capacitors and resets embedded controller states.
  4. Reconnect and boot.
    Reconnect the power cable. Replace the battery if applicable. Press the power button to turn on the system.
  5. Check Device Manager.
    Once the system boots, open Device Manager and check if your network adapter now appears.
This fix is particularly effective after sudden power events, sleep/hibernate cycles, or crashes that left the hardware in an inconsistent state.
A full power cycle clears firmware and embedded controller states that can prevent hardware from enumerating properly during startup. Surprisingly effective for adapters that disappeared after unexpected shutdowns.
4

Windows Network Reset Medium

  1. Open Settings.
    Press Win + I to open Windows Settings.
  2. Navigate to Advanced network settings.
    Go to Network and Internet. Scroll down and click Advanced network settings.
  3. Find Network reset.
    Scroll down further until you see Network reset. Click it.
  4. 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.
  5. Wait for the restart.
    Windows will restart automatically. This can take 2-3 minutes.
  6. Test after restart.
    After the system reboots, open Device Manager and check if your network adapter has reappeared under Network adapters.
Network reset is Microsoft's recommended step when standard troubleshooting fails. It removes all traces of network configuration and starts fresh, which often resolves driver and stack issues simultaneously.
Network reset will remove saved Wi-Fi passwords and reset network settings to defaults. You'll need to re-enter Wi-Fi credentials and adjust any custom network settings afterward. Back up any critical network documentation beforehand.
This is more aggressive than a simple driver reinstall but much more effective when corruption runs deep. It tells Windows to forget everything about your network setup and install all network components from scratch.
5

Reinstall OEM Network Driver Medium

  1. Find your system model.
    On the affected PC, press Win + R and type msinfo32. 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.
  2. 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.
  3. Transfer to your PC.
    Plug the USB drive into your affected PC.
  4. 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).
  5. 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.
  6. Restart and verify.
    Restart your PC. Open Device Manager again and confirm the adapter now appears under Network adapters without warning icons.
OEM drivers are built specifically for your hardware and almost always work better than generic inbox drivers. This step has a high success rate when the problem is a missing or incompatible driver.
Do not download drivers from random third-party websites. Always use the official manufacturer support site to avoid malware or incompatible versions.
Why OEM drivers matter: Windows Update often ships generic network drivers that lack vendor-specific optimizations and power management. They can work, but not as well as the driver your manufacturer tested with your exact hardware. If your adapter disappeared after a Windows Update, the OEM driver often fixes it.
6

Check WLAN AutoConfig Service (Wi-Fi Only) Easy

  1. Open Services.
    Press Win + R and type services.msc. Press Enter.
  2. Locate WLAN AutoConfig.
    Scroll down in the Services list and find WLAN AutoConfig. It manages Wi-Fi connectivity.
  3. 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.
  4. 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.
  5. Close and restart.
    Click OK and close Services. Restart your PC.
  6. Check Device Manager.
    After restart, open Device Manager and see if your Wi-Fi adapter now appears.
WLAN AutoConfig being disabled prevents Wi-Fi from functioning. This fix is quick and often overlooked.
This is specific to Wi-Fi. If your Ethernet adapter is missing, this service will not help, but it is worth checking anyway if Wi-Fi is your connection type. The adapter hardware may still appear in Device Manager even if WLAN AutoConfig is stopped, but the device will not work.

Advanced Network Adapter Missing Windows 11 Fixes

7

Advanced TCP/IP and Winsock Stack Reset Advanced

  1. Open elevated terminal.
    Press Win + X and select Windows Terminal (Admin). Click Yes on the User Account Control prompt.
  2. Run Winsock reset.
    Type and press Enter:
    netsh winsock reset
  3. Run TCP/IP reset.
    Type and press Enter:
    netsh int ip reset
    This rewrites TCP/IP stack registry keys to defaults.
  4. 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.
  5. Flush DNS cache.
    Type and press Enter:
    ipconfig /flushdns
  6. Restart your PC.
    Close the terminal and restart your computer. These commands take effect after a reboot.
  7. Verify the adapter.
    After restart, open Device Manager and check if the adapter now appears.
This sequence of commands repairs serious TCP/IP and Winsock corruption that survived simpler resets. Microsoft recommends this when basic netsh winsock reset alone does not work.
Do not interrupt or restart during these commands. Let them complete fully. If you make a typo, the command will simply fail; it will not break anything.
Each command serves a specific purpose: netsh winsock reset fixes the protocol layer, netsh int ip reset rebuilds the TCP/IP configuration from registry defaults, ipconfig /release and /renew purge stale IP information and request fresh leases, and ipconfig /flushdns clears cached DNS entries. Together, they reset the entire network stack.
8

BIOS/UEFI Check and Firmware Update Advanced

  1. 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.
  2. 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.
  3. 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.
  4. Save and exit.
    After making changes, press F10 (or the Save/Exit key shown in the BIOS menu) to save and reboot.
  5. Check Device Manager.
    Once Windows boots, open Device Manager and see if your adapter now appears under Network adapters.
  6. 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.
Re-enabling an adapter in BIOS often fixes the problem immediately if the hardware was disabled at the firmware level. A BIOS update can resolve compatibility issues if the adapter is known to work but remains absent.
Do not make random changes in BIOS. Only change network-related settings. Do not attempt a BIOS update unless you are certain your device is fully charged (for laptops) or plugged in with a stable power supply. A power loss during BIOS update can permanently damage your system.
When an adapter is disabled in firmware, the operating system cannot see it at all, so no driver matters. BIOS/UEFI is checked before Windows even starts looking for hardware, so this is a common place for adapters to disappear silently. This also explains why your adapter might vanish after someone resets BIOS or installs a BIOS update.
9

Hardware Diagnostics and Physical Reseat Advanced

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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 reseating fixes the issue, you've solved a loose connection. If diagnostics report failure or reseating does not help, hardware replacement is your next step.
Opening your PC or laptop may void warranty. Proceed only if you are comfortable working with electronics and have read your device's safety manual. Take static precautions (ground yourself on a metal chassis before touching components). Take photos of cable routing before disconnecting anything so you can reconnect correctly.
Hardware failure accounts for only 10-15% of missing adapter cases, but when it happens, no software fix will help. OEM diagnostics are your best friend here. A loose card connection can mimic failure perfectly; reseating often wakes up a dead-looking adapter.

Preventing 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.

Frequently Asked Questions

Windows 11 updates can replace or remove drivers, and OEM network drivers are often required for proper function. The adapter hardware is likely still present but lacks a usable driver. Try reinstalling the OEM driver from your manufacturer's support site or use Windows Network reset to restore it.

Open Device Manager, click View in the menu bar, and select Show hidden devices. This reveals disabled or non-detected adapters. If you still do not see it, select Action and click Scan for hardware changes to force Windows to re-enumerate devices.

netsh winsock reset repairs the Winsock catalog (the network protocol layer), whilst netsh int ip reset rewrites the TCP/IP stack registry keys to defaults. Both are used together to fix serious network stack corruption that survives basic troubleshooting.

A disabled WLAN AutoConfig service will prevent Wi-Fi from working, but the adapter should still appear in Device Manager under Network adapters. Check services.msc and ensure WLAN AutoConfig is set to Automatic and Running. This is a quick fix but not the root cause of the adapter being missing.

Manual registry edits carry significant risk and can break all networking if done incorrectly. Microsoft recommends using netsh commands instead, which modify the registry safely behind the scenes. Always create a System Restore Point or backup the registry before attempting any manual changes.