My laptop's Wi-Fi has disappeared: all the reasons and ways to restore the connection

You turned on your laptop, and the Wi-Fi icon in the system tray suddenly had a red cross through it—or disappeared entirely? Networks aren't showing up, the internet isn't working, and rebooting doesn't help. This situation is familiar to every third user, and the causes can be either software glitches or hardware problems. In this article, we'll look into it. all possible scenarios, why Wi-Fi has disappeared on my laptop—from a simple adapter disconnect to driver conflicts after a Windows update. And most importantly: we'll give you step-by-step instructionsHow to restore the connection without calling a technician.

It is important to understand that the algorithm of actions depends on the operating system. Windows 10/11 Wi-Fi problems are often related to drivers or services, macOS network settings or system updates are to blame, and in Linux — kernel conflicts with adapter modules. We'll cover solutions for all platforms, and also specifically address cases where Wi-Fi physically absent from the list of devices (this is already a signal about a possible module failure).

Before you begin troubleshooting, check the obvious: is the internet working on other devices (smartphone, tablet)? If so, the problem is definitely with the laptop. If not, the router or ISP is to blame. In the latter case, proceed to our router troubleshooting guide.

1. Checking the physical switches and keys

Let's start with the simplest thing: many laptops (especially models Lenovo, HP And Dell (up to 2020) are equipped hardware Wi-Fi switches or key combinations to disable the module. Accidental key presses are the number one cause of Wi-Fi loss.

Where to look:

  • 🔍 Side switchOn the end of the case (usually on the left) there may be a miniature toggle switch with an antenna icon. Check its position—it should be in the "On" position (usually marked with a green dot).
  • 🎹 Keyboard shortcut: click Fn + F2 (at Lenovo), Fn + F12 (at HP) or Fn + F3 (at Asus). There should be a Wi-Fi icon on the key. Sometimes you need to hold it down. Fn 2–3 seconds.
  • 💡 Indicator: on some models (eg, Acer Swift) There's an LED next to the touchpad that indicates the Wi-Fi status. If it's off, the module is disabled.

If the switches are OK but Wi-Fi still doesn't work, proceed to the next step. Note: On laptops Apple MacBook (before 2018) there is no hardware Wi-Fi switch - control is only software.

📊 What is the brand of your laptop?
Lenovo
HP
Dell
Asus
Acer
Apple
Another

2. Diagnosing the Wi-Fi adapter in Device Manager

If the physical switches are not to blame, the problem may lie in a disconnected or faulty network adapter. Let's check its status through the Device Manager (relevant for Windows).

Instructions:

  1. Click Win + X and select "Device Manager".
  2. Expand the "Network adapters" branch.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or adapter model (for example, Intel AX200, Qualcomm Atheros).
  4. If there's a downward-facing arrow (🔽) next to the adapter, right-click it and select "Enable device."

If your adapter is not listed or is marked with an exclamation mark (⚠️), this indicates:

  • 🔄 Driver conflict (often after a Windows update).
  • 🛠️ Hardware failure (if the adapter is not detected even after reinstalling the drivers).

☑️ Checking the Wi-Fi adapter

Completed: 0 / 5

For macOS a similar check is performed through the "System Information" (Apple → About This Mac → System Report → Network → Wi-Fi). If the status says "Disabled", try enabling the module through "Network Settings".

3. Restart network services and reset the TCP/IP stack

Often, the loss of Wi-Fi is associated with a failure of the system services responsible for the network. Windows This can be resolved by restarting services and resetting network settings.

Perform in order:

  1. Open Command Prompt as Administrator (Win + X → Terminal (Admin)).
  2. Enter the commands one by one by pressing Enter after each:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

If the commands don't help, check the status of key services:

  1. Click Win + R, enter services.msc.
  2. Find services:
    • WLAN AutoConfig (WLAN autoconfiguration) - the status should be "Running".
    • Network connections (Network Connections).
  • If the service is stopped, right-click and select "Start".
  • For macOS Resetting network settings is performed through:

    1. Open Terminal (Programs → Utilities → Terminal).
    2. Enter:
      sudo ifconfig en0 down
      

      sudo ifconfig en0 up

      (replace en0 to your interface, if it is different).

    3. 4. Update or roll back adapter drivers

      Driver conflicts are the second most common cause of Wi-Fi loss. This occurs after:

      • 🔄 Updates Windows (especially major updates like 22H2).
      • 🛠️ Manual driver installation from the manufacturer's website.
      • 🖥️ Connecting external USB adapters (they can "overwrite" the built-in module driver).

    How to fix:

    1. Open Device Manager (Win + X → Device Manager).
    2. Find your Wi-Fi adapter in the "Network adapters" section.
    3. Right-click and select "Update driver → Search automatically".
    4. If the update did not help, do the following: driver rollback:
      • Right-click on the adapter → "Properties" → "Driver" tab.
      • Click "Rollback" if the button is active.

    If rolling back isn't possible or doesn't help, download the driver from the laptop manufacturer's official website (see the "Support" section). For example:

    • For Lenovo: support.lenovo.com → enter your laptop model.
    • For HP: support.hp.com → "Drivers and software".

    For macOS Drivers are updated via "Software Update" (Apple → System Preferences → Software Update). IN Linux It may be necessary to rebuild the kernel module (for example, for adapters Broadcom):

    sudo apt install --reinstall bcmwl-kernel-source
    What to do if Windows doesn't find the driver?

    Download the driver from the laptop manufacturer's website (not the adapter's!). Unzip the archive and in Device Manager, select "Update driver → Browse my computer for driver software → Manually select a folder."

    5. Checking router settings and changing the Wi-Fi channel

    Sometimes the problem is not in the laptop, but in conflicts on the router sideFor example, if the router is operating on a congested channel (especially relevant for apartment buildings), the laptop may not see the network or constantly lose it.

    How to check:

    1. Connect to the router via cable or another gadget (smartphone).
    2. Open your router's control panel (usually at 192.168.1.1 or 192.168.0.1).
    3. Go to the "Wi-Fi" (or "Wireless network") section.
    4. Check:
      • 📶 Channel: If it says "Auto", try manually selecting channel 1, 6 or 11 (they overlap the least).
      • 🔒 Security type: if used WEP - change to WPA2-PSK (or WPA3 for modern routers).
      • 📡 Opening hours: for stability, select 802.11n or 802.11ac (instead of mixed mode).

    If after the changes Wi-Fi still doesn't appear on your laptop, try reset the router to factory settings (button Reset on the back panel, hold for 10 seconds).

    6. Diagnostics of hardware faults

    If all software methods have been tried, but Wi-Fi is still missing, it is possible physical failure of the adapterSigns:

    • 🚫 The adapter is not displayed in Device Manager (even with a "!" sign).
    • 🔌 The laptop doesn't see it not a single one network, including hidden ones.
    • 💥 The problem appeared after a fall, liquid spill, or disassembly of the laptop.

    What to do:

    1. Checking the module connection:
      • Turn off the laptop and remove the battery (if removable).
      • Remove the back cover (on most models it is secured with latches or screws).
      • Find the Wi-Fi module (usually a small board with antenna wires, marked as Intel, Qualcomm or Broadcom).
      • Disconnect and reconnect the antenna cables (they are thin, white and black).
      • If the module is in the slot M.2 - carefully remove it and reinsert it.
  • Test with external adapter:
    • Buy or borrow a USB Wi-Fi adapter (costs from 300 ₽).
    • Connect it to your laptop - if Wi-Fi works, then the built-in module is faulty.
    • If the problem persists after checking the connection, the module will likely need to be replaced. A new adapter costs between 800 and 3,000 rubles, depending on the model. For replacement, contact a service center or perform the replacement yourself (there are many guides for specific laptops on YouTube).

      How to find the Wi-Fi module in a laptop?

      It's usually located under the back cover next to the cooler or battery. There will be a sticker on the board with the name (e.g. Intel Wireless-AC 9560). The antennas are connected to the connectors. MAIN And AUX.

      7. OS-specific issues

      Each operating system has its own unique Wi-Fi-related issues. Let's take a look.

      operating system A typical problem Solution
      Windows 10/11 After the update, Wi-Fi disappears (error "No connections available") Roll back the adapter driver or install the version from the laptop manufacturer's website
      macOS Wi-Fi connects, but the internet doesn't work (IP address 169.254.xx) Reset network settings: System Preferences → Network → Wi-Fi → Advanced → TCP/IP → Renew DHCP
      Linux (Ubuntu/Debian) The adapter is detected, but networks are not scanned (error "Operation not permitted") Install proprietary drivers: sudo ubuntu-drivers autoinstall
      Windows 7 There is no support for modern Wi-Fi standards (802.11ac) Upgrade to Windows 10/11 or use an external adapter

      For Linux The problem with the "soft" and "hard" Wi-Fi block is also relevant. If the command rfkill list shows Soft blocked: yes, unlock the adapter:

      sudo rfkill unblock wifi

      Frequently Asked Questions

      ❓ Why does Wi-Fi only disappear on Windows 11, but it works on the same laptop on Windows 10?

      Windows 11 is stricter about driver signatures. If your adapter is older than 2018, the system may block its driver as "incompatible." Solution:

      1. Disable mandatory driver signature verification:
        bcdedit.exe /set nointegritychecks on
      2. Install the driver manually through Device Manager.

    After installing the driver, restore signature verification with the command bcdedit.exe /set nointegritychecks off.

    ❓ My laptop sees networks but won't connect—it says "Unable to connect to the network."

    Reasons and solutions:

    • 🔑 Incorrect password: Delete the network in the settings and reconnect.
    • 🔄 IP conflict: In the connection properties, set the IP/DNS to be obtained automatically.
    • 🛡️ Blocked by antivirus: temporarily disable protection (eg. Kaspersky or Avast may block networks).
    ❓ Wi-Fi disappears after sleep/hibernation. How can I fix it?

    The problem is typical for Windows and is related to energy saving. Solution:

    1. Open Device Manager → Network adapters → your Wi-Fi properties.
    2. Go to the "Power Management" tab.
    3. Uncheck "Allow the computer to turn off this device to save power."

    For macOS a reset will help NVRAM:

    Shut down your Mac → Turn it on → Immediately press Command + Option + P + R (10 sec)

    ❓ Can I use a laptop without a Wi-Fi module?

    Yes, there are several alternatives:

    • 📶 USB Wi-Fi adapter (from 300 ₽, connects like a flash drive).
    • 🔌 Ethernet over USB (USB→RJ45 adapter if there is no LAN port).
    • 📱 Sharing Internet from a phone (via USB or Bluetooth).

    For stationary use, a USB adapter with support is best. 802.11ac (For example, TP-Link Archer T2U).

    ❓ How do I check if the Wi-Fi module is working on a new laptop?

    If you just bought a laptop and Wi-Fi doesn't work out of the box:

    1. Make sure there is no "No OS" sticker on your device - it may not have the drivers installed.
    2. Check the package contents: some budget models (for example, Chuwi or Jumper) are sold without a Wi-Fi module.
    3. Launch device Manager - If the adapter is not on the list, contact the store under warranty.

    If none of the methods helped and Wi-Fi is still missing, there are two most likely reasons: hardware failure of the module (replacement required) or BIOS-level lock (You need to reset the BIOS settings to factory defaults). In the latter case, when booting the laptop, press F2, Del or Esc (depending on the model), find the section Wireless and turn on the adapter.

    ⚠️ Please note: If your laptop was repaired under warranty and Wi-Fi is lost, do not disassemble it yourself, as this may void the warranty. Contact the service center and request that the defect be repaired.