Have you just reinstalled Windows, but your laptop refuses to connect to Wi-Fi? Or has your internet connection suddenly disappeared after a system update, and you're seeing a cross over the network icon in the system tray? In 90% of cases, the problem lies in the absence or incorrect operation of the wireless adapter driverBut what's it called? Where can I find it? And why didn't Windows install it automatically?
In this article, we'll figure out how to accurately determine the name of the Wi-Fi driver for your laptop - whether it's Intel AX200, Qualcomm Atheros QCA61x4, Realtek RTL8821CE or another chip. You will find out where to download official drivers for HP Pavilion, Lenovo IdeaPad, ASUS Vivobook and other models, how to install them manually, and what to do if the system stubbornly refuses to detect the network. And also, why universal drivers from torrents can do more harm than good.
Spoiler: the driver name depends not on the laptop brand, but on the model Wi-Fi module, which is installed in it. And it can be identified even without an internet connection—more on that later.
What is a Wi-Fi driver and why is it important?
A Wi-Fi driver is a software that allows an operating system (Windows, Linux, macOS) communicate with the wireless adapter your laptop. Without it, the adapter simply won't work: the system won't see it, and you won't be able to connect to the network.
Reasons why a driver may be missing or not working properly:
- 🔄 Reinstall Windows (especially if a "clean" image without built-in drivers was used).
- ⚡ A system update made the old driver no longer compatible.
- 🛠️ Replacing the Wi-Fi module (for example, with a more powerful one) Intel AX210).
- 🦠 Virus infection or damage to system files.
It is important to understand: driver name ≠ laptop nameFor example, you may have Lenovo ThinkPad T14, but it has a Wi-Fi module installed inside Intel Wi-Fi 6 AX201A driver is needed specifically for this module, and not for "Lenovo in general."
How to find the name of the Wi-Fi driver on a laptop
There are three reliable ways to identify your Wi-Fi adapter model (and, accordingly, the name of the required driver). Let's look at them from the simplest to the most complex.
Method 1: Via Device Manager (if the adapter is displayed)
If you see a Wi-Fi icon in your Windows tray (even with an exclamation mark), follow these steps:
- Click
Win + Xand select device Manager. - Expand the section
Network adapters. - Find the device with the words Wireless, Wi-Fi, 802.11 or brand name (Intel, Qualcomm, Realtek, Broadcom).
- Right click on it →
Properties→ tabIntelligence→ selectEquipment ID.
In the field Meaning you will see lines like this:
PCI\VEN_8086&DEV_2723&SUBSYS_00248086
PCI\VEN_8086&DEV_2723
Here VEN_8086 - this is a vendor (manufacturer, Intel), A DEV_2723 — chip model. Using this information, you can find the driver on the manufacturer's website.
Method 2: Via the command line (if the adapter is not detected)
If your Wi-Fi adapter is not visible in Device Manager, try getting information from the command line:
- Click
Win + R, entercmdand pressEnter. - Enter the command:
wmic nic get name, manufacturer, description - Look for lines mentioning this in the output. Wireless or Wi-Fi.
If that doesn't work, use the command to view all PCI devices:
wmic path win32_pnpentity get name, deviceid | find "PCI"
Method 3: Physical Check (for advanced users)
If your laptop doesn't detect the Wi-Fi module at all, it may be disabled or damaged. In this case:
- 🔧 Open the back cover of the laptop (on some models, the Wi-Fi module is accessible through a separate hatch).
- 🔍 Find a miniature board with antenna wires (usually taped or secured with a screw).
- 📝 Write down the markings on the chip (for example, Intel 8265NGW or Qualcomm QCA6174).
What to do if there is no marking on the module?
Sometimes manufacturers paint over chips or apply stickers. In this case, try searching for your laptop model on the brand's official website and checking the specifications—they usually list the type of Wi-Fi adapter.
Wi-Fi driver names for popular laptops
To save you time, we've compiled a table of the most common Wi-Fi modules and corresponding drivers for laptops of various brands. Please note: the same laptop model may come with different adapters!
| Laptop brand | Wi-Fi adapter model | Driver name (for search) | Wi-Fi 6 (802.11ax) support |
|---|---|---|---|
| HP (Pavilion, Envy, Omen) | Intel AX200/AX201 | Intel PROSet/Wireless WiFi Driver | Yes |
| Lenovo (IdeaPad, ThinkPad) | Realtek RTL8852AE | Realtek Wireless LAN Driver | Yes |
| ASUS (Vivobook, ROG) | Qualcomm Atheros QCA61x4 | Qualcomm Atheros Wi-Fi Driver | No (Wi-Fi 5) |
| Acer (Swift, Nitro) | Mediatek MT7921 | MediaTek Wi-Fi 6 Driver | Yes |
| Dell (Inspiron, XPS) | Broadcom BCM4352 | Dell Wireless Driver (Broadcom) | No (Wi-Fi 5) |
Important: Driver names may differ depending on the Windows version. For example, Intel releases universal drivers with WPA3 support for Windows 11, while separate packages are available for Windows 10.
Where can I download the official Wi-Fi driver?
Never download drivers from torrents or unknown websites! This can lead to:
- 🦠 Virus infection (especially if the file has the extension
.exeinstead of.infor.sys). - 🔄 Installing an outdated or incompatible version.
- 🚫 Network block due to fake certificates.
Use only official sources:
1. Laptop manufacturer's website
Go to the support page for your model (eg. support.hp.com for HP or pcsupport.lenovo.com for Lenovo) and enter the exact model number. Look for the section Drivers → Network Adapters.
2. Website of the Wi-Fi chip manufacturer
If you know the adapter model (for example, Intel AX201), download the driver directly:
- 🌐 Intel:
www.intel.com/content/www/us/en/download/19351(Wireless AX200/AX201/AX210) - 🌐 Realtek:
www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-hub - 🌐 Qualcomm Atheros:
www.qualcomm.com/products/feature/wireless-connectivity/software
3. Via Windows Update (if there is no internet access)
Connect your laptop to the router via cable (Ethernet) and run:
- Open
Settings → Update & Security → Windows Update. - Click
Checking for updates. - After installing the updates, restart your laptop.
Make sure there are no exclamation marks next to the network adapter in Device Manager | Check if the Wi-Fi icon appears in the system tray | Connect to the network and check the speed (it should match the plan) | Update Windows to the latest version for compatibility
-->
How to install a Wi-Fi driver manually
If you downloaded the driver from the official website, it may be in one of three formats:
.exe— self-extracting installer (just run the file and follow the instructions)..zipor.rar— archive with files.infAnd.sys(must be installed via Device Manager)..msi— a package for installation via Windows Installer.
For manual installation from archive:
- Unzip the archive into a folder (for example,
C:\WiFi_Driver). - Open device Manager, find your Wi-Fi adapter (with an exclamation mark).
- Right click →
Update driver→Search for drivers on this computer. - Specify the path to the unzipped folder and click
Next.
What to do if Windows refuses to install a driver?
Sometimes the system blocks the installation of unsigned drivers. In this case, disable signature verification before installation:
1. Restart your laptop while holding down the key Shift.
2. Select Diagnostics → Advanced options → Boot options → Restart.
3. Click F7 (Disable mandatory driver signature verification).
After installing the driver, return the settings back!
Common Wi-Fi Driver Problems and Solutions
Even after installing the driver, errors may still occur. Let's look at the most common ones:
1. "No connections available" or "Unable to connect to the network"
Reasons and solutions:
- 🔌 The adapter is disabled in BIOS.: Restart your laptop, go to BIOS (usually
F2orDelwhen loading) and make sure thatWireless LANincluded (Enabled). - ⚡ Driver conflict: Uninstall the current driver via Device Manager (right click →
Remove device), then reinstall. - 📡 Problems with the router: Reboot your router and check if Wi-Fi is enabled (the indicator should be on).
2. Slow Wi-Fi speed or frequent disconnections
If the speed is below 10 Mbps or the connection is constantly interrupted:
- 📶 Check what Wi-Fi standard your adapter uses: open
Settings → Network & Internet → Wi-Fi → Hardware Properties. If it is indicated there802.11n, and the router supports802.11ac/ax, update the driver. - 🔄 Change the Wi-Fi channel in your router settings (for example, from automatic to a fixed channel 6 or 11 for 2.4 GHz).
- 🛡️ Disable power saving for the adapter: in Device Manager →
Adapter Properties → Power Management→ uncheckAllow the computer to turn off this device to save power.
3. Error "This device cannot start (code 10)"
This error means the driver is installed but is not working properly. Solutions:
- 🔄 Reinstall the driver (uninstall the old one, then install the new one).
- 🔧 Check if the driver is compatible with your version of Windows (for example, a driver for Windows 10 may not work on Windows 11).
- 🛠️ Update your laptop's BIOS (sometimes old BIOS versions block new Wi-Fi modules).
Wi-Fi Drivers for Older Laptops (Windows 7/8)
If you have a laptop manufactured before 2015 (for example, ASUS K53SV or HP ProBook 4530s), most likely one of the following adapters is installed in it:
- 🖥️ Intel Centrino Wireless-N 1000/2200 (driver:
Intel PROSet/Wireless for Windows 7). - 🖥️ Atheros AR9285/AR9485 (driver:
Qualcomm Atheros WB335). - 🖥️ Broadcom BCM4313 (driver:
Broadcom 802.11n Network Adapter).
For these models:
- Download drivers only from official websites (for example,
archive.org, if the manufacturer has removed older versions). - Use 32-bit (x86) drivers, even if you have 64-bit Windows - many older adapters do not have 64-bit support.
- If you can't find the driver, try universal packages like DriverPack Solution, But offline mode only (without internet connection during installation).
FAQ: Frequently Asked Questions about Wi-Fi Drivers
Is it possible to use a driver from another laptop?
It is possible, but only if the Wi-Fi adapter models matchFor example, if you have Lenovo IdeaPad 5 costs Intel AX200, you can install the driver from the website HP for the same adapter. The main thing is to match the chip model, not the laptop model.
Why doesn't Windows find the driver automatically?
Windows Update only contains basic drivers, which may not support all adapter features (e.g., Wi-Fi 6 or WPA3). Laptop manufacturers often modify standard drivers for their hardware, so it's best to download them from the brand's official website.
How to update Wi-Fi driver without internet?
Download the driver on another device (phone, second computer) and transfer it to your laptop via a flash drive or cable. Alternatively, connect to the internet via Ethernet (if available) and update the driver via Windows Update.
What should I do if Wi-Fi disappears after installing the driver?
This may be due to:
- Conflict with antivirus (temporarily disable protection and reinstall the driver).
- Incompatibilities with Windows version (check if the driver supports your OS).
- System file corruption (run the command
sfc /scannowin the command line as administrator).
Where can I find a Wi-Fi driver for a MacBook running Windows (Boot Camp)?
Apple provides official drivers for Boot Camp on the support page for your MacBook model. Download the package. Boot Camp Support Software and install it in Windows. It contains all the necessary drivers, including Wi-Fi (Broadcom or Intel, depending on the model).
Now you know the name of your laptop's Wi-Fi driver, where to find it, and how to install it correctly. If the problem persists after all these steps, check the physical connection of the antennas to the Wi-Fi module or contact a service center: the adapter may be faulty.