When your computer suddenly stops detecting available Wi-Fi networks, it can catch you off guard at the most inopportune moment. You turn on your laptop or PC, are in a strong reception area, but the list of available connections is empty. Often, the problem isn't a hardware issue, but a software glitch or misconfigured system settings, which are easy to fix yourself.
In most cases, the Windows or macOS operating system simply cannot correctly query wireless adapterThis can happen after a driver update, a power outage, or even a simple router reboot. Don't panic: the steps to restore the connection are fairly straightforward and don't require extensive programming knowledge.
In this article, we'll examine the main reasons why a device isn't detecting wireless networks and offer step-by-step troubleshooting instructions. We'll cover both software solutions via Device Manager and physical hardware diagnostics.
Diagnostics of the adapter hardware status
The first step is to ensure the problem isn't physical. If your device has a mechanical wireless switch, it may have accidentally been moved to the "Off" position. On many modern laptops, the Wi-Fi function is duplicated by a key combination, such as Fn + F2 or Fn + F12, where the button depicts an airplane or an antenna.
Check the indicators on the device body. If the LED responsible for wireless communication is not lit or is red, then the module is software-disabled. If using an external USB adapter, try connecting it to a different port, preferably USB 2.0, as some older models may not work correctly with 3.0 ports.
- 🔍 Check for a physical switch on the end of the laptop.
- 🔌 Try changing the USB port for the external signal receiver.
- 🔋 Make sure that the built-in memory is not disabled in the BIOS Wireless LAN Controller.
It's also worth checking your computer's BIOS/UEFI settings. Sometimes, after a reset or BIOS update, the Wi-Fi module may be disabled at the firmware level. Find the section related to peripherals or network controllers and make sure the status is Wireless set to value Enabled.
Checking drivers and device manager
The most common reason a computer can't detect Wi-Fi is incorrectly functioning drivers. Windows may update automatically, installing a generic driver that conflicts with your specific hardware. To check, open device Managerby right-clicking on the Start menu and selecting the appropriate item.
In the list of devices, find the "Network Adapters" section. If you see your device with a yellow exclamation point or a downward-facing arrow, it means the driver is malfunctioning or the device is disabled. In the former case, you need to remove the device and restart your computer to allow the system to attempt to install the driver again.
⚠️ Warning: Before uninstalling the driver, make sure you have internet access via an Ethernet cable or the ability to download the driver from another device, as Wi-Fi may stop working completely after uninstalling.
If standard methods don't help, try manually updating the driver through the motherboard or laptop manufacturer's website. Search for the exact model name listed in the specifications, not the markings on the box. Manufacturers often release patches for specific versions. network chips, which are not included in automatic Windows updates.
☑️ Checking drivers
Windows Services and Settings Settings
In the Windows operating system, a special service is responsible for detecting and connecting to wireless networks. If this service is stopped or its startup type is changed, the computer will physically be unable to scan the airwaves. To check this, click Win + R and enter the command services.msc.
In the list that opens, find the "WLAN AutoConfig" service. Make sure its status is "Running" and the startup type is set to "Automatic." If the service is stopped, click "Start." This often immediately returns missing networks to the list of available networks.
Another possible cause is a malfunctioning TCP/IP stack. You can reset it using the command line. Launch Terminal as administrator and enter the following command to reset network settings:
netsh winsock reset
After running the command, be sure to restart your computer. It's also worth checking that Airplane Mode isn't enabled. While it may seem obvious, this mode can sometimes get stuck in software, blocking all wireless interfaces even if the physical button is disabled.
- ✈️ Check the notification center to see if Airplane mode is active.
- ⚙️ Make sure the service WLAN AutoConfig launched.
- 🔄 Reset network settings via command line if necessary.
Problems on the router and communication channel side
Sometimes the problem isn't with your computer, but with your access point configuration. Your router may be broadcasting on a band your computer doesn't support, or it may be using a channel that's occupied by interference. For example, if your router is configured to only support the 5 GHz band, but your adapter only supports 2.4 GHz, your computer simply won't see the network.
It's also worth paying attention to security and encryption standards. If the router is configured to use an outdated protocol WEP or, conversely, the newest WPA3, and your computer's network card doesn't support them, the connection won't be established. Try temporarily changing the encryption type in your router settings to WPA2-PSK for verification.
| Parameter | Recommended value | Possible problem |
|---|---|---|
| Frequency range | 2.4 GHz / 5 GHz (Mixed) | Incompatibility of adapter and router frequencies |
| Wi-Fi channel | 1, 6, 11 (for 2.4 GHz) | Noisy airwaves from neighbors |
| Channel width | 20 MHz (for 2.4 GHz) | Unstable signal at 40 MHz |
| Hiding the SSID | Disabled | The network is hidden and does not appear in the list. |
Don't forget about hidden networks. If the "Hide SSID" feature is enabled in your router settings, the network won't appear in the general list. You'll have to add it manually, knowing the exact name and encryption type.
What is a hidden SSID?
A hidden SSID (Service Set Identifier) is a wireless network name that isn't broadcast by the router. Computers won't see this network in the list of available connections. To connect, you must manually create a new connection profile and enter the exact network name and password. This is considered a weak security measure, as professional sniffers can easily detect such networks.
Impact of energy saving and regional settings
Windows power management systems often aggressively cut off power to USB ports or internal Wi-Fi modules to conserve battery life. This can cause the computer to stop detecting networks after waking from sleep mode. To fix this, uncheck "Allow the computer to turn off this device to save power" in the network adapter properties (Power Management tab).
Another important aspect is regional settings. Wi-Fi adapters are strictly bound to the region they are used in due to differences in frequency regulations. If you change your country of residence or update your Windows region, the adapter may no longer see channels that are allowed in the new region but blocked in the old one, or vice versa.
Check your region settings in your wireless network control panel. Sometimes resetting your router's regional settings to "United States" or "Russia" can help, allowing access to more channels. However, be careful: using the wrong region may violate local radio spectrum laws.
⚠️ Warning: Changing your router's regional settings may result in the use of frequencies prohibited in your country, which could potentially cause interference to other services or lead to fines from the communications regulator.
If you're using a laptop, also check your power plan settings. "Power Saver" mode may artificially reduce Wi-Fi performance, reducing range and network stability. Switch to the "High Performance" plan to troubleshoot.
Using the Command Prompt to Reset the Network
When the graphical interface fails, powerful command line tools come to the rescue. Reset network settings via netsh Allows you to clear the profile cache and reset the TCP/IP stack configuration. This is especially useful if your computer sees other networks but ignores your home network.
Open Command Prompt as administrator. Enter the following command to view saved profiles: netsh wlan show profilesIf you see a lot of old networks there that you haven't used for a long time, it's worth deleting them. This can be done with the command netsh wlan delete profile name="Network_Name".
To completely reset all network settings in Windows 10 and 11, there is a built-in function. Go to Settings → Network & Internet → Advanced network settings → Network resetThis operation will remove all known networks, reset adapters, and restart the computer.
- 🗑️ Delete old network profiles via
netsh. - 🔄 Use the "Network reset" feature in Windows settings.
- 📉 Reset the TCP/IP stack with the command
netsh int ip reset.
Hardware conflicts and hardware replacement
If software solutions fail, it's possible there's a hardware conflict or a faulty module. Internal Wi-Fi cards, especially those connected via an interface, Mini PCIe or M.2, may oxidize or become detached from the contacts. In desktop PCs, USB adapters can overheat when used for long periods.
Try connecting a known-good external adapter. If networks work with it, the problem lies with the computer's native module. In laptops, carefully removing the Wi-Fi module, cleaning the contacts with an eraser, and reinstalling it can sometimes help. However, this requires disassembly skills.
It's also worth checking the antenna wires inside the laptop. They often become disconnected when dropped or reassembled carelessly. If the antenna is disconnected from the module, the computer can only see networks in the immediate vicinity of the router (within a meter), but no further.
Specifics of operation in the 5 GHz range
Modern routers often operate in two bands simultaneously. If your computer is older (manufactured before 2013-2014), it may not support the standard. 802.11ac or 5 GHzIn this case, he will not physically see the network if the router is configured to operate only in this range.
The solution is to separate the network names (SSIDs) for the 2.4 GHz and 5 GHz frequencies in your router settings. Name them, for example, "Home_WiFi_2.4" and "Home_WiFi_5." This way, you'll know exactly which frequency you're trying to connect to, and older devices will only see the compatible network.
Furthermore, the 5 GHz band has wider channels, making it less likely to overlap with neighboring networks, but signal penetration is weaker. If your computer is located far from the router or behind thick walls, it may not see the 5 GHz network, even though it has excellent 2.4 GHz coverage.
Why did Wi-Fi disappear after a Windows update?
Windows updates often contain new driver versions that may conflict with existing hardware. The system may replace the manufacturer's driver with a generic one that doesn't correctly manage your specific module. Solution: Roll back the driver in Device Manager or uninstall the update.
The computer sees the network, but doesn’t connect – what’s wrong?
This isn't a detection issue, but rather an authorization or IP address issue. Check the password, make sure MAC address filtering isn't enabled in the router, and try setting a static IP address in the adapter settings.
Can antivirus block network search?
Yes, some Network Protection or Firewall features in third-party antivirus programs may block network detection services. Try temporarily disabling your antivirus to check.
What should I do if even a factory reset doesn't help?
If a full system reset and reinstalling the drivers from the manufacturer's website don't help, there's a high probability that the Wi-Fi module is physically faulty. In this case, the cheapest and fastest solution is to purchase an external USB Wi-Fi adapter.