Why the Wi-Fi module isn't working: a full analysis of the causes and solutions

You've turned on your laptop or PC, but there's no internet connection—the Wi-Fi icon is crossed out, no networks are displayed, or the connection keeps dropping. This situation is familiar to everyone, but the causes can vary dramatically: from a simple disconnected adapter to a serious hardware failure. In this article, we'll look into it. all possible scenarios, why the Wi-Fi module stops working, and we will give specific instructions to diagnose and resolve the problem - without general advice or empty phrases.

The peculiarity of Wi-Fi modules is that they depend on both hardware (chip, antennas, connectors), software environment (drivers, OS settings) and external factors (interference, router, provider). Therefore 90% of problems are solved without replacing the module — it's enough to correctly identify the source of the problem. Let's start with the most obvious and gradually move on to more complex cases.

1. Physical damage: how to check the Wi-Fi module at the hardware level

The first thing to rule out is mechanical malfunctionsA Wi-Fi module can fail due to a laptop being dropped, exposure to moisture, overheating, or even simple contact wear. In desktop PCs, the problem often stems from improper connection of the adapter to the motherboard.

How to check:

  • 🔍 External inspection: On laptops, the Wi-Fi module is usually located under a cover on the back panel (near the cooler or battery). Look for the markings WLAN, Wi-Fi or the manufacturer's logo (for example, Intel, Qualcomm Atheros, Broadcom). Check if the antenna wires (thin black/white cables) are loose.
  • 🔌 Connection: In a PC, the Wi-Fi adapter can be inserted into a slot PCIe or M.2 (key A/E). Make sure it fits tightly in the connector - sometimes reconnecting it is enough.
  • 💡 Indication: on some laptops (for example, Lenovo ThinkPad or Dell Latitude) There's a separate Wi-Fi indicator. If it's off or flashing red, it's a clear sign of a hardware problem.

If the module appears to be intact but isn't detected by the system, try connecting it to another device (for example, plugging it into another PC or laptop using an adapter). If it still doesn't work, the adapter is likely burned out. In this case, replacement is the only option.

⚠️ Attention: On laptops Apple MacBook (Especially pre-2018 models) Wi-Fi modules are often soldered to the motherboard. Replacing them yourself without a soldering station can damage other components.
📊 What type of device do you have?
Laptop
Desktop PC
Monoblock
Smart TV

2. Drivers: the most common reason for Wi-Fi not working

In 60% of cases, Wi-Fi does not work due to missing, outdated or conflicting driversThis is true for all operating systems, but especially for Windows, where drivers often crash after updates or virus attacks. Symptoms:

  • 🖥️ It appears in the device manager Unknown device or Network controller with an exclamation mark.
  • 🔄 Wi-Fi disconnects periodically or only works after a reboot.
  • 📥 Internet speed is limited (for example, 54 Mbps instead of 300 Mbps).

How to fix:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the tab Network adaptersLook for devices with names Wireless, Wi-Fi, 802.11 or chip model (for example, Intel AX200, Qualcomm QCA61x4).
  3. If the adapter is marked with a yellow triangle, right-click and select Update driver → Automatic search.
  4. If the update didn't help, download the driver from official website of the manufacturer (do not use third-party driver packs!).

For Linux installation of proprietary drivers is often required. For example, for chips Broadcom execute:

sudo apt install firmware-b43-installer
⚠️ Attention: After upgrading Windows to a new version (for example, from 10 to 11), old drivers may conflict. In this case, completely removing the device in the Device Manager (right-click → Remove device) followed by a reboot.

Make sure the adapter is visible in Device Manager.

Update the driver via Windows Update

Download the driver from the laptop/motherboard manufacturer's website

Restart your PC after installation

Test in safe mode (if the problem persists)

-->

3. Software conflicts: services, settings, and viruses

Even if the driver is installed, Wi-Fi may not work due to:

  • 🛑 Disabled service WLAN AutoConfig (responsible for managing wireless networks in Windows).
  • 🔒 Firewall/antivirus blocking (For example, Kaspersky or Avast may block network connections).
  • 🦠 Viruses, which replace network settings (for example, proxy or DNS).
  • ⚙️ Incorrect power supply parameters (Windows may turn off the adapter to save power.)

Diagnostic instructions:

  1. Check WLAN service:
    1. Click Win + R, enter services.msc.
    2. Find a service WLAN AutoConfig, right-click → Properties.
    3. Install Startup type: Automatic and press Launch.
  2. Reset network settings:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /flushdns

    Once completed, restart your PC.

  3. Check your power settings:
    1. Open Control Panel → Power Options → Change plan settings → Change advanced power settings.
    2. Find the section Wireless Network Adapter Settings → Power Saving Mode.
    3. Install Maximum performance for both states (battery and mains).

If you suspect a virus, scan your system. Malwarebytes or Dr.Web CureIt!This is especially true if, along with Wi-Fi, access to network settings has been lost or unknown proxies have appeared.

4. Router issues: why the module doesn't see the network

Sometimes the problem is not in the adapter, but in router or network settingsSymptoms:

  • 📡 Wi-Fi networks are not displayed at all (or only one of several is visible).
  • 🔄 The connection is established, but there is no internet (No network access).
  • 📶 The signal is extremely weak (1-2 divisions), although it was stable before.

What to do:

Problem Cause Solution
The network is not displayed SSID broadcasting is disabled in the router settings. Go to the router's web interface (192.168.1.1) and turn it on Enable SSID Broadcast
Connection, but no internet IP address is not assigned (DHCP is disabled) Check your router's DHCP settings or assign a static IP manually.
Weak signal Interference from other networks or wrong channel Change the Wi-Fi channel in the router settings (for example, from Auto on 6 or 11)
Constant breaks Router overload (many connected devices) Limit the number of devices or enable QoS in the settings

If the problem occurs on all devices (phones, tablets, other PCs) - the router is to blame. Try:

  • 🔄 Reboot the router (unplug it from the socket for 30 seconds).
  • 🔧 Factory reset (Reset button on the back panel).
  • 📡 Change the Wi-Fi operating mode with 802.11n on 802.11ac (or vice versa).
⚠️ Attention: On some routers (for example, TP-Link Archer C6After resetting the settings, you may need to re-link to your provider (enter your PPPoE login and password). Check your contract or contact support for this information.

5. Conflicts with other hardware: USB, Bluetooth, PCIe

The Wi-Fi module may conflict with other devices, especially if they use the same interrupts (IRQ) or frequency rangesTypical culprits:

  • 🔌 USB 3.0 ports: create interference in the 2.4 GHz range (especially if near a Wi-Fi antenna).
  • 🔵 Bluetooth adapters: many modules (for example, Intel AX200) combine Wi-Fi and Bluetooth, and with active use of the headset, the Internet speed drops.
  • 🖥️ Other PCIe devices: Video cards, sound cards, or M.2 SSDs can "take" resources from the Wi-Fi adapter.

How to diagnose:

  1. Open device Manager and check for any conflicts (yellow exclamation marks next to the devices).
  2. Disconnect all USB devices (especially external hard drives or 3G/4G modems) and check if Wi-Fi is available.
  3. If you use Bluetooth- headset, try turning it off or switching to a wired one.

For USB 3.0 interference you can try:

  • Connect the problematic USB device to the port on the other side of the laptop (further away from the Wi-Fi module).
  • Disable USB 3.0 in BIOS (switch to USB 2.0).
  • Update the motherboard BIOS (relevant for PCs with chipsets Intel 300/400 series).
How to check for IRQ conflicts in Windows

Open Device Manager → View → Resources by Type → Interrupts (IRQs)If multiple devices share the same IRQ (for example, Wi-Fi and a video card), this can cause conflicts. The solution is to update the BIOS or manually reassign the IRQ in the system settings (for advanced users).

6. BIOS/UEFI settings: why Wi-Fi is disabled at the hardware level

In some cases, the Wi-Fi module physically disabled in BIOSThis can happen after:

  • 🔧 BIOS updates.
  • 🛠️ Resetting BIOS settings (for example, after replacing the battery) CR2032).
  • 🔒 Activating the mode Airplane Mode at the hardware level (found on laptops) HP And Dell).

How to enable:

  1. Restart your PC and enter the BIOS (usually the key Del, F2 or Esc when loading).
  2. Find the section Advanced, Onboard Devices or Wireless.
  3. Make sure the parameters Wireless LAN, WLAN or Wi-Fi installed in Enabled.
  4. If there is an option Airplane Mode - turn it off.
  5. Save settings (F10) and reboot.

On laptops Lenovo And ASUS You may need to enable Wi-Fi additionally function keys (For example, Fn + F2 or Fn + F12). Check the icons on the keys—Wi-Fi is usually marked with an antenna 📡.

7. Operating system issues: from Windows to Linux

Each operating system has its own Wi-Fi quirks. Let's look at some typical scenarios:

Windows 10/11:

  • 🪟 "No connections available": check if the adapter is disabled in Network and Sharing Center → Change adapter settings (right click → Turn on).
  • 🔄 Constant breaks: disable the option Allow the computer to turn off this device to save power in the adapter properties (Device Manager → Network Adapter → Power management).
  • 🛡️ Blocking by Group Policy: If you are on a domain, the administrator may have disabled Wi-Fi via gpedit.msc (chapter Computer Configuration → Administrative Templates → Network → Wireless Connections).

macOS:

  • 🍎 "Wi-Fi: no equipment": reset NVRAM (turn off your Mac, turn it on with the keys pressed Option + Command + P + R for 20 seconds).
  • 📱 Problems after update: delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and reboot.

Linux (Ubuntu/Debian):

  • 🐧 Module not defined: check the command output lspci | grep -i network or lsusb (for USB adapters).
  • 📦 No proprietary software: for chips Broadcom install the package bcmwl-kernel-source.
  • 🔌 Network disconnected: complete rfkill unblock wifi (sometimes Wi-Fi is blocked by default).

8. When the only option left is to repair or replace the module

If all the previous steps did not help, most likely the problem is in hardware failure module. Features:

  • 🔥 Visible damage (melted contacts, chips on the chip).
  • 📉 The module is detected by the system, but does not pick up any networks (even after resetting the router).
  • 🔌 Stops working after heating up (for example, after 10-15 minutes of use).

What can be done:

  • 🔧 Resolder the contacts: if the module comes off the connector (relevant for laptops after a fall).
  • 🔄 Replace antennas: Sometimes it is enough to change the antenna wires (they cost pennies).
  • 🆕 Buy a new module: modules with the same interface are suitable for laptops (M.2 2230 or NGFF) and support for your Wi-Fi standard (for example, Wi-Fi 6 For Intel AX200).

To replace in a laptop:

  1. Purchase a compatible module (check your laptop model on the manufacturer's website).
  2. Disconnect the battery and remove the back cover.
  3. Disconnect the antennas (be careful not to damage the connectors!).
  4. Remove the old module and install the new one (it should click into place without any effort).
  5. Connect the antennas (black wire to MAIN, white - to AUX).

The cost of a new laptop module ranges from 1,500 to 5,000 rubles (depending on the standard: Wi-Fi 5 cheaper, Wi-Fi 6E more expensive). For a PC, you can buy an external USB adapter (for example, TP-Link Archer T4U) for 2,000–3,000 rubles.

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

My laptop can't see any Wi-Fi networks, but everything works on my phone. What's wrong?

Most likely, the problem is with the drivers or a hardware fault with the module. First, check the Device Manager—if the adapter is marked with an exclamation mark, update the driver. If the adapter isn't displayed at all, try reconnecting it (for PCs) or checking the BIOS settings (for laptops). Also, make sure Wi-Fi isn't disabled by a function key (e.g., Fn + F2).

The Wi-Fi connects, but the internet isn't working. What should I do?

This is a typical issue with IP or DNS settings. Try:

  1. Open command prompt and enter:
    ipconfig /release
    

    ipconfig /renew

    ipconfig /flushdns

  2. Check your router settings to see if DHCP is enabled (it should assign an IP address automatically).
  3. Manually enter DNS (for example, 8.8.8.8 And 8.8.4.4 from Google).
  4. Disable VPN or proxy if used.
My Wi-Fi stopped working after a Windows update. How do I fix it?

Windows updates often reset drivers. Try:

  1. Roll back the driver: in the Device Manager, right-click on the adapter → Properties → Driver → Roll Back Driver.
  2. Remove the device and reboot (Windows will try to install the driver automatically).
  3. Download the driver from the laptop/motherboard manufacturer's website (do not use driver packs!).
  4. If nothing helps, roll back the Windows update (Settings → Update & Security → Update history → Uninstall updates).
Is it possible to use an external USB Wi-Fi adapter if the built-in one is broken?

Yes, this is the simplest solution for PCs and laptops. For laptops, choose compact adapters (for example, TP-Link TL-WN725N), for desktop PCs you can take a model with an antenna (for example, ASUS USB-AC56). Please note:

  • USB 2.0 limits speed to 480 Mbps, so for Wi-Fi 5/6 it is better to use USB 3.0.
  • Some adapters require driver installation (especially for Realtek chips).
  • In Linux, manual configuration may be required (for example, for chips Realtek RTL88x2BU).
How to check if the Wi-Fi module is working on a new laptop?

If you just bought a laptop and the Wi-Fi isn't working:

  1. Make sure the adapter is enabled in the BIOS (see section 6).
  2. Check if it is disabled by a function key (usually Fn + one of the F-keys with an antenna icon).
  3. Update your drivers through the manufacturer's official website (do not use the included disks, as they are outdated).
  4. If nothing helps, contact the store under warranty (it may be a manufacturing defect).