When your wireless adapter suddenly stops working, it can catch you off guard at the most inopportune moment. You open your laptop to start working or watch a movie, only to find the list of available networks empty, or the connection icon crossed out with a red X. This isn't just an inconvenience; it's a complete disconnect from the digital world that demands immediate attention.
In most cases, the problem isn't a physical hardware failure, but a software glitch or settings conflict. The operating system may have failed to update, the antivirus software may have blocked the network module, or the router itself may have frozen and stopped distributing addresses. Understanding the nature of the failure is the first step to successfully restoring internet access.
Don't panic and immediately take your device to a service center. Often, a few simple steps are enough to restore everything to normal. In this article, we'll examine all possible causes, from a simple off-switch to complex driver issues, and offer specific action plans for each situation.
Initial diagnosis and physical examinationBefore delving into the depths of operating system settings, it's important to rule out simple physical causes. Users often forget that their laptop or tablet may have a mechanical switch that completely disables the wireless module. It's also worth checking that Airplane Mode, which blocks all wireless interfaces, isn't activated.
Carefully inspect the case of your device. There are often some defects on the sides of laptops. sliding toggle switch or a button with an antenna icon. If it glows orange or red, the module is disabled by hardware. There may also be a function key on the keyboard (usually Fn in combination with F2, F5, or F12) that toggles the Wi-Fi mode. Pressing this combination should change the status of the indicator.
If you're using an external USB adapter, try reconnecting it to a different port. Sometimes the problem lies in corroded contacts or insufficient power to a specific USB port. This is especially true for USB 3.0 ports, which can interfere with 2.4 GHz wireless signals due to their high frequency.
โ ๏ธ Attention: If, when connecting a USB adapter, the system makes a characteristic sound indicating that the device is connected, but the driver is not installed, the problem may be physical damage to the adapter itself or the port.
For owners of desktop PCs with internal PCIe cards, it's important to check that the card is securely seated in the motherboard slot. Vibration during transportation of the system unit could have caused the connection to become loose. Also, ensure that the antennas (if external) are securely screwed onto the card's connectors, as operating without an antenna can cause the transmitter output stage to overheat.
Checking the status of drivers and devicesThe most common reason a Wi-Fi adapter isn't working is incorrect driver functionality. A driver is a layer of software that allows the operating system to communicate with the hardware. If the file is corrupted, outdated, or conflicts with Windows updates, the module stops responding.
First you need to open device ManagerYou can do this by right-clicking the Start menu and selecting the appropriate option. In the list of devices, find the "Network adapters" section. If you see your device with a yellow exclamation point or a downward-pointing arrow, the system has detected a problem. Error codes such as Code 10 or Code 43, often indicate that the device cannot start.
Try reinstalling the driver. Don't completely remove the device unless you have internet access for automatic searching. It's best to select "Update driver" and then "Browse my computer for driver software," specifying the path to a previously saved version or the manufacturer's driver folder. If this isn't possible, select "Uninstall device," then click "Scan for hardware changes" in the Device Manager menu.
โ๏ธ Driver actions
An important detail is setting up a power plan. By default, Windows tries to save power by turning off the Wi-Fi module when idle. However, some adapters may not wake up properly after this. In the device properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
What to do if the driver is not found?
If the automatic search doesn't help, you'll need to download the driver from another device (such as a smartphone or another PC) from the official website of the laptop or motherboard manufacturer. Search for the model using the exact device code or serial number. After downloading, install the file manually.
Windows network service failuresThe Windows operating system relies on specific background services to manage network connections. If the WLAN AutoConfig service is stopped or disabled, the wireless adapter will not function, regardless of the driver status. This is a common issue after system optimizations or malware cleanup procedures.
To check the status of services, press Win + R, type services.msc and press Enter. In the list that opens, find "WLAN AutoConfig" (or "WLAN AutoConfig Service" in Russian versions). Double-click on it to open properties. Ensure that the "Startup type" is set to "Automatic". If the service status shows "Stopped", click the "Start" button.
Sometimes, simply restarting the service is not enough if there are dependency failures. Check the "Dependencies" tab in the service properties. All listed services must also be running. If a dependent service is disabled, the main Wi-Fi service will fail to start. This chain reaction often occurs after aggressive tweaking of the OS registry.
โ ๏ธ Caution: Changing system service settings may affect the stability of other Windows components. Do not disable services whose purpose you do not understand.
Another useful step is to reset the network stack using command line tools. Open Command Prompt as Administrator. You can do this by searching for "cmd" in the Start menu, right-clicking and selecting "Run as administrator". Execute the following command to reset Winsock and TCP/IP settings:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing these commands, a mandatory reboot is required for the changes to take effect. This procedure clears any corrupted network configurations that might be preventing the adapter from obtaining an IP address or connecting to the gateway.
Router compatibility and configuration issuesOften, the problem lies not with the computer, but with the access point. The router may not work correctly with certain security settings or encryption standards. For example, older adapters may not see the network if the router is configured for wireless only mode. 802.11ax (Wi-Fi 6) or uses channels that the device does not support.
Try changing the wireless network settings in the router interface. Log in to the admin panel (usually at 192.168.0.1 or 192.168.1.1) and find the wireless settings section. Try changing the broadcast channel (Channel) from "Auto" to a fixed one, such as 1, 6, or 11 for the 2.4 GHz band. This will help eliminate interference from neighboring networks.
It's also worth checking the security type. If you have a very old device, it may not support the standard. WPA3In this case, you need to switch to mixed mode. WPA2/WPA3 or temporarily use only WPA2-PSK (AES)Changing the channel width from 40 MHz to 20 MHz can also improve connection stability in noisy environments.
Don't forget about MAC filtering. If MAC address filtering is enabled on your router, the adapter won't be able to connect even with the correct password. Make sure your device's MAC address (which can be found in the command line with the command ipconfig /all) added to the allowed list or disable this feature to check.
Hardware faults and IRQ conflictsIf software solutions don't help, the problem may be hardware. Wi-Fi adapters, especially those built into laptops, are susceptible to overheating and wear and tear. Furthermore, interrupt request (IRQ) conflicts can occur when two devices attempt to share the same resource to communicate with the processor.
A visual inspection of the laptop's internal circuit board (if you have disassembly skills) may reveal bulging capacitors or signs of oxidation. Often, the antenna wire on the card itself becomes detached due to overheating. Carefully reconnecting the antenna connectors (black and white wires) can sometimes work wonders.
IRQ conflicts are rare in modern systems, but they can occur when using older PCI cards or specific peripherals. Check the resources in Device Manager. If you see a conflict, try physically moving the device to a different slot (for desktops) or disabling unused onboard devices in the BIOS (such as legacy serial ports) to free up resources.
| Symptom | Probable cause | Solution method |
|---|---|---|
| The adapter is not visible in the system. | Physical break, burned chip | Replacing the module, checking the contacts |
| Error code 10 or 43 | Driver failure, resource conflict | Complete driver reinstallation, BIOS reset |
| There is a network, but no internet | DNS issues, router settings | Change DNS to 8.8.8.8, reset router |
| Low speed, breaks | Interference, weak signal, overheating | Changing the channel, using a repeater |
Radical measures: reset and replacementWhen all other methods have been exhausted, the last line of defense remains. This involves a complete reset of the operating system's network settings to factory defaults or a hardware replacement. Windows 10 and 11 have a built-in network reset feature that removes all installed network adapters and reinstalls them with default settings.
To perform a reset, go to Settings โ Network & Internet โ Advanced network settings โ Network resetClick the "Reset Now" button. Your computer will restart in 5 minutes. This will delete saved Wi-Fi passwords and VPN settings, but it often resolves issues with deep system registry errors.
If this doesn't help, and the adapter is built into the laptop's motherboard, replacing it can be difficult and expensive. In such cases, it's more rational to purchase an external USB adapter. Modern models of the standard AC1200 or AX1800 compact and provide speed comparable to embedded solutions.
โ ๏ธ Important: Before purchasing a new adapter, make sure it is compatible with your OS version. Some older models may not have drivers for Windows 11.
For a desktop PC, the optimal solution is to install a new PCIe card with an external antenna. This will ensure better signal reception compared to USB dongles, which often overheat and lose packet data. Replacing the internal module also relieves the load on the motherboard's USB ports.
Frequently Asked Questions (FAQ)
Why does the Wi-Fi adapter work, but networks are not found?
This may be due to the wireless network service being stopped, or the driver not properly processing airspace scanning. Also, check to see if your network's SSID is hidden in your router settings. Try manually creating a new connection by entering the network name.
What should I do if Wi-Fi disappears after a Windows update?
Updates often break old drivers. Go to Device Manager, find the adapter, and select "Properties" โ "Driver" โ "Roll Back Driver." If the button is grayed out, download the latest driver from the laptop manufacturer's website, as standard Microsoft drivers can be buggy.
How to check if the Wi-Fi module is burned out?
If the module doesn't appear in Device Manager even after rebooting and resetting the BIOS, and other USB devices work, the module is likely faulty. For a definitive diagnosis, test it on another computer or replace the module with a known-good one.
Does antivirus software affect Wi-Fi performance?
Yes, some antivirus programs have built-in firewalls that can block network connections, deeming them unsafe. Try temporarily disabling network protection in your antivirus to test. If you can connect to the internet, add your network to the list of trusted networks.
Why does Wi-Fi only work near the router?
This is a sign of antenna module degradation or severe interference. Perhaps the antenna cable inside the case has come loose (if the laptop was disassembled) or the antenna amplifier is malfunctioning. Another possible cause is operating at maximum transmitter power due to regional software restrictions.