How to check if your computer has Wi-Fi: A complete guide for beginners and experienced users

Have you bought a new (or used) computer 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 cover all possible verification methods — from visual inspection to hidden commands in the system. It doesn't matter whether you use Windows 10/11, Linux or macOS: instructions are suitable for any device.

The mistakes here are critical: for example, many people confuse disabled adapter With its physical absence, they waste time searching for drivers instead of simply enabling the module. Or, conversely, they buy an external USB adapter when a software update solves the problem. We'll help you avoid these pitfalls.

First, check the most obvious thing: if you have desktop PC (not a laptop), then a Wi-Fi module in 90% of cases it is absent by default — you need to buy it separately. Laptops usually have the adapter built in, but there are exceptions (for example, in some models) Dell Latitude or Lenovo ThinkPad without Wireless option).

1. Visual inspection: where to look for Wi-Fi antennas and indicators

Start with an external inspection of the device. In laptops, Wi-Fi antennas are usually hidden under a plastic cover on the back panel or on the sides—look for small ones. black or silver stripes (sometimes with the inscription WLAN). In desktop PCs, antennas can protrude from the back of the case (if the module is installed on the motherboard) or be built into the USB adapter.

Pay attention to the indicators: many laptops have an LED with an image of an antenna (📶) or the inscription WirelessIf it lights up or blinks, the module is definitely present. On some models HP And Asus The indicator is combined with the Wi-Fi power button - press it to make sure it works.

  • 🔍 Laptops: Antennas are often located under rubber feet or near USB ports.
  • 🖥️ Desktop PCs: Look for antenna connectors on the back panel (usually next to the video outputs).
  • 🔌 USB adapters: If there is a small flash drive with a Wi-Fi logo sticking out, it is an external module.
⚠️ Attention: The absence of visual signs does not mean that there is no Wi-Fi! In some Ultrabooks (for example, MacBook Air or Microsoft Surface) antennas are hidden inside the case, and indicators may be absent.
📊 What kind of computer do you have?
Laptop
Desktop PC
Monoblock
Mac
Another

2. Checking via "Device Manager" (Windows)

This is the most reliable way for Windows. Open device Manager in one of the following ways:

  • 🔧 Click Win + X → select device Manager.
  • 🔍 Type in Windows search devmgmt.msc and press Enter.

In the window that opens, find the section Network adaptersOpen it and look for lines with the words: Wireless, Wi-Fi, 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4A). If there are no such lines, there is no physical Wi-Fi module in the system.

If there is an adapter, but there is a light next to it yellow exclamation mark - Means, drivers are missing or the device is disabled. Right-click on it and select Engage (if the option is active) or Update driver.

Adapter status What does it mean Actions
There is an adapter, but no icons. Wi-Fi module is working properly Check the enablement in Windows settings
Adapter with a yellow sign Driver issues Update the driver or reinstall it
Adapter with a gray arrow The device is disabled Right click → Engage
There are no lines with Wi-Fi There is no physical module. Buy a USB/Wi-Fi adapter or check your BIOS

Check the antenna connections (for PCs)|Restart your computer|Update the driver manually from the manufacturer's website|Try rolling back the driver (Driver tab → Roll Back Driver)-->

3. Commands for checking Wi-Fi in Windows (CMD and PowerShell)

If you prefer the command line, use these methods. They're useful when the graphical interface isn't available (for example, when connecting remotely).

Method 1: Via Command Prompt (CMD)

  1. Open CMD as administrator (Win + XTerminal (Administrator)).
  2. Enter the command:
    netsh wlan show drivers
  3. Look for the line Radio type. If it is indicated there 802.11n, 802.11ac or 802.11ax — Wi-Fi is supported.

Method 2: via PowerShell

Get-NetAdapter | Where-Object {$_.Name -like "wireless" -or $_.Name -like "wi-fi"} | Select-Object Name, InterfaceDescription, Status

If the command returns an empty result, there is no adapter. If the adapter is present, but the status is Disabled, enable it with the command:

Enable-NetAdapter -Name "Adapter_Name" -Confirm:$false

What to do if the commands don't work?

If both commands return an error "Invalid command" or "no wireless interfaces", this confirms the absence of a physical Wi-Fi module. In rare cases, the problem may be a disabled service. WLAN AutoConfig - check its status with the command:

sc query wlansvc

If the service is stopped, start it:

sc start wlansvc

4. Checking on macOS: Where to find Wi-Fi on Apple systems

On MacBook or iMac The Wi-Fi module is always built-in, but it can be disabled using software or hardware. To check:

  1. Click the Wi-Fi icon in the upper right corner (📶). If it's not there, the module is disabled or faulty.
  2. Open About this Mac (🍏 icon → About this MacSystem Report).
  3. Go to the section Network → Wi-FiIf the partition is missing, there is no adapter (which is unlikely for a Mac).

IN macOS can also be used Terminal:

networksetup -listallhardwareports

Look for the line Wi-Fi or AirPort (in older models). If it's not there, it's a serious hardware problem (the antennas may have become disconnected after repairs).

⚠️ Attention: On Macs manufactured at least until 2012, Wi-Fi modules were soldered to the motherboard. If the adapter isn't detected, repairing it yourself is nearly impossible—contact a service center.

5. Testing in Linux (Ubuntu, Mint, Debian, etc.)

IN Linux Wi-Fi testing is done through the terminal. Open it (Ctrl + Alt + T) and enter:

lspci | grep -i wireless

Or for USB adapters:

lsusb | grep -i wireless

If the commands return empty results, try:

iwconfig

Look for interfaces like wlan0, wlp3s0If they are not there, there is no physical module. If the interface is there, but the status unassociated, check the drivers:

dmesg | grep -i firmware

In the graphical interface (for example, in Ubuntu) open Settings → Wi-FiIf the switch is gray and inactive, the adapter is disabled or missing.

6. Checking via BIOS/UEFI: When Windows "doesn't see" the adapter

If in Device Manager There is no Wi-Fi, but you are sure that the module is installed (for example, in a laptop), check the settings BIOS/UEFIThe adapter may be disabled at the hardware level.

How to enter BIOS:

  • 🔄 Restart your computer and click F2, Del, Esc or F12 (depending on the motherboard).
  • 🔍 Search sections Advanced, Onboard Devices or Wireless.
  • 🔘 Make sure the parameters are like Wi-Fi, WLAN or Wireless LAN installed in Enabled.

In some laptops (for example, Lenovo) Wi-Fi can be turned off hardware switch - look for a small slider on the sidebar or a keyboard shortcut (for example, Fn + F2).

⚠️ Attention: In older BIOS versions (before 2015), the Wi-Fi option may be hidden under non-obvious names, for example PCIe/PCI Subsystem Settings or Mini CardIf you haven't found it, reset the BIOS to factory settings (Load Default Settings).

7. Troubleshooting: Why Wi-Fi is present but not working

If the adapter is detected but does not connect to the network, check:

  • 🔌 Flight mode: In Windows, click Win + A and make sure that Airplane mode turned off.
  • 📡 Drivers: Even if the adapter is visible, the driver may be outdated. Download the latest version from the manufacturer's website (not from Windows Update!).
  • 🔒 Antivirus blocking: some programs (for example, Kaspersky or Avast) may block networks. Temporarily disable protection.
  • 🔄 IP Conflicts: enter in CMD:
    ipconfig /release && ipconfig /renew

If after all these steps Wi-Fi still doesn't work, try reset the network:

  1. Open Settings → Network & Internet → Status.
  2. Click Network resetReset now.

FAQ: Frequently asked questions about checking Wi-Fi on your computer

My laptop is new, but the Wi-Fi isn't working. What should I do?

First, check if the adapter is disabled. physical button (on some models HP or Acer (It's there.) Then update the drivers from the manufacturer's official website. If that doesn't help, return the laptop under warranty: the antennas may not be connected.

There's no "Network Adapters" section in Device Manager. What does this mean?

This is an extremely rare situation, meaning that the system there are no network devices at all (No Ethernet or Wi-Fi). The controller may be disabled in the BIOS or the motherboard may be damaged. Check the BIOS settings and contact a service center.

How can I find out the model of my Wi-Fi adapter so I can buy a replacement?

IN Device Manager Right-click on the adapter → Properties → DetailsFrom the drop-down menu, select Equipment IDCopy the values VEN_XXXX And DEV_XXXX, then find the model using these codes on the website PCI Database.

Is it possible to connect Wi-Fi to a desktop PC without an adapter?

Yes, there are three options:

  1. Buy PCIe Wi-Fi card (For example, TP-Link Archer T6E) and install it into the slot on the motherboard.
  2. Use USB Wi-Fi adapter (For example, Tenda U3).
  3. Connect via Ethernet and use your smartphone as a hotspot (but this won't replace full-fledged Wi-Fi).

Why is there Wi-Fi, but the speed is very slow?

There are many reasons, from outdated drivers to interference from other devices. Let's start:

  1. Check which standard your adapter supports (in Device Manager). If this 802.11n, maximum speed is 150 Mbps.
  2. Make sure your router is in wireless mode. 5 GHz (if the adapter supports it).
  3. Change the Wi-Fi channel in the router settings (use programs like WiFi Analyzer for workload analysis).