Have you bought a used laptop or built a system unit, but aren't sure if it supports wireless networks? Or has your Wi-Fi suddenly stopped working, and you want to make sure the problem isn't due to a missing adapter? In this article, we'll cover all the ways to check for the presence of an adapter. Wi-Fi module on the computer - from visual inspection to diagnostics via the command line.
The lack of a wireless adapter is one of the most common reasons why a PC can't see the network. But before you buy an external one, USB adapter or take the device to a service center, it's worth making sure the problem is in the hardware. We'll look at methods for Windows 10/11, macOS And LinuxWe'll also tell you how to distinguish a software failure from the physical absence of a module.
Important: If you are testing a desktop PC, remember that not all motherboards Equipped with built-in Wi-Fi. In 70% of cases, desktops require a separate adapter (PCIe, USB, or M.2). Laptops typically have a module soldered in or connected via a connector. M.2 2230.
1. Visual inspection of the computer
The quickest way to check for Wi-Fi is to inspect the device's body. Let's start with laptops:
- 🔍 Indicators on the bodyMost models have an LED with an antenna icon (usually near the keyboard or on the front panel). If it's lit or blinking, the module is present.
- 📋 Stickers and markings: the supported standards are often indicated on the bottom of the laptop (Wi-Fi 5, Wi-Fi 6, 802.11ac). Look for logos Intel Wireless, Qualcomm Atheros or Broadcom.
- 🔧 SIM card slot: if it is there, then there is a 95% probability that the module is installed in the device Wi-Fi + Bluetooth (often combined).
For desktop PCs:
- 🖥️ Back panelLook for antennas (one or two) on the back of the case. They may be removable or built into the motherboard.
- 🔌 USB ports: if a small adapter with an antenna is connected to one of them, it is external Wi-Fi-dongle.
⚠️ Note: On some laptops (e.g. Dell Latitude or HP EliteBook) The Wi-Fi module can be disabled by a hardware switch on the case. Check the side panels—sometimes there's a slider there. Wireless ON/OFF.
2. Checking via "Device Manager" (Windows)
This is a universal method for all versions WindowsIt will show whether the Wi-Fi adapter is recognized by the system even if the drivers are not installed.
Instructions:
- Click
Win + R, enterdevmgmt.mscand pressEnter. - In the window that opens, find the section Network adapters.
- Expand it and look for devices with the words Wireless, Wi-Fi, 802.11 or brand names (Intel, Realtek, Broadcom).
What you can see:
| Situation | What does it mean | Actions |
|---|---|---|
| The adapter is displayed without an exclamation mark. | The Wi-Fi module is present and works correctly. | Check your network settings |
| Adapter with a yellow triangle ⚠️ | The device is present, but there are no drivers or it is disabled. | Update the driver or enable the adapter in Properties → Power Management |
| The list only Ethernet-adapters | There is no Wi-Fi module or it is not recognized | Check the physical connection of the module (for PC) or BIOS |
| Unknown device in the "Other" section | There is a Wi-Fi adapter, but the system doesn't know its model. | Install the driver manually from the manufacturer's website |
Open devmgmt.msc | Find the "Network adapters" section | Check for wireless devices | Make sure there are no errors (exclamation mark) -->
If there isn't a single wireless adapter in the list, it doesn't mean it's physically missing. It might be disabled. BIOS or not connected to the motherboard (relevant for PCs).
3. Command line: quick diagnostics
For those who prefer console commands, there are two useful methods:
Method 1. Team ipconfig
ipconfig /all
Look for the section in the output Wireless LAN adapter or Wireless LAN adapterIf it's not there, there's either no Wi-Fi module or it's disabled.
Method 2. Team netsh (Windows only)
netsh wlan show drivers
Pay attention to the line "Supported Radio System Type":
- 📶
802.11n/ac/ax— the module exists and supports modern standards. - ❌
Noor empty - there is no adapter or it is faulty.
These commands work even without administrator rights and do not require an internet connection.
4. Check on macOS
On computers Apple (MacBook, iMac) Wi-Fi is always built-in, but it can be disabled through software or hardware issues. You can check for the adapter's presence as follows:
Method 1. System report
- Click on the logo Apple (☀️) in the upper left corner.
- Select About This Mac → System Report → Network.
- In the section Wi-Fi look at the line
"Interface". If it is indicated there en0 or en1 — There is an adapter.
Method 2. Terminal
networksetup -listallhardwareports
Look for the block in the output Wi-Fi or AirPort (in older models). Example of working output:
Hardware Port: Wi-Fi
Device: en0
Ethernet Address: XX:XX:XX:XX:XX:XX
⚠️ Note: On MacBooks with a chip Apple Silicon (M1/M2) Wi-Fi and Bluetooth are integrated into the processor. If the adapter is not detected, this may indicate a serious fault with the logic board.
5. Testing on Linux (Ubuntu, Debian, Fedora)
In distributions Linux You can check for Wi-Fi connectivity using the terminal. Here are three commands that will give you a complete picture:
1. Team lspci (for PCI adapters)
lspci | grep -i network
Look for lines with Wireless, Wi-Fi or chip names (Intel 9260, Qualcomm Atheros QCA6174). Example:
03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
2. Team lsusb (for USB adapters)
lsusb
If you are using an external Wi-Fi-dongle, it will appear in the list as Realtek RTL8188EU or something similar.
3. Team iwconfig (checking interfaces)
iwconfig
The working adapter will be designated as wlan0, wlp3s0 etc. If the output only lo (loopback) and eth0 (Ethernet) - No Wi-Fi.
What to do if the adapter is present but does not work?
If the commands show Wi-Fi is available, but the network is not detected, check:
1. Is the adapter enabled in BIOS (RF Kill should be Disabled).
2. Are the drivers installed (in Linux it is often required firmware for chips Broadcom).
3. Is Wi-Fi blocked by a key combination (on some laptops this is Fn + F2).
6. Checking via BIOS/UEFI
If the previous methods did not give results, it is worth looking into BIOSThis is relevant for:
- 🖥️ Stationary PCs where the Wi-Fi module is connected via
M.2orPCIe. - 🔧 Laptops where the adapter is disabled at the hardware level.
- 🔄 System after resetting BIOS settings.
Instructions:
- Restart your computer and enter the BIOS (usually the keys
Del,F2,F12orEscat startup). - Find the section Advanced → Onboard Devices Configuration (names may differ).
- Look for parameters:
Wireless LANorWLAN— must be able toEnabled.Wi-Fi/Bluetooth— sometimes combined into one point.M.2 Slot Configuration- if the module is connected viaM.2, check that the slot is not disabled.
⚠️ Attention: On some motherboards (eg. ASUS ROG or MSI MAG) Built-in Wi-Fi may be disabled by default for gaming modes. Enable it manually.
If there is no mention of Wi-Fi in the BIOS, this means:
- 🔌 The module is not physically connected (for PC).
- 🔧 The adapter is faulty or not recognized by the system.
- 📥 A BIOS update is required (rare, but it happens with support for new chips).
7. Physical inspection (for advanced users)
If software methods fail, the only option left is to disassemble the device. This applies to:
- 🖥️ Stationary PCs: The Wi-Fi module can be installed in the slot
M.2 2230(next to the SSD slot) orPCIe x1(separate board with antennas). - 💻 laptops: the module is usually located under the cover on the back side (marking CNVi or NGFF).
What does a Wi-Fi module look like:
- 📶 M.2 2230: a small board measuring 22x30 mm with a connector for antennas (two gold pads).
- 🖥️ PCIe adapter: a board with a metal back panel and antennas (eg TP-Link Archer T6E).
- 🔌 USB-dongle: a small device in a USB port (often with a blue indicator).
Examples of popular modules:
| Device type | Module model | Where is it installed? |
|---|---|---|
| Laptop | Intel AX200 (Wi-Fi 6) | Slot M.2 2230 (CNVi) |
| Desktop PC | TP-Link Archer T4E | Slot PCIe x1 |
| USB adapter | Realtek RTL8188EU | Port USB 2.0/3.0 |
| MacBook (2018+) | Soldered into the logic board | Non-removable (requires soldering) |
⚠️ Please note: Disassembling your laptop may void your warranty. If you are unsure of your skills, please contact a service center. This is especially true for devices with soldered antennas (for example, some models Lenovo Yoga or HP Spectre), where cable damage leads to a complete loss of Wi-Fi.
8. What to do if there is no Wi-Fi module
If the check shows that there is no adapter, you have several options:
- 🔌 Buy an external USB adapter (from 500 ₽): suitable for temporary solutions or desktop PCs. Popular models: TP-Link TL-WN725N, ASUS USB-AC53 Nano.
- 🖥️ Install the internal module (from 1,500 ₽): for laptops — Intel AX200 (M.2 2230), for PC - PCIe adapter (For example, Fenvi FV-AX3000).
- 📶 Use EthernetIf your router is nearby, connect via cable—it's more stable and faster than Wi-Fi.
- 📱 Sharing Internet from a phone: temporary solution via USB or Bluetooth (slower than Wi-Fi).
When choosing an adapter, please pay attention to:
- 🔗 Connection type:
USB 3.0for dongles,M.2 2230(Key A/E) for laptops. - 📡 Wi-Fi standard: Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax) for speeds above 300 Mbps.
- 🪛 OS support: some adapters (for example, with chips Mediatek) don't work well on Linux.
FAQ: Frequently Asked Questions
My laptop doesn't detect Wi-Fi, but the adapter is listed in Device Manager. What's the problem?
Possible reasons:
- 🔧 Drivers not installed: Download them from the laptop manufacturer's website (not from Windows Update!).
- ⚡ The adapter is disabled: check the keyboard shortcut (eg.
Fn + F2For Lenovo). - 📡 Problems with the router: Try connecting to another network.
- 🔌 Hardware failure: If the adapter disappears from the Device Manager after a reboot, the antenna contact may have come loose.
How can I find out the model of my Wi-Fi adapter if I have one?
Methods:
- 🖥️ In Windows: open
device Manager, find the adapter in the "Network adapters" section, right-click → "Properties" → "Details" → "Hardware IDs"Copy the valuesVENAndDEVand find the model using them (for example, through the website PCI Database). - 🐧 In Linux: run the command
lspci -v | grep -i network -A 10. - 🍎 On Mac: open System Report → Network → Wi-Fi.
Is it possible to add Wi-Fi to a desktop PC without free PCIe ports?
Yes, there are several options:
- 🔌 USB adapter: the easiest way (for example, TP-Link Archer T2U Plus).
- 🖥️ M.2 adapter with E key: if there is a free slot on the motherboard
M.2(even under SSD), you can install a module Intel AX200 with an adapter. - 📡 Powerline adapter: transmitting the Internet via electrical wiring (if the router is far away).
For gaming PCs it is better to choose PCIe adapter (For example, ASUS PCE-AC88) - it provides minimal delays.
Why is there no option to enable Wi-Fi in BIOS?
Possible reasons:
- 🔌 The module is not physically connected. (relevant for PC).
- 🖥️ Outdated BIOS version: update it from the official website of the motherboard manufacturer.
- 🔧 Wi-Fi is integrated into the chipset (for example, in processors Intel 12th generation or AMD Ryzen 6000). In this case, the option may not be available in the BIOS.
- 📋 Laptop with soldered module (For example, MacBook or some Ultrabook).
How to check Wi-Fi on a computer without an operating system?
If there is no OS installed on your PC, use:
- 🖥️ Linux Live CD/DVD: boot from disk Ubuntu or Mint and run commands from Section 5.
- 🔧 Diagnostic software: some manufacturers (eg Dell or HP) offer utilities for checking hardware without an OS (they boot from a flash drive).
- 🔍 Visual inspection: Disassemble the computer and check for the presence of the module (see Section 7).