Laptop Can't Detect Wi-Fi Networks: Complete Instructions for Restoring Connection

You turn on your laptop, and the list of available networks is empty. Or even worse: the Wi-Fi icon has a red X through it, and next to it, it says "No connections available." This situation is familiar to many, but the causes and solutions can vary dramatically. In some cases, a driver error is to blame, in others, a physical failure of the adapter, and sometimes the problem lies in the router settings or even the operating system.

This article will help diagnose the problem systematically — from the simplest checks to complex technical manipulations. We'll break it down Windows 10/11, macOS And Linux, and we will also give recommendations for laptops of different brands (ASUS, HP, Lenovo, Dell). Important: Some steps require administrator rights or access to the device's internals. If you're unsure, it's best to contact a service center.

Let's start with the most obvious: In 90% of cases, the problem can be solved using software without disassembling the laptop.However, if the adapter is physically damaged (for example, after a fall or liquid spill), the module will need to be replaced. Read on to find out how to tell the difference.

1. Basic check: router, buttons and modes

Before you dig into your laptop settings, make sure the problem isn't with the signal source. Here's minimum checklist, which will save you hours of diagnostics:

  • 🔌 Is the router turned on? Check the indicators on the case - at least one LED should be lit (usually Power or Wi-Fi). If everything goes out, check the power supply (socket, power supply, power button).
  • 📶 Is Wi-Fi activated on the router? On some models (TP-Link, Zyxel) there is a separate button Wi-Fi On/Off on the back panel. Press it once.
  • 🔄 Reboot your router. Unplug the power cord for 30 seconds, then plug it back in. Wait 2-3 minutes for the device to boot up.
  • 📱 Check other devices. Can your smartphone, tablet, or second laptop see the network? If not, the problem lies with your router or ISP.

If other devices connect normally, but the laptop doesn't, proceed to the next step. If Wi-Fi isn't detecting any devices:

  • 🛠️ Check it out router settings (login via cable or phone at the address 192.168.0.1 or 192.168.1.1). Make sure that in the section Wireless mode is on Enable Wireless and the correct frequency is selected (2.4 GHz or 5 GHz).
  • 📡 It is possible that the router is operating in the mode 802.11ac (5 GHz), and your laptop only supports 802.11n (2.4 GHz). Try changing the standard in the settings.
⚠️ Attention: On some laptops (Lenovo ThinkPad, Dell Latitude) there is a hardware Wi-Fi switch on the case or a key combination (for example, Fn + F2). If the Wi-Fi indicator on the keyboard is not lit, press this combination.
📊 What kind of router do you have?
TP-Link
ASUS
Zyxel Keenetic
MikroTik
Another

2. Diagnosing a Wi-Fi adapter in Windows

If the router is working, but the laptop still doesn't see the network, it's time to check network adapter. IN Windows 10/11 This is done through the Device Manager.

Open the menu Win + X and select device ManagerFind the section in the list. Network adaptersThere should be devices with names like:

  • Intel(R) Wi-Fi 6 AX200
  • Qualcomm Atheros QCA61x4
  • Realtek RTL8821CE
  • Broadcom 802.11ac

If the light next to the adapter is on yellow exclamation mark — the driver is not working properly. If the adapter none at all - this could mean:

  • 🔌 The adapter is disabled in BIOS/UEFI.
  • 💻 The driver is not installed or is corrupted.
  • 🛠️ Physical failure of the Wi-Fi module.

To enable the adapter:

  1. Right click on it → Activate the device (if there is such a clause).
  2. If the adapter is disabled in BIOS, restart the laptop, hold down F2/Del/Esc (depending on the model) and find the section AdvancedWireless or Onboard Devices. Set value Enabled.

☑️ Checking the Wi-Fi adapter in Windows

Completed: 0 / 5

3. Updating and reinstalling drivers

Driver errors are the most common reason why a laptop loses Wi-Fi. This can be resolved by updating or completely reinstalling the software.

Method 1: Automatic update

  1. IN Device Manager Right-click on the adapter → Update driverAutomatic search.
  2. If Windows finds an update, install it and restart your laptop.

Method 2: Manual installation from the manufacturer's website

Automatic search doesn't always find the latest drivers. It's best to download them from the official website:

Laptop brand Support link How to find a driver
ASUS https://www.asus.com/support Enter your laptop model → section Driver & ToolsWireless
HP https://support.hp.com Enter the serial number → DriversNet
Lenovo https://pcsupport.lenovo.com Select a model → Drivers & SoftwareNetworking: Wireless LAN
Dell https://www.dell.com/support Enter service tag → Drivers and downloadsNet

Method 3: Uninstall and clean install

If updating doesn't help, try completely uninstalling the driver and reinstalling it:

  1. IN Device Manager Right-click on the adapter → Remove device → check the box Remove the driver software for this device.
  2. Restart your laptop. Windows will attempt to install the driver automatically.
  3. If the network does not appear, install the driver manually (downloaded in advance from the manufacturer's website).
⚠️ Attention: After uninstalling the driver, your laptop may lose internet access via cable. Download the driver to another computer and transfer it to a flash drive.
wmic nic get name, manufacturer

This will show all network devices and their manufacturers.-->

4. Check Windows services and network settings

Sometimes the problem is not in the driver, but in system services, responsible for wireless connections. Check the following:

WLAN AutoConfig Service

  1. Click Win + R, enter services.msc and press Enter.
  2. Find a service WLAN AutoConfig Service (WLAN AutoConfig).
  3. Right click → Properties → make sure that Launch type costs Automatically, and the service itself In progressIf not, launch it.

Reset network settings

If the services are running, but Wi-Fi still doesn't see the network, try resetting the network stack:

  1. Open Command prompt as administrator (right click on "Start" → Windows Terminal (Administrator)).
  2. Run the following commands one by one:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

Checking the power saving mode

Windows may disable your Wi-Fi adapter to save battery power. To fix this:

  1. Open device Manager → Find your Wi-Fi adapter.
  2. Right click → Properties → tab Power management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

5. Diagnostics on macOS and Linux

Users MacBook and laptops with Linux also encounter Wi-Fi problems, but the checking algorithm is different.

For macOS (Monterey, Ventura, Sonoma):

  • 🔍 Check it out Wi-Fi menu in the upper right corner. If the icon is gray, the adapter is disabled. Click on it and select Turn on Wi-Fi.
  • 🛠️ Open System PreferencesNet → select Wi-Fi → click Additionally. Make sure it's in the list. Preferred networks there are no conflicting connections.
  • 🔄 Reset SMC (For MacBook with a chip Intel):
    1. Turn off your MacBook.
    2. Clamp Shift + Control + Option (left side of the keyboard) + power button for 10 seconds.
    3. Release the keys and turn on the laptop.

For Linux (Ubuntu, Debian, Fedora):

  • 🐧 Check if the adapter is recognized with the command:
    lspci | grep -i wireless

    or for USB adapters:

    lsusb
  • 📡 Make sure the kernel module is loaded:
    lsmod | grep iwlwifi

    (for adapters Intel) or rtl8xxxu (For Realtek).

  • 🔧 If the adapter is not recognized, manual driver installation may be required. For example, Realtek RTL8821CE:
    sudo apt install git dkms
    

    git clone https://github.com/tomaspinho/rtl8821ce

    cd rtl8821ce

    chmod +x dkms-install.sh

    sudo ./dkms-install.sh

  • ⚠️ Attention: On some Linux distributions (eg. Arch Linux) manual configuration may be required NetworkManager or wpa_supplicantIf you are unsure, use graphical utilities like nm-connection-editor.

    6. Hardware problems: what to do if the drivers are not to blame

    If you have tried all software methods and Wi-Fi still does not work, the problem may be ironHere are typical hardware faults:

    • 🔌 The antenna cable has become disconnected. A common problem after disassembling a laptop or dropping it. Solution: disassemble the laptop and reconnect the cable (experience required!).
    • 💥 The Wi-Fi module burned out. This can happen after power surges or liquid spills. Solution: replace the module (cost: 1,500 to 5,000 rubles, depending on the model).
    • 📡 Problems with antennas. If your laptop detects networks but won't connect, or the signal is very weak, the antenna may be damaged. Have it checked by a specialist.
    • How to check for hardware failure?

      1. Connect to laptop external USB Wi-Fi adapter (costs from 500 ₽). If it works, the problem is in the built-in module.
      2. Test your laptop on a different router or network (for example, at a cafe). If the same problem occurs everywhere, the hardware is to blame.
      3. Launch Linux Live CD (For example, Ubuntu). If Wi-Fi doesn't work there either, it's a hardware problem.

    If a module malfunction is confirmed, you have two options:

    • 🔧 Replacing the Wi-Fi module. For most laptops (HP Pavilion, Lenovo IdeaPad) it's not difficult - you need to unscrew the bottom cover and replace the board. For MacBook or Dell XPS complete disassembly may be required.
    • 💻 Using an external adapter. If you don't want to disassemble your laptop, buy a USB adapter (we recommend TP-Link TL-WN823N or ASUS USB-AC56).
    • What does a Wi-Fi module look like in a laptop?

      It is usually a small coin-sized board connected to the motherboard via a connector. M.2 2230 or NGFFThe module has two antenna connectors (black and white wires). See photo for an example: [description of appearance].

      7. Features for different laptop brands

      Manufacturers often use unique Wi-Fi management solutions, which can complicate diagnostics. Let's look at the nuances for popular brands.

      Brand Common problems Solution
      ASUS Conflict with the utility ASUS Wireless Radio Control. Uninstall the program via Control Panel → Programs or update it from the ASUS website.
      HP The adapter is disabled after updating the BIOS. Roll back the BIOS to the previous version or reset the settings (F10 when loading).
      Lenovo Problems with Lenovo Vantage or Lenovo Settings. Reinstall the utilities from the official website or reset their settings.
      Dell Wi-Fi disappears after hibernation. Disable hibernation using command powercfg /h off (as administrator).
      Acer Conflict with Acer Quick Access. Uninstall the program or update to the latest version.

      For laptops Apple (MacBook Air/Pro) issues are common after updating macOS. If Wi-Fi is lost after the upgrade:

      1. Check for updates via System Settings → Software Update.
      2. Reset NVRAM:
        1. Turn off your MacBook.
        2. Turn on by pressing and holding immediately Option + Command + P + R for 20 seconds.
      3. If that doesn't help, reinstall macOS in recovery mode. Recovery (Command + R when loading).

      8. When to contact the service center

      Not all problems can be solved on your own. Contact a specialist if:

      • 🔧 You disassembled your laptop but couldn't reconnect the antenna cable.
      • 💥 If the laptop was dropped, got wet, or was subjected to impacts, hidden damage may occur.
      • 🔍 Diagnostics show that the Wi-Fi module is not detected by the system (The device is not recognized V Device Manager).
      • 📡 The laptop sees networks, but does not connect to any of them (even with the correct password).

      Repair cost:

      • Diagnostics - from 500 to 1,500 ₽.
      • Wi-Fi module replacement - from 2,000 to 6,000 ₽ (including work).
      • Liquid Damage Repair - From 5 000 ₽ (depending on the extent of damage).

      Before visiting the service:

      • Make a backup copy of important data.
      • Write down your laptop model and serial number (usually on a sticker on the bottom).
      • If possible, take pictures of the errors on the screen.
      ⚠️ Attention: Some services may offer to "flash" the Wi-Fi module instead of replacing it. This is a risky procedure that can permanently damage the adapter. Insist on warranty repairs (if your laptop is under warranty) or a module replacement.

      FAQ: Frequently asked questions about laptop Wi-Fi issues

      My laptop sees networks but won't connect—what should I do?

      If networks are displayed, but the connection is lost or asks for a password endlessly:

      1. Check that the password is correct (sometimes the keyboard layout gets confused).
      2. Delete the network in Windows/macOS settings and reconnect.
      3. Change the security type on your router WPA3 on WPA2-PSK (in the router settings).
      4. Temporarily disable your firewall and antivirus.
      The Wi-Fi works, but it keeps dropping out. What's wrong?

      Reasons for unstable connection:

      • 📶 Weak signal - try moving the router closer or using a repeater.
      • 🔋 Power saving - disable this option Allow the device to turn off to save power (see section 4).
      • 🔄 Channel conflict - change the Wi-Fi channel in the router settings (for example, from Auto on 6 or 11).
      • 🛠️ Adapter overheating - clean your laptop from dust (especially relevant for HP Pavilion And Acer Aspire).
      After a Windows update, my laptop stopped detecting Wi-Fi. How can I roll back?

      If the problem appeared after the update:

      1. Open Settings → Update & Security → Recovery.
      2. Click Revert to a previous version of Windows (available for 10 days after update).
      3. If the option is not available, try restore the system through Control Panel → Recovery → Open System Restore.

      If rolling back doesn't help, uninstall the current Wi-Fi driver and install the version from the laptop manufacturer's website (see section 3).

      Is it possible to connect a laptop to the Internet without Wi-Fi?

      Yes, there are several ways:

      • 🔌 Ethernet cable. Connect your laptop to the router via LAN port (if there is one).
      • 📱 USB tethering. Connect your smartphone via USB and turn it on Modem mode in the phone settings.
      • 📡 External 4G modem. Buy a USB modem (for example, Huawei E3372) and insert the SIM card with the Internet tariff.
      • 💻 Bluetooth tethering. Turn on your phone Bluetooth hotspot and connect the laptop.
      How do I find out what Wi-Fi adapter my laptop has?

      There are several ways:

      • In Windows: Open device ManagerNetwork adapters. The adapter name will contain the brand (Intel, Realtek, Broadcom) and model.
      • In Linux: Run the command:
        lspci -knn | grep -iA3 net
      • By laptop model: Find the specifications on the manufacturer's website (section Specifications or Technical Details).
      • Physical examination: If you disassemble a laptop, the adapter is usually labeled (for example, Intel Wireless-AC 9560).