How to find out the exact model of your WiFi adapter on Windows

When a laptop or desktop computer stops detecting wireless networks, it often takes you by surprise. At this point, it becomes urgent to find and install the latest driver for network cardHowever, searching for the right software online can be a real pain if you don't know the exact hardware name. Computer manufacturers often use generic names like "Wireless LAN" or "802.11n," which obscure the actual chip inside.

That's why finding out your Wi-Fi adapter model is crucial for any user looking to restore a stable connection. Knowing the specific identifier not only allows you to find the correct driver but also check the device's compatibility with modern security standards and data transfer rates. Sometimes, this is the only way to understand why your computer doesn't support the 5 GHz frequency.

In this article, we'll cover all possible device identification methods, from standard operating system tools to advanced command-line methods. We'll cover options for Windows 10 and 11, as well as BIOS diagnostics and a physical inspection of the board. You'll learn to distinguish between software names and actual hardware codes.

Using Device Manager

The most obvious and accessible method, which doesn't require installing third-party software, is a standard Windows system tool. To get started, open the Start menu, right-click, and select "Device Manager." In the window that opens, find the "Network Adapters" section and expand it. This will display a list of all network interfaces connected to the system.

Typically, a wireless module contains the words "Wireless", "Wi-Fi", "802.11" or names of popular chip makers such as Realtek, Intel, AtherosIf the driver is installed correctly, you will see the full model name, for example, Intel(R) Dual Band Wireless-AC 8265This name is often enough to search for updates on the manufacturer's website.

However, if a yellow exclamation point appears above the device icon, it means the driver isn't installed or isn't working properly. In this case, Windows may display the device as "Unknown Device" or simply "Network Controller." In this situation, the standard name won't help, and you'll have to dig deeper using identification codes.

  • 🔍 Right-click on the device and select "Properties" for a detailed view.
  • 🔍 Go to the "Details" tab to access technical codes.
  • 🔍 Use the drop-down list to select the "Hardware ID" property.

⚠️ Important! If you see multiple unknown devices in the list, don't blindly delete them. First, make sure it's a WiFi module, not a Bluetooth controller or touchpad, as they are often grouped together.

In some cases, especially on corporate laptops, administrators may hide certain devices or restrict access to the manager. If the standard path is blocked, you can use an alternative method via the Control Panel. Search for "View network connections" and follow the link. In the window that opens, find "Wireless Network," right-click, select "Status," and then "Details." The adapter's physical address and description may be displayed there.

Search by VEN and DEV codes

When the driver is completely missing, the system can't identify the device in human language. Instead, it assigns it unique hexadecimal codes embedded by the chip manufacturer. These codes consist of prefixes VEN (Vendor ID - manufacturer identifier) ​​and DEV (Device ID). This combination is the key to the mystery.

To obtain this information, return to Device Manager, open the properties of the unknown hardware, and go to the "Details" tab. Select "Hardware IDs" from the drop-down list. You'll see lines like PCI\VEN_8086&DEV_08B1Numbers after VEN_ indicate the manufacturing company (for example, 8086 is Intel), and then DEV_ — for a specific chip model.

The received codes must be entered into the browser search bar. There are numerous databases, such as the PCI Database or Devid.info, that will decode these values. Entering the query "PCI VEN 8086 DEV 08B1" will give you the exact model name, which can be used to download the driver from the official website.

It's important to understand that the same device code can be found in different network card models. For example, the same chip Realtek can be soldered onto the laptop board Asus or HPIn such cases, it's best to search for the driver on the laptop manufacturer's website, specifying its model, not just the chip.

VEN code Manufacturer Example of DEV code Typical devices
8086 Intel Corporation 08B1, 3165 Intel Dual Band, Centrino
10EC Realtek Semiconductor 8179, 8822 Realtek RTL8xxx series
14E4 Broadcom Corporation 4365, 43A0 Broadcom BCM43xx
168C Atheros Communications 0032, 0036 Qualcomm Atheros AR9xx

Definition via command line and PowerShell

For users who prefer the speed and precision of text-based commands, PowerShell and the command line offer powerful diagnostic tools. These methods allow you to obtain detailed information even when the Windows graphical interface is unstable. Open the terminal as administrator to gain full access to system data.

In PowerShell, the most informative command is the one that displays the properties of all network interfaces. It will show not only the name, but also the status, MAC address, and driver description. This is especially useful if you have multiple network cards installed (for example, an integrated and an external USB card).

Get-NetAdapter | Select-Object Name, InterfaceDescription, Status, MacAddress

If PowerShell is not available, the classic Command Prompt (CMD) will also come to the rescue. The command ipconfig /all will generate a detailed report on all network connections. Find the "Wireless LAN Adapter" section. The "Description" line will list the model name. However, if the driver is not installed, this command may not show the WiFi adapter at all.

A deeper level of diagnostics is available through the utility netshIt allows you to view the status of wireless interfaces at the protocol level. Enter the command netsh wlan show interfacesIf the adapter is working, you'll see its name, the current network's SSID, radio type (802.11ac/n), and channel. If the driver is missing, the command will report that the wireless interface was not found.

📊 Which diagnostic method do you use most often?
device Manager
Command line
Third-party programs
BIOS/UEFI

Using the command line requires careful syntax input. One extra letter can cause a runtime error. However, the advantage of this method is that the result can be quickly copied to the clipboard (right-click the terminal window -> "Mark" -> text selection -> Enter) and sent to a specialist for analysis.

Specialized software for diagnostics

If Windows' built-in tools don't seem informative enough or are malfunctioning, specialized snails can come to the rescue. Programs like AIDA64, HWiNFO or Everest They can read information directly from the device's registry and chips, bypassing standard operating system drivers. They're the "heavy artillery" of diagnostics.

These programs display not only the model name, but also the chip temperature, adapter BIOS version, current link speed, and even signal strength in dBm. This is an indispensable tool for engineers and advanced users who want to get the most out of their equipment. Free alternatives, such as HWiNFO, are often not inferior to paid analogues in functionality.

In addition, there are utilities specifically for network cards, for example, WiFi Analyzer (although they're more about analyzing the airwaves) or driver packs that scan the system and offer to install missing drivers. Be careful with the latter: download them only from official websites to avoid infecting your computer with malware.

  • 🚀 AIDA64 — a paid combine that shows absolutely everything about hardware.
  • 🚀 HWiNFO — a free and lightweight alternative with detailed reports.
  • 🚀 DriverPack Solution — automatically finds and installs drivers (be careful with unnecessary software).

⚠️ Attention! When installing diagnostic software, carefully read the license agreement. Some free versions may attempt to install additional software or change your browser's start page.

Using third-party software is justified when you need to collect a complete system report for technical support. Screenshot from HWiNFO Often reveals more about the problem than a thousand words of description. These programs also help identify IRQ or interrupt conflicts that may interfere with the normal operation of the WiFi module.

Physical inspection and marking

When software methods fail (for example, the system won't boot or the device is fried), physical access is the only option. This method is suitable for desktop PCs and laptops that you're willing to disassemble. Remove the laptop's case or back panel (observing warranty seals, if applicable) and locate the network card.

Internal WiFi modules typically have a Mini PCIe or M.2 (NGFF) form factor. The adapter board always has a sticker with the barcode and model number. The model number is often printed directly on the PCB or on the chip itself. For USB adapters, simply remove the housing (sometimes it's simply glued on) and inspect the markings on the board.

Pay attention to the antenna wires leading to the card. There are usually two of them (black and white), and they connect to the marked connectors. Main And AuxIf you're replacing the card, it's important to connect the antennas correctly, otherwise the reception range will be critically low. Reversed antennas are a common cause of poor signal after cleaning the laptop.

How to distinguish a WiFi card from a 3G/4G module?

They are similar in size, but 3G modules often have two or four antenna pins and may have a SIM card slot. WiFi cards typically have two antenna connectors and are labeled 802.11.

During a physical inspection, it's also worth checking the integrity of the contacts. Oxidation or dust in the M.2 slot can cause the system to stop recognizing the device. Gently cleaning the contacts with an eraser and blowing them out with compressed air can revive a "dead" adapter.

Driver problems and solutions

Knowing the model is only half the battle. The main goal is to make the device work. Once you know the model (for example, TP-Link Archer T4U or Intel AX200), you need to download the driver. This must be done strictly from the official website of the adapter or laptop manufacturer.

A common issue is a driver version conflict. The new version may perform worse than the old one, or, conversely, contain critical bugs. If WiFi is lost after updating the driver, try rolling back the version. In Device Manager, under the "Driver" tab, there's a "Roll Back" button. This will restore the previous stable software version.

It's also worth paying attention to your power settings. Windows tends to turn off the WiFi adapter to save power, which can lead to connection drops. In the device properties, under the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

☑️ Driver installation checklist

Completed: 0 / 4

In difficult cases where standard drivers don't install, you can try compatibility mode. Right-click the installation file, select "Properties" -> "Compatibility," and select the Windows version the driver is designed for. This often helps get older adapters working on Windows 10/11.

Frequently Asked Questions (FAQ)

Is it possible to find out the model of a WiFi adapter if it is not detected in the system?

If the adapter isn't detected even as an "Unknown Device" in Device Manager, you won't be able to determine its model using software. Most likely, the problem is hardware: the adapter has become disconnected from its slot, is burned out, or is disabled in the BIOS. In this case, the only solution is a physical inspection of the board or checking the BIOS settings (Peripherals or Onboard Devices section).

Why does Device Manager just say "Wireless LAN Adapter"?

This is the standard name Windows assigns to a device when it can't read the correct driver information or when the Microsoft generic driver is installed. To find the actual model, look for the VEN and DEV codes in the "Details" -> "Hardware IDs" tab.

Does the adapter model affect internet speed?

Yes, directly. Older 802.11n (WiFi 4) adapters won't deliver speeds higher than 100-150 Mbps under ideal conditions. For modern speeds, you need AC (WiFi 5) or AX (WiFi 6) adapters, which support the 5 GHz frequency and wide channels.

Where can I find a driver if the manufacturer's website is closed?

If the official website is unavailable, use the VEN and DEV codes to search driver aggregator websites. You can also try searching for a driver for your exact laptop model on the manufacturer's website (HP, Dell, Lenovo), as they often maintain software archives for their devices even after support ends.

Is it possible to replace the built-in WiFi module in a laptop?

In most modern laptops, the module is soldered to the motherboard and cannot be replaced. However, many business and gaming laptops use removable M.2 cards. Before purchasing a new module, be sure to check the compatibility list (whitelist) for your laptop model, as some brands (e.g., Lenovo, HP) block unauthorized cards.