It often takes you by surprise when your computer stops detecting your wireless network or even your Wi-Fi adapter. You may notice that the network connection icon has disappeared from the system tray, or the list of available networks is empty, even though the router is working properly. This is a common problem that can be caused by a software glitch, incorrect operating system settings, or physical hardware damage.
Before panicking and taking your system unit to a service center, it's worth running a basic diagnostic. In most cases, the problem lies in the drivers or accidental module disconnection. Modern operating systems, such as Windows 10 and 11, have powerful self-diagnostic tools, but sometimes they require manual user intervention to ensure proper operation of network interfaces.
In this article, we'll examine all possible causes, from simple to complex, and provide a step-by-step solution. You'll learn how to check your hardware status through Device Manager, manage Windows services, and even access BIOS settings if necessary. The key is to proceed consistently, eliminating potential issues one by one.
Primary visual diagnostics and physical connection
The very first step, often overlooked, is checking the physical condition of the hardware. If you're using a desktop computer with an external USB adapter, make sure it's firmly seated in the port. Sometimes, oxidized contacts or poor contact in the USB port can cause the system to stop detecting the device. Try switching the antenna to a different port, preferably located directly on the motherboard at the rear of the case.
For laptops, the situation may be different. On the case of many models Lenovo, HP, or ASUS There's a physical switch or key combination (usually Fn + the key with the antenna icon) that disables the wireless module hardware-wide. Once this mode is activated, no software settings will help until you re-enable the module. This is often visually indicated by a lit or absent indicator light on the module's case.
If you're using an internal PCIe adapter with an external antenna, check that it's securely screwed in. Operating without an antenna or with a loose connector can result in the adapter working erratically or not being detected at all. In some cases, a poor connection with the antenna cable inside the laptop case can also cause signal loss or the device to disappear from the list.
⚠️ Caution: If you decide to open your laptop or PC case to check the internal connections, be sure to completely power off the device and remove the battery (if possible). Static electricity can damage the motherboard.
Checking the adapter status in Device Manager
If the physical connection is OK, the next step is software diagnostics. The Windows operating system stores information about all connected components in a special section. To access it, right-click the Start button and select device ManagerIn the window that opens, we are interested in the "Network adapters" section.
Expand this list and look for a device that has the words in its name Wireless, Wi-Fi, 802.11 or a brand name, for example, Intel, Realtek, TP-Link. If a device is found but has a yellow triangle with an exclamation point next to it, this means the driver is not working correctly or the device is disabled. Double-clicking the device will open the properties window, where the error code will be displayed in the "Device Status" field.
It's common for the adapter to be completely missing from the list of network devices. In this case, look in the "View" menu and select "Show hidden devices." If the adapter still isn't there, try searching for it in the "Other devices" section as an unknown device. This indicates that there's physical contact, but the system doesn't know how to use it.
☑️ Diagnostics in Device Manager
If the device is shown as disabled (with a downward-facing arrow on the icon), right-click it and select "Enable." In some cases, completely removing the device from the context menu and then restarting the computer helps. The system will attempt to find and install the driver again upon startup.
Problems with drivers and their reinstallation
A driver is a software intermediary between the operating system and the hardware. If the computer doesn't detect the Wi-Fi antenna, in 80% of cases the software is to blame. Drivers can fail after a Windows update, installing a new antivirus, or a version conflict. Old driver versions for Windows 7 or 8 may not work correctly on Windows 10/11.
The best way to resolve this issue is to download the latest driver from the manufacturer's official website. Don't rely on auto-installers or discs included with your device, as the information on these is often out of date. Find the exact model of your adapter (it's listed on the device's sticker or in the documentation) and download the file for your OS version.
The reinstallation process is as follows:
- 📥 Download the driver installation file to your hard drive.
- ❌ In Device Manager, uninstall the current Wi-Fi adapter driver.
- 🔄 Restart your computer and run the installation of the fresh file.
- ✅ Check if the network appears in the list of available connections.
What should I do if I don't have internet access to download the driver?
Use another computer or smartphone to download the driver. Save the file to a USB flash drive and transfer it to the affected PC. You can also use a cable connection (Ethernet) if the LAN port is working, or use USB tethering on your smartphone (Android) by connecting it via USB cable.
It's important to note that sometimes automatic Windows updates automatically detect faulty drivers. If the problem recently occurred, you can try clicking "Roll Back Driver" in the driver properties in Device Manager, under the "Driver" tab. This will restore the previous, working version of the software.
Power Settings and Windows Services
The operating system strives to conserve power, and sometimes this feature can be detrimental. Windows may disable a USB port or network adapter to conserve battery power, causing the device to stop responding. To fix this, open the properties of your Wi-Fi adapter in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
The second important aspect is the operation of system services. The service responsible for detecting wireless networks in Windows is WLAN AutoConfigIf it's stopped, the computer simply won't search for networks. You can check this by clicking Win + R, by entering the command services.msc and find the specified service in the list. Its status should be "Running" and the startup type should be "Automatic."
⚠️ Warning: Changing registry settings or disabling critical system services may cause OS instability. Make sure you are changing the settings of the WLAN service and not other system components.
It's also worth checking your power plan settings. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the "Wireless Network Adapter Settings" section, select "Maximum Performance" mode. This will prevent signal strength from being reduced or the module from being disabled.
Hardware conflicts and BIOS/UEFI settings
If software methods don't help, the wireless module may be disabled at the BIOS/UEFI level. This is the built-in input/output system that controls the hardware before Windows loads. Some laptops and motherboards have an option to disable the Wi-Fi module, which may have been activated accidentally or during a factory reset.
To enter the BIOS when booting the computer, you need to press a certain key (usually Del, F2 or F10). BIOS interfaces from different manufacturers (Award, AMI, UEFI) look different, but the logic is the same: you need to find the section related to peripherals or built-in devices. Look for items with the words Wireless, WLAN, Wi-Fi Controller or Onboard Devices. Make sure they have status Enabled.
The table below shows the BIOS sections for different manufacturers where you can look for Wi-Fi settings:
| BIOS manufacturer | Menu section | Parameter | Meaning |
|---|---|---|---|
| Award BIOS | Integrated Peripherals | Onboard Wireless LAN | Enabled |
| AMI BIOS | Advanced | WLAN Device | Enabled |
| Phoenix BIOS | Security / I/O | Wireless LAN | On |
| UEFI (Asus/MSI) | Advanced Mode -> Onboard Devices | Wi-Fi Controller | Enabled |
Another hardware-related issue could be an IRQ conflict or a chipset failure. In such cases, a full BIOS reset to factory settings (option Load Optimized Defaults). However, keep in mind that this will also reset the time, date, and boot order of the disks.
Using the Command Prompt to Reset the Network
When standard methods fail, the command line comes to the rescue. Resetting network settings via the console allows you to clear the DNS cache, reset the TCP/IP stack, and delete saved network profiles that may conflict. This powerful tool often solves problems when the computer is glitching and not detecting the antenna.
Run the command prompt as administrator. To do this, click Start, type cmd, right-click "Command Prompt" and select "Run as administrator." Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all the commands, be sure to restart your computer. These steps will return your Windows network settings to their default state. Please note that you may need to re-enter your Wi-Fi network password after doing this.
Windows 10 and 11 have a built-in network reset feature that does the same thing automatically. You can find it at: Settings → Network & Internet → Advanced network settings → Network resetClicking the "Reset Now" button will remove all network adapters and reset them to factory settings.
Why can my computer see other Wi-Fi networks but not mine?
If the issue only occurs with one specific network, the frequency band or channel may be the cause. Your router may be operating on a channel that your adapter doesn't support (for example, some older cards don't see channels 12-14 or channels above 11 in 2.4 GHz mode). Also, check whether the network is hidden (SSID Broadcast disabled) and whether your adapter supports the security standard (WPA3 may not be visible to older devices).
Can an antivirus block a Wi-Fi adapter?
Yes, some third-party antiviruses and firewalls have network monitoring features that can block the adapter or hide the computer from the network. Try temporarily disabling or uninstalling your antivirus to see if Wi-Fi is restored. Conflicts between the built-in Windows firewall and third-party security modules are common.
What should I do if Wi-Fi disappears after a Windows update?
OS updates often replace working drivers with generic ones, which may not support all the features of your adapter. Go to Device Manager, find your adapter, and click "Update Driver" → "Select from a list of available drivers." If a previous version is available, select it. If not, download the driver from the manufacturer's website, even if it's from last year.
How to check if the Wi-Fi module is burned out?
Only a service center can provide a definitive diagnosis, but there are some indirect signs. If the adapter isn't detected by any operating system (you can check this by booting from a Linux Live USB), isn't visible in the BIOS, doesn't respond to driver reinstallation, and overheats (or, conversely, remains cool during operation), it's likely a hardware chip failure or loose contacts.