How to Find Out if Your Computer or Laptop Has Built-in Wi-Fi: 5 Proven Methods

You've bought a used laptop, assembled a system unit, or just want to connect to a wireless network, but you're not sure if your device has a built-in Wi-Fi adapterThis problem is familiar to many: the absence of antennas on the case or the absence of a network in the connection list doesn't necessarily mean the module isn't there. It may simply be disabled in the settings, lack drivers, or be hidden under the case cover.

In this article we will discuss 5 ways to check — from visual inspection to deep diagnostics through BIOS And command lineYou'll learn how to distinguish a built-in adapter from an external one, why Windows might not detect Wi-Fi even if it's present, and what to do if the module is present but not working. And at the end, you'll find Wi-Fi compatibility chart for popular motherboards - This will save time when upgrading your PC.

1. Visual inspection: where to look for the Wi-Fi adapter on the case

Let's start with the simplest thing—external signs. For laptops and all-in-one computers, Wi-Fi module It's usually built in by default (except for budget models or older devices built before 2010). However, system units may not have it at all, especially if the PC was built for office use or to save money.

Where to look:

  • 📡 Laptops: on the front panel or on the side, look for small plastic “windows” - these are Wi-Fi antennas. They are often located next to the keyboard or on the screen cover (in models HP Pavilion, Lenovo IdeaPad).
  • 🖥️ System units: On the back of the motherboard there may be a pair of gold contacts with the inscription Wi-Fi or M.2 Key E (for modules of the type Intel AX200). If there are no ports, there is most likely no adapter.
  • 🔍 All-in-one PCs: antennas are often hidden behind the bottom frame of the screen (for example, Apple iMac or Dell OptiPlex).

⚠️ Attention: The absence of antennas does not guarantee the absence of Wi-Fi! In some laptops (for example, Lenovo ThinkPad T-series) antennas are built into the case, and in cheap PCs the adapter can be connected via USB or PCIe without external signs.

📊 Is your device already connected to Wi-Fi?
Yes, but I want to test the module
No, I'm looking for a reason.
I don't know how to check
I don't have a Wi-Fi router.

2. Checking through Windows Device Manager

This is the fastest way for users Windows 10/11. device Manager will show all installed network adapters, even if they are disabled or without drivers.

How to open:

  1. Click Win + X and select "device Manager».
  2. Expand the "Network adapters».
  3. Look for lines with words Wireless, Wi-Fi, 802.11 or chip names (Intel Wi-Fi 6, Qualcomm Atheros, Broadcom).

What you can see:

  • 🔹 The adapter is there and working.: is displayed in the list without exclamation marks (for example, Intel(R) Wi-Fi 6 AX201 160MHz).
  • 🔸 The adapter is there, but it doesn't work.: next to the name there is a yellow triangle with an exclamation mark (drivers needed).
  • 🔶 There is no adapter: in the list only Ethernet- controllers (for example, Realtek PCIe GbE Family Controller).

Update the driver via the context menu (right-click → "Update driver")

Remove the device and restart your PC (the driver will be installed automatically)

Download the driver from the laptop/motherboard manufacturer's website

Check if the adapter is enabled in BIOS (see section 4)

-->

⚠️ Attention: If there is an unknown device with an error code in the device manager 28 (drivers not installed), it could be the Wi-Fi module. Check it. Equipment ID (right click → Properties → Details → Hardware ID) and find the driver by code through Google.

3. Command line: how to find out the model of your Wi-Fi adapter

If the device manager does not give a clear answer, use command lineThis method will show the exact adapter model, even if it is disabled.

Perform in order:

netsh wlan show drivers

Look for the line "Name" - there will be a chip model (for example, Qualcomm Atheros QCA61x4A). If the command returned the error "WLAN AutoConfig Service is not running", enter:

net start WlanSvc

netsh wlan show drivers

An alternative command for a complete list of network devices:

wmic nic get name, index

💡 Helpful tip: If the team netsh wlan show drivers The adapter shows up, but it's not in Device Manager—the problem is with the drivers. Download them from the manufacturer's website using the command line.

What to do if the command line does not show Wi-Fi?

This could mean

1. The adapter is physically missing (or disabled in BIOS).

2. The WLAN service is broken (try restarting it via `services.msc`).

3. A stripped-down version of Windows (for example, LTSC) is installed, where network components are removed.

4. Check in BIOS/UEFI: is Wi-Fi enabled at the hardware level?

Sometimes the adapter is present but disabled in the settings. BIOSThis is relevant for laptops (where Wi-Fi can be disabled with a key) Fn + F2) and some motherboards (for example, ASUS ROG with the function "Wi-Fi GO!»).

How to check:

  1. Restart your PC and enter the BIOS (usually the key Del, F2 or Esc when loading).
  2. Search sections:
    • Advanced → Onboard Devices Configuration
    • Wireless → Wireless LAN
    • System Configuration → Built-in Device Options
  • The parameter must be in position Enabled. If Disabled - turn on and save the settings (F10).
  • ⚠️ Attention: In some laptops (for example, HP EliteBook) Wi-Fi is controlled not only by BIOS, but also physical switch on the case. Check the side panels—there might be a slider or a button with an antenna icon.

    5. Disassembling a computer: how to physically locate the Wi-Fi module

    If software methods do not help, there remains physical inspectionIn laptops, the Wi-Fi module is usually located under a cover on the back (near the battery or under the keyboard). In system units, it may be:

    • 🔌 Inserted into the slot M.2 Key E on the motherboard (small connector next to PCIe).
    • 🖥️ Connected as PCIe card (For example, TP-Link Archer TX3000E).
    • 🔄 Built into the motherboard (for models with the "Wi-Fi" in the title, for example Gigabyte B550 AORUS PRO AX).

    What does a Wi-Fi module look like:

    Module type Photo Where to look
    M.2 2230 (Key E) (miniature board with gold contacts and two antenna connectors) On the motherboard next to the slot M.2 for SSD (but shorter)
    PCIe x1 (a card the size of a video card, but narrower, with antennas on the back panel) In the expansion slots on the back of the PC
    USB (external) (a small "flash drive" with an antenna) IN USB ports (can be hidden behind the body)

    ⚠️ Attention: Before disassembling the laptop disconnect the battery — even when the power is off, voltage may remain on the board. In some models (for example, MacBook Pro) the battery is soldered - in this case, it is better to contact the service.

    6. Check by motherboard or laptop model

    If you don't want to disassemble your device, find out its model and check the specifications. To do this:

    • 🖥️ On PC: look at the name of the motherboard in msinfo32 (do Win + R → msinfo32) or through the program CPU-Z (tab Mainboard).
    • 💻 On a laptop: the model is usually indicated on the sticker at the bottom (for example, Lenovo ThinkPad T14 Gen 2).

    Then enter the model in Google with the request "specs" or "wi-fi support". For example:

    Gigabyte B550M DS3H AC specs
    

    ASUS ROG Strix G15 (2021) wi-fi support

    💡 Helpful tip: On manufacturers' websites (for example, ASUS, MSI) look for the following lines in the specifications:

    • Wireless LAN — there is Wi-Fi.
    • No Wireless or no mention - no Wi-Fi.
    • Wi-Fi 6/6E or 802.11ax — support of modern standards.

    In 90% of cases, the presence of Wi-Fi can be determined by the suffix in the motherboard model name: AC, AX, Wi-Fi or Wireless (For example, MSI B450 TOMAHAWK MAX II Wi-Fi).

    Common Problems: Why Wi-Fi Doesn't Work Even with an Adapter

    Have you verified that the adapter is built-in, but still no network connection? Here are the most common causes:

    • 🔌 The adapter is disabled by the key: on laptops Lenovo, HP And Acer Wi-Fi is often controlled by a combination of Fn + F2/F12 (antenna icon on the key).
    • 🔄 Driver conflict: If you installed drivers manually, older versions may remain. Remove all network drivers via device Manager and restart your PC.
    • 📡 Problems with antennas: If the module is present but the signal is weak, check the antenna connections (thin black wires to gold connectors) M.2).
    • 🛡️ Blocked by antivirus/firewall: some programs (for example, Kaspersky) may be blocking network connections. Try temporarily disabling protection.

    ⚠️ Attention: If after the update Windows Wi-Fi is gone, try rolling back the system or installing the driver in compatibility mode (right click on the installer → Properties → Compatibility → Windows 10).

    FAQ: Answers to Frequently Asked Questions

    Is it possible to add Wi-Fi to a computer if it doesn't have one?

    Yes! There are several ways:

    • 🔌 Buy USB adapter (For example, TP-Link TL-WN823N) is the simplest and cheapest option (from 500 ₽).
    • 🖥️ Install PCIe card (For example, ASUS PCE-AC55BT) - for desktop PCs.
    • 🔧 Add M.2 module (For example, Intel Wi-Fi 6 AX200), if there is a slot on the motherboard Key E.

    Suitable for laptops only M.2 or USB (PCIe cannot be connected).

    How to distinguish built-in Wi-Fi from an external USB adapter?

    Built-in adapter:

    • Displayed in Device Manager How PCI or M.2 (For example, Intel Wi-Fi 6 AX201 160MHz).
    • It does not have a physical USB connector (it does not stick out from the case).
    • Supports antennas (best signal).

    External USB adapter:

    • The device name contains USB (For example, Realtek RTL8188EU Wireless LAN 802.11n USB 2.0 Network Adapter).
    • Visible as a removable device in Devices and printers.
    • May slow down due to restrictions USB 2.0.
    Why is there no Network Adapters tab in Device Manager?

    This means that:

    1. Do you have a stripped-down version of Windows (For example, Windows 10 LTSC), where network components are removed.
    2. Service Plug and Play disabled (check in services.msc).
    3. On PC there are no network devices at all (neither Ethernet nor Wi-Fi) - this happens in specialized systems (for example, for industrial equipment).

    Solution: Update Windows to a full version or check service settings.

    How do I know which Wi-Fi standard my adapter supports (802.11n/ac/ax)?

    There are 3 ways:

    1. Look at the adapter name in Device Manager:
      • 802.11n → Wi-Fi 4 (up to 600 Mbps).
      • 802.11ac → Wi-Fi 5 (up to 1.3 Gbps).
      • 802.11ax → Wi-Fi 6/6E (up to 2.4 Gbps).
  • Use the command:
    netsh wlan show drivers | find "Radio types supported"

    (a list of supported standards will appear).

  • Check the adapter model specifications on the manufacturer's website.
  • Is it possible to have Wi-Fi in the system unit if the motherboard does not have an M.2 Key E connector?

    Yes, if:

    • 🔌 Wi-Fi is implemented via PCIe card (For example, ASUS PCE-AC88).
    • 🖥️ There is on the motherboard embedded chip (rare, but found in models like ASRock B550 Phantom Gaming 4/ac).
    • 🔄 Used USB adapter, connected to the internal USB port on the board (sometimes this is done in monoblocks).

    Check your motherboard specifications - if it says Wi-Fi, then the adapter is hidden somewhere!