How to restore Wi-Fi adapter functionality: from drivers to hardware

Sudden loss of Wi-Fi on a computer or laptop is a familiar situation for many. The access point is working, other devices are connecting, but your PC stubbornly ignores all networks or displays the error "No connections available"The reasons may lie in both software failures and hardware malfunctions of the adapter. This article will help systemically Diagnose the problem and restore Wi-Fi functionality without contacting a service center.

We will analyze all possible scenarios: from a banal disconnection of the adapter to Device Manager before physical damage to the laptop's antenna. We will pay special attention drivers — their incorrect operation is the cause of 60% of malfunctions. You'll also learn how to distinguish a software glitch from a hardware failure and when it's really worth taking your device in for repair.

Important: If the Wi-Fi adapter is integrated into the motherboard (as in most laptops), some solutions will require disassembling the case. For discrete USB adapters (e.g., TP-Link TL-WN725N or ASUS USB-AC56) the recovery process is simpler - they can be tested on another PC.

1. Check basic settings: Is the adapter enabled?

Before digging deeper, make sure the problem isn't a simple settings issue. On laptops, the Wi-Fi adapter often disconnects. physical button or a keyboard shortcut (for example, Fn + F2 on Lenovo or Fn + F12 on HP). Desktop PCs with discrete adapters (eg Intel AX200) may have similar switches on the body.

Also check:

  • 🔄 Airplane mode: it disables all wireless modules. In Windows 10/11, it can be activated accidentally through Notification Center or key Fn + PrtSc (on some models).
  • 🖥️ device Manager: open it through Win + X, find the "Network adapters" section and check if there is one next to your device down arrows (disable icon).
  • 🔌 USB port: if the adapter is external, try reconnecting it to another port (preferably USB 2.0, because USB 3.0 may cause interference).

On macOS (if we are talking about MacBook) check the Wi-Fi status in the menu bar or via System Preferences → NetworkOn Linux, run the command:

rfkill list

If in the output next to wlan costs Soft blocked: yes, unlock the adapter with the command:

sudo rfkill unblock wifi
📊 What type of Wi-Fi adapter do you have?
Built into the laptop
USB adapter
PCIe card in a PC
Don't know

2. Diagnostics via Windows Network Settings

Windows has a built-in network diagnostic tool that's often overlooked. It doesn't always solve the problem, but it can point you in the right direction. To run it:

  1. Click Win + I → "Network and Internet" → "Status".
  2. Scroll down and select "Network troubleshooting».
  3. Follow the wizard's instructions. Pay attention to the final report—it may contain error codes like 0x80070035 (driver problem) or 0x80072EFD (hardware failure).

If the diagnostics did not help, check Windows services, responsible for the network:

  • 🔧 Open services.msc (through Win + R).
  • Find services:
    • WLAN AutoConfig (should be launched, launch type - automatically)
    • Network List Service (Network List Service)
  • If they are disabled, enable them and restart your PC.

3. Updating and reinstalling drivers

Drivers — the most common cause of Wi-Fi problems. They can fail after a Windows update, conflict with other programs, or simply become outdated. Let's look at all the ways to fix them.

Method 1: Automatic update via Device Manager

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section "Network adapters", find your Wi-Fi module (for example, Qualcomm Atheros QCA61x4 or Intel Wireless-AC 9560).
  3. Right click → «Update driver» → «Automatic search».

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:

  • 🔗 For laptops: Search for the driver by device model on the website Lenovo, HP, Dell etc.
  • 🖧 For discrete adapters: download from websites TP-Link, ASUS, Intel (for example, for Intel AX200Intel support page).

Method 3: Uninstall and clean install

If updating does not help, completely remove the current driver:

Launch Device Manager | Uninstall the device with the "Delete driver software" checkbox | Restart your PC | Install the driver manually from the official website-->

Critical error: If after uninstalling the driver the Wi-Fi adapter disappears from the Device Manager and is not even detected as an "Unknown Device", this may indicate a hardware failure (for example, loose contacts on the motherboard).

4. Checking the hardware: antennas, contacts, overheating

If software methods don't work, the problem may be hardware related. This is especially true for laptops, where the Wi-Fi module often suffers from overheating or mechanical damage.

Symptoms of hardware failure:

  • 🚨 The adapter appears and disappears in the Device Manager.
  • 🔥 Wi-Fi only works near the router (weak signal even at a short distance).
  • 🔌 The laptop does not see the network after a fall or impact.

What to check:

  1. Antennas: In laptops, they are connected to the Wi-Fi module with thin cables (usually black and white). If the cable is loose or damaged, the signal will be weak or absent. To access the module, remove the back cover of the laptop (on some models). HP or Acer you need to detach the keyboard).
  2. Contact: on PCIe or M.2 Wi-Fi modules (for example, Intel 9260NGW) the contacts are oxidized. Carefully clean them with an eraser.
  3. OverheatIf the adapter disconnects after 10-15 minutes of use, check the module's temperature (you can touch the laptop's case in the Wi-Fi area). If overheating occurs, replacing the thermal pad may help.
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 (key A+E) or PCIeThere are two antenna connectors (u.FL or IPEX) on the board, marked MAIN And AUX. Example: Broadcom BCM94360CS2 (used in MacBook).

Symptom Probable cause Solution
There is Wi-Fi, but the speed is very low (1–5 Mbps) One of the antennas is damaged Check the cable connections to the connectors MAIN/AUX
The adapter disappears after loading (online games, torrents) Chip overheating or unstable power supply Replace the thermal pad, check the capacitors on the board
Windows sees networks but can't connect ("Unable to connect") Driver security module failure Roll back the driver or install the version from the manufacturer's website
Wi-Fi only works on 2.4 GHz, 5 GHz is not visible The 802.11ac standard is not supported or is disabled in the BIOS. Update the driver, check the BIOS settings (Wireless Mode Selection)

5. Reset network settings and check for conflicts

Sometimes the problem is not in the adapter, but in network protocol conflicts or incorrect settings. Try the following steps:

Resetting the TCP/IP stack

Open Command line as administrator and run in order:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Afterwards, restart your PC.

Checking IP Conflicts

If your PC and another device on the network have the same IP address, Wi-Fi may become unstable. To check:

  1. Open Command line and enter ipconfig /all.
  2. Find the line IPv4 addressIf it starts with 169.254.x.x, this means that DHCP is not issuing an address (a problem on the router side or a MAC address blocking).

Disabling VPNs and firewalls

Some VPN clients (eg. NordVPN or ProtonVPN) and firewalls (for example, Kaspersky) may block your Wi-Fi connection. Try:

  • 🛡️ Temporarily disable your antivirus.
  • 🌐 Remove VPN programs via Control Panel → Programs and Features.
  • 🔄 Reboot your router (sometimes it “forgets” the device’s MAC address).

6. Check for viruses and malware

Some viruses specifically block network connections to prevent antivirus software updates or downloading medications. For example, Trojans DNSChanger or Vawtrak They change network settings, and miners overload the adapter with traffic.

Signs of infection:

  • 🕵️‍♂️ Wi-Fi works, but pages don't open (the virus changed the DNS).
  • 📉 My internet speed dropped sharply for no reason.
  • 🔄 Network settings are reset after reboot.

How to check:

  1. Download Kaspersky Virus Removal Tool or Dr.Web CureIt! to another PC and transfer it to a flash drive.
  2. Run a scan in safe mode (click F8 when loading or use msconfig).
  3. Please pay attention to the files in the folders:
    • C:\Windows\System32\drivers\etc\hosts (must be empty or contain comments only)
    • C:\Users\YourName\AppData\Roaming (look for suspicious .exe)

7. When to contact a service center: signs of hardware failure

If none of the methods helped, most likely the problem is hardware. Here precise signsthat the adapter needs to be taken in for repair:

For laptops:

  • 🔧 The Wi-Fi module is not detected even after reinstalling Windows and resetting the BIOS.
  • 🔥 The housing in the adapter area gets very hot (you can get burned).
  • 📶 Antennas are physically damaged (cables are torn or connectors are broken).

For USB adapters:

  • 🔌 The device is not detected on any PC/laptop.
  • 💥 When connecting, you can smell burning or see blackened elements.
  • 🔄 The indicator on the adapter does not light up (if there is one).

Repair cost:

Type of failure Estimated price (2026) What are they doing?
Replacing the Wi-Fi module in a laptop 1 500–3 500 ₽ Installing a new module (eg. Intel AX210) with the transfer of antennas
Repair of antenna connectors 800–2 000 ₽ Soldering or replacing u.FL/IPEX connectors
Reflashing the BIOS (if the adapter is disabled at the chip level) 1 000–2 500 ₽ Updating BIOS using a programmer

If your laptop is under warranty, do not disassemble it yourself—this will void the warranty. A service center may replace the module free of charge (for example, under the program Lenovo Premium Care or Dell CompleteCare).

FAQ: Frequently asked questions about restoring your Wi-Fi adapter

My laptop can't detect Wi-Fi, but Bluetooth works. What's wrong?

Wi-Fi and Bluetooth are often combined into one module (for example, Intel Wireless-AC 9560 (They support both standards) but use different antennas. If Bluetooth works but Wi-Fi doesn't, the problem may be:

  • Damaged Wi-Fi antenna (check cable connections) MAIN/AUX).
  • Wi-Fi driver failure (Bluetooth driver works fine).
  • Hardware Wi-Fi disable at BIOS level (go into BIOS and check the settings) Wireless LAN).
After updating Windows, my Wi-Fi adapter disappeared from Device Manager. What should I do?

This is a common issue after major updates (for example, from Windows 10 to 11). Solutions:

  1. Roll back the system to the previous version via Settings → Update & Security → Recovery.
  2. Install the driver in compatibility mode:
    • Download the driver for an older version of Windows.
    • Right-click the installer → Properties → Compatibility → select Windows 10.
  • If the adapter still doesn't appear, check if it's disabled in the BIOS (sometimes updates reset settings).
  • Is it possible to repair a USB Wi-Fi adapter yourself?

    If the adapter isn't detected on any device, the chances of repair are minimal. However, you can try:

    • 🔧 Re-solder the USB connector (if the contacts have come loose - a common problem after mechanical damage).
    • 🔥 Replace burnt out elements (If the adapter gets hot or smells burnt, look for blackened resistors/capacitors).
    • 📶 Flash the chip (for adapters based on Realtek RTL8188 or Mediatek MT7610 Sometimes reflashing the firmware helps Flash Tool).

    For most USB adapters (especially budget ones, like TP-Link TL-WN722N) repairs are not cost-effective - it’s easier to buy a new one for 500-1000 ₽.

    How do I check if my Wi-Fi adapter works on another device?

    For testing:

    • 🖥️ USB adapter: Connect it to another PC/laptop. If it works, the problem is with your computer (drivers, settings).
    • 💻 Built-in adapter in the laptop: remove the module (open the back cover, disconnect the antennas and remove the fastening screw) and connect it to another laptop via an adapter M.2 → USB (For example, NGFF M.2 E-Key Adapter).

    If the adapter does not work on any device, it is faulty.

    Could a router be causing problems with a Wi-Fi adapter?

    Yes, but indirectly. For example:

    • 📡 The router is operating in the mode 802.11n only, and your adapter only supports 802.11ac (or vice versa). Go to your router settings and change the mode to 802.11a/b/g/n/ac.
    • 🔒 Enabled MAC address filter, and your PC is blacklisted.
    • 🔄 The router only issues IP addresses via DHCP, but the adapter settings contain a static IP (or vice versa).

    To bypass the router, connect the adapter to another network (for example, a mobile hotspot on your phone).