How to find out what Wi-Fi adapter is in your laptop: complete identification methods

A modern laptop is a complex computing device in which wireless communication plays a critical role. Users often face the need to accurately determine network interface model, installed on the system. This may be necessary to find up-to-date drivers, check for Wi-Fi 6 support, or diagnose slow connection issues.

Windows operating systems have powerful built-in tools that allow you to obtain comprehensive hardware information. You don't need to be a system administrator or have advanced technical knowledge to extract this data. Simply follow the simple steps described below.

In this article, we'll examine both software and physical methods of component identification. We'll cover standard dispatching tools, PowerShell and CMD command line capabilities, and also look at hardware markings. Intel AX200, Realtek RTL8822CE or Qualcomm Atheros β€” let's figure out how these names appear in the system and what they mean.

Using Windows Device Manager

The most direct and reliable way to obtain information about connected hardware is to access the system registry through the standard management interface. device Manager Displays a complete list of all components that the operating system was able to recognize and initialize.

To access this section, right-click on the Start icon and select the appropriate item from the context menu. Alternatively, use a keyboard shortcut Win + X and select the desired option. In the window that opens, find the "Network adapters" section and expand it.

You'll see all network interfaces in the list. Look for devices that contain the words "Wireless," "Wi-Fi," or "802.11" in their names, or manufacturer names like Intel, Realtek, MediaTekDouble-clicking on the name will open the properties, where you can find the "Details" tab. VEN_ID And DEV_ID β€” unique identifiers of the manufacturer and device.

  • πŸ” Look for the abbreviations 802.11ax or AC in the name, indicating the generation of the standard.
  • πŸ’Ύ Write down the exact model name before searching for drivers on the manufacturer's website.
  • βš™οΈ If the device is marked with a yellow triangle, it means the driver is missing or not working correctly.
⚠️ Note: If the wireless module is not listed in the network adapters, it may be disabled in the BIOS/UEFI or physically faulty. It may also be hidden in the "Other devices" section as an unknown component.
πŸ“Š Which identification method did you use most often?
device Manager
Command line
Third-party utilities
I don't know what adapter I have.

Identification via the command line and PowerShell

For those who prefer a text-based interface or need more detailed technical information, using the command line is an excellent solution. netsh Allows you to display a detailed report on the status of your wireless network and adapter characteristics.

Launch Command Prompt (CMD) or PowerShell as administrator. Enter the command netsh wlan show driversThe system will display a large text block, where the line "Driver name" indicates the driver file, and the description often contains the chipset name. The command wmic nic where "NetEnabled=true" get name,MACAddress, which will show active network interfaces.

Using PowerShell gives you even more flexibility. The command Get-NetAdapter | Where-Object {$_.Status -eq "Up"} will filter only active connections. For detailed Wi-Fi information, you can use the module NetAdapterThis is especially useful if the Windows GUI is laggy.

Decoding error codes in CMD

If you receive error code 80070005 when running commands, this means access is denied. Run the console as administrator. Error 8007043c indicates that the WLAN AutoConfig service is not running.

The command line's text output may contain technical terms that are incomprehensible to the average user. However, this is where you can often see the real thing. hardware revision device, which isn't always displayed in the graphical interface. This is critical when searching for specific security patches.

Specialized software for equipment diagnostics

When standard tools are insufficient or the most comprehensive information is required, third-party utilities come to the rescue. Programs like AIDA64, HWiNFO or PCI-Z are capable of reading data directly from hardware registers, bypassing standard operating system APIs.

Utility PCI-Z This app is especially valuable for its compact size and free nature. It displays not only the device name but also its Vendor ID and Device ID, and allows you to instantly search for drivers online using these codes. HWiNFO will provide data on temperature, current link speed and supported encryption protocols.

Using this software allows you to identify hidden issues, such as an adapter running in compatibility mode or using an outdated firmware version. It's an indispensable tool for IT professionals and advanced users involved in fine-tuning networks.

  • πŸš€ AIDA64 provides a comprehensive report on the entire system, including the Wi-Fi module.
  • πŸ” PCI-Z is ideal for quickly searching for drivers by hardware ID.
  • πŸ“Š HWiNFO will show your current connection speed and signal strength in real time.

Physical inspection and marking of the module

If the operating system doesn't detect the device or the laptop doesn't turn on, the only sure way is a physical inspection. In most modern laptops, the Wi-Fi adapter is a small circuit board. M.2 or Mini PCIe, located under the bottom cover.

To access it, you need to unscrew the screws on the bottom panel. Be careful: some models require removing the keyboard or have hidden screws under the rubber feet. The board itself is always marked. Typically, this is a large barcode and the model name, for example, Intel Wireless-AC 9560 or Qualcomm Atheros QCA9377.

Pay attention to the antenna wires connected to the module. They are usually black and white (primary and secondary antennas). Before disconnecting the module for replacement or inspection, it is strongly recommended to take a photo of the connection diagram to avoid mixing them up during reassembly. Incorrect connections can result in a drop in signal strength.

Interface type Form factor Characteristic features Where it is found
PCI Express M.2 2230 High speed, compact Modern laptops (2018+)
USB Mini PCIe / M.2 Key E Internal connection via USB buses Budget models, old laptops
SDIO Tablet format Low power consumption Tablets, ultrabooks
CNVi M.2 2230 Depends on the Intel processor Laptops with 8th Gen Intel+ CPUs
⚠️ Caution: Before opening the laptop case, make sure it's covered under the manufacturer's warranty. Breaking the seals may void your warranty. Also, be sure to disconnect the battery before touching internal components.

Compatibility and characteristics analysis

Knowing the exact adapter model, you can move on to analyzing its capabilities. Different chipsets support different Wi-Fi standards (802.11n, ac, ax) and frequency bands (2.4 GHz, 5 GHz, 6 GHz). For example, adapters of the series Intel AX support the latest Wi-Fi 6 standard, providing high speed in busy networks.

Channel bandwidth is an important parameter. Budget models are often limited to 20 or 40 MHz, while high-end solutions support 80 and even 160 MHz. This directly impacts the maximum theoretical data transfer rate. It's also worth checking for support for security technologies such as WPA3.

If your router supports gigabit speeds and the adapter in your laptop has an interface Fast Ethernet or the older 802.11n standard, you won't be able to take advantage of the fast internet speeds. In such cases, it might be worth considering replacing the internal module or using an external USB adapter that supports modern standards.

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

Completed: 0 / 4

Common problems and solutions

Even knowing the adapter model, users may encounter unstable performance. A common issue is a driver version conflict. Windows Update sometimes automatically installs a generic driver, which may perform worse than the specialized software from the laptop manufacturer.

Another common issue is that the adapter disappears from the system after waking from sleep mode. This can be resolved in Device Manager: in the adapter's properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

If the module gets hot, connection speeds may drop due to throttling. This is common in laptops with poor ventilation systems. In such cases, cleaning the dust or, as a last resort, installing an additional heat sink on the adapter chip, if the case design allows it, can help.

⚠️ Note: Interfaces and menu item names may vary depending on the Windows version (10, 11) and the operating system installed by the manufacturer. Always consult the official documentation for your laptop model.

FAQ: Frequently Asked Questions

Is it possible to replace the Wi-Fi adapter in any laptop?

No, not all of them. In many modern Ultrabooks, the Wi-Fi module is soldered directly to the motherboard and is not replaceable. There are also models with a whitelist (a list of approved devices), where the BIOS blocks the installation of a third-party module.

What should I do if Device Manager shows "Unknown Device"?

This means Windows doesn't have a driver for this component. You need to find the Hardware ID in the device properties and search for a driver using these codes on the chipset or laptop manufacturer's website.

Does the adapter model affect the signal reception range?

Yes, it does. More powerful adapters (for example, with two or three antennas and MU-MIMO support) provide better signal reception and connection stability over distance compared to budget single-stream models.

How do I check if my adapter supports 5GHz?

In the command line, enter netsh wlan show driversFind the line "Radio types supported." If you see 802.11a or 802.11ac/ax, then 5 GHz support is present.