You turned on your laptop or PC with a Wi-Fi adapter, but the list of available networks is empty. Or, instead of the usual router name, you see the text "No connections available"The situation is familiar to many users. Windows 10, and there could be dozens of reasons for it, from a simple adapter disconnect to serious system failures. In this article, we'll cover all possible scenarios, from simple to complex, with step-by-step instructions and screenshots.
It is important to understand that the problem may lie in software part (drivers, Windows settings, software conflicts), and in hardware (failed adapter, faulty router). We'll start with the quickest checks and gradually move on to a more in-depth diagnosis. If your computer previously connected to this network but now "can't see" it, a system update or a network service failure is likely to blame. If the problem arose after reinstalling Windows or replacing hardware, be prepared to work with drivers.
Before you begin making corrections, answer two questions:
- 🔹 Does it see other devices? (Smartphone, tablet) connect to this Wi-Fi network? If not, the problem is with the router, not the computer.
- 🔹 Is there a taskbar? Is there a Wi-Fi icon (even with a red cross)? If there's no icon at all, the adapter is disabled or not recognized by the system.
1. Basic checks: router, adapter, and physical connections
Start with the obvious—sometimes a problem can be solved in 30 seconds. The first thing you need to do is: reboot the router and computerUnplug the router for 10-15 seconds, then plug it back in. Wait until it fully boots up (the indicators on the router should be steady, not blinking). If the network reappears after this, the problem was a temporary hardware failure.
If rebooting doesn't help, check:
- 🔌 Router power supply: the cable must be firmly inserted into the connector
DC-INorPowerOn some models (for example, TP-Link Archer C6) the power indicator flashes when the voltage is unstable. - 📡 Wi-Fi button on the router: Many devices have a physical wireless network enable button on the body (often labeled
Wi-FiorWLAN). Press it once. - 🖥️ Hardware Wi-Fi switch on a laptop: on some models (Lenovo ThinkPad, HP Pavilion) there is a separate switch or key combination (for example,
Fn + F2).
If you use USB or PCI-e Wi-Fi adapter (For example, TP-Link TL-WN823N or ASUS PCE-AC55BT), remove it and reconnect it. For PCI-e adapters, also check that it is seated firmly in the motherboard slot—sometimes the contacts oxidize, causing the connection to fail.
⚠️ AttentionIf you recently updated your router's firmware, reset it to factory settings, or changed the region in the settings, Wi-Fi may have been disabled due to a change in the broadcast standard. For example, if the router now only operates within the range5 GHz, and your adapter only supports2.4 GHz.
☑️ What to check first
2. Checking the status of your Wi-Fi adapter in Windows 10
If basic manipulations don't help, we move on to system diagnostics. The first thing to do is make sure that The Wi-Fi adapter is enabled and recognized by Windows.To do this:
- Click
Win + Xand select "Device Manager". - Expand the section Network Adapters.
- Look for devices with names like
Wireless,Wi-Fi,802.11acor model number (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).
If the following light is lit next to the adapter name: yellow exclamation mark — this indicates a driver issue. If the adapter isn't present at all, it's disabled or faulty. To enable it:
- Right-click on the adapter → "Activate device" (if the option is active).
- If the adapter is displayed as
Unknown device— drivers need to be reinstalled (more on this below).
Also check the adapter status via Network Settings:
- Click
Win + I→ Network and Internet → "State". - Scroll down and click Adapter Settings.
- Find
Wireless network→ right click → "Turn on" (if the option is available).
⚠️ Attention: On some laptops (especially Dell Latitude or HP EliteBook) The Wi-Fi adapter may be blocked by corporate policies via the BIOS. If the adapter doesn't appear in Device Manager at all, enter the BIOS (pressF2/Delwhen loading) and check the settingsWireless LAN SupportorWi-Fi Radio Control.
3. Update or reinstall Wi-Fi drivers
In 70% of cases, the problem with the lack of Wi-Fi in Windows 10 is related to driversThey could have crashed after a system update, conflicted with other software, or simply become outdated. Let's look at three possible solutions:
Method 1: Automatic update via Device Manager
- Open device Manager (
Win + X). - Expand Network Adapters, find your Wi-Fi adapter → right click → Update Driver.
- Select Automatic search and wait for it to complete.
Method 2: Manual installation from the manufacturer's website
If the automatic update doesn't help, download the driver manually:
- Determine the adapter model (in the Device Manager or via the command
wmic nic get name, manufacturerVcmd). - Go to the manufacturer's website:
- 🔹 For Intel: support page (use Intel Driver & Support Assistant).
- 🔹 For Qualcomm Atheros or Broadcom: look for the driver on the laptop manufacturer's website (Lenovo, HP etc.).
- 🔹 For Realtek: official website (chapter
Downloads).
Method 3: Roll back the driver
If the problem appeared after a Windows update, try rolling back the driver:
- In Device Manager, right-click on the adapter → "Properties" → tab "Driver".
- Click Rollback (if the button is active).
- Restart your computer.
| Adapter manufacturer | Common problems | Recommendations |
|---|---|---|
| Intel (AX200, 9260, 8265) | Bluetooth driver conflicts, network connections disappearing after sleep | Install the driver from the Intel website, disable Bluetooth Collaboration in the adapter settings |
| Realtek (RTL8821CE, RTL8188EE) | Low speed, connection drops, doesn't see 5 GHz | Download the driver ONLY from the laptop manufacturer's website; do not use versions from Microsoft Update. |
| Qualcomm Atheros (QCA9377, QCA61x4) | Doesn't work after Windows update, error 10 in the Dispatcher |
Try the driver from Lenovo (even if you have a different laptop) or roll back to version 12.0.0.277 |
4. Reset network settings and Windows services
If the driver is OK but Wi-Fi is still not visible, the problem may be network services or Windows settings. Let's start with the most radical, yet effective method— reset network stack.
Reset via Windows Settings
- Open Parameters (
Win + I) → Network and Internet → "State". - Scroll down and click Network Reset.
- Confirm the action and restart your computer.
This option removes all network adapters, resets TCP/IP settings, and returns firewall settings to factory defaults. After the reset, you will have to re-enter passwords for Wi-Fi networks.
Manual reset via command line
If resetting via the interface does not help, run the commands manually:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After each command, press EnterThen restart your PC.
Checking network services
Several Windows services are responsible for Wi-Fi operation. Make sure they are running:
- Click
Win + R, enterservices.mscand pressEnter. - Find the following services and check their status:
- 🔹 WLAN Automatic Configuration Service (
WLAN AutoConfig) - should beIn progress. - 🔹 Network connections (
Network Connections) — launch typeAutomatically. - 🔹 Network location (
Network Location Awareness) - must be launched.
- 🔹 WLAN Automatic Configuration Service (
⚠️ Attention: If the serviceWLAN AutoConfigIt doesn't start and gives an error.1079, this means the service's accounting rights have been lost. To fix this:
- Right-click on the service → "Properties" → tab Login.
- Select "Account: Local System".
- Click Apply and restart the service.
5. Configure power and sleep settings
Windows 10 aggressively optimizes power consumption, and sometimes this leads to disabling the Wi-Fi adapter in sleep mode or when the battery is low. To fix:
- Open device Manager → Network Adapters → Right-click on your Wi-Fi adapter → "Properties".
- Go to the tab Power Management.
- Uncheck the box Allow the computer to turn off this device to save power.
- Click "OK" and restart your computer.
Also check power plan:
- Open Parameters → "System" → Nutrition and Sleep.
- Click Additional power options (on the right).
- Select an active plan (usually
Balanced) → Change advanced power settings. - Find the section Wireless Network Adapter Settings → Power Saving Mode and install
Maximum performance.
If you are using a laptop, please pay attention to manufacturer settingsFor example, in utilities Lenovo Vantage or HP Support Assistant There are separate Wi-Fi control options that can block the adapter when switching to battery power.
What should I do if Wi-Fi disappears after waking up from sleep?
If the adapter turns off after sleep, try disabling Windows "fast startup":
- Open Control Panel → Power supply → Power button actions.
- Click Changing settings that are currently unavailable.
- Uncheck the box Enable fast startup.
- Save the changes and restart your PC.
This setting often conflicts with Wi-Fi adapter drivers.
6. Checking the Wi-Fi range and compatibility of standards
Modern routers broadcast in two ranges: 2.4 GHz And 5 GHzIf your computer can't see the network, it might just be does not support the range in which the router operates. For example:
- 🔹 Old adapters (before 2015) often only work on
2.4 GHz. - 🔹 Some budget laptops (Acer Aspire E15, ASUS X540) do not support
5 GHz. - 🔹 Adapters Realtek RTL8188EE may not see networks with channel width
80 MHz. - Connect your computer to the router via cable (or use another device).
- Open your browser and enter the router's IP address (usually
192.168.0.1or192.168.1.1). - Log in (default logins:
admin/adminor see the router sticker). - Find the section Wi-Fi (or Wireless) and check:
- 🔹 Is the mode enabled?
2.4 GHz(if yes, try disabling it5 GHztemporarily). - 🔹 Is compatibility mode set?
802.11b/g/n(and not only802.11ac). - 🔹 Channel width: for
2.4 GHzselect20 MHz(universal option).
- 🔹 Is the mode enabled?
- Save the settings and reboot the router.
To check and change your router settings:
If you are not sure what range your adapter supports, check its specifications on the manufacturer's website or in Device Manager (tab "Additionally" → parameter Band or Wireless Mode).
⚠️ Attention: Router settings may vary depending on the model and firmware. If you don't find the specified parameters, please refer to the user manual or manufacturer's support. Some routers (e.g., Keenetic) hide advanced settings behind an option Advanced settings.
7. Diagnosing software conflicts
Sometimes Wi-Fi drops out due to conflicts with software, especially if you have recently installed:
- 🔹 Antiviruses (Kaspersky, Avast, ESET - they can block network connections).
- 🔹 VPN clients (OpenVPN, NordVPN, ProtonVPN).
- 🔹 Network management software (NetCut, Wireshark, NetBalancer).
- 🔹 Laptop manufacturer utilities (Dell QuickSet, HP Connection Manager).
To identify the culprit:
- Boot Windows into Safe Mode with Networking:
- Click
Win + R→ entermsconfig→ "Loading" → check the box Safe Mode → "Net". - Restart your PC.
- Click
Pay special attention antiviruses. For example, Kaspersky Internet Security has a module Firewall, which may be blocking network discovery. To check:
- Open your antivirus → "Settings" → "Protection" → Firewall.
- Temporarily disable protection or add an exception for the Wi-Fi adapter.
- 🔹 Disable the VPN client and restart the service
WLAN AutoConfig(throughservices.msc). - 🔹 Remove virtual network adapters (they appear as
TAP-Windows AdapterorVirtualBox Host-Only Network). - 🔹 The adapter does not appear in Device Manager even after reinstalling the drivers.
- 🔹 In Adapter Parameters There is no wireless connection at all.
- 🔹 Wi-Fi works stably on other devices.
- 🔹 The adapter periodically disappears and appears again in the Task Manager.
- For laptops:
- 🔧 If the adapter is built-in, contact a service center for diagnostics (the cable may have come loose or the module may have burned out).
- 🔄 Try connecting USB Wi-Fi adapter (For example, TP-Link TL-WN725N) - if it works, the problem is in the main adapter.
- For PC:
- 🔧 If you are using a PCI-e adapter, check it in a different slot on the motherboard.
- 🔌 Try connecting the adapter to another computer. If it doesn't work there either, the device is faulty.
If the conflict is caused by a VPN, try:
8. Hardware faults and alternative solutions
If none of the methods helped, the problem may be hardwareHere are the signs of a faulty Wi-Fi adapter:
What to do in this case:
If the adapter is working properly, but Windows stubbornly does not see it, the reason may be damage to system files. Perform a check:
sfc /scannow
dism /online /cleanup-image /restorehealth
These commands will restore the integrity of your system files. After running them, restart your computer.
As a last resort, you can try roll back Windows to a restore point (if any):
- Click
Win + R→ enterrstrui→Enter. - Select a restore point to a date when Wi-Fi was still working.
- Follow the wizard's instructions.
- 🔹 Hidden network (SSID): If the router does not broadcast the network name, connect manually via Parameters → Network and Internet → «Wi-Fi» → Hidden Network.
- 🔹 MAC address filtering: Check your router settings to see if your computer's MAC address is blocked.
- 🔹 Incompatible standard: if the router only works in mode
802.11ac(5 GHz), and your adapter only supports802.11n(2.4 GHz). - Open device Manager → adapter properties → tab "Additionally".
- Find the parameters
Wireless Mode,802.11n/ac Wireless ModeorBandand set the values:- 🔹
Wireless Mode:802.11b/g/n(universal option). - 🔹
Roaming Aggressiveness:3. Lowest. - 🔹
Transmit Power:Highest.
- 🔹
⚠️ AttentionIf you suspect a router issue (for example, it's overheating, rebooting spontaneously, or not assigning an IP address), try connecting your computer to a different network (for example, using your smartphone in hotspot mode). If the Wi-Fi works, the problem is with the router, and it needs to be repaired or replaced.
FAQ: Frequently asked questions about Wi-Fi issues in Windows 10
Why doesn't Windows 10 detect Wi-Fi after updating?
Windows updates often reset drivers or change power saving settings. The first thing you should do is roll back the adapter driver (via Device Manager) or install it manually from the manufacturer's website. Also, check if the service is disabled. WLAN AutoConfig.
If the problem appeared after a major update (for example, to version 22H2), try revert to the previous build through Parameters → Update and Security → "Recovery" → "Return to the previous version of Windows".
The computer only doesn't see one Wi-Fi network, but it can see the others. What's wrong?
This may be due to:
Also try forget the network in Windows settings and reconnect.
The Wi-Fi adapter is listed in Device Manager, but it can't find the network. What should I do?
Most likely, the problem lies with the adapter settings or a driver conflict. Try: