Why Your Wi-Fi Adapter Is Crashing: A Complete Analysis of Causes and Fixes

Have you encountered a situation where your Wi-Fi adapter suddenly disappears from the list of devices, disappears from the Task Manager, or is no longer detected by the system after a reboot? This problem is familiar to many users, from laptop owners to PC builders with external USB adapters. In 80% of cases, the culprit is not hardware failure, but software glitches, driver conflicts, or incorrect power-saving settings. But how can you accurately determine why the adapter is crashing and bring it back to life?

In this article we will look at all possible reasons — from a simple BIOS disable to hidden viruses masquerading as network services. You'll learn how to diagnose the problem in 5 minutes, which Windows tools and third-party utilities can help restore the adapter's functionality, and when it's time to take the device to a service center. We'll pay special attention to Hidden power-saving settings in Windows 11 that automatically turn off Wi-Fi adapters when the battery is low—this feature was the cause of 30% of support calls in 2026.

Don't rush to buy a new adapter: in 95% of cases, you can "revive" it yourself. We'll start with simple checks and gradually move on to more complex diagnostic scenarios.

1. Hardware reasons: when the hardware is to blame

If the Wi-Fi adapter is physically missing from the system (It doesn't show up in Device Manager, even with an exclamation point), first check the hardware. Most often, the problem lies in three things:

  • 🔌 Bad contact If the adapter is external (USB), try reconnecting it to a different port. For integrated adapters (M.2 or miniPCIe), check that the antenna cable is not loose.
  • 🔋 Malnutrition — USB adapters often fail when connected to hubs without separate power supply or ports with low current (especially on laptops).
  • 🔥 Overheat - adapters with passive cooling (for example, TP-Link Archer T4U or ASUS USB-AC56) may switch off at temperatures above 70°C.

For built-in adapters in laptops (Intel AX200, Qualcomm Atheros QCA61x4) a typical problem - contact failure After a fall or vibration. If the adapter disappears when the laptop is moved, this is a sure sign of mechanical damage. In this case, the only solution is re-soldering or replacing the module.

📊 What type of Wi-Fi adapter do you have?
Built-in (in laptop/motherboard)
External USB adapter
M.2/PCIe card
Don't know
⚠️ Attention: If the adapter disappears after sleep/hibernation, but it comes back after a complete shutdown of the PC - the problem is incorrect UEFI initializationUpdate your motherboard BIOS (instructions below).

2. Driver conflicts: why the system doesn't see the adapter

The most common reason for the adapter to fail is driver failure or conflictThe system may identify the device as "unknown," show it with an exclamation mark, or not show it at all in Device Manager. Here are the key symptoms:

  • 🖥️ The adapter appears in the list, but with an error Code 10 ("The device cannot start").
  • 🔄 After updating Windows, the adapter stopped working.
  • 🔧 It appears in the device manager Microsoft Wi-Fi Direct Virtual Adapter instead of your device.

The first thing to do is uninstall the current driver and reinstall it. But not through "Update Driver" in Device Manager (this rarely helps), but manually:

  1. Open device Manager (Win + X → Device Manager).
  2. Find the section Network adapters, open it.
  3. Right click on your Wi-Fi adapter (for example, Intel(R) Wi-Fi 6 AX200) and select Remove device.
  4. Check the box Remove the driver software for this device (if any) and confirm.
  5. Restart your PC - Windows will try to install the driver automatically.

If the automatic installation does not work, download the driver from official website of the manufacturer (not with Windows Update!) For popular adapters:

Manufacturer Adapter model Link to drivers
Intel AX200, AX210, 9260 downloadcenter.intel.com
Qualcomm Atheros QCA61x4, QCA9377 support.lenovo.com (for laptops)
Realtek RTL8821CE, RTL8188EE realtek.com (Wireless section)
Broadcom BCM4352, BCM4360 support.apple.com (for MacBook)

3. Power Saving Settings: The Hidden Cause of Shutdowns

Windows is aggressive about saving energy, and often automatically turns off the Wi-Fi adapterto extend battery life. This feature even works on desktop PCs! You can check it like this:

  1. Open device Manager and find your Wi-Fi adapter.
  2. Right click → Properties → Power Management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

But that's not all. Windows 11 introduces hidden setting, which turns off the adapter when the battery is low (even if the checkbox above is unchecked). To disable it:

  1. Open Settings → System → Power & sleep.
  2. Click Additional power options (on the right).
  3. Select your current power plan → Setting up a power plan.
  4. Click Change advanced power settings.
  5. Find the section Wireless Network Adapter Settings → Power Saving Mode and install Maximum performance.

For laptops Lenovo, HP And Dell Also check your proprietary power management utilities (eg. Lenovo Vantage or HP Support Assistant) - they can override Windows settings.

What should I do if the power saving settings are unavailable?

If section Power management If this option is missing from the adapter properties, your driver doesn't support this feature. Update it to the latest version from the manufacturer's website.

4. Viruses and network attacks: when malware "steals" the adapter

Rare but accurate: some viruses and spyware block Wi-Fi adapters, to:

  • 🕵️‍♂️ Intercept traffic (for example, to steal passwords).
  • 🔄 Use your device in a botnet (DDoS attacks).
  • 🚫 Disable the Internet to prevent antivirus updates.

Signs of infection:

  • 🛡️ Antivirus issues warnings about suspicious activity svchost.exe or WLAN AutoConfig.
  • 🔌 The adapter disappears after connecting to a certain network (for example, in a cafe or hotel).
  • 📡 In the Windows Event Log (eventvwr.msc) errors with code appear 10000 from the source WLAN-SVC.

How to check and clean the system:

  1. Run the scan Malwarebytes or Kaspersky Virus Removal Tool (they find malware that Windows Defender misses).
  2. Check the list of network connections with the command:
    netstat -ano | findstr "ESTABLISHED"

    If you see suspicious IP addresses (for example, from China or Russia, if you are not connected to a VPN), this is a sign of a botnet.

  3. Reset network settings:
    netsh winsock reset
    

    netsh int ip reset

⚠️ Attention: If your adapter disappears after connecting to public networks (airports, shopping malls), never agree to "update drivers" through browser pop-ups—this is a classic way to spread viruses.

5. Conflicts with other network equipment

The Wi-Fi adapter may crash due to conflicts with:

  • 📡 Other network cards (for example, if you have both Wi-Fi and an Ethernet adapter, and the priority is set incorrectly).
  • 🔄 VPN clients (especially OpenVPN or WireGuard, which change routes).
  • 🖧 Virtual machines (VirtualBox or Hyper-V can "take" the adapter for themselves).

How to diagnose a conflict:

  1. Disconnect all network cables (Ethernet) and disable VPN.
  2. Launch Task Manager → Network Connections and see if the adapter appears after disconnecting other devices.
  3. If you are using virtual machines, check your network settings in VirtualBox (File → Settings → Networks) - the adapter could be bound to the VM.

For users Hyper-VThis platform creates a virtual switch that can "hijack" a physical adapter. To regain control:

  1. Open Hyper-V Manager (virtmgmt.msc).
  2. Go to Action → Virtual Switch Manager.
  3. Remove all virtual adapters and restart your PC.

Disconnect the Ethernet cable|

Close VPN clients (NordVPN, OpenVPN)|

Check virtual machine settings|

Reboot your router and PC-->

6. Router or provider malfunctions

Sometimes the problem is not in the adapter, but in router or provider settingsSymptoms:

  • 🔄 The adapter works, but the connection drops every 5-10 minutes.
  • 📶 Other devices (phone, tablet) also lose connection with the router.
  • 🔌 In the router logs (192.168.1.1 or 192.168.0.1) authentication errors appear.

What to do:

  1. Reboot your router (unplug it from the power outlet for 30 seconds).
  2. Change the Wi-Fi channel in the router settings (for example, from Auto on 6 or 11).
  3. Disable the feature WMM (Wi-Fi Multimedia) - it sometimes conflicts with adapters Realtek.
  4. Check if your ISP is blocking your device by MAC address (relevant for office networks).

If the adapter works on other networks, but it only crashes at home. The problem is definitely with the router. Update its firmware or reset it to factory settings (Reset button for 10 seconds).

⚠️ Attention: If you use mesh system (For example, TP-Link Deco or Google Nest Wi-Fi), the adapter may be disabled when roaming between nodes. Disable the function Fast Roaming (802.11r) in the mesh network settings.

7. Windows updates and network reset

After major Windows updates (for example, Windows 11 24H2) adapters often fail due to:

  • 🔄 Driver incompatibilities with the new kernel version.
  • 🔧 Reset network settings (Windows may "forget" IP settings).
  • 🛡️ Service blocking (For example, WLAN AutoConfig disabled after update).

To restore work:

  1. Check the service status WLAN AutoConfig:
    sc query Wlansvc

    If the status is not RUNNING, run it:

    net start Wlansvc
  2. Reset the TCP/IP stack:
    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

  3. If the adapter disappears after sleep/hibernation, disable it Quick Launch: Control Panel → Power Options → Choose what the power buttons do → Change unavailable settings → uncheck Enable fast startup.

For users Windows 11: if the adapter disappears after updating to 24H2, try rolling back to the previous version via Settings → System → Recovery → Go back to the previous version of WindowsThis is a temporary solution, but it will give you time to find a new driver.

8. When it's time to take the adapter to a service center

If you have tried all the methods, but the adapter still:

  • 🔌 Not determined on any system (check on another PC).
  • 🔥 Overheating and switches off after 5–10 minutes of operation.
  • Sparks or smells like burning (relevant for USB adapters).

…that's the problem hardware, and you can't do without repairs.

Cost of diagnostics and repairs:

Type of malfunction Cost of repairs (2026) Term
Resoldering contacts (laptop) 1 500–3 000 ₽ 1–2 days
Replacing the Wi-Fi module (laptop) 2 000–5 000 ₽ Day 1
USB port repair (overheating) 1 000–2 500 ₽ 2–3 hours
Replacing the chip (for PCIe adapters) 3 000–8 000 ₽ 3-5 days

For USB adapters (TP-Link, ASUS, D-Link) repairs are usually not practical - it's cheaper to buy a new one (from 800 ₽). But built-in modules in laptops (Intel, Broadcom) are repaired successfully.

⚠️ Attention: If the adapter "flies out" after the laptop is dropped or exposed to liquid, do not turn the device on again - this may cause a short circuit and damage the motherboard.

FAQ: Frequently asked questions about Wi-Fi adapter failures

The adapter disappears after waking up from sleep mode – what should I do?

This is a typical problem with power managementDisable the "Turn off device to save power" permission (see Section 3 for instructions). If that doesn't help, update your motherboard chipset driver (especially for laptops). Lenovo And HP).

The Wi-Fi adapter is detected but won't connect to networks. What's wrong?

Most likely a service failure WLAN AutoConfig or an IP address conflict. Run the commands:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

If this doesn't help, remove the adapter in Device Manager and restart your PC.

Is it possible to repair a USB Wi-Fi adapter yourself?

Only if the problem is contacts (clean with alcohol) or overheating (Add a heatsink). If a microcircuit or capacitor burns out, it's best to buy a new adapter. Self-repair of built-in modules in laptops is not recommended (risk of damaging the motherboard).

After updating the BIOS, the adapter stopped working. What should I do?

Revert to an older BIOS version or update the adapter driver. Some firmware (especially for motherboards) ASUS And Gigabyte) reset PCIe device settings. Check the BIOS section Advanced → Onboard Devices Configuration — the Wi-Fi adapter may be disabled at the UEFI level.

The adapter works, but the internet speed is very slow. Is this related?

No, that's a separate issue. Reasons for low speed:

  • 📶 Overloaded Wi-Fi channel (change the channel in the router to 5 GHz or select a free channel in 2.4 GHz).
  • 🔄 Outdated router firmware (update it).
  • 🛡️ Restriction from the provider (check your tariff).