How to identify a Wi-Fi adapter on a computer: step-by-step methods

It's hard to imagine a modern personal computer without network connectivity. However, drivers often fail, the operating system fails to recognize the device, or the user simply forgets which module is installed inside the system unit or laptop. Understanding how to identify the Wi-Fi adapter on a computer is a fundamental skill for anyone who wants to maintain their own equipment. Without an accurate hardware identifier, it's impossible to select the correct software, which often leads to unstable wireless network performance.

There are many ways to find out the specifications and exact name of your network card, ranging from standard operating system tools to physical inspection of the board. In this article, we'll cover software and hardware identification methods to help you resolve your internet connection issue. Accurate knowledge of the model hardware is the first step to successfully updating drivers and eliminating conflicts in the system.

We'll explore both built-in Windows tools and specialized software that provide comprehensive hardware information. We'll cover everything from simple mouse movements to command line use for advanced users. Whether you're running Windows 7, 10, or 11, the techniques described below will be useful and applicable in most situations.

Using Device Manager

The simplest and most accessible method, which doesn't require installing additional software, is to use the built-in system tool "Device Manager." This section of the operating system displays all connected hardware, even if drivers aren't installed. To access it, right-click the Start menu and select the appropriate option, or use a keyboard shortcut. Win + X.

In the window that opens, find the "Network Adapters" section and expand it. Here you'll see a list of all network interfaces, including wired and wireless. The wireless module's name typically includes the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, QualcommIf a device is marked with a yellow triangle, it means the driver is missing or not working correctly, but the chip model will still be displayed.

⚠️ Note: If no wireless adapters are listed, only an Ethernet controller, this may mean the device is physically disconnected, burned out, or hidden in the BIOS. In this case, software solutions may not work.

For more detailed information, double-click the device name and go to the "Details" tab. Select "Property" from the drop-down list and find the following lines: VEN_ID And DEV_IDThese codes are unique identifiers for the manufacturer and the device itself, respectively. Knowing these values, you can find a driver for even the most rare hardware if standard search methods fail.

Device Manager also allows you to manage the adapter's status: you can disable it, enable it, or update the driver automatically. However, for a thorough diagnosis, you often need to know exactly hardware identifier, which we just discussed. This is especially true for older laptops, where manufacturers may have installed different Wi-Fi module variants in the same model.

Checking via command line and PowerShell

For users who prefer to work with the console or need quick diagnostics without a graphical interface, the command line is the ideal solution. This method allows you to get a structured report on network connections. Open a terminal by entering cmd in the search, and run it as administrator to get full access rights to system data.

Enter the command netsh wlan show interfaces and press Enter. This command will display a detailed report on your current wireless connection, including the adapter name, its SSID, radio type, and, most importantly, its manufacturer. If the adapter is connected to a network, you'll also see the connection speed and signal strength, which is useful for initial connection quality diagnostics.

netsh wlan show drivers

Even more detailed information about the drivers and the module itself can be obtained using the command netsh wlan show driversThe output of this command will show the manufacturer, driver version date, and radio type. This is a great way to quickly check whether the installed driver is too old or generic (Microsoft Basic), which often happens after reinstalling Windows.

Why is the command line more reliable than the GUI?

The command line directly accesses system APIs and often displays data that might be hidden or simplified in the graphical interface. Furthermore, command output can be easily copied to a text file for analysis or sent to a specialist.

Using PowerShell gives you even more options for filtering data. The command Get-NetAdapter | Where-Object {$_.MediaType -eq "802.3"} (although for Wi-Fi it is more often used Get-NetAdapter -Name "Wi-Fi" or simply Get-NetAdapter) allows you to display a list of adapters in a convenient format. Knowing how to quickly extract information through the console saves time when servicing a large number of computers.

Analysis via Task Manager and Windows Settings

In modern versions of Windows 10 and 11, information about network connections has become more accessible to the average user. Opening the Task Manager with the keyboard shortcut Ctrl + Shift + Esc By clicking the "Performance" tab, you'll see a graph of network activity. The name of the active network adapter is often displayed at the bottom of the window or when you hover over it, allowing for quick navigation.

More detailed information can be found in the "Settings" menu. Follow the path Start → Settings → Network & Internet → Wi-FiThe current connection status is displayed here, and if you scroll down and select "Hardware Properties," the system will display a detailed card with a description of the model, MAC address, security protocol, and even the channel frequency. This is one of the most user-friendly interfaces for inexperienced users.

  • 📡 Signal status: Shows reception quality in real time.
  • 🔒 Security protocol: Specifies the encryption type (WPA2/WPA3).
  • 🆔 Physical address: The unique MAC address of your adapter.

The "Network Status" section also includes a "View Network Properties" button, which opens a classic window with detailed statistics. Here you can see the connection duration, upload and download speeds. While this data doesn't always include the full technical name of the chip, it helps you understand which interface (e.g., "Wireless 2") the system is using.

Third-party hardware diagnostic utilities

When built-in tools aren't enough or the system is unstable, specialized programs come to the rescue. The utility has been the leader in this field for many years. CPU-Z, or rather its module or analogues like HWiNFO And AIDA64These programs scan all computer buses and provide comprehensive information about every connected device, including hidden ones.

Program AIDA64 (formerly Everest) provides perhaps the most detailed report. Under "Network" -> "Windows Network" or "Network/PCI," you can see not only the adapter name but also its IRQ, port range, device BIOS version, and even temperature (if the sensor is supported). This is a professional tool often used by system administrators.

📊 What program do you use to check your PC?
AIDA64
CPU-Z
Speccy
Using built-in Windows tools
I don't use it

Another useful utility is Speccy From the developers of CCleaner. It has a simple interface and immediately displays a system summary, including the Network section, which lists all active adapters. It's a great option for quickly checking your Wi-Fi module model without diving into technical details. Just be sure to download such programs only from official websites to avoid viruses.

⚠️ Note: Program interfaces and features may change with the release of new versions. Always consult the developer's official documentation if you can't find the option you need in the menu.

Using third-party software is especially useful when the Wi-Fi adapter driver isn't installed and the standard Device Manager shows "Unknown Device." Programs like HWiNFO They can often determine the chip vendor even by its hardware ID, suggesting which driver to look for.

Identifying a model by equipment ID

If none of the above methods yield a clear name and the driver is still not installed, the most reliable method remains: searching by hardware ID. In Device Manager, on the "Details" tab of the unknown device, copy the string value. VEN_XXXX&DEV_YYYYThe first four characters after VEN indicate the manufacturer, and the ones after DEV indicate the specific device.

The received code must be entered into a search engine. There are special PCI ID databases, such as pcidatabase.com, which will decipher these numbers. For example, the code VEN_8086 always belongs to the company Intel, A VEN_10ECRealtekThis allows you to accurately identify the device, even if it is called "Standard Wi-Fi Adapter" in the system.

Code (VEN) Manufacturer Typical devices
8086 Intel Corporation Centrino, Wi-Fi 6 adapters
10EC Realtek Semiconductor Budget Wi-Fi cards, Ethernet
168C Atheros Communications Qualcomm Wi-Fi modules
14E4 Broadcom Apple & Dell Wi-Fi chips

This method is with a universal key to solving problems with any unknown hardware in Windows. Knowing the exact ID guarantees you'll find the right driver on the manufacturer's website, avoiding the installation of unnecessary junk software often offered by driver aggregator websites.

☑️ Check before installing the driver

Completed: 0 / 1

Physical inspection and markings on the body

If the computer won't turn on or the operating system won't load, a physical inspection is the only solution. If it's a laptop, the sticker with the Wi-Fi module model is often located on the bottom cover, next to the serial number and certification logos (FCC, CE). Sometimes the full P/N (Part Number) of the device is also listed.

For desktop PCs with an external USB adapter, things are simpler: the markings are directly on the device's casing. If the adapter is internal (PCI-E or M.2), you'll need to remove the side cover of the system unit. The module's motherboard always has a sticker or engraving indicating the model. On laptops, accessing the internal module often requires removing a separate service cover on the bottom.

When inspecting, pay attention to the antenna connectors. Internal modules typically have thin black and white wires connected to the main and secondary antennas. Accuracy Care is critical when disconnecting these wires, as the connectors are very fragile. If you plan to replace the adapter, take a photo of the connection before disassembling.

Physical identification also helps determine whether your adapter supports modern standards. A single antenna typically indicates older standards (pre-802.11n), while two or more antennas (connectors) indicate support for MIMO and higher speeds (802.11ac/ax).

Frequently Asked Questions (FAQ)

Why doesn't my computer see my Wi-Fi adapter after reinstalling Windows?

Most likely, the new operating system version is missing drivers for your specific network card model. Windows may have installed a standard Microsoft driver that doesn't support all the device's features. You'll need to download the driver from the laptop or chip manufacturer's website (Intel, Realtek) and install it manually.

Can an antivirus block a Wi-Fi adapter?

Yes, some firewall features in antivirus software can block connections to new networks or view the adapter as public. Try temporarily disabling your antivirus for diagnostics. Also, check that Airplane Mode or software-based adapter disabling isn't enabled in your router settings.

How do I know if my adapter supports 5GHz?

In the command line, enter netsh wlan show driversFind the line "Supported Radio Types." If it says 802.11a, 802.11n, 802.11ac, or 802.11ax, then 5 GHz is supported. If it only says 802.11b/g, then the adapter only works in the 2.4 GHz band.

What to do if the Device Manager shows error code 43?

Code 43 means that Windows has lost communication with the device or it has reported a malfunction. Try completely powering off the computer (remove the laptop battery or unplug the PC for 1 minute) and then powering it back on. If that doesn't help, you need to reinstall the drivers or replace the adapter.