How to Find Out if Your Motherboard Has a Wi-Fi Module: A Complete Guide

Have you bought a new motherboard or are planning to upgrade your PC, but aren't sure if it supports wireless? Wi-Fi module Built-in motherboard connectivity is a convenient option that eliminates the need for a separate adapter or a router with a wired connection. However, not all models include this feature, and manufacturers don't always highlight it in their product names.

In this article you will find 5 proven ways to determine the presence of a Wi-Fi module — from visual inspection to analysis of technical specifications. We'll figure out how to distinguish M.2 Key E The Wi-Fi slot differs from other ports, which commands will help in Windows and Linux, and why even the lack of antenna ports doesn't always mean there's no wireless connection. And for those planning a purchase, we've prepared a compatibility chart for popular chipsets with Wi-Fi 6/6E.

1. Visual inspection of the motherboard

The quickest way is to carefully examine the board itself. Even if you're not an electronics expert, a few key details will indicate the presence of Wi-Fi:

  • 📡 Antenna connectors — usually located on the rear panel (where USB, HDMI, etc. are connected). These are two small gold-pin connectors with labels Wi-Fi, WLAN or ANT1/ANT2They are designed to connect removable antennas, which are often included in the kit.
  • 🔌 M.2 Key E slot — a small connector (shorter than the one for an SSD) with a notch closer to the edge of the board. Often labeled as CNVi or M.2 E-Key. The Wi-Fi module itself is installed in it (for example, Intel AX200 or Qualcomm QCA61x4).
  • 🔍 Inscriptions on the board - look for engravings like WiFi, Wireless, WLAN or logos of standards (Wi-Fi 6, 802.11ax). Sometimes they are hidden under heatsinks or near the chipset.

⚠️ Attention: Some boards have M.2 Key E, but without a pre-installed module (for example, ASUS ROG Strix B550-F Gaming). In this case, Wi-Fi will have to be purchased separately. Hybrid slots are also available. M.2 Key A+E, which support both Wi-Fi and Bluetooth modules.

📊 Have you already opened your PC case for inspection?
Yes, I clean and upgrade regularly.
Only for assembly/repair
Never, I'm afraid to break something.
The PC is under warranty, I'm not taking any risks.

2. Checking via BIOS/UEFI

If a visual inspection doesn't yield results, or you don't want to disassemble the system unit, check the BIOS. This method works even without an operating system installed:

  1. Restart your PC and press the key to enter BIOS (usually Del, F2, F12 or Esc - depends on the manufacturer).
  2. Go to the section AdvancedOnboard Devices Configuration (names may differ: Integrated Peripherals, Wireless).
  3. Look for options like:
    • Wi-Fi Controller / WLAN
    • CNVi Support (for Intel modules)
    • M.2 E-Key Slot
  • If the option is present and set in Enabled — the module is there. If it's not there, or the status Disabled, check other methods.
  • ⚠️ Attention: In some BIOS (for example, on motherboards Gigabyte B450) The Wi-Fi option may be hidden if the module is physically missing. Also, on laptops, the wireless devices section is sometimes combined with Bluetooth.

    What to do if there is no Wi-Fi section in BIOS?

    This doesn't always mean the module is missing. It may be disabled at the hardware level (via a jumper on the board) or require drivers to be installed in the OS. Check out the other methods in this article.

    3. Analyzing motherboard specifications

    The most reliable way is to study the model's official specifications. Here's how to do it correctly:

    1. Find the exact board model:
      • On the box or the board itself (usually next to the manufacturer's logo).
      • Via a command in Windows: wmic baseboard get product,manufacturer (enter in CMD).
      • In programs like CPU-Z (tab Mainboard) or HWiNFO.
  • Check the specifications:
    • On the manufacturer's website (section Support or Specifications).
    • In online catalogs (for example, ASUS, MSI, Gigabyte often duplicate data).
    • In reviews on YouTube or forums (search for "[model] wifi test").

    Please note the wording:

    • There is Wi-Fi: «Included Wi-Fi 6», «Intel AX201 CNVi», «Wireless 802.11ax».
    • No Wi-Fi: «No wireless connectivity», «Ethernet only», «M.2 E-Key (Wi-Fi not included)».

    Chipset Wi-Fi support Typical modules Max standard
    Intel Z690/Z790 Yes (often) Intel AX211, Killer AX1675 Wi-Fi 6E
    AMD B550/X570 Optional Medatek MT7921, Realtek RTL8852AE Wi-Fi 6
    Intel B660/H670 Rarely Intel AX200 Wi-Fi 6
    AMD A520 Very rarely Realtek RTL8822CE Wi-Fi 5

    ⚠️ Attention: Manufacturers sometimes release two versions of the same model - with Wi-Fi and without (for example, MSI MAG B550 Tomahawk vs. MSI MAG B550 Tomahawk WiFi). Please specify the article number (for example, B550M PRO-VDH WIFI vs. B550M PRO-VDH).

    4. Checking in Windows (without opening the PC)

    If your PC is already assembled and runs Windows, use the built-in tools:

    ☑️ Wi-Fi Diagnostics in Windows

    Completed: 0 / 3

    Method 1. Device Manager

    1. Click Win + X → select device Manager.
    2. Expand the branch Network adapters.
    3. Look for devices with the following names:
      • Intel(R) Wi-Fi 6
      • Qualcomm Atheros QCA61x4
      • Realtek RTL88x2ce
      • Medatek Wi-Fi 6 MT7921
  • Method 2. Team netsh

    Open CMD as administrator and enter:

    netsh wlan show drivers

    If the response contains a string Radio type: 802.11ax (or 802.11ac/n) — the module is present. If the command returns "WLAN AutoConfig Service is not running", try:

    net start wlansvc
    

    netsh wlan show drivers

    Method 3. System Information

    1. Click Win + R → enter msinfo32.
    2. Go to Components → Network → Adapter.
    3. Search for posts with Wireless or Wi-Fi.
    4. ⚠️ Attention: If Device Manager shows Unknown Device with an exclamation mark, it may be an unrecognized Wi-Fi module. Install the drivers from the board manufacturer's website (section Support → Drivers → Wireless).

      5. Checking in Linux (terminal)

      Linux users can use the terminal. Here are the key commands:

      Method 1. Team lspci

      lspci -v | grep -i wireless

      Look for lines like:

      Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)

      Method 2. Team iwconfig

      iwconfig

      If there is an interface in the output wlan0 or wlp3s0 — the module is present and recognized by the system.

      Method 3: Viewing loaded kernel modules

      lsmod | grep -E 'iwlwifi|ath|rtl8822|mt7921'

      For example, iwlwifi indicates the driver for modules Intel, A rtl8822ce - For Realtek.

      ⚠️ Attention: In some distributions (for example, Ubuntu Server) Wi-Fi modules are disabled by default. To activate them, you may need to install proprietary drivers (for example, sudo apt install firmware-iwlwifi for Intel).

      6. Checking using third-party utilities

      If standard methods do not produce results, use specialized programs:

      • 🔧 HWiNFO - shows all hardware components, including Wi-Fi modules (tab Network). Download the portable version from official website.
      • 📊 Speccy (from Piriform) - in the section Network Displays models of network adapters.
      • 🔍 AIDA64 — a paid utility with a trial period. Look for the section Devices → PCI/AGP Devices.

      Example of output in HWiNFO for board with Wi-Fi:

      Network Controller:

      Device ID: 8086:2725

      Vendor: Intel Corporation

      Device: Wi-Fi 6 AX200

      Subvendor: Rivet Networks (Killer)

      ⚠️ Attention: Some utilities (eg. CPU-Z) do not always correctly detect Wi-Fi modules, especially if they are connected via USB (external adapters) or M.2 with a non-standard identifier. In this case, the data is cross-checked using other methods.

      Common Mistakes and Myths

      When testing a Wi-Fi module, users often encounter false positives. Let's look at the most common ones:

      • 🚫 Myth 1: "If there's Bluetooth, there's Wi-Fi."

        Reality: Bluetooth can be implemented through a separate module (eg. Intel 8265 supports both Wi-Fi and BT, and Realtek RTL8761B — Bluetooth only).

      • 🚫 Myth 2: "All boards with M.2 Key E have Wi-Fi."

        Reality: The slot may be empty or used for other devices (eg. Capture cards or 5G modems).

      • 🚫 Myth 3: "If there is no Wi-Fi option in the BIOS, it doesn't exist."

        Reality: On some boards (eg. ASRock B450 Steel Legend) the option appears only after installing the module.

      Users also confuse:

      • Wi-Fi module (physical device on the board) and driver (Software for its operation). No driver ≠ no module.
      • M.2 Key M (for SSD) and M.2 Key E (for Wi-Fi). They are not interchangeable!
      • Wi-Fi 6 And Wi-Fi 6E: the second one supports the frequency 6 GHz, but requires a compatible router.
      Why might Wi-Fi not show up in Device Manager?

      1. The module is disabled in BIOS.

      2. No drivers (especially relevant after reinstalling Windows).

      3. The module is physically damaged or poorly connected (relevant for removable M.2-modules).

      4. Conflict with another network device (e.g. USB adapter).

      FAQ: Answers to frequently asked questions

      Is it possible to add Wi-Fi if the motherboard does not have it?

      Yes, there are several ways:

      • 🔌 USB adapter (the simplest option, for example, TP-Link Archer T4U).
      • 🖥️ PCIe card (For example, ASUS PCE-AX58BT with Wi-Fi 6 and Bluetooth 5.0).
      • 🔧 M.2 Wi-Fi module (if there is a slot on the board Key E, For example, Intel AX210).

    Suitable for laptops NGFF (M.2 2230) module (for example, Intel AX201).

    How do I know which Wi-Fi module is installed on my board?

    Use a combination of methods:

    1. Visually inspect the module (if it is removable) - the model is usually indicated on it.
    2. In Windows: Device Manager → Network Adapters → Properties → Details → Hardware IDs (copy the values VEN_XXXX And DEV_XXXX and find the model using them on Google).
    3. In Linux: lspci -nn -s [device address] (For example, lspci -nn -s 03:00.0).

    Example ID for Intel AX200: VEN_8086&DEV_2723.

    Why is Wi-Fi slow even though the module supports Wi-Fi 6?

    The reasons may be different:

    • 📶 The router does not support Wi-Fi 6. (check its specifications).
    • 🔄 Outdated drivers (update them through device Manager or the manufacturer's website).
    • 🔌 The antennas are connected incorrectly (swap them or check the tightness of the connection).
    • 🛠️ It's disabled in BIOS. CNVi or PCIE Link Speed for the Wi-Fi slot.
    • 📡 Interference at 5 GHz (try switching to 2.4 GHz or change the channel in the router settings).

    To diagnose speed use netsh wlan show interfaces (see parameter Receive rate (Mbps)).

    Can a Wi-Fi module fail?

    Yes, although this happens less frequently than with other components. Signs of failure:

    • 🚨 Wi-Fi disappears after a Windows/Linux update.
    • 🔥 The module gets very hot (you can check it with your hand - it shouldn't burn you).
    • ⚡ The PC freezes when connecting to the network.
    • 🔌 In the Device Manager, the module appears and then disappears.

    To check:

    1. Connect an external USB Wi-Fi adapter. If it works, the problem is with the module.
    2. Check the module on another PC (if it is removable).
    3. Update your BIOS - sometimes this solves compatibility issues.
    Which Wi-Fi module is best for an upgrade?

    The choice depends on your goals:

    Module Standard Max. speed Bluetooth Price (~$)
    Intel AX210 Wi-Fi 6E 2400 Mbps 5.2 30-40
    Intel AX200 Wi-Fi 6 2400 Mbps 5.0 20-25
    Killer AX1650 Wi-Fi 6 2400 Mbps 5.0 40-50
    Medatek MT7921 Wi-Fi 6 1800 Mbps 5.2 15-20

    For gaming PCs we recommend Killer AX1650 (optimized for low ping), for office tasks - Intel AX200 (stability and compatibility).