Have you suddenly lost internet access, and the Wi-Fi icon in the Windows system tray has a red cross? Or is your laptop simply not seeing any available networks, even though your router is working properly? In 90% of these cases, it's the culprit. wireless adapter driver — software that enables interaction between the operating system and the hardware. But how do you know which driver is responsible for Wi-Fi on your device, and what should you do if it's broken?
This article will help you understand the types of drivers for Wi-Fi adapters, teach you how to find them in the system, update them, or roll them back if they fail. We'll cover the specifics for different versions of Windows (from 7 to 11) and popular chip manufacturers (Intel, Qualcomm Atheros, Realtek, Broadcom) and typical errors that occur when working with drivers. And if you've never used Device Manager before, don't worry: there are step-by-step screenshots and video instructions for beginners.
What is a Wi-Fi driver and why is it needed?
Wi-Fi driver is intermediary Between the operating system and the physical adapter that receives the signal from the router. Without it, Windows won't be able to:
- 🔍 Discover available networks;
- 🔗 Connect to an access point;
- 📶 Manage signal levels or standards (
802.11n/ac/ax); - 🔒 Apply security settings (WPA3, WEP).
The driver is responsible not only for the basic operation of the adapter, but also for additional functions: Miracast (wireless screen sharing), Wi-Fi Direct (direct connection of devices), energy saving and even support for new standards like Wi-Fi 6EFor example, if your laptop does not see networks at the frequency 6 GHz, the problem may lie in an outdated driver version.
It is important to understand that a driver is It's not the same as flashing a router's firmware.The firmware controls the router itself, while the driver controls the client device (laptop, PC, smartphone). Driver errors can manifest themselves in various ways:
- 🚫 There is no Wi-Fi icon in the tray;
- ⚠️ The network connects, but the internet doesn’t work;
- 🐢 Low speed or constant interruptions;
- 🔄 Cyclic connection/disconnection.
How to find out which driver is responsible for Wi-Fi on your device
To find a driver, you first need to determine Wi-Fi adapter modelThere are three ways to do this:
Method 1: Via Device Manager
This is the most universal method for Windows. Follow the instructions:
- Click
Win + Xand select device Manager; - Expand the branch Network adapters;
- Find the device with the words Wireless, Wi-Fi, 802.11 or brand name (Intel Wi-Fi 6, Realtek RTL8821CE etc.).
Open Device Manager (Win + X)
Find the "Network Adapters" section
Identify the model with Wi-Fi
Remember or copy the name-->
If there are several adapters in the list, please use the following active device (without the exclamation mark). For example, the screenshot below shows two adapters: Intel Wi-Fi 6 AX200 (main) and VirtualBox Host-Only Network (virtual, not related to Wi-Fi).
Method 2: Via the command line
For experienced users, the following command is suitable:
wmic nic get name, manufacturer, description
In the results, look for lines mentioning Wireless or 802.11Alternative command for detailed information:
netsh wlan show drivers
Method 3: Using third-party utilities
Programs like AIDA64, HWiNFO or Speccy will show the adapter model in the section Net or PCI/PCIe devicesFor example, in AIDA64 the path will be like this: Devices → Windows Devices → Network Adapters.
Table: Popular Wi-Fi adapter manufacturers and their drivers
Knowing the chip manufacturer, you can download the correct driver from the official website. Below is a list of the most common brands and their features:
| Manufacturer | Examples of adapter models | Driver Features | Official download site |
|---|---|---|---|
| Intel | AX200, AX210, 8265, 7260 | Wi-Fi 6/6E support, frequent updates, compatible with Intel PROSet | downloadcenter.intel.com |
| Qualcomm Atheros | QCA6174, QCA9377, AR9485 | Good compatibility with Linux, sometimes conflicts with Windows drivers | qualcomm.com (support section) |
| Realtek | RTL8821CE, RTL8188EE, RTL8723DE | Frequent stability issues, requires manual power saving settings | realtek.com (section "Network Adapters") |
| Broadcom | BCM4352, BCM43142 | Used in MacBooks and some Lenovo laptops, drivers are often built into the BIOS | broadcom.com (section "Wireless") |
| Mediatek | MT7921, MT7612 | Popular in budget laptops, drivers are frequently updated via Windows Update | mediatek.com (section "Connectivity") |
Important: Drivers for adapters Broadcom And Qualcomm Atheros Sometimes they conflict with Microsoft drivers installed via Windows Update. In this case, it is recommended to disable automatic driver updates for the specific device.
How to update or reinstall your Wi-Fi driver
If your adapter is unstable, the first step is to update the driver. Here are the step-by-step instructions:
Step 1: Download the correct driver
Never use drivers from third-party websites! Download only from official sources:
- 🖥️ From the manufacturer's website laptop (if the adapter is built-in): Lenovo, HP, Dell and others usually optimize drivers for their equipment;
- 🔧 From the manufacturer's website chip (if the adapter is discrete or you know the chip model): Intel, Realtek etc.;
- 🪟 Through Windows Update (if there are no other options).
Step 2: Uninstall the old driver
Before installing a new driver, it is recommended to completely remove the old one:
- Open device Manager;
- Find your Wi-Fi adapter, right click and select Remove device;
- Check the box Remove the driver software for this device (if any);
- Confirm deletion and restart your PC.
What should I do if Wi-Fi disappears completely after uninstalling the driver?
If the adapter disappears from Device Manager after uninstalling the driver, don't panic. This is normal—Windows simply doesn't recognize the device without the driver. Connect to the internet via Ethernet or a mobile hotspot, then install the new driver. If the adapter still doesn't appear, check if it's enabled in the BIOS (under "Wireless" or "Onboard Devices").
Step 3: Install the new driver
After reboot:
- Run the downloaded installer (usually this is a file with the extension
.exe); - Follow the instructions of the installation wizard;
- Restart your PC again.
If you don't have internet access to download the driver, use another PC or phone to download the file to a flash drive.
Common Wi-Fi Driver Errors and Their Solutions
Even after updating the driver, problems may persist. Let's look at the most common errors and how to fix them:
Error: "This device cannot start (Code 10)"
This error means that the driver incompatible with the device or damaged. Solutions:
- 🔄 Reinstall the driver (see instructions above);
- 🔧 Check if the adapter is turned on BIOS/UEFI (chapter
Advanced → Wireless LAN); - 🖥️ Update your motherboard BIOS (relevant for PCs).
Error: "The network adapter does not have valid IP configuration settings."
This problem is not related to the driver but to network settings. It is corrected like this:
- Click
Win + R, enterncpa.cpl; - Right click on Wireless connection → Properties;
- Select Internet Protocol version 4 (TCP/IPv4) and press Properties;
- Check the boxes Obtain an IP address automatically And Obtain DNS server address automatically.
Error: "No suitable drivers"
Windows cannot find a driver for your adapter. Solutions:
- 🔍 Check the adapter model via
Equipment identifiers(in the device properties in the Manager); - 📥 Download the driver manually from the manufacturer's website;
- 🪟 Try installing the driver via Windows Update (right click on the adapter → Update driver → Automatic search).
Wi-Fi drivers for Linux and macOS
If you're not using Windows, the process for working with drivers will be different.
Linux (Ubuntu, Debian, Fedora, etc.)
In Linux, Wi-Fi drivers are often built into the kernel, but sometimes manual installation is required. Popular diagnostic commands:
lspci -knn | grep Net -A3 # Shows the adapter model and the driver usedlsusb # For USB adapters
dmesg | grep firmware # Checking for driver loading errors
For adapters Realtek And Broadcom You may need to install proprietary drivers through apt or dnf. For example:
sudo apt install firmware-realtek
macOS
On a Mac, drivers are installed automatically via system updates. If Wi-Fi isn't working:
- 🔄 Restart your Mac;
- 🔧 Reset SMC (for Intel-Mac) or NVRAM;
- 🖥️ Update macOS to the latest version.
Hackintosh or unofficial builds may require manual installation. kext-drivers (for example, AirportBrcmFixup For Broadcom-chips).
How to prevent Wi-Fi driver problems in the future
To avoid crashes, follow these tips:
- 🔄 Update your drivers regularly (every 3–6 months);
- 📥 Download drivers only from official websites;
- 🔋 Turn it off energy savings for the Wi-Fi adapter (in the device properties → tab Power management);
- 🛡️ Use system restore points before updating drivers;
- 📡 Check the adapter's compatibility with your version of Windows (especially for older devices running Windows 11).
If you frequently encounter Wi-Fi problems, create emergency driver kit on a flash drive. It's worth saving there:
- Driver for your adapter;
- Network card driver (in case you need to download updates via Ethernet);
- Diagnostic utilities (NetAdapter Repair, WiFi Analyzer).
FAQ: Frequently Asked Questions about Wi-Fi Drivers
Is it possible to use a driver from a different adapter model?
No, this can lead to unstable operation or complete failure of the adapter. The exception is if the manufacturer clearly states compatibility (for example, the driver for Intel AX200 may be suitable for AX201). Always check the official documentation.
Why did Wi-Fi performance worsen after updating the driver?
This may be due to:
- 🐛 Bugs in the new driver version (roll back to the previous one);
- 🔧 Conflict with energy saving settings;
- 🪟 Incompatibilities with the Windows version (check the system requirements).
Try rolling back the driver in Device Manager (right click → Properties → tab Driver → Roll back).
How do I know which driver is needed for my USB Wi-Fi adapter?
For USB dongles (eg. TP-Link TL-WN725N or ASUS USB-AC56):
- Look at the model on the device body;
- Download the driver from the manufacturer's website dongla (not an adapter!);
- If the model is unknown, determine Vendor ID And Product ID via Device Manager (tab Intelligence → Equipment ID).
What to do if Windows doesn't see the Wi-Fi adapter at all?
Possible causes and solutions:
- 🔌 The adapter is physically disconnected (check the switch on the laptop or the button
Fn + F2/F12); - 🔧 Driver is missing (install it manually);
- 🖥️ The adapter is disabled in the BIOS (go to the settings at boot, usually by
F2orDel); - 💥 Hardware failure (check the adapter on another PC).
Is it possible to update the Wi-Fi driver on an Android smartphone?
On Android, drivers are updated along with the device's firmware. You can't update them yourself, but you can:
- 🔄 Check for system updates in settings;
- 📱 Install custom firmware (for example, LineageOS), if the manufacturer has abandoned support;
- 🔧 Reset network settings (
Settings → System → Reset → Reset Wi-Fi settings).
If your question isn't covered in the FAQ, please specify your adapter model and OS version—this will help you find the right solution.