How to check for Wi-Fi on a laptop: all working methods

Have you bought a used laptop, received it as a gift from a relative, or simply discovered that your laptop isn't working wirelessly? The first thing that comes to mind is... "Does it even have a Wi-Fi module?" This problem is relevant for owners of older models (Dell Latitude D630, HP Compaq 6710b), budget laptops without pre-assembled components or devices after repair, where the module may have been removed.

The absence of a wireless adapter can be due to either a hardware issue (the module is not installed at the factory) or a software malfunction (drivers not installed, the adapter is disabled in the BIOS). This article will discuss these issues. all possible verification methods — from simple (via Windows) to complex (disassembling the case). You will also learn how to distinguish physical absence of the module from software failures and what to do if Wi-Fi suddenly disappears.

⚠️ Attention: If you are checking the laptop based on Linux or macOS, part of the instructions (for example, through device Manager) will differ. For these operating systems, use terminal commands or system utilities (discussed below).

Before starting diagnostics, make sure the problem isn't with your router or ISP. Try connecting to the network from another device (smartphone, tablet). If the internet works, the problem is definitely with your laptop.

1. Checking via the Wi-Fi icon in the Windows tray

The quickest way is to look at the taskbar in the lower right corner of the screen. There should be a wireless network icon there (a stylized "antenna" or "fan"). Its presence or absence provides the first clue:

  • 🔍 There is an icon, but it has a red cross. — there is an adapter, but it is disabled (possibly by a button on the case or in the BIOS) or not configured.
  • 🔄 The icon is blinking or shows "No connections available" — the module works, but does not see the network (the problem may be in the drivers or the router).
  • There is no icon at all — either the adapter is physically missing, or it is disabled in the system, or the drivers are not installed.

If the icon isn't there, click the ↑ arrow in the tray—sometimes it's hidden. Also, try pressing the key combination to turn on Wi-Fi (on different laptops, this is Fn + F2, Fn + F12 or a separate button with an antenna).

📊 What kind of laptop do you have?
Lenovo
HP
Dell
Asus
Acer
Another

⚠️ Attention: On some models Lenovo ThinkPad And Dell Latitude Wi-Fi may be disabled by a hardware switch on the side panel. Check the case for a slider or button labeled Wireless.

2. Device Manager: Search for network adapters

If visual inspection does not yield results, we move on to system tools. device Manager will show all installed network adapters, including Wi-Fi. To open it:

  1. Click Win + R, enter devmgmt.msc and press Enter.
  2. Expand the tab Network adapters.
  3. Look for devices with words Wireless, Wi-Fi, 802.11 or chip names (Intel Wi-Fi 6, Qualcomm Atheros, Broadcom).

Here's what a list with a Wi-Fi module might look like: An example of network adapters in Device Manager with a dedicated Intel Wi-Fi module

  • The adapter is on the list — the module is installed, but disabled or requires drivers.
  • There is an unknown device with an exclamation mark — the driver is not installed (you need to download it from the laptop manufacturer’s website).
  • There are no devices mentioning Wi-Fi. — either the module is physically missing, or it is disabled in the BIOS.

Check the "Other devices" tab for unknown devices|

Update your hardware configuration (in Device Manager: Action → Update configuration)|

Restart your laptop and enter BIOS (usually the Del or F2 key during boot)|

Try connecting an external USB Wi-Fi adapter for testing.

-->

⚠️ Attention: On laptops with Windows 11 sometimes the adapter is hidden in the section Other devices under the name Network controllerRight-click on it → Update driver.

3. Command line: checking network interfaces

If the graphical interface is not indicative, we use command lineThis method works even without installed drivers (but will only show the presence of the hardware module).

Open Command line as administrator (Win + X → Terminal (Administrator)) and enter:

netsh wlan show drivers

In the results, look for the following lines:

  • Supplier name — chip manufacturer (for example, Intel, Realtek).
  • Radio type — it should be 802.11n, 802.11ac or 802.11ax (Wi-Fi standards).
  • Hosted network supportYes (means that the module can work as an access point).

If the command returns an error Unable to find any wireless interfaces - This a clear sign of the absence of a Wi-Fi module or its hardware shutdown.

For more detailed information, enter:

ipconfig /all

Search section Wireless LAN adapterIf it is not there, the module does not exist or is disabled.

4. Check in BIOS/UEFI

The Wi-Fi module can be disabled at the BIOS level, especially if the laptop has been repaired or has had security settings adjusted (for example, in corporate models) Dell or HP EliteBook). To check:

  1. Restart your laptop and enter the BIOS (usually the key Del, F2, F12 or Esc when loading).
  2. Search sections:
    • Advanced → Wireless or Onboard Devices
    • Configuration → Network
    • Security → I/O Port Access
  • The parameter can be called Wireless LAN, WLAN, Wi-Fi or Mini PCIe Slot.
  • Make sure the value is Enabled.
  • Example of a BIOS interface on a laptop Lenovo: BIOS screenshot with Wireless LAN enabled

    ⚠️ Attention: In some BIOS versions (especially on older laptops), the Wi-Fi option may be hidden. If you can't find it, reset the BIOS to factory settings.Load Default Settings) and check again.

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

    This could mean:

    1. The module is physically missing (BIOS does not display non-existent hardware).

    2. The module is built into the motherboard (for example, in some Apple MacBook or Microsoft Surface), and it cannot be turned off.

    3. If you have an outdated BIOS version, update it from the manufacturer's official website (but be careful: an incorrect update can damage your laptop!).

    5. Physical inspection: disassembling the laptop

    If software methods do not produce results, there remains visual inspection. The Wi-Fi module in 90% of laptops is a separate board of the format M.2 (previously Mini PCIe), connected to the motherboard. It is easily identified by:

    • 📶 Two antennas (thin black or white wires) connected to the connectors MAIN And AUX.
    • 🔧 Module size ~3×5 cm with a metal screen (sometimes with a manufacturer's sticker, for example, Intel 7260).
    • 🔌 M.2 connector (Key A/E) or Mini PCIe (on older models).

    Where to look:

    1. Disconnect the laptop from the power supply and remove the battery.
    2. Unscrew the back cover (sometimes it is enough to remove a small panel with the Wi-Fi logo).
    3. The module is usually located next to RAM or SSD, sometimes under the keyboard.

    Examples of placement on popular models:

    Laptop model Wi-Fi module location Connector type
    Lenovo ThinkPad T480 Under the bottom cover, to the left of the battery M.2 2230 (Key A+E)
    HP Pavilion 15 Under the small panel with the Wi-Fi logo M.2 1216 (Key A)
    Dell Inspiron 15 3000 Under the main cover, next to the cooler Mini PCIe
    Asus ROG Strix Under a separate lid with an inscription WLAN M.2 2230 (Key E)

    ⚠️ Attention: On some ultrabooks (for example, Apple MacBook Air or Microsoft SurfaceThe Wi-Fi module is soldered onto the motherboard. In this case, replacing it requires soldering and is not recommended for DIY repair.

    6. Checking via Linux or macOS

    If you use Linux (Ubuntu, Mint, Fedora) or macOS, the Wi-Fi module is checked via the terminal.

    For Linux enter the command:

    lspci | grep -i network

    or

    lsusb | grep -i wireless

    Look for lines mentioning Wireless, Wi-Fi or chip names (Atheros, Broadcom).

    For macOS:

    networksetup -listallhardwareports

    In the results, look for the section Wi-Fi or AirPort (on older Macs).

    If the command output is empty, the module does not exist or is disabled.

    7. Alternative methods: documentation and service utilities

    If your laptop won't turn on or you don't want to disassemble it, use official sources:

    • 📄 Documentation: Find your laptop model on the manufacturer's website (section Specifications or Technical Details). Look for points Wireless or Connectivity.
    • 🔧 Service utilities:
      • HWiNFO (Windows) - Shows all hardware components.
      • CPU-Z → tab Mainboard → section Graphics Interface (sometimes a Wi-Fi chip is also indicated there).
      • AIDA64Devices → PCI Devices.
    • 🛒 Marking on the body: On some laptops (eg. HP ProBook) there are stickers with a list of equipment, where the Wi-Fi standard may be indicated (802.11ac, Wi-Fi 6).

    ⚠️ Attention: On sites like NotebookCheck or LaptopMedia Sometimes they publish detailed reviews with photos of laptop internals. Search for your model—there might be a photo of the Wi-Fi module.

    Frequently Asked Questions (FAQ)

    My laptop can't detect Wi-Fi networks, but the module is listed in Device Manager. What's the problem?

    Possible reasons:

    • The driver is outdated or corrupted. Download the latest version from the laptop manufacturer's website (not from Windows Update!).
    • The adapter is disabled in Device Manager (right click → Engage).
    • Problems with the router (try connecting to a different network).
    • Hardware failure of the module (check the antennas or try another module).
    Is it possible to install a Wi-Fi module if there is none?

    Yes, if there is a free slot on the motherboard M.2 (Key A/E) or Mini PCIe. Buy a compatible module (for example, Intel AX200 (for modern laptops) and connect it. Please note:

    • Form factor (2230, 1216, etc.).
    • Support for standards (Wi-Fi 5/6/6E).
    • The presence of antennas in the kit (if they are not on the laptop).

    On some laptops (eg. Apple MacBook or Microsoft Surface) the module is soldered - replacement requires soldering.

    How do I find out which Wi-Fi module is installed in my laptop?

    Methods:

    1. See the title in Device Manager (chapter Network adapters).
    2. Use the utility HWiNFO - It will show the exact chip model.
    3. Disassemble the laptop and look at the markings on the module (for example, BCM94360 at Broadcom).

    Knowing the model, you can find drivers or replace the module with a more modern one.

    My laptop sees networks but won't connect. What should I do?

    Try it in order:

    1. Restart your router and laptop.
    2. Remove the network in Windows settings (Settings → Network & Internet → Wi-Fi → Manage known networks) and reconnect.
    3. Reset the TCP/IP stack: open Command line as administrator and enter:
      netsh int ip reset
      

      netsh winsock reset

    4. Check your router's security settings (sometimes changing the encryption type helps) WPA3 on WPA2).
    Can a Wi-Fi module be built into the motherboard?

    Yes, but rarely. It occurs in:

    • Ultrabooks (Apple MacBook, Microsoft Surface, some Dell XPS).
    • Some gaming laptops (Asus ROG Mothership).
    • All-in-one and compact PCs (Apple iMac, Lenovo Yoga AIO).

    In this case, replacing the module requires soldering and is not recommended for self-repair.