How to check for a Wi-Fi adapter on a Windows 10 computer: all the methods

Are you trying to connect to a wireless network, but your computer can't see any available access points? Or do you want to update your driver, but aren't sure if there is one? Wi-Fi adapter on your device? The problem could be due to a missing physical module or incorrectly installed drivers. In this article, we'll look into all possible verification methods — from visual inspection to in-depth diagnostics using system utilities.

Don't rush to buy an external adapter or take your laptop to a service center. In 90% of cases, checking a few key parameters is enough. Windows 10To determine for sure whether your PC has a wireless module installed. If it does, but isn't working, we'll show you how to fix it.

Modern laptops are almost always equipped with a built-in Wi-Fi module, while desktop PCs require a separate adapter (internal or external). But even if you're sure the module is required, it may not appear in the device list due to a BIOS disablement, a malfunction, or missing drivers. Below are detailed instructions for each case.

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

Before digging into the settings, inspect your device. This is the fastest way to confirm or rule out the presence of the module.

On laptops The Wi-Fi adapter is usually soldered onto the motherboard or connected via a connector. M.2 (previously used Mini PCIe). It's not visible externally, but you can identify it by the presence of antennas—thin black wires running from the display cover to the motherboard. If there are antennas, the module is almost certainly installed.

On stationary PCs check:

  • 🔌 The rear panel of the system unit - look for ports with the inscription Wi-Fi or a wireless network logo. External adapters are often connected via USB or PCIe.
  • 🖥️ Internal slots - Open the side cover and find a small board with a metal shield and antennas (usually next to the video card).
  • 📡 Antennas on the body - some adapters (for example, TP-Link TL-WN881ND) have external antennas protruding from the rear panel.

If you don't find any of the above, it doesn't mean the module isn't there—it may be built into the motherboard (especially in mini PCs or all-in-one PCs). Proceed to software-based testing.

📊 Your device connects to Wi-Fi via
Built-in adapter
USB adapter
PCIe card
Don't know
No connection

2. Checking through Device Manager

This is the most reliable way to find out if it recognizes Windows 10 your Wi-Fi adapterEven if the driver is not installed correctly, the device will be displayed in the list (possibly with an exclamation mark).

To open Device Manager:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Look for devices with words Wireless, Wi-Fi, 802.11 or brand names: Intel Wireless-AC, Qualcomm Atheros, Broadcom, Realtek RTL8xxx.

If the adapter is present, but the ⚠️ or ❌ icons are lit next to it, this means:

  • 🔴 Exclamation mark — the driver is installed incorrectly or is in conflict.
  • 🔘 Down arrow - the device is disabled (right-click and select Engage).
  • Unidentified device — there is no driver (you need to download it from the manufacturer’s website).
What if the adapter is not on the list?

If there is no mention of Wi-Fi in the Network Adapters section, this may mean:

1. The module is physically missing (especially relevant for cheap PCs).

2. The adapter is disabled in BIOS/UEFI.

3. The driver is not installed, and Windows does not recognize the device as a network device.

In this case, proceed to the following verification methods.

To check the adapter model, right-click on it → Properties → tab IntelligenceFrom the drop-down menu, select Equipment ID — will be indicated here VEN (manufacturer) and DEV (model). This information will be useful for searching for drivers.

3. Command line: quick diagnostics

If you prefer to work through the console, use the built-in commands WindowsThey will show not only the presence of the adapter, but also its current status.

Open Command line as administrator (Win + XCommand Prompt (Administrator)) and enter:

netsh wlan show drivers

In the results, look for the following lines:

  • Name — the name of your adapter (for example, Intel(R) Dual Band Wireless-AC 8265).
  • Radio type — it should be 802.11n, 802.11ac or 802.11ax (Wi-Fi standards).
  • Hosted network supportYes means that the adapter can distribute Wi-Fi.

If the command returned an error Unable to find wireless devices on my computer, this confirms the absence of the adapter or its disabling at the system level.

☑️ Check via command line

Completed: 0 / 4

For more detailed information, use the command:

wmic nic where"NetConnectionStatus=2" get Name, Manufacturer, Speed, MACAddress

It will show all active network devices, their manufacturer and MAC address.

4. Check in BIOS/UEFI

If the adapter is not displayed in Windows, it may be disabled at the BIOS level. This is especially true for laptops, where manufacturers sometimes save battery life by disabling unnecessary modules.

To enter BIOS:

  1. Restart your computer and press Del, F2, F12 or Esc (the key depends on the motherboard).
  2. Find the section Advanced, Onboard Devices or Wireless.
  3. Look for parameters like:
    • Wireless LAN (should be Enabled)
    • Wi-Fi or WLAN
    • Onboard Wi-Fi
  • If the parameter is disabled (Disabled), change to Enabled, save the settings (F10) and reboot.
  • If there is no mention of Wi-Fi in the BIOS, this may mean:

    • 🔧 The adapter is soldered to the motherboard and does not have a separate enable option.
    • 🚫 The module is physically missing.
    ⚠️ AttentionChanging BIOS settings may cause system instability. If you're unsure, consult your motherboard or laptop documentation.

    5. Check via "System Information"

    IN Windows 10 there is a built-in utility msinfo32, which collects detailed information about the hardware. This is useful if the adapter is present but not detected by standard tools.

    To open the utility:

    1. Click Win + R, enter msinfo32 and press Enter.
    2. Go to the section Components → Network → Adapter.
    3. Browse the list of network devices. Look for mentions Wireless or Wi-Fi.

    In this section you can also find out:

    • 📋 Name and manufacturer adapter.
    • 🔄 Driver status (does it work correctly?)
    • 📡 Connection type (For example, 802.11n).

    If your adapter isn't listed but you're sure it should be, try updating it. hardware configuration:

    1. Open device Manager.
    2. Right-click on the computer name (first line) → Update hardware configuration.

    6. Checking using third-party programs

    If standard means Windows If your questions don't provide a clear answer, use specialized utilities. They will not only show the adapter's presence but also provide detailed information about its capabilities.

    Popular diagnostic programs:

    Program What does it show? Download link
    HWiNFO Detailed adapter specifications, supported standards, temperature Official website HWiNFO
    AIDA64 Model, manufacturer, driver version, connection speed Official website AIDA64
    Speccy Basic information about the adapter in the section Network Official website Piriform
    WirelessNetView List of all wireless networks in range and adapter status Website NirSoft

    For example, in AIDA64 go to the section Devices → Windows Devices and find Network adapters. This will indicate whether the device supports it. Wi-Fi, Bluetooth or only wired connection.

    If the program shows the adapter, but Windows does not see it, the problem is definitely in the drivers or system settings. In this case, download the driver from the official website of the laptop or motherboard manufacturer (for PCs).

    7. What to do if there is no adapter

    If after all the checks it turns out that There is no Wi-Fi adapter, you have several options:

    For laptops:

    • 🔧 Install the internal module (if there is a slot M.2 or Mini PCIe). Suitable models: Intel AX200, Broadcom BCM94360.
    • 🖥️ Use a USB adapter (For example, TP-Link TL-WN823N or ASUS USB-AC56).
    • 📡 Connect via Ethernet or mobile Internet (if Wi-Fi is not essential).

    For stationary PCs:

    • 🔌 Buy a PCIe adapter (For example, TP-Link Archer T6E For Wi-Fi 6).
    • 🖥️ Use a USB adapter (convenient if there are no free PCIe slots).
    • 🌐 Sharing Internet from your phone through USB-ethernet or Bluetooth.
    ⚠️ Attention: When purchasing an internal Wi-Fi module for your laptop, make sure it is compatible with your model. Some manufacturers (e.g., HP or Dell) block non-original adapters at the BIOS level.

    If you decide to buy an external adapter, pay attention to:

    • 📶 Wi-Fi standard: 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6) for high speed.
    • 🔌 Connection type: USB 3.0 for maximum performance.
    • 📡 Presence of antennas: External antennas improve signal reception.

    8. Common problems and their solutions

    Sometimes there is an adapter, but Windows 10 It doesn't see it or it's not working properly. We'll look at the situations and how to fix them.

    Problem 1: The adapter is listed in Device Manager, but there is no Wi-Fi connection.

    • 🔄 Restart your computer and router.
    • 🔧 Update the driver (right-click on the adapter → Update driver).
    • 📡 Check if Wi-Fi is turned on on your laptop (sometimes it can be turned off by pressing the power key) Fn + F2/F12).

    Problem 2: The adapter is displayed with an exclamation mark

    • 🔴 Remove device (right click → Remove device), then press Update hardware configuration.
    • 🖥️ Download the driver from the laptop/motherboard manufacturer's website (do not use drivers from third-party websites!).
    • 🔧 Check if the adapter is disabled in Device Manager (down arrow icon).

    Problem 3: There is Wi-Fi, but the speed is very slow

    • 📶 Check which standard your adapter supports (802.11n — up to 300 Mbit/s, 802.11ac — up to 1 Gbit/s).
    • 🔄 Switch to frequency 5 GHz (if the router and adapter support it).
    • 🖥️ Update your driver to the latest version.

    If none of these methods help, the adapter may be faulty. In this case, the only options are to replace it or use an external module.

    FAQ: Frequently asked questions about Wi-Fi adapters in Windows 10

    My laptop can't detect Wi-Fi networks, but the adapter is listed in Device Manager. What should I do?

    First, check if Wi-Fi is turned on on your laptop - sometimes it is turned off by a hardware button or combination Fn + antenna keyIf this doesn't help:

    1. Update the adapter driver (download from the laptop manufacturer's website).
    2. Check your router settings - the mode may be disabled 802.11n/ac or MAC address filtering is enabled.
    3. Launch Network diagnostics (right-click on the Wi-Fi icon in the tray → Troubleshooting).
    How do I find out which Wi-Fi adapter is installed on my PC if it is not detected?

    If the adapter is not displayed in the system, but you are sure that it is physically present:

    1. Check your laptop/motherboard model and find specifications on the manufacturer's website.
    2. Use the program HWiNFO - It will show even disabled devices.
    3. On a desktop PC, open the system unit and look at the markings on the adapter board.

    For laptops Lenovo, HP, Dell And ASUS You can enter the model on the support website - the Wi-Fi module type will be indicated there.

    Is it possible to connect a Wi-Fi adapter to a PC if you don't have one?

    Yes, there are several ways:

    • 🔌 USB adapter — the simplest option (for example, TP-Link TL-WN725N).
    • 🖥️ PCIe card - for desktop PCs (for example, ASUS PCE-AC56).
    • 📡 Internal M.2 module - if there is a corresponding slot on the motherboard (check the specifications).

    USB adapters are suitable for temporary use, while PCIe or M.2 are for a permanent solution with better speed and stability.

    Why doesn't Windows 10 detect my new Wi-Fi adapter?

    Possible reasons:

    • 🔴 Driver missing - download it from the adapter manufacturer's website.
    • 🔌 The adapter is not connected correctly. - check if it fits tightly in the slot (for PCIe/M.2).
    • 🖥️ Conflict with other equipment - try disabling other network devices in the Manager.
    • Lack of food — relevant for USB adapters (try connecting it to the port) USB 3.0 or use a powered hub).

    If the adapter is still not detected, check it on another PC - it may be faulty.

    How do I turn on Wi-Fi on a laptop if there is no button?

    Methods of inclusion:

    1. Use a keyboard shortcut - usually Fn + F2, Fn + F12 or a key with an antenna.
    2. Plug the adapter in Device Manager (if it is disabled).
    3. Check your BIOS settings - Wi-Fi may be disabled at the system level.
    4. Update your driver - sometimes the adapter won't turn on due to software errors.

    On some laptops (eg. HP Pavilion) there is a separate Wi-Fi switch on the side panel.