Wi-Fi adapter not connected to network: what to do and how to restore connection

You turned on your laptop or PC, and in the tray instead of the usual Wi-Fi icon there is a red cross or the message “No connections available"? Or the system writes that The Wi-Fi adapter is not connected, even though your router is working properly? This problem is familiar to millions of users, and its causes can be rooted in both software glitches and hardware malfunctions. Don't rush to take your device to a service center: in 80% of cases, the problem can be fixed on your own in 10-30 minutes.

In this article we will look at all possible scenarios for disabling a Wi-Fi adapter — from a simple shutdown in Device Manager to physical damage to the antenna. You'll learn how to diagnose the problem. Windows 10/11, macOS And Linux, which commands will help restore the connection, and when it's really time to contact a specialist. For desktop PC owners, we've prepared a separate section on checking USB and PCI adapters.

Before you start repairing, answer one question:

📊 How often does your Wi-Fi adapter turn off?
First time
Once a week
Every day
Only after Windows update

1. Checking the physical connection of the adapter

Start with the most obvious: make sure the adapter is physically connected to the device. This is especially true for external USB adapters (For example, TP-Link TL-WN725N or ASUS USB-AC56>) and PCI-e cards (How Intel AX200 or Broadcom BCM94360).

For laptops:

  • 🔍 Check if the adapter is disabled hardware switch (often located on the sidebar or next to the keyboard).
  • 💡 On some models (Lenovo ThinkPad, Dell Latitude) Wi-Fi is turned off by a combination Fn + F2 or Fn + F12 - press it.
  • 🔌 If the adapter is built-in, but the signal disappears after the laptop is dropped, the antenna cable may have come loose (disassembly is required).

For desktop PCs:

  • 🖥️ If you use PCI-e card, open the case and check that it fits snugly in the slot. The antennas should be screwed in all the way.
  • 🔌 For USB adapters try another port (preferably USB 2.0 - it's more stable 3.0 for Wi-Fi).
  • ⚡ Unplug the adapter for 30 seconds, then plug it back in - this sometimes clears frozen states.
⚠️ Attention: If the adapter is connected via USB hub If you're using an extender, try connecting it directly to your PC. Cheap hubs often don't provide enough power for Wi-Fi modules.

2. Diagnostics in Windows Device Manager

If everything is physically in order, check whether the adapter is recognized by the system. To do this:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or the model of your adapter (for example, Qualcomm Atheros QCA61x4).

Possible problems and solutions:

Symptom Cause Solution
The adapter is marked with a yellow exclamation mark. Drivers are missing or corrupted Update the driver (see section 3)
The adapter is not in the list Power failure, BIOS failure, physical failure Check BIOS, reinstall the adapter in a different slot
Adapter gray (disabled) Software shutdown Right click → Engage
There is an adapter, but without an exclamation mark. The driver is installed, but it is not working properly. Roll back the driver or reset the network (section 4)

If the adapter is not listed at all, try:

  • 🔄 Restart your PC with with fast startup disabled (Settings → System → Power → Advanced settings → Shut down).
  • 🔧 Update BIOS/UEFI motherboard (relevant for PCs with integrated Wi-Fi).
  • 🔍 Connect the adapter to another PC. If it's not detected there either, the problem is with the device itself.

3. Updating and reinstalling drivers

Corrupted or outdated drivers are the most common reason a Wi-Fi adapter fails. Even if everything appears normal in Device Manager, the driver may have crashed after a Windows update or a conflict with other software.

Method 1: Automatic update

  1. IN Device Manager Right-click on the adapter → Update driver.
  2. Select Automatic search.
  3. If the system finds an update, install it and restart your PC.

Method 2: Manual installation from the manufacturer's website

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

  • 🌐 For laptops: visit the manufacturer's website (Lenovo, HP, Dell) → support section → enter the device model.
  • 🖥️ For PCI-e/USB adapters: search for the driver by the chip model (for example, Realtek RTL8821CE or Intel Wi-Fi 6 AX200).
  • 📥 Download only from official sources — drivers from torrents may contain viruses.

Method 3: Roll back the driver

If the problem appeared after a Windows update, revert to the previous driver version:

  1. IN Device Manager click on the adapter → Properties → tab Driver.
  2. Click Roll back (if the button is active).
  3. Restart your PC.

Make sure the adapter is visible in Device Manager|

Try automatic driver update|

Download the driver from the manufacturer's official website|

Roll back the driver if the problem appeared after an update|

Restart your PC after any changes-->

⚠️ Attention: On Windows 11 sometimes it helps driver removal with cleaningFor this purpose, Device Manager select Remove device → check the box "Remove the driver software for this device» → Restart your PC. The system will reinstall the driver.

4. Reset network settings and Windows services

If the adapter is detected but won't connect to the network, the problem may be with network settings or services. Let's start with the most effective method: network reset:

For Windows 10/11:

  1. Open Settings → Network & Internet → Status.
  2. Scroll down and click Network reset.
  3. Confirm the action and restart your PC.

This operation deletes all saved networks and VPN profiles and resets settings to factory defaults. After rebooting, try connecting to Wi-Fi again.

Checking network services

If resetting doesn't help, make sure the necessary services are running:

  1. Click Win + R, enter services.msc.
  2. Find services:
    • WLAN Automatic Configuration Service (WlanSvc)
    • Network connections (Netman)
    • Network List Service (NlaSvc)
  • For each: right click → Properties → select startup type Automatically → click Launch.
  • Commands for diagnostics in CMD

    Open Command prompt as administrator and perform one by one:

    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    After each command, restart your PC.

    5. Problems with router settings

    Sometimes a Wi-Fi adapter won't connect due to incompatibility with the router's settings. For example, if the router's "Unattended" mode is enabled. 802.11ac (5 GHz), and the adapter only supports 802.11n (2.4 GHz).

    What to check in your router settings:

    • 📶 Wi-Fi operating mode: install Mixed (802.11b/g/n/ac) or 802.11n only for maximum compatibility.
    • 🔒 Encryption type: use WPA2-PSK (AES). WPA3 may not be supported by older adapters.
    • 📡 Wi-Fi channel: If the adapter loses connection, try setting the channel manually (for example, 6 or 11 for 2.4 GHz).
    • 🔄 DHCP: Make sure the DHCP server is enabled, or configure a static IP for the adapter.

    How to access router settings:

    1. Connect to the router via cable or another device.
    2. Enter in your browser 192.168.0.1 or 192.168.1.1 (the address is indicated on the router sticker).
    3. Log in (standard login/password: admin/admin or admin/empty).
    ⚠️ Attention: If after changing the router settings Wi-Fi disappears on all devices, follow these steps resetting the router to factory settings (button Reset on the back panel).
    How do I know which Wi-Fi standard my adapter supports?

    Open device ManagerNetwork adapters → Right-click on your Wi-Fi module → Properties → tab AdditionallyLook for parameters like Wireless Mode, 802.11n/ac or Band. If it only says 802.11b/g, your adapter does not support modern standards. 5 GHz And Wi-Fi 6.\]

    6. Hardware faults and their symptoms

    If none of the software methods helped, the problem may be in physical damage to the adapterHere are the key signs of hardware failure:

    • 🔌 The adapter is not detected on any PC/laptop.
    • 🔥 A burning smell appears or melted elements are visible (relevant for USB adapters).
    • 📉 The signal disappears with the slightest movement of the laptop (the antenna cable is damaged).
    • 🔋 The adapter heats up to high temperatures (over 70°C) even without load.

    What you can do yourself:

    • 🛠️ For laptopsDisassemble the device and check that the antenna wires are securely connected to the Wi-Fi module. They often become disconnected after a fall.
    • 🔧 For PCI-e cards: Reinstall the adapter in a different slot or clean the contacts with an eraser.
    • 🔌 For USB adapters: try connecting via USB hub with external power supply - if the adapter works, the problem is insufficient port power.

    When to contact service:

    • If the adapter burned down (blackened microcircuits are visible).
    • If after disassembling your laptop you find broken contacts on the Wi-Fi module.
    • If the adapter is detected but does not catch the net even next to the router (the signal amplifier may have burned out).
    ⚠️ Attention: Doing your own antenna repair or soldering requires experience. Mistakes can lead to complete failure of the adapter or a short circuit on the motherboard.

    7. Features on macOS and Linux

    On macOS And Linux Diagnosing a Wi-Fi adapter has its own nuances. Let's take a closer look.

    For macOS (Catalina, Big Sur, Ventura, Sonoma):

    • 🍎 Check if Wi-Fi is disabled in Control Center (icon in the upper right corner).
    • 🔄 Restart the Wi-Fi module via Terminal:
      sudo ifconfig en0 down
      

      sudo ifconfig en0 up

      (replace en0 on your interface, you can find out with the command networksetup -listallhardwareports).

    • 🔧 Reset network settings:
      sudo networksetup -resetnetworksettings
    • 📥 Update the adapter firmware via Software update (chapter System Preferences).

    For Linux (Ubuntu, Debian, Arch, Fedora):

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

      or for USB:

      lsusb
    • 🔌 If the adapter is visible but doesn't work, install proprietary drivers:
      sudo apt install firmware-iwlwifi

      (for adapters Intel) or

      sudo apt install firmware-realtek

      (For Realtek).

    • 🔄 Restart the network service:
      sudo systemctl restart NetworkManager

    If the adapter Broadcom (often found in MacBook and some PCs), on Linux you may need to install a driver b43-firmware:

    sudo apt install firmware-b43-installer

    FAQ: Frequently asked questions about a non-working Wi-Fi adapter

    ❓ Why does the Wi-Fi adapter work but not show any networks?

    This may be caused by:

    • Disabled mode SSID Broadcast on the router (hidden network).
    • Incompatibility of channels (for example, the router broadcasts on Channel 13, and the adapter only supports 1–11).
    • There is a driver error - try reinstalling it.

    Solution: Connect to the router via cable and check the settings Wireless → Basic Settings.

    ❓ Can an antivirus block Wi-Fi?

    Yes, some antiviruses (for example, Kaspersky, Avast, ESET) have modules network protection, which may be blocking the connection. Try:

    • Temporarily disable antivirus.
    • Add the network to the firewall exceptions.
    • Check your settings IDP (intrusion prevention system).
    ❓ How can I check if my Wi-Fi adapter works on another PC?

    Connect the adapter to another computer:

    • For USB adapters: just insert it into another PC.
    • For PCI-e cards: move to another slot or PC.
    • For built into the laptop: check through Live USB with Linux (for example, Ubuntu).

    If the adapter isn't detected anywhere, it's broken. If it's detected but doesn't work, the problem lies with the host PC's settings.

    ❓ Why does the Wi-Fi adapter turn off after sleep or hibernation?

    This is a common Windows problem related to power management. Solution:

    1. Open device ManagerNetwork adapters → Right-click on your adapter → Properties.
    2. Go to the tab Power management.
    3. Uncheck the box Allow the computer to turn off this device to save power.
    4. Click OK and restart your PC.
    ❓ Which adapters are best for stable Wi-Fi?

    If your current adapter is constantly disconnecting, consider replacing it with a more reliable model:

    Type Model Peculiarities
    USB TP-Link Archer T4U Dual-band (2.4/5 GHz), supports Wi-Fi 5, external antenna
    PCI-e Intel Wi-Fi 6 AX200 Support Wi-Fi 6, low power consumption, compatible with Linux
    M.2 (for laptops) Broadcom BCM94360NG Used in MacBook, excellent compatibility with macOS And Windows
    USB (budget) Realtek RTL8188EU Inexpensive, but requires manual installation of drivers on Linux

    When choosing, pay attention to support for your OS And Wi-Fi standard (For example, Wi-Fi 6 for high speeds).