A laptop or desktop PC suddenly losing wireless network connectivity is one of the most common and frustrating problems in home tech use. You turn on the device, look at the bottom right corner of the screen, and instead of the familiar fan or triangle icon, you see a globe with a line through it or the message "No connections available." At this point, many users panic, believing the router is fried or the expensive network card has failed.
However, in most cases hardware failure This is much less common than a software conflict or a simple configuration error. Windows, like any complex operating system, sometimes "forgets" how to properly communicate with the network adapter after an update or a power surge. Before taking your device to a service center, it's worth running a comprehensive diagnostic, which restores internet service in 90% of cases.
In this article, we'll detail the steps to take to identify the cause of a missing signal. We'll cover everything from simple checks of switches to complex registry and driver manipulations. Understanding how it works communication protocol between your device and the router will allow you to not only fix the current problem, but also prevent it from happening again in the future.
Hardware reasons and physical switches
Before delving into the intricacies of software settings, it's important to rule out trivial physical factors. It's common for a user to accidentally touch a slider on the laptop or press a key combination that completely disables the wireless module. In this case, the operating system may not even display the adapter in the device list, as it's physically de-energized.
Carefully inspect the edges of your laptop. Older models often have a mechanical switch with a label on it. WLAN or an image of an antenna. On modern devices, the mute function has been moved to the keyboard. Typically, it's one of the function keys in the row F1-F12 (often F2, F5, or F12), which has an airplane or antenna drawn on it. To activate it, press it in combination with the key Fn.
- ✈️ Check if Airplane Mode is enabled, which blocks all wireless interfaces.
- 🔌 Make sure the USB Wi-Fi adapter (if using an external one) is firmly inserted into the port and is not overheating.
- 🔋 For laptops with a removable battery, try removing it and turning off the power for 10 seconds to discharge the static charge.
If you're using a desktop computer with an external antenna module, make sure the antennas are securely attached to the adapter. Without antennas, your computer may only see neighboring networks with very strong signals, but not your home network, as the signal strength will be below the receiver's sensitivity threshold.
Diagnostics via Windows Device Manager
If the physical switches are OK, the next step is to check the driver status. Device Manager is the system administrator's primary tool, showing how the OS sees installed hardware. You can open it from the Start button context menu or by entering the command devmgmt.msc in the Run window.
In the window that opens, find the "Network Adapters" section. If your Wi-Fi module appears here without warning signs (a yellow triangle with an exclamation point), the driver has been installed correctly. However, if the device is marked with an error or is not listed at all (and is displayed as "Unknown Device"), the problem lies with the software.
⚠️ Warning: If you see a device with a yellow icon, do not remove it without prior preparation. First, try updating the driver or rolling it back to a previous version, as removing it may render the module completely inoperable and prevent recovery via the internet.
A version conflict after a Windows update is often the cause of crashes. The system may have automatically installed a generic driver that doesn't work reliably with your specific network card model. Realtek, Intel or QualcommIn this case, you need to download the latest driver from the official website of the laptop or motherboard manufacturer using another device with internet access.
How to find a driver without the internet?
If you don't have internet access on the affected PC, use your smartphone. Connect your phone to the computer via a USB cable and select "USB tethering" in the phone's settings. Your computer will connect to the internet via the mobile network, and you can download the necessary driver.
WLAN AutoConfig Service and System Services
A special background program, the service, is responsible for managing wireless connections in the Windows operating system. WLAN AutoConfigIf this service is stopped or its startup type is changed to "Disabled," the computer will be physically unable to search for and connect to Wi-Fi networks, even if the drivers are working properly.
To check, press the key combination Win + R, enter services.msc and press Enter. In the list that opens, find the service "WLAN AutoConfig Service" (or Wlansvc). Double-click on it and make sure that the "Startup type" field is set to "Automatic" and the service itself is running.
Sometimes it's useful to reset the service. Stop it, click "Stop," then "Start." This restarts the network management process without restarting the computer. If the service fails to start and returns an error, this may indicate corruption of Windows system files.
- 🛑 Check if the service is in "Disabled" mode.
- 🔄 Try changing the startup type to "Automatic" and apply the changes.
- 📝 Write down the error code if the service refuses to start for further troubleshooting.
Reset network settings and protocols
Accumulated errors in network protocols, the DNS cache, or incorrect TCP/IP settings can prevent a normal connection. Windows 10 and 11 have a built-in network settings reset feature that returns all components to factory defaults.
You can perform a reset via the command line. Launch Terminal as administrator and enter the command netsh winsock reset, and then netsh int ip resetThese commands clear the Winsock socket directory and reset the TCP/IP protocol. Be sure to restart your computer after completing these steps.
☑️ Network reset algorithm
It's also worth checking the adapter's power settings. Windows may be turning off the device to save power, which can cause it to malfunction when waking. In Device Manager, under your Wi-Fi adapter's properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
Router-side issues and frequency ranges
The computer isn't always to blame. Often, the problem lies in the router's settings or overload. If the router hasn't rebooted for a long time, its RAM may become full and stop assigning IP addresses to new devices. Simply powering off the router for 10-15 seconds often solves the problem.
An important aspect is frequency band compatibility. Many older laptops only support the frequency band 2.4 GHz and do not see networks operating exclusively in the range 5 GHzIf your router is dual-band, try separating the networks by giving them different names (SSIDs) to force your computer to connect to 2.4 GHz.
The table below shows the main differences and causes of problems for different ranges:
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Speed | Below, up to 300-450 Mbps | High, up to 1 Gbps and higher |
| Range | Tall, better at breaking through walls | Low, signal fades quickly |
| Noisiness | High (microwaves, Bluetooth) | Low, channels are freer |
| Compatibility | Supports all devices | Only modern adapters |
It's also worth checking if MAC address filtering is enabled on your router. If your router's security settings are set to block connections from unknown devices, your computer will see the network but won't be able to connect to it, or won't detect it at all, depending on your SSID hiding settings.
Using the command line for deep diagnostics
For experienced users and in complex situations where the graphical interface fails to provide answers, the command line becomes an indispensable tool. It allows for detailed network status information and execution of commands unavailable in the regular menu.
Enter the command ipconfig /allto see a full list of network adapters. Find your wireless adapter and check if it has an assigned IP address. If the address begins with 169.254.x.x, this means the computer can't obtain an address from the router's DHCP server. In this case, the following command will help: ipconfig /release followed by ipconfig /renew.
netsh wlan show interfaces
This command will display the connection status, network SSID, signal strength, and security type. If the "Status" field shows "Disabled," the adapter is software-disabled. netsh wlan set interface name="Adapter_Name" admin=enabled will allow you to turn it on forcibly.
⚠️ Important: When entering commands, pay attention to letter case and interface names. The adapter name in quotation marks must exactly match what is displayed in the system (e.g., "Wireless Network" or "Wi-Fi").
Frequently Asked Questions (FAQ)
Why can my computer see my neighbors' Wi-Fi but not mine?
The problem is most likely with the channel or band. Your router may be operating on a channel unsupported by your adapter, or on the 5 GHz frequency if your adapter is older. Try changing the channel in your router settings to 1, 6, or 11, and also check to see if your network's SSID is hidden.
What should I do if the Wi-Fi icon is missing after a Windows update?
Updates often break old drivers. Go to Device Manager, find the network adapter, select "Uninstall device," and restart your computer. The system will attempt to reinstall the driver. If that doesn't work, download the driver from the manufacturer's website.
Can antivirus block Wi-Fi?
Yes, some security features in third-party antiviruses (such as network attack protection or application control) may block the connection. Try temporarily disabling your antivirus to check.
How to check if the Wi-Fi module is burned out?
If the adapter isn't visible in Device Manager, the BIOS, or when connected via LiveUSB on Linux, the module is likely physically damaged. In this case, the only solution is to replace the module or use an external USB adapter.