Have you turned on your laptop, but the Wi-Fi icon on the taskbar is gone? Or is the network detected, but you can't connect? This problem is familiar to millions of users, according to statistics. Microsoft SupportOne in five people contact support specifically with complaints about lost Wi-Fi. Causes can range from software failures to physical failure of the adapter. In this article, we'll explore all possible scenarios—from a simple push-button shutdown to complex driver conflicts—and provide checklists for self-diagnosis.
It is important to understand that the troubleshooting algorithm depends on Does the system see the Wi-Fi adapter itself? or the problem is only with connecting to networks. For example, if in Device Manager If there's no mention of a network adapter, that's one solution. If you have an adapter but no networks are displayed, that's a completely different matter. We've structured this article so you can quickly find your specific situation and avoid wasting time on unnecessary steps.
1. Checking the physical condition of the adapter
Before digging into Windows settings, make sure the problem isn't hardware related. Modern laptops are often equipped with hardware Wi-Fi switches - it could be:
- 🔘 Keyboard shortcut (For example,
Fn + F2on Lenovo,Fn + F12on HP). There is usually an antenna drawn on the key. - 🔄 Side switch — found on models Dell XPS or Asus ZenBook.
- 🔌 Disconnected adapter cable - if the laptop has recently been disassembled or dropped.
Also check indicators on the body: on some models (eg, MSI Modern or Acer Swift) There's an LED that indicates the Wi-Fi status. If it's off or flashing red, this is a clear sign of a hardware problem. In this case:
⚠️ Attention: If the Wi-Fi indicator does not respond to rebooting and pressing keys, do not try to disassemble the laptop yourself - modern adapters M.2 2230 (For example, Intel AX201 or Qualcomm FastConnect 6800) are attached to the motherboard with fragile connectors. Contact a service center.
2. Diagnostics in Device Manager
If everything is physically in order, we move on to the software part. Open device Manager (Win + X → Device Manager) and check the section Network adaptersThere are three possible scenarios here:
| Symptom | Possible cause | Solution |
|---|---|---|
| Wi-Fi adapter is not listed | Disabled in BIOS, faulty, or no drivers installed | Check your BIOS and reinstall the driver manually. |
| There is an adapter, but it has an exclamation mark. | Driver conflict or error code 10/43 | Update/roll back the driver, check the error code |
| There is an adapter, but the networks are not visible. | Service failure WLAN AutoConfig or blocked by antivirus | Restart the service, check your firewall settings |
If the adapter isn't listed, first check if it's disabled in the BIOS. To do this:
- Restart your laptop and enter BIOS (
F2,DelorEsc— depends on the model). - Find the section
Advanced → WirelessorOnboard Devices. - Make sure the parameter
Wireless LANorWLANinstalled inEnabled.
Make sure the adapter is listed under Network Adapters.
Check for the absence of exclamation marks or crosses
Write down the exact model name of the adapter (for example, Realtek RTL8822CE)
Try updating the driver via the context menu-->
3. Reset network settings and Windows services
Wi-Fi often disappears after Windows updates or installing new software. In this case, resetting the network stack helps. Open Command prompt as administrator (Win + X → Terminal (Admin)) and execute the commands in order:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After this, restart your laptop. If the problem persists, check if the service is running correctly. WLAN AutoConfig:
- Click
Win + R, enterservices.msc. - Find a service WLAN AutoConfiguration.
- Make sure it is running and the startup type is
Automatically.
4. Driver conflicts and their solutions
Driver errors are the most common reason for Wi-Fi to disappear. The system may install incompatible version (especially after major Windows updates) or the driver simply crashes. Let's consider two scenarios:
Scenario 1: The adapter is in the Manager, but does not work.
In this case:
- Download the driver from official website of the laptop manufacturer (not from the site Intel or Realtek!). For example, for Lenovo ThinkPad T14 we take the driver from
support.lenovo.com. - Uninstall the current driver via
device Manager(right click →Remove device→ check markUninstall driver programs). - Install the downloaded driver and reboot.
Scenario 2: The adapter disappears after sleep/hibernation.
This problem is typical for laptops with adapters. Intel AX200/AX201 And Killer Wi-Fi 6 (installed in Dell Alienware, MSI Raider). It is solved by disabling power saving for the adapter:
- Open
device Manager→Network adapters→ properties of your Wi-Fi. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power.
How can I find out the exact model of my adapter if it is not detected?
If the adapter does not appear in Device Manager, but you are sure it is physically working, try:
1. Download the utility HWiNFO (portable version) and run it in mode Sensors-only.
2. In the section Network The chip model will be displayed (for example, Broadcom BCM4352).
3. Alternative: Look at the laptop model on the sticker at the bottom and find the specifications on the manufacturer's website.
5. Problems with antennas and cables
If all software methods have been tried and there is still no Wi-Fi, it is possible physical malfunctionModern laptops use two antennas (for standards 2.4 GHz And 5 GHz), which are connected to the adapter via thin coaxial cables. Signs of a hardware problem:
- 📶 Wi-Fi only detects networks at a distance of up to 1 meter from the router.
- 🔌 The Wi-Fi icon only appears when connected via cable (via USB-Ethernet adapter).
- 🔧 In
Device ManagerThe adapter appears and disappears when the case is moved.
Checking the cables yourself is only recommended for experienced users. If you're unsure, it's best to contact a service center. The average repair cost (antenna replacement or resoldering connectors) for laptops manufactured between 2020 and 2026 ranges from 1,500 to 3,500 rubles.
⚠️ Attention: On laptops with a metal case (for example, MacBook Pro or Huawei MateBook X Pro) The antennas are often glued to the display cover. Careless opening can damage the display cables.
6. Blocking by antivirus or VPN
Sometimes Wi-Fi "disappears" not physically, but at the software level. Antiviruses (Kaspersky, ESET NOD32) and VPN clients (NordVPN, ProtonVPN) may block network connections if:
- 🛡️ It works firewall (for example, if an attack is suspected
ARP-spoofing). - 🌍 The VPN redirects all traffic through its servers, but the connection is interrupted.
- 🔄 The antivirus is updating and temporarily blocking the adapter.
To check this version:
- Disable your antivirus for 10 minutes and try connecting to Wi-Fi.
- If you are using a VPN, remove it via
Settings → Applications. - Check your Windows Firewall settings (
Control Panel → Windows Defender Firewall).
7. Specific issues for Windows 11
Windows 11 introduces new network management mechanisms that sometimes conflict with older drivers. Common issues include:
- 🔄 Quick Connection (
Quick Connect) interferes with manual Wi-Fi configuration. - 🔒 WPA3 requirement - if the router only supports
WPA2, Windows 11 may not connect. - 📥 Automatic driver update through
Windows Updatebreaks compatibility.
Solutions:
- Turn it off
Fast connectionVSettings → Network and Internet → Wi-Fi. - Enable support in your router settings.
WPA2/WPA3 Mixed Mode. - Block automatic driver updates via
gpedit.msc(For Windows 11 Pro).
⚠️ Attention: A bug with adapters appeared in Windows 11 23H2. MediaTek MT7921 (installed in ASUS ROG Zephyrus, Acer Predator). After the update they are defined asUnknown DeviceThe solution is to roll back to the driver version3.00.01.1222.
FAQ: Frequently asked questions about lost Wi-Fi
Why is there Wi-Fi on my phone but not on my laptop?
This means the problem is with the laptop, not the router. Start by checking hardware switch And Device ManagerIf the adapter is detected but no networks are visible, try connecting to a different network (for example, using your phone's hotspot mode). If this doesn't work, the issue is with the drivers or Windows settings.
Wi-Fi disappears after waking up from sleep mode – what should I do?
This problem is related to adapter power management. Open device Manager → your Wi-Fi properties → tab Power management and uncheck the box Allow this device to be disabled...Also, update the driver to the latest version from the laptop manufacturer's website.
Is it possible to connect to Wi-Fi via a USB adapter if the built-in one is broken?
Yes, this is a temporary solution. Buy a USB adapter (for example, TP-Link TL-WN823N or ASUS USB-AC56) and connect it to your laptop. Windows will automatically install the drivers. Please note: USB 2.0 connection speeds are limited. 480 Mbps, therefore for Wi-Fi 6 It is better to use USB 3.0.
Should I reinstall Windows because of Wi-Fi problems?
Reinstalling Windows is a last resort. First, try:
- Reset network settings (
Settings → Network → Network reset). - Install the driver manually from the manufacturer's website.
- Check your laptop for viruses (Malwarebytes or Dr.Web CureIt!).
If nothing helps, reinstalling may help, but there's no guarantee that the problem won't return (for example, due to a faulty adapter).