The situation when the laptop ASUS stops seeing wireless networks in the operating system Windows 10, often catches users by surprise. The absence of a connection icon or a full list of available networks can occur after a system update, a power surge, or a spontaneous software crash. In most cases, the problem lies not in hardware failure, but in a software conflict or settings error. adapter.
For equipment owners ASUS There are certain nuances to working with the wireless module's management utilities. Sometimes the system mistakenly disables the module to save power, and sometimes the driver simply "flies" out of memory. Before panicking and taking the device to a service center, it's necessary to perform basic diagnostics, which in 80% of cases returns the Internet to its normal state.
In this guide, we'll walk you through a step-by-step procedure to help restore the connection. We'll cover both software methods via Device Manager and the command line, as well as physical switches specific to this brand's laptops. Follow the instructions carefully to isolate the problem.
Primary diagnostics and testing of physical switches
The most common, but often overlooked, cause is a physically disconnected module. On many laptop models ASUS (especially in series X, K And F) There are special key combinations for quickly enabling and disabling wireless interfaces. If you accidentally press them, the system software blocks the antenna and the Wi-Fi icon disappears from the taskbar.
Look closely at the row of function keys F1–F12. On one of them (often F2 or F12) a symbol of an antenna or airplane will be drawn. To activate the module, press this key alone or in combination with the key FnOn some modern models with Windows 10 This feature is duplicated in the notification center, but the hardware switch takes precedence.
⚠️ Attention: If the Wi-Fi indicator on the laptop case lights up orange or does not light up at all, this is a sure sign that the module is disabled physically or software-based via hot keys.
It's also worth checking if Airplane Mode is enabled. In Windows 10, this mode blocks all wireless data transfers. Click the notification icon in the lower-right corner of the screen and make sure the Airplane Mode tile isn't highlighted in blue. If it is, simply click it to disable it.
Checking the adapter status in Device Manager
If the physical buttons are OK, the next step is to check that the driver is working correctly. Operating system Windows 10 The device may not be detected correctly after a crash or unsuccessful update. First, open the Device Manager by right-clicking the Start button and selecting the appropriate item from the menu.
In the window that opens, find the "Network Adapters" section and expand it. You're looking for the device whose name contains the words Wireless, Wi-Fi, 802.11 or names of chip manufacturers such as Intel, Realtek, Qualcomm AtherosIf there's a yellow exclamation mark or a downward-facing arrow next to a device, the driver isn't working properly or the device is disabled.
Please try the following steps with your device:
- 🔄 Right-click and select "Enable" if the device is disabled.
- 🔄 Select "Uninstall device", then in the menu at the top, click "Action" → "Scan for hardware changes" to have Windows try to install the driver again.
- 🔄 Go to Properties, the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
Drivers often freeze. In this case, completely uninstall the device and then reboot the laptop. ASUS forces the system to reinitialize network moduleThis action is safe and does not delete your personal files.
Updating and reinstalling Wi-Fi drivers
Outdated or corrupted drivers are the main reason for unstable Wi-Fi performance on laptops. ASUSStandard drivers Windows 10The software installed automatically by the system doesn't always work correctly with specific hardware. It's best to use the original software from the manufacturer's official website.
Visit the support site ASUS, enter your laptop model (it's listed on the sticker at the bottom) and go to the "Drivers and Utilities" section. Select your operating system version. You need a driver for WLAN or Wireless LANDownload the latest version, install it, and be sure to restart your computer.
☑️ Checking drivers
If your laptop doesn't have internet access, you can download the driver on another device (phone or PC) and transfer it via USB cable. You can also use the built-in troubleshooter: go to Settings → Update & Security → Troubleshoot → Advanced troubleshooters → Network Adapter.
⚠️ Warning: Do not use driver auto-installers from untrusted sources. They may install an incompatible version of the software, which will cause the module to stop working.
In some cases, manually selecting a driver from the list of compatible ones helps. When updating a driver in Device Manager, select "Select a driver from a list of available drivers on my computer." Try selecting a version with a different date or from a different chip manufacturer (for example, if Intel, try Microsoft).
Reset network settings and TCP/IP parameters
When the drivers are ok, but the laptop ASUS It still doesn't see the network, the problem may lie in accumulated stack errors TCP/IP or failures in Windows network services. Resetting the settings returns network components to their factory defaults, deleting all saved Wi-Fi profiles and static IP addresses.
To perform a reset through the Windows 10 interface, go to Settings → Network & Internet → StatusAt the bottom of the page, find the "Network Reset" link and click it. The system will warn you that a reboot will take place in 5 minutes. This will clear the DNS cache and reset the adapter settings.
Commands for manual reset via CMD
If the graphical interface doesn't work, you can use the command line. Run cmd as administrator and enter: netsh winsock reset, netsh int ip reset, ipconfig /release, ipconfig /renew, ipconfig /flushdns. After running all commands, restart your PC.
A more in-depth method is to use the command line. Open cmd as administrator and enter the command netsh winsock resetThis command resets the Winsock catalog, which often helps if Windows network services are corrupted. A success message will appear after the command completes.
It's also worth checking Windows services. Click Win + R, enter services.msc and find the "WLAN AutoConfig" service. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
Router settings and frequency ranges
The problem may not be with your laptop, but with your access point settings. Modern routers often operate in two bands: 2.4 GHz And 5 GHzOlder or budget laptop models ASUS may not support the 5 GHz band, so they simply "don't see" the network if the router has SSID hiding for 2.4 GHz or network aggregation enabled.
Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and check your wireless settings. Make sure the 2.4 GHz band is set to mixed mode (Mixed) or 802.11 b/g/n. If only selected n or ax, older adapters may not detect the network.
The table below will help you navigate the compatibility of standards:
| Wi-Fi standard | Frequency | Compatibility with ASUS | Recommendation |
|---|---|---|---|
| 802.11b/g/n | 2.4 GHz | Full | Basic mode for everyone |
| 802.11ac | 5 GHz | Only new models | For high speed |
| 802.11ax (Wi-Fi 6) | 5/6 GHz | 2020+ models | Requires a new adapter |
| WPA3 Security | Any | Partial | It is better to use WPA2 |
If your laptop sees other networks but not your home network, it's possible that your router is broadcasting the SSID on a channel that the adapter is on. ASUS It can't be processed due to regional restrictions. Try changing the region in your router settings to "USA" or "Russia"; this may expand the available channel list.
Hardware faults and BIOS
In rare cases, the problem is hardware-related. This could be a loose antenna wire inside the case, oxidized module contacts, or a faulty Wi-Fi chip. It's also worth checking the settings. BIOS/UEFIWhen turning on the laptop, press F2 or Delto enter BIOS.
In the section Advanced or Configuration find the item related to WLAN Device, Wireless or Onboard Device. Make sure it is in the state EnabledIf the module is disabled at the BIOS level, it will not be detected by any means.
⚠️ Caution: Before opening the laptop to check the antenna, be sure to disconnect the battery! A short circuit can permanently damage the motherboard.
If the laptop has been dropped or exposed to moisture, the antenna is highly likely to be physically damaged. In such cases, software solutions are useless. You should also try connecting an external USB Wi-Fi adapter. If it works, the built-in module is faulty. ASUS faulty.
Why does the laptop see the phone as an access point, but not the router?
This indicates a compatibility issue with encryption standards or the channel. The router may be using channel 12-14, which isn't supported by the driver in your region, or a MAC address filter may be enabled, blocking the laptop.
Can a virus disable Wi-Fi?
Yes, some malware blocks network services or changes DNS/proxy settings to redirect traffic. Scanning with an antivirus and resetting your browser settings can help.
What should I do if the Wi-Fi icon is missing after a Windows update?
Most likely, the update replaced the driver with an incorrect one. You should roll back the driver in Device Manager to the previous version or uninstall the update via Settings → Update & Security → View update history.