Have you bought a desktop PC or used laptop and 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 a missing module? In this article, we'll look into it. all verification methods — from visual inspection to command-line diagnostics. No case disassembly or complex manipulations required: everything can be done in 5 minutes using standard tools. Windows, Linux or even BIOS.
It is important to understand the difference between hardware And software Wi-Fi support. Even if the computer has a physical module, it may be disabled in the system settings, the driver may be damaged, or blocked in BIOSWe'll show you how to check each of these aspects, from the simplest to the most complex. And if it turns out there's no Wi-Fi module, we'll show you how to add one with minimal effort.
1. Visual inspection: where to look for Wi-Fi antennas and indicators
The fastest way is to inspect the device's case. On laptops and all-in-one PCs, manufacturers usually place wireless network indicators or physical switchesHere's what to pay attention to:
- 📡 Wi-Fi antennasOn the back or side panel of the case (usually laptops), look for two small rubber "ears" or metal pins. They may be hidden under covers.
- 🔄 Wi-Fi button/switch: on some models (eg, Lenovo, HP) there is a separate key with an icon of an antenna or an airplane. It can be combined with
Fn(For example,Fn + F2). - 💡 Network indicatorLook for an LED with wavy lines (📶) on the front panel of the system unit or near the laptop keyboard. If it's lit or blinking, the module is definitely present.
U stationary PCs External antennas are less common, but they can be found on the back of the motherboard (if the module is integrated) or on a separate PCI card. If you don't see anything like that, it doesn't mean there's no Wi-Fi: the module may be internal (for example, M.2 or Mini PCIe) without external antennas.
⚠️ Attention: On some laptops (especially Dell or Acer (up to 2018) the Wi-Fi switch may be hardware — its position is independent of the OS. If it's disabled, the system won't even see the module in Device Manager.
2. Checking via Device Manager (Windows)
If the visual inspection does not yield results, we move on to software diagnostics. Windows the most reliable way is device ManagerIt will show all installed network adapters, even if they are disabled.
Open it in one of the following ways:
- 🖱️ Right-click on the button
Start→device Manager. - 🔍 Enter the phrase in Windows search
devmgmt.mscand pressEnter. - 🔧 Click
Win + R, entermmc devmgmt.mscand confirm.
In the window that opens, expand the branch Network adaptersSearch for devices with the words:
Wireless, Wi-Fi, 802.11 (wireless networking standard), Dual Band or chip names (Intel Wi-Fi 6, Qualcomm Atheros, Broadcom, Realtek RTL8xxx). If there are none, the module is physically missing or it is disabled. BIOS.
Availability of adapters with "Wireless" or "Wi-Fi" in the name|
No exclamation marks (⚠️) next to network devices|
Device status (enabled/disabled) in the context menu|
Adapter properties → Driver tab (check for errors) -->
If the adapter is present but is marked in grey or with an arrow icon (↓), right-click on it and select EngageIf there is an exclamation mark next to the name, there is a problem with the driver (more about this in Section 4).
3. Command Line: A Universal Method for Windows and Linux
For those who prefer text commands, checking via terminalThis method works in Windows, and in Linux, and even if the graphical interface is not available.
For Windows:
Open Command line (Win + R → enter cmd) and run:
netsh wlan show drivers
Look for the line Hosted network supportIf it says there Yes — the module is up and running. If the command returns an error Failed to execute command, this means there is no Wi-Fi adapter or it is disabled.
An alternative command to list all network devices:
ipconfig /all
In the results, look for the section Wireless LAN adapter or Wireless LAN adapterIf it is not there, there is no module.
For Linux (Ubuntu/Debian etc.):
Open Terminal (Ctrl + Alt + T) and enter:
lspci | grep -i network
Or for USB adapters:
lsusb
Look for lines with Network Controller, Wireless or chip names (Atheros, Intel PRO/Wireless etc.). If the output is empty, there is no module.
⚠️ Note: In some distributions Linux (For example, Arch) Wi-Fi may require manual installation of drivers, even if the module is physically present. Check the command output. dmesg | grep -i firmware for errors.
4. Checking drivers: why the system doesn’t see Wi-Fi
Even if there is a Wi-Fi module, it may not work due to missing or damaged driversThis is a common problem after reinstalling Windows or updating the system. Here's how to diagnose it:
IN Device Manager (cm. Section 2) right-click on the Wi-Fi adapter and select Properties. Go to the tab Driver and check:
- 📅 Date of development: If the driver is older than 2018, it needs to be updated.
- ⚠️ StateIf it says "The device is working properly" but there is no Wi-Fi connection, the problem may be in the router settings.
- 🔄 Refresh buttonTry updating the driver automatically. If Windows says "the best software is already installed," download the driver manually from the manufacturer's website.
For manual installation:
- Find out the exact adapter model (in the device properties or via the command
wmic nic get name, manufacturer). - Download the driver from the manufacturer's official website (for example, Intel, Realtek or your laptop's support site).
- Install the driver and restart your PC.
| Symptom | Possible cause | Solution |
|---|---|---|
| Wi-Fi is listed in the Manager, but there is no network reception. | The driver is outdated or corrupted. | Update the driver manually from the manufacturer's website |
| The adapter is marked with an exclamation mark | Driver conflict or missing files | Delete the device in the Device Manager → restart your PC |
| Wi-Fi turns on but keeps turning off | Energy saving or interference | Disable "Allow device to be disconnected" in the adapter properties. |
| There is no "Network Adapters" branch at all. | The Wi-Fi module is disabled in the BIOS or is physically missing. | Check BIOS settings (see section 5) |
5. Check in BIOS/UEFI: hardware lock
If the previous methods did not work, it might be the Wi-Fi module disabled at the BIOS levelThis is relevant for some laptops (especially corporate lines) HP EliteBook, Dell Latitude) and stationary PCs with built-in modules.
To enter BIOS/UEFI:
- Restart your computer.
- When the manufacturer's logo appears, click
F2,Del,EscorF12(depending on the model). - Find the section
Advanced,System ConfigurationorWireless. - Look for parameters like:
Wireless LAN Support→ installEnabled.Wi-FiorWLAN Radio Control→ turn on.Onboard Wi-Fi→ should beAutoorEnabled.
F10) and reboot.⚠️ Attention: On some motherboards (eg. ASUS ROG or MSI) the Wi-Fi option may be hidden in the section Onboard Devices ConfigurationIf you're unsure, take a photo of the BIOS screen and look for the parameter name in your motherboard manual.
What to do if there is no Wi-Fi option in BIOS?
If there is no mention of Wi-Fi in the BIOS settings, this may mean:
1. The module is physically missing (e.g. not installed at the factory or removed by the previous owner).
2. The module is built into the processor (as in some Intel Core i7/i9 with support CNVi) and does not have a separate option in BIOS.
3. You have an outdated BIOS version - check for updates on the motherboard manufacturer's website.
6. Alternative methods: if nothing helps
If all the previous methods did not confirm the presence of Wi-Fi, but you are sure that the module should be there, try these options:
- 🔍 Documentation verification: Find your laptop/motherboard model on the manufacturer's website. In the specifications (Specifications) look for the section
WirelessorCommunicationsFor example, for Lenovo ThinkPad T480 it will be indicated:Intel Dual Band Wireless-AC 8265. - 🛠️ Disassembly (extreme case): If you're ready to open the case, look for this on the motherboard:
- Slot M.2 (key
E) with the module installed (usually next to the SSD). - connector Mini PCIe (old laptops).
- Separate PCI-e card with antennas (in desktop PCs).
The module must be marked with the type Intel 7260NGW or Broadcom BCM4352.
- Slot M.2 (key
- 💻 Live Linux distribution: boot from a flash drive Ubuntu or Linux Mint (without installation). If Wi-Fi works, the problem is with your underlying OS.
If your PC really doesn't have a Wi-Fi module, you can add one: for laptops, this one is suitable M.2 2230 (For example, Intel AX200), for desktop PCs - PCI-e adapter (For example, TP-Link Archer T6E). The cost is from 1,500 to 5,000 rubles, depending on the standard (Wi-Fi 5 or Wi-Fi 6).
7. Common Mistakes and Myths About Wi-Fi Testing
When conducting diagnostics, users often encounter false conclusions. Let's examine the most common misconceptions:
- ❌ "If there are no antennas outside, there is no Wi-Fi." → Incorrect. Many laptops (for example, MacBook Air or Dell XPS) have internal antennas hidden under the body.
- ❌ "There's no Wireless in Device Manager—that means there's no module." → Not always. It may be disabled in the BIOS or hidden due to missing drivers (check through
devices for connectionin the Dispatcher). - ❌ "Wi-Fi only works when the indicator light is on." → The indicator may be disabled in the settings or absent altogether (for example, in Mini-PC type Intel NUC).
- ❌ "A USB adapter is the same as built-in Wi-Fi." → USB modules (e.g. TP-Link TL-WN725N) are port-dependent and can lose connection. The built-in module is more stable.
Another common mistake is to confuse Bluetooth And Wi-FiThese modules are often combined (for example, Intel AX201 supports both), but they work independently. If there is only one in the Device Manager Bluetooth without mentioning Wireless, this does not mean that there is Wi-Fi!
FAQ: Answers to Frequently Asked Questions
My laptop is new, but the Wi-Fi isn't working. What's wrong?
Possible reasons:
- The Wi-Fi module is disabled hardware switch (look on the body).
- The BIOS has a parameter set
Wireless LAN Support = Disabled. - The manufacturer did not install the drivers (relevant for Windows 11 on new devices). Download them from the official website.
- The module is not connected to the antennas (defect or damage during assembly).
Start with a check Device Manager And BIOS.
How do I know which Wi-Fi standard my adapter supports (Wi-Fi 4, 5 or 6)?
Look at the module name in the Device Manager or via the command:
netsh wlan show drivers | find "Radio type"
Compare with the table:
- 802.11n → Wi-Fi 4 (up to 600 Mbps).
- 802.11ac → Wi-Fi 5 (up to 3.5 Gbps).
- 802.11ax → Wi-Fi 6/6E (up to 9.6 Gbps).
The exact model of the adapter (for example, Intel Wi-Fi 6 AX200) look in the device properties.
Is it possible to connect Wi-Fi to a desktop PC without disassembling it?
Yes, there are three options:
- USB adapter (For example, TP-Link TL-WN823N) — connects to a USB port, no need for installation in a case. Cons: takes up space and can get hot.
- PCI-e adapter (For example, ASUS PCE-AC55BT) - is installed in a slot on the motherboard, requires connecting antennas (included).
- M.2 adapter (For example, Intel AX200) - if there is a free slot on the motherboard M.2 Key E (check the documentation).
For gaming PCs, it's better to choose a PCI-e adapter—it provides better speed and stability.
Why is there Wi-Fi, but networks are not found?
The problem may be:
- Drivers: update them or roll back to the previous version.
- Router settings: Check if the network name (SSID) is hidden or if the mode is turned on
802.11r(Fast Transition), which not all adapters support. - Hardware switch: on some laptops (eg. HP) there is a separate button to turn Wi-Fi on/off.
- Airplane mode: in Windows, check if it is activated (
Win + A→ notification panel).
Also try running network diagnostics: Start → Parameters → Network and Internet → Troubleshooting.
How to check Wi-Fi on Mac?
On MacBook or iMac:
- Click the Wi-Fi icon in the menu bar (📶). If it's not there, the module is disabled or damaged.
- Open
About this Mac(Apple menu → About This Mac → System Report → Network). Search sectionWi-Fiwith information about the adapter. - IN
Terminalrun the command:networksetup -listallhardwareports | grep -A 1 Wi-FiIf the output is empty, the module is missing or faulty.
On the new ones Mac with chips Apple Silicon (M1/M2) Wi-Fi is built into the processor and cannot be disabled in software.