How to find out the exact name of your Wi-Fi adapter

Determining the exact name of a network interface is often a critical step when searching for drivers or diagnosing connection issues. Users may encounter situations where the system displays a standard name like "Wireless Network Adapter" or "802.11n Network Adapter," which doesn't provide any information about the chip manufacturer. In such cases, more in-depth system analysis tools are required.

There are several proven ways to obtain this information without installing third-party software. Built-in operating system tools allow you to identify equipment vendor and a specific model in just a few minutes. This knowledge will help you avoid mistakes when downloading software from dubious resources.

In this guide, we'll cover methods from simple graphical interfaces to advanced command lines. You'll learn to distinguish between program names and physical identifiers, a key skill for any system administrator or advanced user.

Using Device Manager to Identify

The most obvious and accessible method is to access the System Manager. This tool provides basic information about all connected components. However, the standard display often hides details, so it's important to know where to look for additional data.

To get started, open the Start menu, right-click, and select "Device Manager." In the window that opens, find the "Network Adapters" section. Expand the list to see a list of all network interfaces. A wireless module is typically labeled "Wireless," "Wi-Fi," or "802.11."

  • πŸ“‘ Find the device labeled Wireless or 802.11 in the list.
  • πŸ” Right-click on the found device and select "Properties".
  • πŸ“‹ Go to the "Details" tab for detailed information.

Here you can often see the full name of the chip, for example, Intel Dual Band Wireless-AC 8265 or Realtek RTL8822BEIf you see a mysterious code in the "Device Type" field, don't panic. This could mean the driver isn't installed or is running in compatibility mode.

⚠️ Note: If a device is marked with a yellow triangle with an exclamation point in Device Manager, it means the driver is missing or not working properly. In this case, the name may appear as "Unknown Device."

Sometimes the system groups adapters under a common name, especially if you're using a generic Microsoft driver. In this situation, you'll need to switch to viewing hardware IDs, which we'll discuss below. This will bypass the name display limitations.

Search by hardware identifier (VEN and DEV)

When the graphical interface doesn't provide a clear answer, hardware identifiers come to the rescue. Each network controller has a unique code consisting of a vendor identifier (VEN) and a device identifier (DEV). This data is the most reliable.

Return to the network adapter properties in Device Manager and go to the "Details" tab. In the "Property" drop-down list, select "Hardware IDs." You'll see lines like PCI\VEN_8086&DEV_24FD. Here VEN_8086 points to Intel, and DEV_24FD β€” for a specific chip model.

PCI\VEN_8086&DEV_24FD&SUBSYS_90108086&REV_61

PCI\VEN_8086&DEV_24FD&SUBSYS_90108086

PCI\VEN_8086&DEV_24FD&CC_028000

PCI\VEN_8086&DEV_24FD&CC_0280

Knowing these codes, you can easily find the desired device in the PCI ID database or simply enter a query into a search engine. This is especially useful for laptops, which may use different Wi-Fi module models depending on the batch.

Why are VEN and DEV codes more important than the name?

Sometimes laptop manufacturers change component suppliers without changing the laptop model. Therefore, the name "Wi-Fi Adapter for Laptop X" may conceal chips from Broadcom, Qualcomm, or MediaTek. The VEN and DEV codes remain the same for a specific chip, ensuring the correct driver is found.

Please note that codes may be written in hexadecimal format. Don't be alarmed if you see letters A through F. This is the standard numbering system for low-level component addressing.

Using the Command Prompt (CMD) and PowerShell

For those who prefer the speed and precision of text-based commands, the command line offers powerful tools. netsh And wmic Allows you to extract hidden information from the system that graphical utilities do not show.

Open Command Prompt as Administrator. Enter the command netsh wlan show interfacesIn the output, look for the line "Description." This will indicate the exact name of the adapter the operating system uses to manage the connection.

  • πŸ–₯️ Run PowerShell or CMD with administrator rights.
  • ⌨️ Enter the command wmic path win32_networkadapter where "netenabled=true" get name, manufacturer.
  • πŸ“Š Analyze the output: the Name column will show the name, and Manufacturer will show the brand.

Alternative way through wmic provides an even more detailed technical summary. The team wmic nic where "NetEnabled=true" get Name, Manufacturer, PNPDeviceID will display a list of active network cards along with their PNP IDs. This is useful if the system has multiple network interfaces, including virtual ones.

πŸ“Š Which method of searching for information is most convenient for you?
Via Device Manager
Via the command line
Using third-party programs
Through the manufacturer's website

PowerShell also allows you to filter the output. For example, the command Get-NetAdapter | Where-Object {$_.Status -eq "Up"} will show only active adapters. By adding the parameter select Name, InterfaceDescription, you can get a clean list of physical device names.

Checking through the network connections window

The classic Windows network connections interface, although partially hidden in newer OS versions, still contains useful information. It allows you to quickly see which adapter is responsible for the current connection.

Press the key combination Win + R, enter ncpa.cpl and press Enter. The Network Connections window will open. Look for the "Wireless Network" or "Wi-Fi" icon. The label below the icon often contains the adapter model name, especially if the drivers are installed correctly.

If you hover over the icon and hold it there, a tooltip with the device name will appear. Double-clicking and clicking "Details" will open the status window, where the "Physical Address" (MAC Address) field allows you to indirectly determine the manufacturer from the first three bytes (OUI), although this is less reliable than using the device name directly.

Method Complexity Data accuracy Need for admin rights
device Manager Low Average No
Command Prompt (CMD) Average High Desirable
Equipment ID (VEN/DEV) High Maximum No
Third-party software Low High Depends on the software

In some Windows builds, the name under the icon can be changed by the user. Therefore, relying solely on the visual name in ncpa.cpl Proceed with caution. It's best to double-check the connection data using the connection properties.

Specialized diagnostic utilities

If Windows' built-in tools seem too confusing, you can use third-party software. Programs like AIDA64, HWiNFO, or Speccy collect detailed hardware information and present it in a convenient format.

Utility HWiNFO Free for home use, it displays not only the Wi-Fi adapter's name but also its current temperature, connection speed, signal strength, and supported standards. It's the perfect tool for in-depth diagnostics.

⚠️ Warning: Download diagnostic utilities only from the official websites of the developers. Using cracked versions or programs from dubious portals may result in the system being infected with miners or Trojans.

The utility may also be useful lspci (in Linux) or its Windows equivalent, which list devices connected via the PCI bus. Since most internal Wi-Fi modules connect via Mini-PCIe or M.2 (which uses PCI Express lanes), these programs will detect the adapter even without drivers installed.

The advantage of specialized software is the ability to export reports. You can save the log as a text file and send it to a specialist for analysis if you can't resolve the issue yourself.

Physical inspection and documentation

In extreme cases, when software methods fail (for example, the adapter is burned out or deeply buried), physical inspection remains. This is especially true for desktop PCs with PCIe cards or laptops that are easily disassembled.

The Wi-Fi module board itself always has markings. Mini-PCIe or M.2 cards have a sticker on one side. It contains the model number, for example, AR9285 (Atheros) or BCM94352 (Broadcom).

You can also find information in the laptop's documentation or on the manufacturer's website in the "Specifications" section. However, keep in mind that the same laptop model may have had different modules installed in different years. Therefore, this method only provides a probabilistic estimate.

  • πŸ’» Turn off the device and disconnect the power.
  • πŸ”§ Remove the back cover (if the design allows).
  • πŸ‘€ Find a small board (usually 30x50 mm) with antennas screwed on.
  • πŸ“ Read the markings on the chip or sticker.

β˜‘οΈ Check before purchasing a new adapter

Completed: 0 / 4

If you plan to replace the module, make sure the new adapter doesn't have any whitelist restrictions (this applies to some older HP and Lenovo models). In such cases, the system may refuse to work with unauthorized hardware, even if it's physically compatible.

Frequently Asked Questions (FAQ)

Why is the adapter called "Generic 802.11n" in Device Manager?

This means Windows couldn't find a specific driver for your model and installed the standard Microsoft driver. Functionality may be limited and performance may be reduced. We recommend downloading the driver from the laptop or chip manufacturer's website.

Can a virus hide the real name of a Wi-Fi adapter?

Theoretically, yes, some rootkits can disguise devices. However, this is most often a sign of a driver conflict or registry error. Scan your system with an antivirus and try removing the device from the Device Manager and then rebooting.

Does the adapter name affect internet speed?

The name itself doesn't. But the model behind the name determines support for standards (Wi-Fi 5, Wi-Fi 6), frequencies (2.4 or 5 GHz), and technologies (MIMO). Older adapters (such as those labeled b/g/n) are physically unable to deliver higher speeds.

Where can I find the driver if I know the name but don't have the disk?

Enter the full model name (e.g., "Intel AX200 driver") into a search engine and go to the manufacturer's official website (intel.com, realtek.com, etc.). Avoid driver aggregator websites, as they often contain adware.