My laptop doesn't detect my Wi-Fi router, but other devices do: what to do in 2026

Is your laptop stubbornly refusing to connect to your home Wi-Fi, even though your smartphone, tablet, and even smart speaker connect without issue? It's annoying, but solvable. In 90% of cases, the problem isn't a hardware issue, but a settings issue. network adapter, drivers or parameters routerMoreover, the laptop itself or the router could be to blame—for example, if it operates in an incompatible standard. 802.11ax (Wi-Fi 6), and your adapter only supports 802.11ac.

In this article, we'll look at all the possible causes, from the mundane (disabled Wi-Fi on a laptop) to the exotic (channel conflicts with neighboring networks). You'll get step-by-step instructions For Windows 10/11, macOS and even Linux, as well as a Wi-Fi standard compatibility table. Let's not waste time on the obvious: if the router isn't distributing internet at all (no indicators are lit), first check its power supply and the cable from your provider.

📊 What kind of laptop do you have?
Windows
MacBook
Linux
Chromebook
Another

1. Check basic settings: Is Wi-Fi enabled?

Start with the simplest thing: make sure that wireless adapter activated on the laptop. Windows This can be done in several ways:

  • 🔄 Key on the body: On some models (Lenovo, HP, Dell) there is a physical Wi-Fi switch or a key combination (for example, Fn + F2). Check if the adapter is mechanically disconnected.
  • 🖥️ TaskbarClick the network icon in the lower right corner. If Wi-Fi is turned off, click the corresponding button.
  • ⚙️ Windows Settings: Go to Start → Settings → Network & Internet → Wi-Fi and make sure the slider is in the "On" position.

On MacBook Check the top panel: the Wi-Fi icon should be active (if not, click on it and select “Turn on Wi-Fi”). Linux (For example, Ubuntu) open terminal and enter:

sudo rfkill list

If there is a line in the output Soft blocked: yes For wlan, unlock the adapter with the command sudo rfkill unblock wifi.

⚠️ Attention: On some laptops (ASUS ROG, MSI) Wi-Fi may turn off in high performance mode or when the “gaming” profile is activated in the proprietary software (for example, Armoury Crate). Check the utility settings from the manufacturer.

2. Network adapter diagnostics: drivers and hardware

If Wi-Fi is turned on but networks are still not showing up, the problem may be network card driver or its malfunction. On Windows follow these steps:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the Network Adapters tab and find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
  3. If there is a yellow exclamation mark next to the adapter, right-click on it and select "Update driver."

For macOS update the system via System Settings → Software UpdateOn . Linux Check loaded kernel modules:

lsmod | grep -i wifi

If the output is empty, the driver may not be installed. For popular adapters (Broadcom, Realtek) use commands:

sudo apt install firmware-b43-installer # For Broadcom

sudo apt install rtl8821ce-dkms # For Realtek RTL8821CE

If the adapter is not displayed in Device Manager In general, this may indicate:

  • 🔌 Hardware failure (Wi-Fi module burned out).
  • 🔧 Disabling in BIOS/UEFI (go to settings when loading, find the section Advanced → Wireless LAN and turn it on).
  • 🖥️ Conflict with other equipment (for example, if you recently installed a new video card or SSD).

Make sure Wi-Fi is enabled on your laptop|Check Device Manager for errors|Update the adapter driver|Check BIOS/UEFI settings|Test on a different router (if possible)-->

3. Router settings: why your laptop can't see your network

If other devices connect to the router, but the laptop does not, the problem may be in the settings. routerHere's what you need to check:

  • 📡 Wi-Fi standard: Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1) and check which standard is used. If selected 802.11ax (Wi-Fi 6), and your laptop is older than 2019, try switching to 802.11ac (or mixed mode 802.11a/b/g/n/ac).
  • 🔒 Hidden network (SSID): If the "Hide SSID" option is enabled in the router settings, the laptop will not be able to detect it. Either disable this option, or connect manually (in Windows through Settings → Wi-Fi → Hidden Network).
  • 📶 Channel and channel width: Some adapters do not support channel width 80 MHz or channels above 14 (in the 2.4 GHz range). Try setting the width 20/40 MHz and the channel 1-11.

Also check if it is enabled on the router MAC address filterIf so, add the MAC address of your laptop's Wi-Fi adapter to the list of allowed addresses. You can find the MAC address in Windows via command:

ipconfig /all | findstr "Physical Address"
⚠️ Attention: On some routers (TP-Link Archer C6, ASUS RT-AX88U) There's a feature called "AP Isolation." If it's enabled, your laptop may not see the network even if other devices are connected. Disable it in your wireless network settings.
Wi-Fi standard Max. speed Range Laptop support
802.11b 11 Mbps 2.4 GHz All models (obsolete)
802.11g 54 Mbps 2.4 GHz All models (obsolete)
802.11n (Wi-Fi 4) 600 Mbps 2.4/5 GHz Laptops since 2009
802.11ac (Wi-Fi 5) 3.5 Gbps 5 GHz Laptops since 2013
802.11ax (Wi-Fi 6) 9.6 Gbps 2.4/5 GHz Laptops from 2019

4. Channel conflicts and interference from neighbors

If your router operates in a busy band (for example, in an apartment building), your laptop may simply not be able to hear the network due to interference. Check channel congestion using these utilities:

  • 🖥️ Windows: NetSpot, Wi-Fi Analyzer (from Microsoft Store).
  • 🍎 macOS: Wireless Diagnostics (built-in utility, launched by holding Option + click on the Wi-Fi icon).
  • 🐧 Linux: sudo apt install wavemon.

If the channel is overloaded (for example, 5-10 networks are using it), change it in the router settings:

  1. Log into your router's web interface.
  2. Find the section Wireless Settings (or similar).
  3. Select a channel manually (eg. 6 or 11 for 2.4 GHz, 36-48 for 5 GHz).
  4. Save the settings and reboot the router.

5. IP Addressing Issues: DHCP vs. Static Settings

The laptop may not see the network due to a conflict. IP addresses or incorrect settings DHCP. Try the following:

  1. Open Command line (Win + R → cmd) and enter:
    ipconfig /release
    

    ipconfig /renew

    This will reset your current network settings.

  2. If this doesn't help, assign a static IP manually:
    1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network and click Properties.
    3. Scroll to IP Settings and select Manual.
    4. Please enter an IP address from your router's range (for example, 192.168.1.100, if the router 192.168.1.1).

On macOS reset network settings:

  1. Open System Preferences → Network.
  2. Select Wi-Fi, click Advanced → TCP/IP → Renew DHCP Lease.
⚠️ Attention: If the network is used VPN or corporate settings (for example, 802.1X), they may be blocking the connection. Temporarily disable the VPN or check the security settings in the router settings (section Wireless Security).

6. Hardware problems: how to check the Wi-Fi module

If none of the previous methods helped, the problem may be in physical malfunction adapter. Here's how to diagnose it:

  • 🔧 Test on another routerTake your laptop to a friend's place or to a cafe and try connecting to a different network. If it doesn't see any networks, the problem is with the laptop.
  • 🖥️ Check via Live USB: Boot from USB flash drive Linux (For example, Ubuntu). If Wi-Fi works there, it's my fault. Windows (drivers or settings).
  • 🔍 Visual inspection: On some laptops (Lenovo ThinkPad, HP ProBook) Wi-Fi module is connected via connector M.2 or miniPCIeIf you're tech-savvy, open the back cover and check to see if the antenna has come loose.

Critical Information: On laptops with a replaceable Wi-Fi module (e.g., Dell XPS 13, ASUS ZenBook) Problems often arise after upgrading RAM or SSD. This is because when disassembling, you can accidentally touch the antenna wires leading to the adapter. If you recently upgraded your laptop, check the antenna connections—they should be firmly connected to the connectors. MAIN And AUX on the module.

If the adapter is faulty, it can be replaced. Most laptops are compatible with modules of this format. M.2 2230 (For example, Intel AX200 or Qualcomm QCA61x4). Cost: from 1,500 to 4,000 rubles (as of 2026).

What does a Wi-Fi module look like in a laptop?

A typical Wi-Fi adapter is a small board measuring approximately 3 x 2 cm with two antenna connectors (labeled MAIN and AUX). The board is marked with markings, such as:

- Intel: AX200NGW, 8265NGW

- Broadcom: BCM94360

- Realtek: RTL8822BE

Antennas are connected via ultra-thin coaxial cables (often black and white).

7. Alternative connection methods if Wi-Fi doesn't work

While you're looking for a solution, you can temporarily connect to the internet in other ways:

  • 📱 USB tethering: Share the Internet from your smartphone via a USB cable (Android or iPhone). On Windows The drivers will be installed automatically.
  • 🔌 Ethernet adapterBuy an adapter USB-to-Ethernet (costs ~500 rubles) and connect to the router via cable.
  • 📡 External Wi-Fi adapter: USB dongle (eg TP-Link TL-WN725N) will cost 600–1,500 rubles and will temporarily replace the built-in module.

If the laptop doesn't see only your router, but it connects to other networks, try:

  1. Reset the router to factory settings (button Reset on the back panel).
  2. Update your router firmware (download the latest version from the manufacturer's website).
  3. Change network name (SSID) and password (sometimes helps with conflicts with the connection cache).

FAQ: Frequently Asked Questions

My laptop can't connect to Wi-Fi after a Windows update. What should I do?

Updates Windows Network adapter drivers are often reset or damaged. Try:

  1. Roll back driver: in Device Manager Click on the adapter → “Properties” → “Driver” → “Roll Back Driver”.
  2. Install the driver from the laptop manufacturer's website (not from Windows Update).
  3. If the problem started after a major update (for example, Windows 11 24H2), check the Microsoft forums for known bugs.
My MacBook doesn't detect the 5 GHz network, but it does detect the 2.4 GHz network. What's wrong?

Laptops Apple older than 2013 (for example, MacBook Pro Retina Mid 2012) don't support the 5 GHz band. The problem could also be in the router settings:

  • Check if 5 GHz is enabled in your router settings (sometimes it is disabled by default).
  • Make sure the channel width does not exceed 40 MHz (some MacBook don't work with 80 MHz).
The laptop sees the network, but doesn’t connect – it says “Failed to connect.”

This is a different issue, not related to network discovery. Causes:

  • 🔑 Incorrect password (check the case!).
  • 🔒 Incompatible security type (for example, the router is configured to WPA3, and the laptop only supports WPA2).
  • ⏳ DHCP lease expired (try ipconfig /release And ipconfig /renew (in the command line).
Is it possible to connect to Wi-Fi without drivers?

No, the driver is required for the network adapter to function. However, there are workarounds:

  • Use USB Wi-Fi adapter with its own drivers (they are usually installed automatically).
  • Connect via Ethernet (if there is a port) and download the drivers.
  • On Linux Some adapters work with built-in kernel drivers (for example, Atheros AR9285).
After replacing the Wi-Fi module, the laptop doesn't detect it. What should I do?

Possible reasons:

  1. The module is not compatible with the laptop (check support on the manufacturer's website).
  2. Antennas are not connected (check the connectors) MAIN And AUX).
  3. Wi-Fi is disabled in BIOS (go to settings and enable it) Wireless LAN).
  4. Drivers are needed (download them in advance for the new module).

On some laptops (Lenovo ThinkPad) there is a "white list" (whitelist) of allowed Wi-Fi modules. If your module isn't on the list, the laptop won't see it.