Many users are familiar with the situation when their computer suddenly stops detecting available wireless networks. You turn on your laptop or system unit with a USB adapter, check the list of connections, and find nothing there, or a red cross appears instead of the usual access points. This can be annoying, especially if you urgently need to connect to the internet and don't have a wired connection available. The problem could be due to a software glitch in the operating system or a hardware malfunction in the communication module itself.
The first thing to do is not panic and run a basic diagnostic. Often, the solution lies in simply switching the network adapter mode or updating the router configuration. However, in more complex cases, a thorough scan of Windows services, driver analysis, and even tinkering with registry settings will be required. In this article, we'll take a detailed look at all the possible reasons why the Wi-Fi signal on your monitor disappears.
Hardware reasons and physical connection
When troubleshooting, always begin by inspecting the physical condition of the hardware. If your PC has an integrated module, ensure the antennas (if external) are securely attached to the system case. For USB adapters, it's crucial to check the connection port: try moving the device to a different port, preferably located on the back of the motherboard, to rule out a power shortage or poor connection.
Sometimes the problem is hidden and related to power saving. The operating system may automatically shut down the device to save power, after which it is unable to reactivate it correctly. It's also worth checking whether the hardware Wi-Fi switch on the laptop case or a key combination (e.g., Fn + F2), which blocks the operation of the wireless module at the BIOS level.
- 🔌 Check the antenna connections and the integrity of the adapter's USB cable.
- 🔋 Disable power saving mode for USB ports in Device Manager.
- 🔘 Make sure the physical wireless switch is in the "On" position.
⚠️ Attention: If the USB adapter gets very hot during operation, this may indicate that it is about to fail or that the motherboard power controller is overloaded.
Problems with network adapter drivers
The most common software reason why Windows doesn't see Wi-Fi, is incorrect driver operation. A driver is the intermediary between the operating system and the hardware. If the file is damaged, deleted, or simply outdated after a major system update, the adapter may appear in Device Manager with a yellow exclamation point or disappear from the hardware list altogether.
To solve the problem, you need to open the device manager by pressing the combination Win + X and selecting the appropriate item. Find the "Network adapters" section and check the status of your wireless device. If next to the model name, for example, Realtek RTL8822BE or Intel Dual Band WirelessIf there's an error, try uninstalling the device and then rebooting. The system will automatically attempt to reinstall the default driver upon startup.
In some cases, automatic installation doesn't help, requiring manual download of the latest version from the manufacturer's website. It's important to download the driver specifically for your motherboard or adapter model, as generic solutions often perform poorly. After installing the new version, be sure to perform a full reboot of your computer.
☑️ What to do if a driver crashes
Windows Network Services Settings
The operating system manages connections through special background processes called services. If the "WLAN AutoConfig" service is stopped or its startup type is changed to "Disabled," the computer will be physically unable to scan the air for access points. This is a common occurrence after optimizing the system with third-party cleaners that disable unnecessary processes.
To check the service status, click Win + R, enter the command services.msc and press Enter. In the list that opens, find "WLAN AutoConfig Service." Double-clicking it will open its properties. The "Startup type" field should be set to "Automatic" and the service status should be "Running." If not, change the settings and click "Start."
Another important element is the TCP/IP network stack. Resetting it can help in situations where the adapter appears to be working but there's no network connection. To do this, use the command prompt, running as administrator. Entering commands requires care, as one extra letter can cause a script execution error.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
The influence of the frequency range and channel of the router
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older network cards or budget USB adapters may simply not support the 5 GHz frequency. If your router is configured to operate only in this band or has the same name (SSID) for both frequencies, an older PC may not be able to see the network because it physically cannot detect the signal in this frequency.
The selected broadcast channel also matters. In some regions, the standard channel set is limited, and if the router is configured for a channel not supported by your PC's network card driver (for example, channels 12-13 in some US configurations), the network will be hidden. The solution is to manually select channels 1-11 in the router settings via the web interface.
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Compatibility | High (all devices) | Requires 802.11ac/ax support |
| Range | High | Average (not as good at penetrating walls) |
| Speed | Up to 300-450 Mbps | From 433 Mbps to several Gbps |
| Workload | High (a lot of interference) | Low |
⚠️ Note: Router settings interfaces are constantly being updated. The layout of menu items may differ from those described, so please consult the official documentation for your model.
How to separate network names?
Go to your router's wireless settings. Find the "Smart Connect" or "Combine 2.4 and 5 GHz" option and disable it. Then, set unique names (SSIDs) for each band, for example, MyWiFi_24 and MyWiFi_5.
Hidden SSID and Security Settings
Sometimes users or network administrators intentionally hide the network name (SSID) for security reasons. In this case, the router doesn't broadcast packets with the network name, and it doesn't appear in the general list of available connections. The computer sees the signal but can't identify its name.
To connect to such a network, you need to create a new connection manually. In Windows, this is done through the Network and Sharing Center or Wi-Fi settings, where you must accurately enter the network name and select the security type (usually WPA2-Personal). Any error in the name or encryption type will result in connection failure.
It's also worth paying attention to security standards. If your router is set to "WPA3 Only" and your PC's network card is fairly old and only supports WPA2, the computer may ignore the network. In such cases, it's recommended to configure mixed mode or temporarily lower security requirements to test the connection.
- 📡 Hidden networks require manual entry of the exact name (SSID).
- 🔐 Incompatibility of encryption protocols (WPA2/WPA3) is blocking the connection.
- 🏷️ The case of letters matters when entering the hidden network name.
IP and DNS conflicts
Even if the computer sees the network and attempts to connect, the process may fail when obtaining an IP address. This often occurs if there's an address conflict on the local network (two devices with the same IP address) or the DHCP server on the router is frozen. As a result, the computer assigns itself an address in the 169.254.xx range, meaning it can't connect to the router.
To resolve this issue, you can try manually entering a static IP address. Go to the IPv4 protocol properties in the adapter settings and enter the address, for example, 192.168.1.150 (if the router address is 192.168.1.1), mask 255.255.255.0 and gateway. It is also useful to specify public DNS servers, for example, from Google (8.8.8.8) to avoid problems with resolving names.
If you are unsure of the settings, it is better to use automatic address acquisition, after performing a full reset of the router settings to factory defaults.
FAQ: Frequently Asked Questions
Why can my phone see Wi-Fi but my computer can't?
The problem most likely lies with the PC's network card drivers or hardware incompatibility with the router's current standard (for example, the router only operates at 5 GHz, while the PC card only supports 2.4 GHz). It's also possible that the WLAN service is disabled on the PC.
Can antivirus block network search?
Yes, some antivirus protection features (such as "Public Network Protection") can block detection of new devices or hidden networks. Try temporarily disabling your antivirus's firewall to test.
What should I do if the Wi-Fi icon is missing?
If the icon has disappeared completely, check the Device Manager. If the adapter is listed but there's an error, reinstall the driver. If the adapter isn't there at all, it may be faulty or disabled in the BIOS.
Will replacing the USB port help?
Yes, especially if you're using a USB 3.0 adapter in a USB 2.0 port (or vice versa) or if the port is damaged. Also, some adapters don't work well through USB hubs; connect them directly to the motherboard.