The problem of no wireless connection on ASUS VivoBook laptops is quite common and can catch users off guard at the most inopportune moment. Owners of these devices, whether it's a popular model ASUS VivoBook 15 or more compact ASUS VivoBook Go, often encounter a situation where the network icon disappears from the taskbar or the computer simply stops seeing available routers. This can be caused by a software glitch, a disabled module, or outdated software.
Restoring the functionality of a communication module usually does not require in-depth knowledge of computer technology, but it does require a consistent approach. Modern operating systems, such as Windows 10 And Windows 11, have built-in diagnostic tools that can often automatically fix the error. However, in some cases, the user will have to manually adjust the system settings.
In this article, we'll cover all possible solutions, from simple switches to driver reinstallation. It's important to understand that ignoring this problem won't make it go away on its own, so it's important to perform a series of checks. Below are step-by-step instructions to help you regain access to the global network.
Checking physical switches and hotkeys
The first and most obvious step is to check the physical condition of the wireless module. On many ASUS laptop models, especially in the VivoBook SThe Wi-Fi function can be disabled at the hardware level. This is done to save battery life or for safety reasons during flights. If the module is physically disabled, no software settings will help until you enable it.
Note the row of function keys at the top of the keyboard (F1-F12). One of them, usually F2 or F12, may have an icon of an antenna or airplane. Pressing this key (sometimes in combination with the Fn) switches the wireless module status. In some cases, an indicator on the keyboard lights up, indicating that the mode is activated.
- 🔌 Find the key with the image of an antenna or an airplane on your keyboard and press it, perhaps together with
Fn. - 📶 Check if the Wi-Fi indicator on the laptop case or on the Caps Lock key is lit (on some models it changes color).
- ✈️ Make sure that Airplane Mode, which blocks all wireless interfaces, is not activated on your device.
⚠️ Attention: Some newer ASUS VivoBook models may not have a physical Wi-Fi switch, with its functions entirely relegated to the operating system's software. If the keys don't have corresponding icons, use software methods.
It is also worth mentioning the existence of an external switch on the side edge of the case, although in modern ultrabooks ASUS It's becoming less common. If you find this slider, make sure it's set to "On" or "Enabled." If you don't see any response to keypresses, it could indicate that the keyboard driver isn't working properly, but that's a topic for the next section.
Activating Wi-Fi through Windows Control Center
If physical buttons don't help, the next logical step is to check the operating system's software settings. In Windows 10 and 11, network connection management is conveniently located in the notification center. Users often accidentally disable the communication module through this interface, not noticing any changes in the connection status.
To access quick settings, click the network, sound, or battery icon in the lower-right corner of the screen (in the system tray area). In the menu that opens, find the tile labeled "Wi-Fi" or "Wireless Network." If the tile appears dim or has a blocked icon, the module is disabled by software. Left-clicking it should activate a scan for available networks.
If the Wi-Fi tile is missing from the quick actions menu altogether, this may indicate a more serious issue with drivers or services. Try expanding the full list of buttons by clicking the arrow or the edit menu icon. Sometimes the button you need is simply hidden from view to save space.
Additionally, it's worth checking the settings via the classic settings menu. Follow the path Start → Settings → Network & Internet → Wi-FiThere should be a main switch here that turns the adapter on. If this switch is missing or inactive (grayed out), the system won't see the network hardware.
Diagnostics via Device Manager and Drivers
The most common reason for Wi-Fi not working on laptops ASUS VivoBook There are driver issues. A driver is a special program that allows the operating system to interact with the hardware. If the driver is removed, damaged, or outdated, Windows will not be able to launch the wireless module.
To check the driver's status, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu, or by entering the command devmgmt.msc in the Run window (called by the combination Win + R). In the window that opens, find the "Network adapters" section and expand it.
In the list, you should see a device containing the words "Wireless," "Wi-Fi," "802.11," or chip manufacturer names such as Intel, Realtek, Qualcomm Atheros or MediaTekIf a yellow exclamation mark or downward-facing arrow appears next to a device, it means the device is disabled or not working properly.
- 🔻 If the adapter icon has a downward arrow, right-click it and select "Enable."
- ⚠️ If you see a yellow triangle, try selecting "Remove device" and then clicking "Scan for hardware changes" in the menu at the top.
- 🔄 Right-click on the adapter, select “Properties” → “Driver” tab → “Update driver”.
⚠️ Attention: If you uninstall the Wi-Fi driver, your laptop will lose Wi-Fi access permanently until you reboot or install it manually. Make sure you have an alternative network connection (for example, sharing your phone's internet via USB) to download a new driver if Windows' automatic search doesn't help.
Device Manager interfaces and menu item names may vary slightly depending on the Windows build version and chipset manufacturer. Always consult the official documentation for your specific model.
☑️ Checking drivers
If the automatic search for drivers via Windows Update does not yield results, we recommend visiting the official ASUS support website. Enter your laptop model (e.g., X515EA or M513), you can download the latest version of the WLAN driver specifically for your configuration. Installing the driver from the manufacturer's website often resolves compatibility issues that the standard Microsoft database cannot.
Setting up the WLAN AutoConfig service
In Windows operating systems, a special system service is responsible for managing wireless connections. WLAN AutoConfigIf this service is stopped or its startup type is set to "Disabled," you won't be able to enable Wi-Fi through the interface, even if the drivers are working properly. This is a common occurrence after system optimization or virus attacks.
To check the service status, click Win + R, enter the command services.msc and press Enter. In the list of all services, find "WLAN AutoConfig Service." Double-click it to open its properties. Make sure "Startup type" is set to "Automatic" and the service status is "Running."
If the service is stopped, click the "Start" button. If it's already running but Wi-Fi isn't working, try clicking the "Stop" button and then "Start" again to restart the process. After that, check for wireless network availability.
| Parameter | Recommended value | Description |
|---|---|---|
| Service name | WlanSvc | WLAN AutoConfig Service |
| Launch type | Automatically | The service starts with Windows. |
| State | In progress | The service is active and running. |
| Dependencies | Connection Information Service | Required system components |
What to do if the service does not start?
If you receive an error when starting the service (for example, code 1068), check the dependencies. The "Dependencies" tab will show which services must be running before WLAN AutoConfig. Often, starting the "Network Connection Information Service" service resolves the issue.
Resetting network settings and using the command line
When standard methods fail, more drastic measures are necessary, such as a complete network reset. This will restore all network components to factory defaults, delete saved Wi-Fi passwords, and reset TCP/IP settings. This is an effective way to resolve software conflicts.
In Windows 10 and 11, this can be done through the settings menu: Settings → Network & Internet → Advanced network settings → Network resetClick the "Reset Now" button and confirm. The computer will restart in a few minutes, and you'll need to re-enter your Wi-Fi network password.
For a more thorough cleanup, you can use the command line. Launch Terminal as administrator (search for "cmd," right-click, and choose "Run as administrator") and enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Running these commands resets Winsock sockets, IP settings, releases and renews the IP address, and flushes the DNS cache. After running all commands, be sure to reboot the laptop. This procedure often adapter starts working correctly.
Troubleshooting Power Saving and BIOS Issues
Sometimes the system automatically disables the Wi-Fi module to save power, considering it unused. This behavior is controlled by power settings. To prevent Windows from disabling the adapter, go to Device Manager, find your Wi-Fi adapter, open Properties, and go to the Power Management tab. Uncheck "Allow the computer to turn off this device to save power."
Another reason for the lack of Wi-Fi could be the BIOS/UEFI settings. If the wireless module is disabled at the Basic Input/Output System level, the operating system simply won't detect it. To check, enter the BIOS (usually the key F2 or Del when you turn on the laptop) and find the section related to the configuration of onboard devices (often called Advanced, Onboard Devices or Configuration). Make sure the parameter WLAN or Wireless set to value Enabled.
- 💡 Go to BIOS and find the built-in devices configuration section.
- 🔌 Check if the Wi-Fi switch is set to Disabled.
- ⚙️ Save changes (usually the key
F10) and exit BIOS.
⚠️ Attention: Be extremely careful when changing BIOS settings. Changing unknown parameters may lead to system instability. Only change settings that directly affect the Wi-Fi module.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear on my ASUS VivoBook laptop after a Windows update?
Often, after a major update, Windows installs generic drivers that may not work correctly with a specific ASUS module. Solution: Uninstall the current driver in Device Manager and install the original driver from the ASUS website.
Can a virus disable Wi-Fi on a laptop?
Yes, some malware can block network connections or change DNS and proxy server settings, making it impossible to access the internet. Scan your system with an antivirus and reset your network settings.
What should I do if there is no wireless adapter in the Device Manager?
This could mean the module has physically come loose (rare, but can happen after a fall) or has burned out. It's also possible it's disabled in the BIOS. Try discharging static electricity: turn off the laptop, unplug the charger, hold down the power button for 30-40 seconds, then turn it on.
How to check if the Wi-Fi module is physically working?
The easiest way is to run a Live USB with a different operating system (such as Linux). If Wi-Fi isn't detected or enabled there, the problem is most likely hardware-related. You can also check the device's presence in the list of PCI devices in the BIOS.