What is the name of the Wi-Fi driver: search, installation, and verification

Wireless network connection issues often baffle users, especially when a message appears on the screen stating there are no available networks. In most cases, the root cause lies not with the router or the ISP, but with the software that handles the interaction between the operating system and the physical network adapter. Many beginners are at a loss trying to figure out... What is the name of the Wi-Fi driver? and where to look for it to restore Internet access.

In reality, there's no single name for all devices, as each manufacturer uses its own file nomenclature. However, there are standard naming conventions and system identifiers that allow you to accurately identify the required component. In this article, we'll discuss how to find the exact name of your device, the difference between system files and user utilities, and why automatic installation through Device Manager sometimes leads to errors.

It's important to understand that without properly functioning software, your computer or laptop simply won't be able to "see" the radio signal. We'll cover various scenarios, from a standard installation in Windows 10 and 11 to manually searching for VEN and DEV codes for specific hardware. Let's start with a basic understanding of what exactly is hidden behind this term.

⚠️ Caution: Before editing any system files, make sure you have a backup of important data or a system restore point. While updating drivers is generally safe, unexpected power outages or disk errors can cause OS instability.

What is a wireless adapter driver and how does it work?

A driver is a specialized intermediary program that allows the operating system to communicate with the hardware. In the context of wireless communications, Wi-Fi driver Translates Windows commands into signals understandable to the network controller. Without this translator, the physical device remains simply a piece of silicon and plastic, unresponsive to external influences.

Network equipment manufacturers such as Intel, Realtek, Broadcom, Qualcomm Atheros And MediaTek, develop unique software versions for each chip model. That's why there's no universal answer to the question "what's the driver called?"—for one card, it might be called rtwlanu.sys, and for the other iwlwifi.sysThe system uses these files to initialize the module, manage power consumption, and process data packets.

Users often confuse drivers with client software or configuration utilities. Drivers operate at a low level in the system kernel and are essential for the connection to exist. Utilities, often bundled with expensive gaming adapters, merely provide a convenient interface for switching profiles or setting macros. Basic functionality is provided by the system file.

Standard file names and system identifiers

In the Windows operating system, drivers usually have the extension .sys and are stored in the system folder C:\Windows\System32\driversHowever, searching for them manually by name is extremely difficult, as the names often don't contain understandable words. Instead, the system uses hardware identifiers (Hardware ID), consisting of manufacturer (VEN) and device (DEV) codes.

For example, for popular adapters Intel Wireless-AC The system file name often contains a prefix iwl, followed by the serial number. For devices Realtek names starting with are typical rtwKnowing these prefixes helps quickly filter out unnecessary information during manual system analysis or registry searches. However, for the average user, the device name in Device Manager is more informative.

Below is a table showing the correspondence between popular manufacturers, sample file names, and typical prefixes that can be found in the system:

Manufacturer Example file name (.sys) Characteristic prefix Typical name in the system
Intel iwlwifi.sys iwl Intel(R) Wi-Fi 6 AX200
Realtek rtwlanu.sys rtw Realtek RTL8812AU Wireless LAN
Broadcom bcm43xx.sys bcm Broadcom 802.11ac Network Adapter
Qualcomm Atheros athwn.sys ath Qualcomm Atheros AR9000 Series

It is worth noting that file versions may differ depending on the year of release and version of Windows. File netwtw10.sys may refer to different generations of Intel adapters, but have different digital signatures. When installing manually, always pay attention to the file's release date and its compatibility with your OS version.

How to find out the exact name and model of your adapter

Before checking for updates, you need to accurately identify your device. The easiest way is to use the built-in Device Manager. Press the following key combination: Win + X and select device Manager from the list. In the window that opens, find the "Network adapters" section and expand it.

The full commercial name of your module will be displayed here, for example, Intel(R) Dual Band Wireless-AC 7265This name is the key to searching. If instead of a name you see "Unknown device" with a yellow exclamation point, you'll need to find the hardware ID. To do this, right-click the device, select "Properties," go to the "Details" tab, and select "Hardware IDs" from the list.

You will see lines like this PCI\VEN_8086&DEV_095A&SUBSYS...Code after VEN_ indicates the manufacturer (8086 is Intel), and after DEV_ — for a specific model. These codes You can enter it into a search engine along with the word "driver" to find the exact model even if the driver is completely missing and the device is not detected correctly.

📊 What Wi-Fi problem are you experiencing?
The adapter is not visible in the system.
There is a yellow exclamation mark
There is a network, but it doesn't connect.
Slow connection speed

Where to find and download current versions of software

There are three main sources for obtaining Wi-Fi drivers. The first and most reliable option is the official website of your laptop or motherboard manufacturer. Companies like ASUS, HP, Dell, Lenovo We post strictly tested versions in our support section, guaranteeing stable operation of your specific configuration.

The second option is the website of the chip manufacturer (Intel, Realtek). This is relevant for desktop PCs with discrete graphics cards or if the laptop is no longer supported by the manufacturer. However, be careful here: the universal Intel driver may not work correctly on a laptop where the manufacturer has modified the power supply.

The third option is Windows Update. Microsoft has a huge database of certified drivers. While they may not be the latest, they provide basic stability. To access them, use the command devmgmt.msc, right-click on the device and select “Update driver” -> “Search automatically”.

⚠️ Warning: Avoid using dubious driver aggregator websites that promise "automatic installation of everything." These resources often distribute malware or install adware along with the required file. Use only official sources.

Manual installation and update process

Once you've downloaded the archive or executable file, the installation process is usually straightforward. If you've downloaded .exe The installer is simple: just run it as administrator and follow the wizard's instructions. The system will automatically detect the device and replace the old files. However, in the case of an archive .zip or the absence of an installer, manual installation via the device manager will be required.

Unzip the files into a separate folder. In Device Manager, right-click the adapter (or unknown device) and select "Update Driver." Then click "Browse my computer for driver software" and specify the path to the folder containing the unzipped files. Make sure "Include subfolders" is checked.

If Windows finds a suitable one .inf file, it will prompt you to install it. After successful installation, a reboot may be required. In some cases, especially when upgrading from one version of Windows to another, the old driver may conflict with the new one. In this case, before installing the new version, it is recommended to completely uninstall the old one through the Control Panel or using the command pnputil /delete-driver.

☑️ Checklist before updating

Completed: 0 / 5

Diagnosing problems and common mistakes

Even a properly installed driver may not work correctly. A common problem is error code 10 or 43 in Device Manager. This often indicates a hardware failure or a deep software conflict. In such cases, a complete reset of network settings can help. In Windows 10 and 11, this can be done via Settings -> Network & Internet -> Advanced network settings -> Network reset.

Another common issue is that the adapter disappears after waking from sleep mode. This is a power management issue. In the device properties (Power Management tab), try unchecking "Allow the computer to turn off this device to save power." This will force the system to keep the Wi-Fi module active at all times.

If the system says the driver is installed, but there is no Wi-Fi, check Windows services. Click Win + R, enter services.msc and find the "WLAN AutoConfig" service. It must be running and set to "Automatic." Without this service, wireless networks will not work, regardless of the driver version.

What to do if nothing helps?

If reinstalling drivers, resetting the network, and checking services don't help, there may be a hardware issue. Try removing the card (if it's removable) and cleaning the contacts with an eraser. For integrated modules in laptops, disconnecting the battery for 10-15 minutes to discharge the static charge from the controller can sometimes help.

FAQ: Frequently Asked Questions

Is it possible to use a driver from a different Wi-Fi adapter model?

In rare cases, devices from the same family can work with drivers from neighboring devices, but this is risky. It's best to look for an exact match. Using the wrong driver can lead to blue screens of death (BSODs) or an unstable connection.

Do I need to remove the old driver before installing the new one?

When upgrading from an older version, this is usually not necessary. However, if you encounter errors or are switching from the laptop manufacturer's driver to an Intel/Realtek driver, a clean uninstall via the control panel or special utilities (like DDU for video, but there are similar ones for Wi-Fi) is preferable.

Why does Windows say the best driver is already installed, but Wi-Fi doesn't work?

This means that the Microsoft database doesn't contain a newer version than the one you have. The issue may not be with the file version, but with corruption or a settings conflict. Try removing the device from the Device Manager and updating the hardware configuration, or download the version directly from the manufacturer's website.

What is the name of the Wi-Fi driver on Linux?

In Linux, the situation is different from Windows. There, drivers are often built directly into the kernel (kernel modules). For example, for Intel, these are modules. iwlwifi, for Realtek - rtl8xxxuThey usually don't require separate installation unless you're using very new or exotic hardware that requires DKMS modules.