Replacement Wi-Fi module in a laptop - a problem that users face when the adapter breaks down and they want to update it to the standard Wi-Fi 6 or Wi-Fi 6E, or add support if necessary Bluetooth 5.2. Despite the apparent complexity, the procedure can be done even by beginners if you approach it systematically. The main thing is to choose the right compatible module, carefully disassemble the case and avoid common mistakes during installation.
In this article we will analyze the entire process from A to Z: from diagnosing a malfunction to setting up a new adapter in Windows or Linux. You will learn how to check the compatibility of the module with your laptop model, what tools you will need for disassembly, and what to do if the system does not recognize the new device. We will pay special attention to the nuances for popular brands - Lenovo ThinkPad, HP Pavilion, Asus ROG And Dell XPS, where access to the module may differ.
1. Signs of a faulty Wi-Fi module: when replacement is needed
Before you run for a new adapter, make sure that this is the problem. Here are the key symptoms indicating module failure:
- 🔌 The laptop does not detect any network, although other devices see them (check your smartphone or tablet).
- 🔄 Constant connection drops, even if the router is a meter away from the laptop and works stably with other gadgets.
- 🚫 B
Device Manager(Windows) orlsusb(Linux) the module appears with an exclamation mark or is missing altogether. - 📡 The signal is extremely weak (1-2 bars out of 5), despite the close location to the router and the absence of interference.
- 🔥 The module overheats (you can feel it with your hand through the ventilation grilles) or makes extraneous sounds (clicks, squeaks).
Important! If problems appear after updating the OS or drivers, first try rolling back to the previous version of the software. For example, in Windows this can be done via Control Panel → Programs → Programs and Features → View installed updates. For Linux the command will help:
sudo apt-get install --reinstall firmware-*-nonfree
⚠️ Attention: On some laptops (eg Lenovo Legion or MSI GS66) The Wi-Fi module is integrated into the motherboard and cannot be replaced. Check this with the model documentation or through a service center before purchasing a new adapter.
2. How to choose a compatible Wi-Fi module: key parameters
Not every adapter will fit your laptop. Main selection criteria:
| Parameter | What to consider | Example values |
|---|---|---|
| Form factor | Connector size and type. The most common - M.2 2230 (length 30 mm) and M.2 1216 (16 mm). Less common NGFF or Mini PCIe. | Intel AX200 (2230), Broadcom BCM94360 (1216) |
| Interface | Modern modules use PCIe or USB. For Wi-Fi 6 needed PCIe x1. |
PCIe + USB (for Wi-Fi + Bluetooth) |
| Wi-Fi standard | From Wi-Fi 4 (802.11n) up to Wi-Fi 6E (802.11ax). For gaming and 4K streaming, choose AX-series. | Wi-Fi 5 (AC), Wi-Fi 6 (AX), Wi-Fi 6E |
| Bluetooth support | If needed Bluetooth, look for modules marked CNVi (for Intel) or Combo. | Bluetooth 4.2, 5.0, 5.2 |
| Whitelist | Some manufacturers (for example, HP or Dell) block non-original modules at the BIOS level. | Check compatibility by laptop model |
To find out the current module use:
- 🪟 Windows:
Win + R→ entermsinfo32→ find the lineNetwork adapter. - 🐧 Linux: team
lspci -knn | grep -iA3 netorlsusb. - 🔧 Physical examination: Carefully remove the back cover and take a photo of the markings on the module.
Critical information: Modules from Intel (for example, AX200/AX210) often require additional settings in the BIOS - enabling the "CNVi Support" or "Wireless LAN Support" option. Without this, the adapter will not work, even if physically installed correctly.
- Wi-Fi 4 (802.11n)
- Wi-Fi 5 (802.11ac)
- Wi-Fi 6 (802.11ax)
- Wi-Fi 6E
- I don't know
3. Tools for replacement: what you need
To disassemble the laptop and replace the module, prepare:
- 🔧 Screwdriver set: cross (PH00 or PH0) and flat for plastic latches.
- 🧲 Magnetic mat or tray for screws - so as not to lose small parts.
- 📸 Smartphone for photographing the location of cables and screws before disassembly.
- 🧴 Plastic picks (or guitar picks) to gently open the latches.
- 🔌 Antistatic wrist strap (optional, but recommended to protect electronics).
- 💨 Can of compressed air for cleaning dust from connectors.
Advice: If your laptop single cell battery (like MacBook or Dell XPS 13), before disassembling, be sure to disconnect it from the motherboard! To do this, find the battery connector (usually it is under the black electrical tape) and carefully disconnect the cable.
Before disassembling, charge your laptop to 50% to minimize the risk of static discharge, which can damage components.
4. Step-by-step instructions for replacing the Wi-Fi module
The disassembly process depends on the laptop model, but the general sequence of actions is as follows:
- Turn off your laptop and disconnect the charger. Turn it over and remove the battery (if it is removable).
- Unscrew the screws on the back cover. Usually they are hidden under the rubber feet - carefully pry them off.
- Remove the cover, starting from the corner. Use a plastic pick to avoid damaging the latches. In some models (for example, Asus ZenBook) the lid can be glued - heat it with a hairdryer at the minimum temperature.
- Find the Wi-Fi module. It is usually located next to
M.2 SSDor under a black protective film. In laptops Lenovo ThinkPad The module may be under the keyboard. - Disconnect the antennas. Gently pull the black or white connectors (not the wires!). Remember which color was connected to which pin on the module (usually
MAINAndAUX). - Remove the screw, fixing the module, and remove it at an angle of 30-45 degrees.
- Install a new module, repeating the steps in reverse order. Make sure it fits tightly into the connector
M.2orMini PCIe.
For laptops with white list (For example, HP EliteBook or Dell Latitude) may require flashing a modified BIOS. This is a risky procedure - if you are not sure, contact the service.
Check that the antennas are connected to the same connectors (MAIN/AUX)
Make sure the module screw is tight but not overtightened.
All cables and cables are connected without kinks
No extra screws or parts after assembly -->
5. Setting up a new Wi-Fi module in Windows and Linux
After replacing a module, it must be activated in the system. Instructions for different OS:
🪟 Windows 10/11
- Turn on the laptop and wait for the system to boot.
- Open
Device Manager(Win + X → Device Manager). - In the section
Network adaptersa new module should appear (for example, Intel Wi-Fi 6 AX200). If it is not there or there is an exclamation mark, install the driver manually:
🐧 Linux (Ubuntu/Debian)
Most distributions provide drivers for popular modules (Intel, Realtek, Broadcom) are already included in the kernel. If the network is down:
# Обновите список пакетовsudo apt update
# Установите проприетарные драйверы (для Broadcom)
sudo apt install firmware-b43-installer
# Перезагрузите систему
sudo reboot
To check the operation of the module, use the commands:
# Просмотр информации о сетевых интерфейсахip a
# Сканирование доступных сетей
sudo iwlist wlan0 scan | grep ESSID
⚠️ Attention: On laptops with Intel CNVi modules (for example, AX201) on Linux may require kernel version 5.4+. Check your version with the command uname -r.
6. Common mistakes and how to avoid them
Even with careful replacement, you can encounter problems. Let's look at the most common ones:
- 🚫 The laptop does not turn on after assembly: check if you forgot to connect the battery cable or charger. In 90% of cases, the problem is an incorrectly connected power supply.
- 📡 Wi-Fi works, but the signal is weak: the antennas are probably connected to the wrong connectors (
MAINAndAUXreversed) or damaged cables. Try reconnecting them. - 🔄 The module is detected, but the connection is constantly broken: update your drivers or check your router settings (for example, disable
802.11r- fast roaming, which not all adapters support). - 🔌 Bluetooth not working: if the module is combined (Wi-Fi + Bluetooth), make sure that the option is enabled in the BIOS
Bluetooth SupportorWireless Radio Control.
If after replacing the module the laptop displays an error "Wi-Fi adapter not found" or "No Wi-Fi networks available", try:
- Reset BIOS settings (remove battery CMOS for 10 seconds or use a jumper
CLR_CMOS). - Install the module in another slot (if there are several of them, for example, in Dell Precision).
- Check if the adapter is blocking
Wi-Fi hardware switch(on some models HP or Acer it is located on the sidebar).
What to do if the BIOS does not see the new module?
If after installing a module it does not appear in the BIOS or Windows, the problem may be whitelist (whitelist). Some manufacturers (for example, HP or Lenovo) programmatically block non-original adapters. Solutions:
1. Update BIOS to the latest version - sometimes manufacturers remove restrictions.
2. Use a modified BIOS (for example, from the community MyDigitalLife for HP). This is risky and may void your warranty!
3. Buy the original module with the same PID/VID, as the old one (you can find out through Device Manager → Properties → Hardware ID).
4. Try a module from the same manufacturer (for example, if there was Intel 7265, take it Intel AX200 - the chance of compatibility is higher).
7. Recommendations for choosing modules for popular laptops
The table below shows proven replacement options for common models. Check compatibility by the exact name of your laptop!
| Brand and model | Stock module | Recommended Replacement | Notes |
|---|---|---|---|
| Lenovo ThinkPad T480/T490 | Intel 8265 (Wi-Fi 5) | Intel AX200 (Wi-Fi 6) or AX210 (Wi-Fi 6E) | Required to enable CNVi in BIOS. Supports Bluetooth 5.2. |
| HP Pavilion 15 (2018-2022) | Realtek RTL8821CE | Intel AX201 or Broadcom BCM94360 | There may be problems with the white list. For AX201 BIOS patch needed. |
| Asus ROG Strix G15 | Intel 9260 | Intel AX200 or Killer AX1650 | Killer AX1650 gives priority to traffic for games. |
| Dell XPS 13 (9360-9380) | Killer 1435 | Intel AX200 or AX211 | Modules Killer often conflict with Linux. AX200 - a universal option. |
| MacBook Pro (2015-2017) | Broadcom BCM94360 | Broadcom BCM94360CD (with support Bluetooth 4.2) | For macOS you need a module with PCIe interface. Intel won't do! |
Important for owners MacBook: When replacing a module in 2018 and newer models (with chips T2) may be required software binding through Apple Configurator. Without this, Wi-Fi will not work.
Before purchasing a module, be sure to check its compatibility with your laptop model through services like NotebookCheck or forums (for example, NotebookReview). Even if the form factor is suitable, there may not be enough support at the BIOS level.
FAQ: Frequently asked questions about replacing a Wi-Fi module
❓ Is it possible to replace the Wi-Fi module with a more powerful one for a better signal?
Yes, but the improvement will be noticeable only in three cases:
- You will replace the module with Wi-Fi 4 (802.11n) on Wi-Fi 6 (802.11ax) - this will increase speed and stability.
- The new module supports MU-MIMO or 160 MHz channels, and your router supports them too.
- The old module was physically damaged (for example, the antenna was torn off).
If the problem is a weak signal, first check the router - perhaps changing the channel or updating the firmware to DD-WRT.
❓ Do I need to update the BIOS before replacing the module?
Updating the BIOS is recommended in two cases:
- Your laptop is more than 3 years old and you are installing a new standard module (for example, Wi-Fi 6E).
- The manufacturer has added support for new adapters in the latest BIOS versions (this is indicated in the list of changes on the support site).
However, be careful: a failed BIOS update can brick your laptop. Follow the manufacturer's instructions and do not interrupt the process.
❓ How to check if a new module works without installing Windows?
Can be used Live Linux distribution (For example, Ubuntu or Mint):
- Download the ISO image from the official website and burn it to a USB flash drive via Rufus or BalenaEtcher.
- Boot from the flash drive (in BIOS select
USB-HDDas the first boot device). - In the terminal, run the command
lspci -knn | grep -iA3 net— if the module is detected, it is working.
You can also check the signal with the command iwconfig or connect to the network via a GUI.
❓ What to do if after replacing the module the laptop began to heat up more?
It's ok if:
- The new module supports Wi-Fi 6/6E - it is more powerful and can heat up to 60-70°C during active data transfer.
- You installed the module with Bluetooth 5.0+, which works in tandem with Wi-Fi (for example, Intel AX200).
If the temperature exceeds 80°C:
- Check to see if the module is touching other components (such as RAM).
- Make sure the thermal pad (if present) is put back in place.
- Update your drivers - sometimes overheating is caused by unoptimized software.
❓ Is it possible to use an adapter from AliExpress or is it better to take the original?
Modules with AliExpress or Amazon suitable if:
- Have you checked your compatibility?
PID/VID(device identifiers). - The seller has a high rating (95%+) and positive reviews about a specific module model.
- The price is not too low (eg. Intel AX200 cannot cost less than $20 - it’s a fake).
Risks of purchasing a non-original module:
- Poor soldering quality - the adapter may stop working after a few months.
- Lack of certificates (eg FCC or CE), which may cause interference.
- Counterfeits of well-known brands (for example, instead of Intel AX200 they will send you a relabeled one Realtek).
For critical tasks (for example, for a work laptop), it is better to buy modules from official stores or from trusted suppliers.