How to determine if your motherboard has a built-in WiFi module

Modern computer components are becoming increasingly functional, and having a built-in wireless module on a motherboard is no longer a rarity. However, when building a PC from used components or purchasing a new motherboard in a box, users often face uncertainty: whether a given model supports wireless networking out of the box or whether an external adapter will be required. Visual similarity The variety of different modifications of the same series often confuses even experienced enthusiasts.

The absence of drivers or antennas on the back panel doesn't always mean the module is physically missing. Sometimes the system simply doesn't detect the device due to a software glitch, or the antennas were lost by the previous owner. Understanding how to accurately identify Wireless LAN The controller will save you time on purchasing unnecessary equipment and the hassle of setting up your home internet.

In this article, we'll cover all possible diagnostic methods: from operating system software to physical inspection of the printed circuit board. You'll learn to distinguish software errors from missing hardware modules and understand which markings to look for when purchasing.

Checking through Windows Device Manager

The fastest and most accessible way to check for built-in WiFi is to use your operating system's system utilities. If the drivers are installed correctly, Windows will automatically notify you of the presence of the necessary hardware. To do this, press a key combination. Win + X and in the menu that appears, select "Device Manager".

In the window that opens, find the "Network adapters" section and expand it. If you see devices with the names Intel Wireless, Realtek RTL, MediaTek or Qualcomm Atheros If you see a section labeled "Wireless" or "Wi-Fi," it means the module is physically present and working. However, if there's no such section, or if the list includes a device with a yellow exclamation point ("Unknown Device"), this may indicate missing drivers.

⚠️ Attention: If Device Manager displays "Unknown Device" with error code 43 or 28, this often means the module is present but the driver isn't installed. Don't rush to buy a new adapter until you've tried installing the software from the motherboard manufacturer's official website.

Sometimes the module can be disabled in the BIOS/UEFI, hiding it from the operating system. In this case, a software scan in Device Manager will show a blank chip, even though the chip is physically soldered to the board. Therefore, if you don't find any wireless adapters, don't jump to conclusions at this stage.

For a more detailed analysis, you can use the "View" β†’ "Show hidden devices" section. This will reveal previously connected USB adapters or components that are temporarily disabled. If nothing resembling WiFi is found there, we'll move on to more in-depth investigations.

Using the command line for detailed diagnostics

If the graphical interface doesn't provide a clear answer, the Windows command prompt comes to the rescue. This method allows you to obtain technical information directly from network interfaces, bypassing possible display glitches in the Task Manager. Launch the command prompt as administrator by entering cmd in the search and selecting the appropriate item.

Enter the command netsh wlan show drivers and press Enter. If the motherboard has a working WiFi module and the drivers are installed, the system will display detailed information about the driver, manufacturer, and supported communication standards. If the module is missing or disabled, you will see a message stating that the WLAN autoconfiguration service is not running or the interface is not found.

What to do if the command doesn't work?

If the command returns an error, try entering netsh interface set interface name="Wireless" admin=enabled first. If the interface name is different, replace it in the command.

Another useful command is ipconfig /allIn the long output list, look for sections containing the words "Wireless" or "Wi-Fi." The presence of a MAC address in such a section confirms the presence of an active network interface. The absence of such sections, while others (such as Ethernet) are present, is a warning sign.

You can also check the list of all installed network devices using the command:

pnputil /enum-devices /connected

This command will show connected PnP devices. Look for Hardware IDs containing the following prefixes in the list: PCI\VEN_8086 (Intel) or PCI\VEN_10EC (Realtek) in combination with the wireless network description. This will help identify the device even without a driver installed if the system sees it as basic hardware.

Analysis of motherboard specifications and markings

The most reliable method, regardless of the operating system or driver status, is to examine the documentation and physical markings. Every modern motherboard has a unique model number, which can be found on the board itself or on the box. Knowing the exact model, you can check the official specifications on the manufacturer's website.

Typically, the model name includes an indication of the presence of wireless modules. For example, with ASUS, this is often the suffix "W" (e.g., ROG STRIX B550-F GAMING WIFI), Gigabyte has "WIFI" or "AX" at the end of the name. If there's no mention of WiFi in the model name, the board revision likely doesn't include the module.

πŸ“Š Where do you usually look for information about board specifications?
On the box
On the manufacturer's website
On the store receipt
I ask the seller

A physical inspection of the computer's rear panel also provides clues. The presence of threaded antenna connectors (usually two gold or black connectors) is a sure sign of an integrated module. However, the absence of antennas does not guarantee the absence of the module: they may have been lost, or the board may support antenna connections through an internal connector rather than external ports.

Here's a table to help you decipher popular designations in motherboard names:

Manufacturer Marking in the title Description
ASUS WIFI / AC / AX Availability of a built-in module
Gigabyte WIFI / AX / AORUS The module is built-in (often in expensive versions)
MSI WIFI / AC / AX Availability of a wireless interface
ASRock AC / AX / WIFI Support for WiFi standards

Please note that Bluetooth is often paired with WiFi, as they use a single combined module. If the system has Bluetooth but no WiFi, the issue is almost certainly software-related.

Visual inspection of the motherboard

If software methods fail and you don't have documentation at hand, you'll have to look inside the system unit. A visual inspection can reveal M.2 Key E A slot where a WiFi module is installed. On modern motherboards, this slot is often located on the bottom of the board or under the graphics card.

The module itself usually has two small connectors soldered for antenna wires (black and white/gray wires). If you see a small rectangular board, approximately 22x30 mm in size, inserted into the connector and wired to the rear panel or internal antennas, then the adapter is physically present.

⚠️ Attention: When inspecting the inside of your PC, be sure to turn off the power and press the power button to discharge any residual charge. Touching live components can cause a short circuit and damage the equipment.

In some budget or older models, the module may be soldered directly to the motherboard's PCB, making it non-replaceable. In this case, look for a chip with markings. Intel, Atheros or Realtek Next to the antenna terminals on the rear panel. Often, these chips are labeled "WIFI" or have a wave symbol next to them.

Also, pay attention to the box contents. The presence of external antennas (even if they're not connected) is a 100% guarantee that the motherboard is equipped with a WiFi module. Manufacturers rarely include antennas in the box of boards without the appropriate controller.

Checking via BIOS/UEFI

The BIOS input/output system, or the more modern UEFI interface, controls all hardware at a low level. If a module is disabled here, the operating system won't see it. To enter the BIOS, you need to reboot the computer and press the [key] Del or F2 immediately after switching on.

In the BIOS menu, look for sections named "Advanced," "Onboard Devices Configuration," or "Peripherals." Inside, you should find an item related to "WiFi Controller," "Wireless LAN," or "Network Stack." Make sure the status is set to Enabled.

Sometimes the BIOS displays a list of connected M.2 devices. If you see a WiFi module in the list of PCIe devices, but Windows doesn't detect it, the problem lies with the drivers or an IRQ conflict. If the module doesn't appear in the BIOS even in the hardware list, it may be faulty or physically missing.

β˜‘οΈ Diagnostics via BIOS

Completed: 0 / 5

It's worth noting that BIOS interfaces vary significantly across manufacturers (AMI, Award, Phoenix). In some cases, the option may be hidden in the "Chipset" or "South Bridge Configuration" subsections. If you're unsure of what you're doing, it's best to take a screenshot before changing the settings.

Third-party utilities for hardware identification

When standard Windows tools aren't enough, specialized programs for collecting system information come to the rescue. Utilities like CPU-Z, HWiNFO or AIDA64 They can read data directly from controllers and can show the presence of a WiFi chip even if the drivers are missing.

For example, in the program HWiNFO When running in "Summary-only" or full scan mode, in the "Bus" -> "PCI" section, you can find a device with a Vendor ID corresponding to known WiFi chip manufacturers. This allows you to identify the "Unknown Device" from the Task Manager.

Usage AIDA64 Allows you to see not only the device's presence but also its technical specifications, firmware version, and antenna connection status (if the module supports such diagnostics). This professional tool provides the most comprehensive picture.

⚠️ Attention: Download diagnostic tools only from the developers' official websites. Using dubious all-in-one builds from torrents can lead to malware infection, which will hide the actual state of your hardware.

Remember that these programs only read the information provided by the hardware. If a module is burned out or a contact in the M.2 slot has come loose, no program will detect it. In this case, the only solution is a physical inspection and reinstallation of the module.

Frequently Asked Questions (FAQ)

Can a WiFi module burn out, but Bluetooth continue to work?

Theoretically, this is possible, since these are different radio channels, but in practice, in 99% of cases, a combined chip is used. If WiFi is lost, most likely Bluetooth is also lost, or there is a problem with the drivers or antenna.

I bought a board with WiFi, but there are no antennas in the box. Is this normal?

Some manufacturers (especially in the OEM or budget segments) may not include antennas, assuming the user will use their own or connect the board with a cable. Check the specifications for your specific model on the website.

How can I find out the WiFi module model if I don't have drivers?

Use the program HWiNFO Or look at the Hardware ID in Device Manager (Properties -> Details -> Hardware IDs). The VEN and DEV codes can be used to accurately determine the chip manufacturer using online databases.

Does the lack of antennas affect WiFi operation if the module is present?

Yes, it does have a critical impact. Without antennas, the range will be a few centimeters, and the speed will be minimal. Antennas can be purchased separately or any suitable ones with an RP-SMA connector can be used.