Many users encounter a situation where, after reinstalling the operating system or experiencing a sudden software crash, the wireless network stops being detected. A red cross appears on the screen instead of the familiar Wi-Fi icon, and the internet connection disappears. At this point, a natural question arises: what is the name of the Windows 10 Wi-Fi driver and where can I get it? The answer isn't as simple as it seems, as there's no universal name for all devices.
The problem lies in the huge variety of network equipment manufacturers. Driver A driver is a specialized program that allows the operating system to interact with specific hardware. Since Wi-Fi chips are manufactured by dozens of companies (Intel, Realtek, Broadcom, Qualcomm Atheros), the software for them is also different. Trying to install a driver from one model on another will most often fail, and in the worst case, can cause a system conflict.
In this article, we'll discuss how to identify your device, find the correct file name, and install it correctly. You'll also learn why Windows 10 sometimes fails to automatically detect the required components and how to manually ensure the adapter works properly. We'll cover both standard system tools and more advanced diagnostic methods.
Network Adapter Naming Architecture
Unlike consumer devices, which have a brand name like "Xiaomi Router," computer components have a technical identifier. This is what the system looks for when searching for compatible software. Windows 10 uses a database that maps hardware IDs to control files. If this database doesn't contain an entry for your specific chip, the system marks the device as "Unknown."
Most often in the Device Manager you will see names that begin with the abbreviation of the chipset manufacturer. For example, these could be Intel(R) Wireless-AC 9560, Realtek RTL8822BE or Qualcomm Atheros QCA9377It's important to understand that even if you have an HP laptop, it could contain a module from any of these companies. Therefore, you should search not by the laptop brand, but by the model of the wireless module itself.
⚠️ Attention: Never download so-called "universal Wi-Fi drivers" from dubious websites. In 99% of cases, these are either broken software or malware. Look for files only on the official websites of hardware or laptop manufacturers.
The situation is complicated by the fact that the same chip can have different revisions. A driver released in 2018 may not work correctly with a device of the same model, but manufactured in 2020. This is why automatic installation Windows Update does not always give perfect results and sometimes requires manual intervention.
Identifying hardware via Device Manager
The first and most reliable way to find out which component is installed on your computer is to use the built-in diagnostic tools. Even if the device is marked with a yellow exclamation point as "Unknown Device," its technical code remains readable by the system. This is the key to solving the problem.
First you need to open device ManagerThis can be done by right-clicking on the Start button and selecting the appropriate item from the menu, or by entering the command devmgmt.msc In the Run window (Win+R). In the list that opens, find the "Network adapters" section. If the driver isn't installed, the device may be listed under "Other devices" as "Network Controller" or "Unknown device."
Double-click the device to open its properties and go to the Details tab. From the Property drop-down list, select Hardware ID. You'll see lines like PCI\VEN_8086&DEV_24FD.... Here VEN denotes the manufacturer (Vendor), and DEV — a specific device. By copying these codes into a search engine, you can accurately determine the chip model.
Sometimes the system already has a built-in but outdated driver. In this case, the specific name will be indicated in the properties, for example, Microsoft Wi-Fi Direct Virtual Adapter or the chipset name. However, if you're performing a complete reinstallation, it's best to use the exact model number obtained via the hardware ID to download the latest version from the manufacturer's website.
Where to look and how to download the driver correctly
Once you've identified the name of your Windows 10 Wi-Fi driver (or the exact adapter model), the question arises of where to download it. There are three main options, each with its own pros and cons. The choice depends on your situation: whether you have internet access on this PC or need to download files from another device.
The safest option is the laptop or motherboard manufacturer's website. If you have an ASUS, Lenovo, Dell, or Acer laptop, go to the "Support" section, enter your device model, and download the wireless LAN driver specifically for your version of Windows. This ensures compatibility not only with the chip but also with your laptop's power consumption characteristics.
If you built your computer yourself or the manufacturer's website doesn't contain drivers for Windows 10, you should check the chipset manufacturer's website. Key market players:
- 🔵 Intel: for most modern laptops and ultrabooks.
- 🟠 Realtek: Often found in budget models and motherboards.
- 🟢 Broadcom: A popular choice for gaming and Mac solutions.
- 🔴 Qualcomm Atheros: Often used in laptops of previous years.
⚠️ Attention: Manufacturers' website interfaces change frequently. If you can't find the model you need in the list, use the website's built-in search by entering the exact device code obtained from Device Manager.
There is also an option to use Windows Update CenterWhile it doesn't always find the latest versions, it often offers a stable, proven solution for basic models. To do this, right-click the device in Device Manager, select "Update driver," and then "Search automatically." The system will automatically contact Microsoft servers and attempt to find suitable software.
Manual installation and update process
When a file is downloaded, it is usually an archive or executable file (.exe). If it is an installer, simply run it and follow the wizard's instructions. However, sometimes the system requires manual installation via a file with the extension .infThis happens if the automatic search did not work or you downloaded the driver as a set of files.
To install manually, return to Device Manager, right-click the problematic adapter, and select "Update Driver." Then click "Browse my computer for driver software" and navigate to the folder where you unzipped the files. Make sure "Include subfolders" is checked so the system can find the correct driver. INF file.
☑️ Driver installation algorithm
After successful installation, the system may prompt a reboot. Don't ignore this request, as the new network stack initialization parameters are only applied after restarting services or a full OS reboot. If the Wi-Fi icon appears after rebooting, but no networks are found, check whether the adapter is disabled by software.
In some cases, forcing installation from a list can help. In the driver update window, select "Select a driver from a list of available drivers." If there are multiple versions listed, try selecting an older one or, conversely, the "Standard Wi-Fi Module" to check basic functionality.
Typical errors and methods for eliminating them
Even with proper installation, conflicts may occur. A common issue is error code 10 or 43 in the device properties. This means the device cannot start. This is often caused by a power failure in the USB port (if the adapter is external) or an interrupt conflict. Try completely powering off the computer (remove the laptop battery or unplug the PC power cord for 10 seconds) to relieve static electricity.
Another common situation is that the driver is installed, but Wi-Fi won't turn on. In Windows 10, this is handled by the "WLAN AutoConfig" service. If it's stopped, wireless networks won't work. You can check this by entering the following command in the command prompt (run as administrator):
net start wlansvc
It's also worth paying attention to your power settings. Windows 10 aggressively saves power and may disable the Wi-Fi module to "improve performance." In Device Manager, under the adapter properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
What to do if nothing helps?
If none of these methods help, there may be a hardware issue. Try connecting an external USB Wi-Fi adapter. If it works, the built-in module is faulty or the cable inside the case has come loose.
Comparison of driver update methods
To help you choose your next course of action, we've prepared a comparison table of various driver acquisition methods. Each method has its advantages, depending on the urgency and network access.
| Method | Speed | Reliability | Requires internet |
|---|---|---|---|
| Windows Update | High | Average | Yes (cable/USB) |
| Laptop manufacturer's website | Average | High | Yes (on another PC) |
| Chip manufacturer's website (Intel/Realtek) | Low (search) | Very high | Yes (on another PC) |
| Auto-installer programs | High | Low (risk of debris) | Yes |
As the table shows, the "golden mean" is a manual search on the equipment manufacturer's website. This takes a little more time, but guarantees the absence of unnecessary software and maximum stability.
Preventing problems with network adapters
To avoid the question "What is the name of the Windows 10 Wi-Fi driver?" in the future, follow a few system maintenance guidelines. Regularly create restore points before installing major Windows updates. This allows you to roll back if a new update breaks network stack compatibility.
Also, don't overuse driver optimization programs. They often replace stable factory versions with newer, less-tested builds, which can lead to unstable Wi-Fi. If your network is working fine, don't update your driver just for the sake of the version number.
Keep your system clean of junk files and viruses. Some malware can block network services by faking a driver malfunction. Using a reliable antivirus and periodic system scans will help avoid false positives.
Can I use a Windows 8 or 7 driver for Windows 10?
In most cases, this is possible thanks to Windows 10's compatibility mechanism. During installation, select the driver for the older OS in compatibility mode (right-click the installer -> Properties -> Compatibility). However, this may not work for newer adapters, as they require new kernel instructions.
Why did Wi-Fi disappear after a Windows update?
Updates often contain new versions of the system kernel, which can conflict with older drivers. The system automatically replaces the driver file with its own, newer version, which is less compatible with your specific hardware. The solution is to roll back the driver in Device Manager.
Do I need a Wi-Fi driver if I'm using a cable?
No, a wired connection (Ethernet) uses the network controller (LAN) driver, not the wireless adapter (WLAN) driver. These are different devices, even if they are on the same motherboard. However, for full laptop performance, it's best to install both.
Where can I find a driver if there is no internet connection on any device?
This is a tricky situation. You'll need an Android phone connected to your PC via USB modem to give the computer temporary network access to download the driver via the Update Center. Alternatively, you can ask a friend to download the file and transfer it on a flash drive.
Does Windows 10 version (Home/Pro) affect the driver name?
No, the driver architecture for Home and Professional versions of Windows 10 is identical. The differences concern only system security policies and management functions, not low-level interactions with hardware. The driver is universal for all editions.