A lack of internet connection is one of the most common problems users encounter when reinstalling an operating system or purchasing new hardware. Often, the cause isn't a physical failure, but rather the lack of the correct software that enables the network card to function properly. Without this critical component, the computer simply "cannot see" available wireless networks, leaving the user isolated.
Modern operating systems such as Windows 10 or Windows 11, have extensive databases and often find the necessary solution independently. However, this isn't always the case, especially when it comes to specific or new adapter models. In such cases, you need to manually identify the device model and find the appropriate activation file.
In this article, we'll cover all existing hardware identification methods: from simple methods using Device Manager to more advanced techniques using vendor codes. You'll learn to distinguish between built-in modules and external devices, and understand where to look for safe boot sources.
Using Windows Device Manager
The most obvious and accessible way to find out information about network equipment is with a standard system tool. To launch it, press the following key combination: Win + R, enter the command devmgmt.msc and press Enter. In the window that opens, find the "Network Adapters" section and expand it.
If the driver is installed correctly, you will see the name of your card, for example, Intel Wi-Fi 6 AX200 or Realtek RTL8822BEThis name is the key to finding the required software version on the manufacturer's website. However, if the driver is missing, the device may appear in the "Other devices" section with a yellow exclamation point and a name like "Unknown device."
In the latter case, right-click the unknown device and select "Properties." Go to the "Details" tab and select "Hardware IDs" from the drop-down list. Here you will see lines beginning with VEN_ (Vendor ID) and DEV_ (Device ID).
⚠️ Important: Do not attempt to update the driver using the "Update Driver" button in the Device Manager if you do not have internet access through another connection (such as a USB modem or phone). The system simply will not be able to find the files in Microsoft's online database.
Analysis of VEN and DEV codes for accurate identification
When standard methods fail, unique identifiers come to the rescue. Code VEN indicates the chipset manufacturer, and DEV — for a specific device model. These four-digit hexadecimal codes allow you to find drivers even for the rarest Chinese adapters that aren't automatically detected by the system.
To decode the codes, you can use specialized online services or PCI ID databases. Simply enter the found string, for example: VEN_10EC&DEV_8822, into a search engine to get the exact model name. This is especially relevant for laptops, where manufacturers often change component suppliers within the same model.
Users often confuse the chipset vendor and the laptop brand. For example, in a laptop HP Pavilion there may be a card from MediaTek or Qualcomm AtherosDownloading the driver from the HP website may not help if there is no current version for your board revision, so searching by DEV code is a more reliable method.
Below is a table with the most common codes of Wi-Fi module manufacturers:
| VEN code | Manufacturer | Typical devices |
|---|---|---|
| 8086 | Intel Corporation | Built-in modules in laptops and PCs |
| 10EC | Realtek Semiconductor | Budget USB adapters and cards |
| 14E4 | Broadcom Inc. | Mobile devices and laptops |
| 168C | Qualcomm Atheros | Gaming routers and adapters |
Checking via command line and PowerShell
For those who prefer working with console commands, the operating system provides powerful diagnostic tools. Open the command prompt with administrator privileges and enter the command netsh wlan show driversThis query will display detailed information about the current state of the wireless driver.
In the command output, you'll find the "Manufacturer" and "Description" lines, which often contain more accurate information than the Device Manager. The driver version and release date are also displayed, which is useful for comparing with a newer version on the manufacturer's website.
If the Wi-Fi module is completely inactive, the command may return an error. In this case, try the command pnputil /enum-devices /connected, which will list all connected PnP devices. Look for lines containing the words Network, Wireless or 802.11.
netsh wlan show interfaces
This command will display the interface status. If the list is empty, the system doesn't see the adapter at all, confirming a driver or physical connection issue.
Third-party utilities for automatic search
Using specialized software significantly simplifies the process, especially for inexperienced users. Scanner programs can analyze all connected equipment and compare its IDs with their own database. One of the most reliable and free tools is HWiNFO or AIDA64.
After launching the utility, go to the "Network" or "Network Adapters" section. The exact chipset name will be listed here. Some programs, such as DriverPack Solution (offline) or Snappy Driver Installer, can not only identify the device, but also immediately offer to install suitable software from the local database.
However, be careful with "automatic installers" that require an internet connection to download packages. If Wi-Fi isn't working, you'll need a portable version of the program, downloaded to a flash drive from another computer. These utilities often contain a driver database for popular models. TP-Link, D-Link And Asus.
- 📦 HWiNFO - provides detailed technical information without installation.
- 🛠️ Snappy Driver Installer — has a huge offline database and works without the Internet.
- 💻 AIDA64 — a paid, but very accurate tool for professional diagnostics.
Search for a driver on the manufacturer's official website
Once the model is identified, the safest download source is the official website. For modules built into the laptop, it's best to visit the laptop manufacturer's support page (e.g., Lenovo, Dell, Asus). Enter the serial number of your device or select the model from the list.
It is important to pay attention to the operating system version. Driver for Windows 10 may not be suitable for Windows 11 or Windows 7Also check the bitness of the system (x64 or x86), although in recent years most distributions have become universal.
If you have an external USB adapter, look for the website of the manufacturer of the adapter itself (for example, Tenda, Mercusys). The device box or a sticker on the bottom usually contains a QR code that leads to the download page. If the sticker has worn off, use the previously obtained hardware ID.
⚠️ Note: Manufacturers' website interfaces change frequently. If you can't find the section you need, use the website search by entering the exact adapter model, not just the word "Wi-Fi."
☑️ Search algorithm on the site
Installation and testing of functionality
After downloading the file (usually it is an archive .zip or installer .exe) must be installed correctly. If it's an executable file, simply run it as administrator and follow the wizard's instructions. During the installation, the screen may flicker or the sound may disappear—this is a normal system reaction to the network stack reboot.
If you downloaded an archive with raw driver files (INF, SYS, CAT), you will need to install it manually through Device Manager. Click "Update Driver" → "Browse my computer for driver software" → select the folder with the unzipped files.
After installation, be sure to restart your computer. Check the results in Device Manager: the yellow icon should disappear, and available Wi-Fi hotspots should appear in the list of networks.
What should I do if Wi-Fi disappears after installing the driver?
If your network stops working after updating your driver, try rolling back the driver. In Device Manager, open the adapter's properties, go to the "Driver" tab, and click "Roll Back Driver." If the button is grayed out, uninstall the device completely and restart your PC. Windows will attempt to restore the default driver.
Frequently Asked Questions (FAQ)
Can I use a Windows 10 driver for Windows 11?
In most cases, yes. The system kernel remains similar, and the drivers are often compatible. However, for new Wi-Fi 6E adapters, it's best to look for a specific version for Windows 11.
Why does Device Manager write "Code 43"?
Error "Code 43" means the device has reported a problem. This could be a software glitch (resolved by reinstalling the driver) or a physical failure of the Wi-Fi module.
Where can I find a driver if it's not on the website?
Try searching for the driver by hardware ID (VEN/DEV) on specialized resources or use a universal driver from the chipset manufacturer (Intel, Realtek), not the laptop one.
Do I need to remove the old driver before installing the new one?
This is recommended, but not required. If the new version installs successfully, it will replace the old one. Removing the old driver is only recommended if conflicts or errors occur.