Why doesn't my laptop detect a new Wi-Fi network and how to fix it?

Have you connected a new router, but your laptop stubbornly doesn't show it in the list of available networks? Or after moving to an office/apartment, you can't find your local Wi-Fi, even though it's showing up on your phone? This problem is more common than you might think, and the causes can range from a simple adapter malfunction to hidden network settings. In this article, we'll explore all the ways to make your laptop "see" a new access point, even if it doesn't appear in the default list.

It is important to understand: Windows 10/11, macOS And Linux search for networks in different ways, and hardware (for example, adapters) Intel AX200 or Qualcomm Atheros) may have its own nuances. We'll focus on universal solutions, but we'll also point out where a customized approach is required. If your laptop is older than 5 years, there's a good chance the problem is due to an outdated driver—we'll cover that in a separate section.

Before digging too deep, check the obvious: is it turned on? Wi-Fi on a laptop (sometimes it is accidentally turned off by keys) Fn+F2 or Fn+F12), and whether the router is in "hidden network" mode (more on that later). If the network is visible on the smartphone but not on the PC, the problem is definitely with the laptop.

1. Updating the network list manually

The first thing you should do is force a refresh of the list of available access points. Windows Caches networks, and sometimes a new one simply doesn't get scanned. Here's how to fix it:

  • 🔄 Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
  • 📋 If the list of networks is empty or the old network is marked as "Out of range", click Network parameters.
  • 🔍 In the window that opens, select Wi-Fi → Manage known networks and delete all old connections (especially those with the same name as the new network).
  • 🔄 Return to the list of networks and click Refresh (or just turn it off/on Wi-Fi physical button).

On macOS another way: open System Preferences → Network → Wi-Fi, click Additionally and manually remove old networks from the "Favorite Networks" list. After that, click OK and reboot the module Wi-Fi via terminal with the command:

sudo ifconfig en0 down && sudo ifconfig en0 up

If the network does not appear after this, proceed to the next step. Hidden networks (with SSID broadcast disabled) will never appear in the general list - they must be connected manually (more on this in section 4).

📊 What kind of laptop do you have?
Asus
Lenovo
HP
Acer
Dell
Apple MacBook
Another

2. Checking the Wi-Fi adapter's operation

If the laptop doesn't see not a single one network, the problem may be with the adapter itself. Here's how to diagnose its condition:

  • 🖥️ On Windows: click Win + Xdevice Manager → open the tab Network adapters.
  • 🔍 Look for devices with names like Wireless, Wi-Fi, 802.11ac or model (Intel Wi-Fi 6, Realtek RTL8821CE etc.).
  • ⚠️ If a yellow triangle is lit next to the adapter, the driver is not working properly (see Section 3 for the solution).
  • 🔄 Right-click on the adapter → Activate the device (if the option is available).

On Linux check the adapter status with the command:

ip a | grep wlan

If there is no interface in the response wlan0 or wlp3s0, the adapter is disabled or not recognized by the system. Enable it with the command:

sudo ip link set wlan0 up
⚠️ Attention: On some laptops Lenovo And HP The adapter may be disabled in the BIOS. If after all the manipulations Wi-Fi If it doesn't work, go to BIOS (key) F2/Del when loading) and check the settings Wireless LAN or WLAN Radio.

Check the physical Wi-Fi button on the case

Update the network list manually

Make sure the adapter is enabled in Device Manager.

Try connecting via Ethernet cable (to test the router)-->

3. Update or reinstall drivers

Outdated or corrupted drivers are a common reason why a laptop can't connect to new networks. This is especially true for devices older than 3-4 years. Here's how to update the driver manually:

  1. Automatic update:
    • 🔄 In Device Manager Right-click on the adapter → Update driverAutomatic search.
    • 📥 If Windows finds an update - install it and restart your laptop.
  • Manual installation:
    • 🌐 Download the driver from the laptop manufacturer's website (section "Support" or "Drivers"). Dell This support.dell.com, For HPsupport.hp.com.
    • 🔧 Remove the old driver via device Manager (right click → Remove device), then install the downloaded one.
    • For macOS Drivers are updated through System Settings → Software UpdateOn . Linux You may need to install proprietary drivers (for example, for adapters) Broadcom):

      sudo apt install firmware-b43-installer
      Adapter manufacturer Common problems Solution
      Intel (AX200, 9260) Doesn't see 5 GHz networks, slow connection Update driver via Intel Driver & Support Assistant
      Realtek (RTL8821CE) Constant disconnects, doesn't see hidden networks Install the driver from the laptop manufacturer's website
      Qualcomm Atheros Slow speed, does not support Wi-Fi 6 Checking power saving settings in Device Manager
      Broadcom (often on MacBook) Doesn't work after update macOS Reset NVRAM (Cmd+Opt+P+R when loading)
      ⚠️ Attention: After updating the drivers, some adapters (especially Realtek) can reset the power saving settings. Go to Device Manager → Network Adapters → Adapter Properties → Power Management and uncheck Allow the computer to turn off this device to save power.

      4. Connect to a hidden Wi-Fi network

      Many office or corporate networks are configured as "hidden" - they do not broadcast their SSID (network name), so they don't appear in the general list. To connect to such a network:

      • 🔑 Check with your network administrator for its exact name (SSID), security type (WPA2-PSK, WPA3) and password.
      • 📋 On Windows:
        1. Open Settings → Network and Internet → Wi-Fi.
        2. Click Manage known networks → Add new network.
        3. Enter SSID, select the security type and password.
    • 🍎 On macOS:
      1. Open System Preferences → Network → Wi-Fi → Advanced.
      2. In the "Favorite Networks" section, click + and add the network manually.
  • If the network still does not connect, check:

    • 🔒 The password you entered is correct (case sensitive!).
    • 📡 Network range: Some routers only broadcast in 5 GHz, and old adapters do not support it (switch the router to the mode 2.4 GHz or Mixed).
    • 🔄 Router settings: in the admin panel (192.168.1.1) check that the function Hide SSID (or "Hide network") is disabled.

    5. Checking router settings

    Sometimes the problem isn't with the laptop, but with the router settings themselves. Here's what to check:

    • 📡 Broadcast mode: go to the router panel (192.168.0.1 or 192.168.1.1) and make sure that the mode is enabled 802.11n/ac/ax (and not only 802.11b/g).
    • 🔒 Encryption type: if the router is configured to WPA3, and the laptop adapter does not support it, switch to WPA2-PSK.
    • 📶 Channel and width: Some adapters do not see networks on higher channels 11 (V 2.4 GHz) or width 80 MHz (V 5 GHz). Try installing the channel 6 and width 20/40 MHz.
    • 🔄 Regional settings: In some countries, channels are limited 12–14 in the range 2.4 GHz. Set the region Europe or US in the router settings.

    If you are unsure about the settings, reset the router to factory settings (button Reset on the back panel) and set it up again. Attention: After the reset, all connected devices will be disconnected, and you will have to enter passwords again.

    ⚠️ Attention: On routers TP-Link And ASUS After changing the wireless network settings, you may need to reboot the device (button Reboot in the admin panel).
    How to find out the IP address of a router?

    If standard 192.168.0.1 or 192.168.1.1 don't open, run it in the command line (Win + R → cmd):

    ipconfig

    Look for the line Main gateway - this is the IP of your router.

    6. Alternative ways to search for networks

    If standard methods don't work, try these options:

    • 🔍 Command Prompt (Windows):

      Open cmd as administrator and run:

      netsh wlan show networks mode=bssid

      This command will show All networks within range, including hidden ones (but without the ability to connect to them directly).

    • 📱 Mobile hotspot:

      If your laptop doesn't detect the router, share the internet connection from your phone and check if your PC connects to the network. If so, the problem is with the router; if not, the problem is with the laptop's adapter.

    • 🖥️ Linux tools:

      Utility iwlist scans the airwaves in more detail:

      sudo iwlist wlan0 scanning | grep ESSID
    • 🔧 Third-party programs:

      Utilities like NetSpot (For Windows/macOS) or Wifi Analyzer (For Android) will show all networks within range, indicating the channel, signal strength, and encryption type.

    If your laptop still can't see the network, but other devices connect fine, the problem may be a hardware issue with the adapter. In this case, replacing it or using an external adapter will help. USB Wi-Fi adapter (For example, TP-Link TL-WN823N).

    7. Diagnosing software conflicts

    Sometimes Wi-Fi Third-party programs, such as antiviruses, VPN clients, or network management utilities, are blocking your connection. Here's how to check:

    • 🛡️ Antiviruses: temporarily disable Kaspersky, Avast or ESET and try refreshing the network list. Some antiviruses (for example, Kaspersky Internet Security) have a built-in firewall that can block scanning.
    • 🌐 VPN and proxy: programs like NordVPN or ProtonVPN sometimes conflict with network adapters. Close them through Task Manager (Ctrl+Shift+Esc).
    • 🔧 Windows Services: Make sure the following services are running:
      • WLAN Automatic Configuration Service (Wlansvc)
      • Network connections (Netman)

      To enable them, click Win + R, enter services.msc, find the services in the list and start them.

    • If the conflict is caused by the virtual adapter driver (for example, after installation VirtualBox or VMware), remove virtual network devices via device Manager (they are usually marked as Virtual or Host-Only).

      Frequently Asked Questions (FAQ)

      The laptop only doesn't see one network, but it shows the others. What's wrong?

      Most likely this network:

      • Configured as hidden (you need to connect manually).
      • Works in the range 5 GHz, and your adapter only supports 2.4 GHz.
      • Uses an incompatible encryption type (eg. WPA3 on the router vs WPA2 on a laptop).
      • Check your router settings or try connecting to the network from another device (smartphone, tablet).

      After updating Windows, my laptop stopped detecting Wi-Fi. What should I do?

      Updates Windows Drivers or power-saving settings are often reset. Try the following:

      1. Roll back the adapter driver Device Manager (right click → Properties → Rollback).
      2. Install the driver from the laptop manufacturer's website (not through Windows Update).
      3. Check your power settings (see section 3).

    If the problem appears after a major update (for example, with Windows 10 on 11), try to return to the previous version of the OS within 10 days Settings → System → Recovery.

    Is it possible to connect to Wi-Fi without a password if the laptop doesn't remember it?

    No, if the network is password protected (WPA2/WPA3). However, there are workarounds:

    • Ask your network administrator to temporarily disable the password (not secure!).
    • Use WPS (if your router supports it): press the button WPS on the router, then select the network on the laptop and connect without a password (works within 2 minutes).
    • If this is your router, check if the password is saved in Managing known networks (Sometimes Windows hides symbols, but is connected automatically).

    ⚠️ Connecting to other people's networks without permission is illegal (Article 272 of the Criminal Code of the Russian Federation).

    The laptop sees the network, but doesn't connect - it says "Failed to connect."

    Reasons and solutions:

    • Incorrect password: Remove the network from the known ones and enter the password again (case sensitive!).
    • MAC address restriction: A filter may be enabled in the router settings MAC. Add MAC- your laptop's address is in the list of allowed ones (you can find it through ipconfig /all (in the command line).
    • IP conflict: manually assign to laptop IP- an address from the router range (for example, 192.168.1.100).
    • DHCP Failure: Restart your router and laptop.
    How do I check if my laptop supports Wi-Fi 6 (802.11ax)?

    There are several ways to find out:

    1. Check the adapter model in Device Manager and check its characteristics on the Internet (for example, Intel Wi-Fi 6 AX200 supports 802.11ax).
    2. In the command line, run:
      netsh wlan show drivers

      Look for the line Types of radio - if there is 802.11ax, then yes.

    3. On macOS open About This Mac → System Report → Network → Wi-Fi and see the supported standards.

    If your adapter does not support Wi-Fi 6, but the router broadcasts in this standard, switch the router to the mode 802.11ac (Wi-Fi 5) for compatibility.