Have you bought a new computer or laptop but aren't sure if it supports wireless networks? Or has your Wi-Fi suddenly stopped working and you want to check if the adapter has disconnected? In this article, we'll cover all the possible ways to determine if it's working. Wi-Fi adapter on your PC - from simple visual methods to deep diagnostics using system utilities.
The absence of a Wi-Fi icon in the Windows system tray doesn't necessarily mean the module is physically missing. It may simply be disabled in the settings, the drivers aren't installed, or the adapter is faulty. We'll show you how to distinguish a hardware issue from a software one without disassembling the system unit.
The instructions are suitable for Windows 10 And Windows 11, as well as for most modern laptops and desktop PCs. If you use macOS or Linux, the verification principles will be different - we will briefly mention this at the end of the article.
1. Visual inspection: where to look for the Wi-Fi adapter on the case
Before you dig into the settings, take a look at your computer. On laptops Wi-Fi adapter It is almost always built into the motherboard, and on desktop PCs it can be:
- 🔌 External — connected via a USB port (looks like a flash drive with an antenna).
- 🖥️ Internal - installed in the slot PCIe or M.2 on the motherboard.
- 📡 Built into the motherboard (less common, usually in compact cases).
On laptops, look for small plastic covers on the bottom panel with writing on them. Wi-Fi, Wireless or logo Intel Wireless/Qualcomm AtherosOn desktop PCs, the external adapter often protrudes from the rear panel of the case—its antenna may be screwed to the case or located separately.
If you can't find anything visually, don't jump to conclusions. Modern adapters (for example, Intel AX200 or TP-Link Archer T4E) can be so compact that they are difficult to notice without opening the case.
2. Checking through Windows Device Manager
The most reliable way to find out if there is Wi-Fi adapter - take a look into device ManagerIt will show all installed network devices, even if they are disabled or not working properly.
How to open:
- Click
Win + Xand selectdevice Manager. - Expand the tab
Network adapters.
Look in the list for devices with the words:
- 🔍 Wireless (For example, Intel(R) Wireless-AC 9560).
- 🔍 Wi-Fi or WiFi (For example, Qualcomm Atheros QCA61x4A).
- 🔍 802.11 (wireless communication standard, for example, Realtek 802.11ac Wireless LAN).
Check the "Other devices" tab for unknown devices|Update the hardware configuration (button "Action → Update configuration")|Check if the adapter is disabled in the BIOS|Make sure it is physically connected (for external USB adapters)-->
If the list includes a device with an exclamation mark ⚠️, it means the driver is not installed correctly or the adapter is conflicting with the system. In this case, try updating the driver (right-click → Update driver).
⚠️ Attention: On some laptops (especially Dell And Acer) The Wi-Fi adapter may appear as Network Controller with a yellow icon. This means the driver is missing completely—it needs to be downloaded from the manufacturer's website.
3. Command line: quick check without a graphical interface
If you prefer to work through the console or the graphical interface is not available, use command lineThis method will show all network devices, including hidden ones.
Open Command line as administrator (Win + X → Terminal (Administrator)) and enter:
netsh wlan show drivers
In the results, look for the line:
Vendor Name: [Adapter Name]Description: [Model, for example, Intel(R) Wi-Fi 6 AX200 160MHz]
Radio type: 802.11ac (or other standard)
If the command returned an error Failed to execute command - this means that:
- 🚫 There is no physical Wi-Fi adapter.
- 🚫 It is disabled in BIOS.
- 🚫 Driver not installed.
For more detailed information, use the command:
ipconfig /all
Look for the section in the results Wireless LAN adapter with indication Description And Physical address (MAC address).
Graphical interface (Control Panel, Device Manager)|Command line|Special utilities (AIDA64, HWiNFO)|I don't know what this is-->
4. Checking via BIOS/UEFI: hardware level
If the adapter isn't visible in Windows, it may be disabled at the BIOS level. This is especially true for laptops, where manufacturers sometimes disable Wi-Fi to save power.
How to enter BIOS:
- Restart your PC and press
Del,F2,F12orEsc(depending on the motherboard). - Find the section
Advanced,Onboard DevicesorWireless. - Look for parameters like:
Wireless LAN(should beEnabled).Wi-FiorWLAN.Onboard WiFi.
On some laptops (Lenovo ThinkPad, HP EliteBook) there is a separate tab Network or Security, where you can enable/disable wireless modules.
⚠️ Attention: Changing BIOS settings may cause system instability. If unsure, do not change settings other than Wi-Fi-related ones.
If there is no mention of Wi-Fi in the BIOS, it is most likely that the adapter is physically missing, or it is connected via USB/PCIe and is managed at the OS level.
What to do if BIOS does not save settings?
If after enabling Wi-Fi in BIOS and saving the changes the adapter still doesn't work, try:
1. Reset BIOS to factory settings (optional) Load Default Settings).
2. Update the BIOS firmware (download the latest version from the motherboard manufacturer's website).
3. Check if the time/date in the BIOS is reset - this is a sign of a dead CMOS battery (it needs to be replaced).
5. Third-party utilities: deep diagnostics
If standard methods fail, use specialized programs. They will show not only the presence of the adapter but also its technical specifications.
| Program | What does it show? | Link (official website) |
|---|---|---|
| AIDA64 | Adapter model, supported standards (802.11a/b/g/n/ac/ax), speed, driver | aida64.com |
| HWiNFO | Detailed information about the hardware, including hidden devices | hwinfo.com |
| Speccy | Simplified information about network devices (suitable for beginners) | ccleaner.com/speccy |
| Device Manager (built into Windows) | List of devices with the ability to update drivers | Included in Windows |
Example of a report in AIDA64:
Go to the section Devices → Windows Devices and find Network adaptersThe model will be indicated there. MAC address and device status.
IN HWiNFO Information about the Wi-Fi adapter is in the section NetworkThe program will even show disabled devices that are not visible in the Task Manager.
6. Testing on macOS and Linux
If you use MacBook or PC with Linux, the verification methods will be different.
For macOS:
- Open
About this Mac(🍎 icon →About this Mac). - Go to the tab
System Report→Net→Wi-Fi. - The adapter model will be indicated there (for example, Broadcom BCM43xx).
- 🛒 Buy an external USB adapter (from 500 ₽). Popular models: TP-Link TL-WN725N, ASUS USB-AC53 Nano.
- 🖥️ Install an internal PCIe adapter (for desktop PCs). We recommend Intel Wi-Fi 6 AX200 or TP-Link Archer T6E.
- 📶 Use a Powerline adapter (Internet transmission via electrical wiring) or USB modem.
- 🔌 Connect via cable (if the router is nearby).
- 📡 Wi-Fi standard:
802.11ac(Wi-Fi 5) or802.11ax(Wi-Fi 6) for high speed. - 🔗 Connection type:
USB 3.0(for external) orPCIe x1(for internal). - 🛡️ MIMO support (several antennas for a stable signal).
For Linux (Ubuntu/Debian):
Open terminal and enter:
lspci | grep -i network
Or for USB adapters:
lsusb
Search for mentions in the results Wireless, WiFi or chip names (Atheros, Ralink, Realtek).
IN Linux You can also use the command:
iwconfig
It will show all wireless interfaces (eg. wlan0) and their status.
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:
When choosing an adapter, pay attention to:
⚠️ Attention: On laptops with M.2 slot (for example, for SSD) you can install a combination adapter Wi-Fi + Bluetooth (For example, Intel AX210). But before purchasing, check compatibility with your laptop model—some slots only support storage devices.
If you're using an older PC (pre-2015), consider adapters that support the 802.11n standard—they're cheaper and more compatible with older systems.
FAQ: Frequently asked questions about Wi-Fi adapters
My laptop is new, but the Wi-Fi isn't working. What's the problem?
Most likely, the problem is with the drivers. Go to the laptop manufacturer's website (for example, support.lenovo.com), find your model and download the driver for Wireless LANAlso check if the adapter is disabled in the BIOS or by a physical switch on the case.
The adapter is listed in Device Manager, but the Wi-Fi network isn't working. What should I do?
Try the following steps:
- Update the driver (right-click in Device Manager →
Update driver). - Uninstall the device and restart your PC (Windows will install the driver automatically).
- Check if the service is enabled
Automatic WLAN configuration(Win + R → services.msc). - Reset network settings:
Settings → Network & Internet → Network reset.
Is it possible to connect a Wi-Fi adapter to a PC without free USB ports?
Yes, there are several options:
- Use USB hub (preferably with food).
- Buy PCIe adapter (requires a free slot on the motherboard).
- Connect via Ethernet and use your PC as an access point (if the other device has Wi-Fi).
How do I know which Wi-Fi adapter is best for gaming?
For online gaming, choose an adapter that supports:
Wi-Fi 6 (802.11ax)- less delays.Dual-Band (2.4 GHz + 5 GHz)- less interference.MU-MIMO- stable speed with several connected devices.
Popular models for gamers: ASUS PCE-AC88, TP-Link Archer T9E, Intel Wi-Fi 6E AX210.
My adapter supports Wi-Fi 6, but the speed is slow. What's wrong?
The reasons may be different:
- The router does not support
Wi-Fi 6(check its specifications). - You are connected to the network
2.4 GHzinstead of5 GHz. - Compatibility mode is enabled in the router settings (for example,
802.11b/g/ninstead ofax). - Lots of interference from neighboring networks (use utilities like Wi-Fi Analyzer to select a free channel).