Does your computer have Wi-Fi? How to quickly check if the module is available

Wireless internet access has become standard in today's world, but when purchasing a used laptop, building a system unit, or reinstalling an operating system, users often encounter a lack of visible networks. No Wi-Fi icon in the tray doesn't always mean a physical failure or missing module in the device; often the problem lies in a software glitch, a disabled switch, or missing drivers. Understanding how exactly Windows or another OS sees the network equipment, is the first step to solving the problem.

There are many diagnostic methods, from a simple visual inspection of the case to the use of deep system utilities. Hardware The router may be working properly, but without the correct software, the computer won't be able to communicate with it. In this article, we'll cover all possible testing methods, from the simplest to professional diagnostics via the command line.

It is important to understand the difference between a desktop computer and a laptop. laptops The wireless module is almost always built into the motherboard by default, whereas in desktop PCs Wi-Fi is an option that requires the separate purchase and installation of a card or USB adapter. Let's look at how to navigate these nuances and quickly determine whether a wireless module is available.

Visual inspection and physical indicators

The first thing you need to do before diving into the operating system settings is to carefully physical examination devices. Manufacturers often place special icons on laptop cases indicating the presence of wireless technologies. Look for the logo Wi-Fi Or a stylized image of an antenna on the frame around the screen, on the touchpad, or in the keyboard area. If this icon is present, there's a high probability that the hardware is present.

Pay attention to the indicator lights. On many models, especially from brands HP, Asus or Lenovo, there is an LED that lights up or changes color when wireless mode is activated. Airplane mode A physical switch on the edge of the case may completely cut off power to the module, preventing the system from detecting it. Move the sliders or press a key combination (often Fn + the antenna button) to ensure the device isn't mechanically blocked.

⚠️ Note: On some gaming laptops and Ultrabooks, manufacturers remove physical indicator lights to minimize screen bezels. In this case, the absence of a light does not mean the module is missing, and a software check is needed.

For desktop computers, a visual inspection involves looking inside the system unit or checking the rear panel. The presence of antennas protruding from the back is a clear sign of an installed module. If there are no antennas, but you suspect the presence of integrated Wi-Fi, check the motherboard specifications, as modern ones motherboards mid- and high-end modules are often soldered at the factory.

📊 What type of device do you have?
Laptop
Desktop PC
Monoblock
Tablet with keyboard

Checking through the Windows Control Panel and Settings

The fastest software way to check for the presence of an adapter is to use the standard operating system tools. Windows 10 or Windows 11Right-click the network icon in the lower-right corner of the screen (near the clock) and select "Network & Internet Settings." The window that opens will show you the available connection types. If "Wi-Fi" is listed, the system recognizes the presence of the appropriate device, even if it's currently turned off.

More detailed information can be accessed through the classic control panel. Press the key combination Win + R, enter the command ncpa.cpl and press Enter. The Network Connections window will open, displaying all network interfaces. Wireless network It will be labeled "Wireless Network" or "Wi-Fi." If there's no such icon, and only "Ethernet" appears, this may indicate missing drivers or the module itself.

Sometimes the adapter is displayed, but has a "Disabled" status and a red cross. In this case, simply right-click and select "Enable." If the icon is completely missing, you need to check device Manager, to understand whether the system software sees it at the controller level.

In new versions of Windows 11, the settings interface has become more compact. Go to "Settings" → "Network & Internet." The Wi-Fi section should be listed on the right. If it's not there, click "Advanced network settings" → "Advanced network settings." The presence of physical adapters is often indicated at the very bottom of the page.

Diagnostics via Device Manager

Device Manager is the system administrator's main tool for checking hardwareTo open it, right-click the Start button and select the appropriate item from the menu. In the list that appears, find the "Network Adapters" category and expand it. This is where all physical and virtual network cards installed in the system are displayed.

The list should be searched for names containing the words Wireless, Wi-Fi, 802.11 or brands of chip manufacturers such as Intel, Realtek, Qualcomm Atheros, BroadcomFor example, the entry Intel(R) Wi-Fi 6 AX200 160MHz clearly indicates the presence of a modern module. If you see a device with a yellow exclamation mark, it means the module is physically present but not functioning properly due to driver issues.

  • 📡 If there is a device named "Unknown Device" in the list, it may be your Wi-Fi module without a driver.
  • 🔌 Check the "Properties" tab of the suspicious device: the "Device Type" field may indicate "Network Adapter".
  • ⚙️ If the module is disabled programmatically, its icon will have a downward-facing arrow; right-click it and select "Enable."
⚠️ Warning: If the "Network Adapters" category is missing or empty in Device Manager, this may indicate a serious system failure or the motherboard is unable to recognize the peripherals.

It's also worth checking the "Other devices" section. Often, after a clean Windows installation, the Wi-Fi module is detected there as unknown hardware. In this case, you need to find and install it. drivers from the official website of the laptop or motherboard manufacturer, using a wired connection or another computer.

☑️ Check in Device Manager

Completed: 0 / 4

Using the command line for a deep scan

For users who prefer precision and detail, the command prompt provides comprehensive information about the network status. Run the command prompt as administrator (search for cmd in the search, right-click and select "Run as administrator"). Enter the command netsh wlan show drivers and press Enter. This command will output a detailed report about the wireless network driver.

If the Wi-Fi module is present and the driver is installed, you'll see the line "Hosted network compatibility" and manufacturer information. If the module is not present or the driver is missing, the system will display the message "WLAN AutoConfig service is not running" or "Wi-Fi wireless network interface not found." This reinforced concrete proof that the system does not see the wireless equipment.

C:\Windows\system32>netsh wlan show drivers

Driver information for the Wireless Network interface:

Interface name: Wireless network

Driver Type: Native Wi-Fi Driver

Supplier: Microsoft Corporation

Date: June 21, 2006

Version: 10.0.19041.1

Another useful command is - ipconfig /allIt displays a list of all network interfaces with their MAC addresses. Find the "Wireless LAN Adapter" section. If this section is present and has a physical address (MAC address), the device is detected. The absence of this section confirms the absence of the adapter or a critical driver error.

What to do if the command returns an error?

If the netsh wlan show drivers command returns an error, try restarting the WLAN service first. Enter services.msc, find WLAN AutoConfig Service, right-click and select Restart. If this doesn't help, the problem lies deeper—with the drivers or BIOS.

Analysis of motherboard characteristics and laptop model

If software methods don't provide a clear answer (for example, after formatting the drive), it's worth consulting the technical documentation. For laptops, it's enough to know the exact model number indicated on the sticker on the bottom (for example, ASUS X515EA). Searching for this model online on the manufacturer's official website in the "Specifications" or "Characteristics" section will immediately show whether it has a built-in Wi-Fi module.

For desktop PCs, the situation is more complex, as the configuration is user-configured. Knowing the motherboard model is essential. This can be found through the command line by entering: wmic baseboard get product,ManufacturerEnter the resulting name into a search engine. Look for abbreviations in the specifications. Wi-Fi Ready, the presence of antenna connectors on the rear panel or mention of a built-in module Intel CNVi.

Sign There is Wi-Fi There is no Wi-Fi
device Manager There is a Wireless/802.11 adapter There is no adapter or Unknown Device
Command line (netsh) Shows the driver version Error: Interface not found
PC back panel There is a thread for antennas LAN and USB ports only
Network connections There is a Wi-Fi icon Ethernet only

It's important to note that some budget laptop models may come in different versions: with and without Wi-Fi (often labeled as DOS versions for corporate customers). In such cases, hardware may be physically absent from the board, even if there are connectors for the antenna inside the case.

What to do if the Wi-Fi module is not detected

If all tests show the module is missing, don't worry. There are several effective solutions. The simplest and most reliable is to purchase an external one. USB Wi-Fi adapterThese devices look like a small flash drive, are plug-and-play (they work immediately after connection), and often include an antenna for better signal reception. They are an ideal solution for desktop PCs without an integrated module.

If you're sure the module should be there (for example, it was in your laptop yesterday), but the system doesn't see it, the problem may be in the BIOS. Restart your computer, enter the BIOS (press Del, F2, or F10 at startup), and find the section Advanced or Security. Make sure the parameter WLAN Device or Wireless LAN set to value EnabledSometimes, after resetting the BIOS settings, the module is disabled by software at the firmware level.

  • 🔋 Try to discharge static electricity: turn off the laptop, unplug the charger, remove the battery (if removable), and hold the power button for 30 seconds.
  • 💻 Reinstall drivers: Download the latest driver from the manufacturer's website on another device and install it manually.
  • 🔧 Check the antenna connections inside: if you disassembled the laptop, the coaxial cable contact may have come loose from the module.
⚠️ Note: BIOS interfaces and menu item names may vary depending on the manufacturer (AMI, Award, Phoenix) and firmware version. Please exercise caution when changing settings to avoid disrupting other system components.

In rare cases, the Wi-Fi module physically fails. If replacing drivers and checking the BIOS doesn't help, and the external USB adapter works fine, the integrated card most likely needs to be replaced. In laptops, this is usually a USB-C module. M.2 or Mini PCIe, which can be replaced independently if you have the skills.

Can you use your smartphone as a Wi-Fi adapter?

Yes, there are apps (such as Wi-Fi Connector or Virtual Router) that allow you to broadcast Wi-Fi from your phone to your PC via a USB cable, emulating a network adapter. This is a temporary solution, but it works.

Why did the Wi-Fi icon disappear after a Windows update?

Most often, a system update replaces generic drivers with proprietary ones, which can conflict with your hardware, or completely removes the driver. Solution: Open Device Manager, find the device with the error, select "Update driver" → "Browse my computer" → "Pick from a list of available drivers," and select an older version or the Microsoft driver.

Does the lack of an antenna affect the operation of the built-in Wi-Fi?

Yes, it's critical. Laptop antennas are built into the screen frame (thin black and white wires). If the laptop was disassembled and the antennas were forgotten, the signal range will be reduced to a few centimeters, and the network may not be detected at all, creating the illusion that the antenna is missing.

How to check for Wi-Fi in Linux (Ubuntu/Mint)?

Use terminal and command lspci | grep -i network for table cards or lsusb for USB adapters. Also the command iwconfig will show the presence of wireless interfaces. If the interface is present (usually wlan0), but it doesn't search for networks, the problem is with the drivers or rfkill blocking.

Can a virus disable a Wi-Fi module?

Theoretically, yes, malware can modify the registry or service settings, blocking network adapters. However, most often the cause is more trivial: a driver failure or a physical shutdown using a button. It's recommended to scan the system with an antivirus if other methods fail.