How to connect an ASUS laptop to a Wi-Fi router wirelessly: from drivers to a stable signal

Wireless connection of a laptop ASUS Connecting to a router via Wi-Fi seems like a simple task until you encounter errors like "No connections available" or "Limited access." Even modern models like ZenBook or VivoBook Sometimes they refuse to see the network, even though other devices connect without a problem. In 90% of cases, the problem lies not with the router, but with the laptop's settings: a disabled Wi-Fi adapter, outdated drivers, or a network profile conflict.

This article will help you understand the process from A to Z: from basic connection to troubleshooting subtle errors. We'll cover more than just the standard control panel procedure. Windows, but also alternative methods (for example, through command line), and we'll also provide a checklist for diagnosing problems. We'll pay special attention to the following models: ASUS with modules Intel AX200 And Mediatek MT7921 - they often require manual driver configuration.

If your laptop previously connected to this network, but now “doesn’t see” it, skip the first two sections and go straight to diagnosing problemsFor new devices, let's start with the basics.

Step 1: Checking the Wi-Fi module on your ASUS laptop

Before attempting to connect to the router, make sure the wireless adapter on your laptop is enabled and recognized by the system. On models ASUS This can be done in three ways:

  • 🔄 Hardware button/switch: On some laptops (eg. ASUS TUF Gaming) there is a physical Wi-Fi switch on the case or a key combination Fn + F2Check if the airplane indicator (✈) is lit—this means the adapter is disconnected.
  • 🖥️ Windows notification barClick the network icon in the lower right corner. If the "Wi-Fi" option is missing or grayed out, the adapter is disabled by software.
  • 🔧 device Manager: Click Win + X → "Device Manager" → expand the "Network Adapters" tab. Look for devices with names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200). If there is a yellow triangle nearby, the driver is not working properly.

On laptops ASUS ROG and some ZenBook proprietary software can be installed Armoury Crate or MyASUS, which manages network modules. Launch it and check the Wi-Fi status in System Preferences.

Step 2: Standard connection via Windows control panel

If the adapter is turned on and the drivers are installed, we proceed to the connection:

  1. Click on the network icon in the tray (lower right corner of the screen).
  2. In the list of available networks, find the name of your router (SSID). If it's not there, refresh the list using the "Refresh" button or check if SSID broadcasting is enabled in the router settings.
  3. Click on the network name and press "Connect".
  4. Enter your password (make sure it's case-sensitive!) and confirm.

Once successfully connected, "Connected, secure" will appear next to the network name. If Windows asks you to select a network type (Private or Public), select "Private" for your home network to avoid file sharing restrictions.

The Wi-Fi adapter is enabled in the system | The laptop is within range of the router (no further than 10 meters) | The Wi-Fi password was entered correctly | The SSID broadcast is enabled on the router (the network is not hidden) -->

Important for dual-band routers (2.4/5 GHz): some laptops ASUS (especially with modules Mediatek) don't work well on the 5 GHz band. Try connecting to a 2.4 GHz network if possible. The network name may be different (for example, MyWiFi_2G And MyWiFi_5G).

Step 3: Update or reinstall Wi-Fi drivers

If your laptop doesn't see the network at all or connects but doesn't have internet access, the problem may be with the drivers. ASUS recommends using official drivers from their website rather than those offered by Windows Update.

How to update the driver:

  1. Determine the Wi-Fi module model:
    • Open device Manager → "Network adapters".
    • Find the device with the words Wireless or Wi-Fi (For example, Qualcomm Atheros QCA61x4A).
    • Right-click → Properties → Details tab → select Hardware IDs. Copy the first line from the section VEN_XXXX And DEV_XXXX.
  2. Download the driver from the website ASUS:
    • Go to ASUS support page.
    • Please enter your laptop model (e.g. ASUS VivoBook S14 S433).
    • Select “Drivers and Utilities” → “LAN/Wi-Fi”.
    • Download the latest driver for your version of Windows (for example, Intel Wi-Fi Driver V22.100.1.1).
  • Install the driver manually:
    • Open device Manager, right-click on the Wi-Fi adapter → “Update driver” → “Browse my computer for driver software” → specify the path to the downloaded file.
    • For modules Intel (For example, AX200/AX201) it is also useful to install the utility Intel PROSet/Wireless Software - It adds advanced power saving and diagnostic settings.

      How can I find out the model of my ASUS laptop if the sticker has worn off?

      Open Command Prompt (Win + R → enter cmdEnter) and run the command:

      wmic csproduct get name

      In response you will receive the exact model name, for example ASUS X515JA-BQ322T.

      Step 4: Configure your router for a stable connection

      If your laptop connects to the network, but the internet is unstable (interruptions, low speed), the problem may be with your router settings. Here are the key parameters to check:

      Parameter Recommended value Explanation
      Wireless Mode 802.11n/ac/ax (or 11bgn for older devices) Mode ax (Wi-Fi 6) only new laptops support ASUS (2020 and newer).
      Channel Width 20/40 MHz for 2.4 GHz, 80 MHz for 5 GHz Wide channels (160 MHz) can cause interference on budget routers.
      Channel 1, 6 or 11 (for 2.4 GHz), 36-48 or 149-165 (for 5 GHz) Automatic channel selection often works worse than manual.
      Security Mode WPA2-PSK or WPA3-PSK Avoid the outdated WEP - it is unsafe and may not be supported.
      Beamforming Included Improves signal stability for devices that support it (most laptops ASUS 2018+).

      To change these settings, go to the router's web interface. The address typically looks like this: 192.168.0.1 or 192.168.1.1 (check the router sticker for the default login and password) admin/admin or admin/password.

      📊 What kind of router do you have?
      TP-Link
      ASUS
      Xiaomi
      Keenetic
      D-Link
      Another

      For ASUS router owners: in firmware ASUSWRT There is a built-in Wi-Fi analysis tool (Administration → System Preferences → Wireless Network Analysis). It will show the channel load and help you choose the optimal one.

      Step 5: Alternative connection methods

      If the standard method doesn't work, try these options:

      • 📡 Connecting via WPS:
        1. Click the button WPS on the router (usually it is labeled or blinking).
        2. On your laptop, open Network Settings → Wi-Fi → Advanced Settings → Connect using WPS.
        3. Follow the on-screen instructions (usually you need to enter the PIN code from the router).
      ⚠️ AttentionWPS is vulnerable to brute-force attacks. Disable this feature in your router settings after connecting.
    • 💻 Connection via command line:
      netsh wlan connect name="NETWORK_NAME"

      Replace NETWORK_NAME to your router's SSID. If the network is hidden, add its profile first:

      netsh wlan add profile filename="C:\path\to\file.xml"

      (the profile file can be created via netsh wlan export profile on another device).

    • 🔄 Reset Windows network settings:
      1. Go to Settings → Network & Internet → Status → Network reset.
      2. Confirm the action and restart the laptop.

    This will delete all saved networks and return the settings to factory defaults.

  • ASUS laptops with Mediatek modules (e.g. MT7921) may require manual parameter adjustment 802.11r Fast Transition in your router. Disable it if you experience frequent connection drops.

    Step 6: Diagnose and troubleshoot errors

    Let's look at typical problems and their solutions:

    • 🚫 "No connections available":
      • Check if Wi-Fi is enabled on your laptop (see Step 1).
      • Make sure that the router is broadcasting the SSID (in the router settings, this parameter is Hide SSID should be No).
      • Try connecting to the network from your phone. If it doesn't see the network either, the problem is with the router.
    • ⚠️ Connected, no internet access:
      • Open command prompt and run:
        ipconfig /release
        

        ipconfig /renew

      • Check if DHCP is enabled on the router (it should be in mode Server).
      • If you use a VPN, turn it off.
    • 🐢 Low speed or breaks:
      • Change the Wi-Fi channel in the router settings (see Step 4).
      • Disable power saving for your Wi-Fi adapter:
        1. Open device Manager → Wi-Fi adapter properties → "Power Management" tab.
        2. Uncheck "Allow the computer to turn off this device to save power."
    • Update your router firmware (section Administration → Firmware Upgrade).

    For deep diagnostics, use the utility Wi-Fi Analyzer (available in the Microsoft Store) or a command in the terminal:

    netsh wlan show interfaces

    Please pay attention to the parameters Signal (signal) and Rx/Tx (reception/transmission speed).

    Step 7: Optimize your connection for stable performance

    To avoid problems in the future, follow these guidelines:

    • 🔋 Setting up energy saving:
      • Open Control Panel → Power Options → Change plan settings → Change advanced settings.
      • Find the "Wireless Adapter Settings" section and set both battery and plugged in states to "Maximum Performance".
    • 📶 Router placement:
      • The router should be located at a height of 1–1.5 meters from the floor, in the center of the apartment.
      • Avoid placing near microwaves, cordless telephones or mirrors.
      • For larger spaces use Mesh systems or repeaters (for example, ASUS RP-AX56).
    • 🔄 Automatic reconnection:
      • Create a file wifi_reconnect.bat with the following contents:
        @echo off
        

        netsh wlan disconnect

        timeout /t 5

        netsh wlan connect name="NETWORK_NAME"

      • Add it to Windows Task Scheduler to run automatically when the connection is lost.
      • For laptops ASUS with support Wi-Fi 6E (6 GHz) - Make sure your router also supports this standard. Otherwise, your laptop will only use 2.4/5 GHz, which will limit your speed.

        Frequently asked questions

        My laptop sees the network but won't connect—it says "Unable to connect." What should I do?

        Try the following steps:

        1. Remove a network from your saved networks: “Settings” → “Network & Internet” → “Wi-Fi” → “Manage known networks” → select a network → “Forget”.
        2. Change the security type on your router WPA3 on WPA2 (some older drivers do not support WPA3).
        3. Disable MAC address filtering on your router (section Wireless MAC Filter).

        If it doesn't help - try connecting via WPS.

        After updating Windows, my laptop stopped detecting Wi-Fi. How can I restore the connection?

        This is a common issue after major updates (for example, upgrading from Windows 10 to 11). Solution:

        1. Roll back your Wi-Fi driver: Device Manager Right-click on the adapter → “Properties” → “Driver” → “Roll Back Driver”.
        2. If rollback is not available - Install the driver manually from the ASUS website.
        3. Check if the device is disabled in BIOS (see Step 1).
        Is it possible to connect an ASUS laptop to Wi-Fi without a password?

        Yes, but it's not safe. Options:

        • Temporarily disable the password on your router (in the wireless network settings, select Open System instead of WPA2-PSK).
        • Use a guest network (if your router supports it).
        • Connect via WPS (if the router supports it).

        WarningOpen networks are vulnerable to hacking. Enable a password immediately after connecting.

        My laptop connects to Wi-Fi, but websites won't open. What's wrong?

        The reasons may be different:

        • DNS issues: Try manually entering Google's DNS (8.8.8.8 And 8.8.4.4) in the connection properties.
        • Blocked by antivirus: Temporarily disable your firewall or antivirus (e.g. Kaspersky sometimes blocks DNS requests).
        • IP error: run in command line:
          ipconfig /flushdns
          

          nbtstat -R

        How to connect an ASUS laptop to a hidden Wi-Fi network?

        Hidden networks (with SSID broadcast disabled) are connected manually:

        1. Open Settings → Network & Internet → Wi-Fi → Hidden network.
        2. Enter the network name (SSID) and password.
        3. Check the box "Connect automatically".

        If it doesn’t connect, check that the router allows connection to a hidden network (parameter Allow Hidden SSID Connection should be Yes).

        If your problem is not described above, check diagnostic section or specify the laptop and router model in the comments. For complex cases (for example, errors CANNOT_CONNECT or INVALID_IP_CONFIGURATION) it may be necessary to analyze Windows logs or reset the TCP/IP stack.