Lack of internet access on a laptop often comes as an unpleasant surprise, especially when you urgently need to send documents or finish an online meeting. ASUS It's not uncommon for the wireless network icon to disappear from the system tray or for the device to simply stop detecting available access points. Before taking your device to a service center, it's a good idea to run a diagnostic yourself, as the problem could be a software glitch or an accidental lock.
Modern operating systems such as Windows 10 or Windows 11, have powerful self-diagnostic tools that allow you to identify the cause of a malfunction in minutes. However, to use these tools effectively, the user must understand how exactly the device functions. Wi-Fi module and what parameters affect its operation. In this article, we'll discuss step-by-step procedures to help restore a stable connection.
It's worth noting that hardware issues are less common than software ones, but they can't be completely ruled out. If, after following all the software configuration recommendations, the laptop still can't detect the network, there may be physical damage to the antenna or the module itself. In this case, a more in-depth investigation will be required, but first, all software factors must be ruled out.
Initial visual inspection and hardware switches
The very first step, often overlooked, is checking the physical connection. On many laptop models ASUS Mechanical switches or special function keys that can completely shut off the wireless module's power remain. If such a switch is in the "Off" position, no software settings will enable the adapter.
Carefully inspect the sides of the device for sliders with an antenna icon. On the keyboard, note the row of function keys. F1-F12: one of them (often F2 or F10) has a signal emitter icon. Pressing this key, sometimes in combination with the button Fn, turns airplane mode on or off.
Sometimes the system may freeze in a state where the indicator is lit but the module is not functioning. In this case, a full reboot cycle with power off helps. Turn off the laptop, disconnect the charger, and, if the system allows, remove the battery for 10-15 seconds. This will drain any residual charge from the motherboard and reset the controllers.
⚠️ Attention: On some gaming models of the series ROG or TUF control of wireless modules can be carried out in separate software Armoury CrateCheck the settings there if the physical buttons do not respond.
Diagnostics via Windows Device Manager
The operating system provides detailed information about the status of all connected components. To check whether the computer recognizes the presence of a Wi-Fi adapter, you need to open device ManagerThis can be done by right-clicking on the "Start" button and selecting the appropriate item from the menu, or through the command devmgmt.msc in the Run window (Win + R).
In the window that opens, find the "Network Adapters" section and expand it. Your wireless module should be displayed here, often with brand names. Intel, Realtek, Qualcomm Atheros or MediaTekIf the device displays normally, without exclamation marks or arrows, then the system recognizes it, and the problem is most likely in the settings.
If a yellow triangle with an exclamation point appears next to the device, this indicates a driver error or resource conflict. Double-clicking the device will open the properties window, where the error code will be listed in the "General" tab. Common codes are 10 (the device cannot start) or 43 (the device has reported problems).
What does error code 43 mean?
This code indicates that the device driver has reported a failure to the operating system. This is most often caused by driver file corruption, physical damage to the chip, or problems with USB bus power (if the module is internal). The solution typically begins with a complete driver reinstallation and removal of the old software.
If the adapter isn't listed at all, try clicking "Action" → "Scan for hardware configuration" in the Device Manager menu. If this doesn't help, the module may have become loose or is physically damaged.
Manage network connections and reset settings
Even with a working driver, the adapter may be disabled by software in the network management interface. To check, go to the Network Connections control panel. In modern versions of Windows, you can do this quickly by typing "network-connections" in the search bar or in the Run window (Win + R) command ncpa.cpl.
In the window that opens, find the "Wireless Network" or "Wi-Fi" icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable." It's also worth checking the adapter properties: there should be a checkbox next to the protocol in the list of components. Internet Protocol version 4 (TCP/IPv4).
Accumulated errors in the TCP/IP stack often prevent the connection from working properly. Windows has a built-in network settings reset feature that returns all settings to factory defaults. This action will delete saved Wi-Fi network passwords and VPN settings, but it often resolves the "invisible" adapter issue.
☑️ Network Reset Checklist
After the reset, the system will automatically reboot. Don't skip this step, as network services are reinitialized during the reboot. If the issue was caused by a software conflict, the laptop should begin searching for available networks after powering on.
⚠️ Note: After resetting your network settings, your home network profile may change from "Private" to "Public." This will increase security, but may block access to shared folders or network printers. Check your network type in the "Status" section.
Working with drivers: updating and rolling back
A driver is an intermediary between the operating system and hardwareIf it's outdated, damaged, or incompatible with the current version of Windows, the module won't work. Automatic updates via Windows Update don't always find the right version, especially for specific models. ASUS.
The most reliable way is to visit the official support website. ASUS, enter the exact model of the laptop (indicated on the sticker at the bottom, for example, X515EA or VivoBook 15) and download the WLAN (Wireless LAN) driver specifically for your OS version. Installing drivers from other models is strongly discouraged.
Sometimes, a new driver version can actually cause problems. If problems started immediately after a system update or new software installation, it might be worth rolling back the driver. In Device Manager, under the adapter properties, go to the "Driver" tab and click the "Roll Back Driver" button if it's enabled.
Advanced users may find it helpful to completely clear the driver before installing a new one. When uninstalling a device in Device Manager, check the "Delete the driver software for this device" box. Then, reboot and install the latest driver downloaded from the manufacturer's website.
Using the command line for deep diagnostics
Built-in Windows utilities allow you to perform more in-depth diagnostics and reset network protocols via the command line. You must run the command line as an administrator. To do this, type cmd, right-click on "Command Prompt" and select the appropriate item.
The first set of commands flushes the DNS cache and renews the IP address, which is useful if you're experiencing connection issues even if the adapter is visible. Enter the following commands sequentially, pressing Enter after each:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
The last command netsh winsock reset Resets the Winsock directory, which is responsible for network connections in Windows. Damage to this directory is a common cause of a laptop displaying "No connections available." After running all commands, be sure to restart your computer.
What should I do if the command prompt gives an access error?
If you receive an access denied message when entering commands, it means you didn't run the console as an administrator. Close the window and try again, making sure to select "Run as administrator."
You can also check the status of the radio module using the command netsh wlan show interfacesIt will display detailed information about the current status of the Wi-Fi adapter, including signal strength, security type, and the name of the connected network. If the adapter is disabled programmatically, the "Status" line will say "Disabled."
Table of error codes and solutions
When diagnosing problems using Device Manager or the built-in Windows troubleshooter, you may encounter specific error codes. Understanding their meaning allows you to immediately determine the correct course of action, without wasting time on random attempts.
| Error code | Description of the problem | A probable solution |
|---|---|---|
| 10 | The device cannot start | Restart your laptop and check for BIOS updates. |
| 28 | Device drivers are not installed | Installing the WLAN driver from the official ASUS website |
| 43 | Windows has stopped the device (request failed) | Complete driver removal, static voltage reset (EC Reset) |
| 56 | Windows cannot communicate with the device | Checking the physical connection of the antenna (disassembly required) |
If none of the software methods help, and Device Manager continues to display error 43 even after reinstalling the OS, there's a high probability that the module is physically damaged. In laptops ASUS The Wi-Fi module is often a small PCB board M.2 or Mini PCIe, which connects to the motherboard.
Replacing it requires laptop disassembly skills, as you need to remove the bottom cover, disconnect the thin antenna wires (usually black and white connectors), and replace the module itself. Before purchasing a new component, make sure it is compatible with your laptop model and has the appropriate connection interface.
How can I find out the exact model of a Wi-Fi module without opening it?
Open Device Manager, locate your network adapter, right-click → Properties. Go to the "Details" tab. Select "Hardware ID" from the drop-down list. Copy the top line (e.g. PCI\VEN_8086&DEV_2723...) and enter it into a search engine. This will show the exact name of the chip.
Why does the laptop see 2.4 GHz networks, but not 5 GHz?
This may mean that your Wi-Fi module is single-channel and only supports the 2.4 GHz band. It could also be caused by the region setting in your router settings (some countries prohibit certain 5 GHz channels) or a driver that's incorrectly detecting the antenna's capabilities.
Can I use an external USB Wi-Fi adapter?
Yes, this is a great temporary or even permanent solution if the built-in module has burned out. Buy an adapter that supports 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6) and has an external antenna for better reception. Simply plug it into a USB 3.0 port (blue) for maximum speed.
Does antivirus software affect Wi-Fi performance?
Third-party antiviruses and firewalls may block the connection if their settings are too aggressive. Try temporarily disabling real-time protection or the "Network Protection" feature. If the internet connection is restored, add your home network to the antivirus's exceptions.