Where is WiFi in Device Manager: Finding and Diagnosing the Adapter

The Windows operating system provides users with powerful tools for managing hardware, and one of the key components is the Device Manager. This is where you can see a complete list of connected devices, check the status of drivers, and diagnose network connection issues. For many users, the question of where the WiFi module is located in Device Manager becomes relevant when the connection is lost or after a system reinstallation.

Understanding the structure of this system tool allows you to quickly determine whether the computer is even detecting the wireless adapter. If the module displays correctly but the internet isn't working, the problem may lie in the software settings. If the device is missing or marked with a warning icon, you'll need to troubleshoot the drivers or check the physical condition of the hardware.

Quick access to the equipment list

There are several ways to open the system hardware management interface, and the method you choose depends on your version of Windows and personal preference. The most universal and quickest option for modern systems is to use the Start button context menu. Right-click the Windows icon in the lower-left corner of the screen and select device Manager from the drop-down list.

An alternative method is to use the Run dialog box. Press the key combination Win + R on the keyboard, in the field that appears, enter the command devmgmt.msc and press Enter. This method is especially useful if the system interface is slow or the Start menu is unresponsive.

You can also use the system search. Click the magnifying glass on the taskbar or press Win, start typing "Manager" and select the application found. Regardless of the path you choose, a window will open with a list of all installed components on your computer.

Network adapter category

After opening the window, the user is presented with a hierarchical list of equipment categories. To find the wireless module, you need to locate the section Network adaptersClick the arrow to the left of the category name or double-click it to expand the contents.

Inside, you'll see a list of all network interfaces installed in the system. Wireless adapters typically contain keywords in their names: Wireless, WiFi, 802.11, WLAN or brand names such as Intel, Realtek, Qualcomm AtherosIf you see a device with a similar name, it means the system physically recognizes your module.

⚠️ Note: If you see a device named "Microsoft Wi-Fi Direct Virtual Adapter" in the list, this is not your physical module, but a virtual driver for internet sharing. Look for the main adapter with the hardware manufacturer's name.

Sometimes the list may contain multiple physical adapters, for example, if you're using a USB dongle in addition to your laptop's built-in module. In this case, it's important not to confuse them. Built-in adapters are often labeled with the laptop manufacturer or chipset, while external adapters are labeled with the brand name of the USB device.

📊 What type of WiFi connection do you have?
Built into the laptop
External USB adapter
PCI-E card in a PC
I don't know / Not displayed

Analysis of statuses and error codes

Just because a device appears in the list is only half the battle. It's crucial to pay attention to the icons next to the adapter's name. Normal operation is indicated by the absence of any symbols. However, if you see a yellow triangle with an exclamation point, this indicates a driver issue or resource conflict.

Double-clicking a device with an error will open its properties window, where the "Device Status" field will display the error code. The most common codes are 10, 28, 43, and 31. Code 10 means the device cannot start, often due to a power or driver failure. Code 28 indicates that the drivers are not installed. Code 43 indicates an error message from the hardware itself.

Fixing problems often requires updating or reinstalling software. You can right-click the device and select "Update driver," then "Search automatically." If this doesn't help, it's best to download the latest version from the laptop or motherboard manufacturer's website.

Error code Description of the problem A probable solution
10 The device cannot be started. Reboot, check power supply
28 Drivers not installed Installing software from a disk or website
43 Windows has stopped the device Static discharge
31 The device is not working properly Checking Windows Compatibility

Hidden and disabled devices

Sometimes an adapter disappears from the list completely, even though it was working before. In this case, it's worth checking the settings for displaying hidden objects. In the top menu of the task manager window, click the tab View and select the item Show hidden devices.

After this action, the list will expand, and devices that are not currently connected or have been removed will be marked with translucent icons. If your WiFi adapter appears in the list but becomes translucent, this may mean the system has "forgotten" it or it has been disabled by software.

Try deleting such a device (right-click - Delete device), and then update the hardware configuration through the menu Action → Update hardware configurationThis will force Windows to rescan the buses and attempt to initialize the module.

⚠️ Note: Removing the device requires reinstalling the drivers. Make sure you have internet access via cable or mobile phone to download the software if automatic installation fails.

Also, check if the device is manually disabled. The adapter's context menu may have a "Disable" option. If so, the device is software-locked and needs to be enabled by selecting "Enable."

Checking the physical connection and BIOS

If software methods fail and the adapter isn't displayed even as an unknown device, the problem may be hardware-related. In laptops, it's common for the wireless module to be disabled at the BIOS/UEFI level or via a physical switch on the case.

Check the sides of your laptop for a slider switch with an antenna icon. Also, try the key combinations. Fn + F2, Fn + F12 or others marked with a network icon. On some models, disabling WiFi in the BIOS completely prevents it from appearing in the Windows Device Manager.

For desktop PCs with PCI-E adapters, it's worth checking the card's tightness in the slot. Sometimes the contact becomes corroded or loose, and simply reinstalling the module resolves the issue.

Why might the adapter disappear after a Windows update?

Major system updates (Feature Updates) often replace generic drivers with custom ones, which can conflict with specific hardware. Rolling back the driver via the "Driver" tab in the device properties helps with this.

Alternative diagnostic methods

Device Manager isn't the only tool for checking WiFi status. More detailed technical information can be obtained via the command line. Click Win + R, enter cmd and run the command netsh wlan show drivers.

This command will output a status report for the wireless driver. If the "Hosted Network Support" line shows "No," or if a message appears stating that no wireless interface was found, this confirms a low-level issue.

netsh wlan show interfaces

Executing a command netsh wlan show interfaces Shows the connection status, network SSID, and signal strength if the adapter is active. No output or the error "Wireless network interface not found" indicates that the driver failed to load or the device is faulty.

☑️ WiFi Diagnostic Checklist

Completed: 0 / 5

Frequently Asked Questions

Why is there no "Network Adapters" section in Device Manager?

This can happen if the motherboard chipset drivers aren't installed, and the system can't correctly identify the controllers. The partition may also be hidden if all network devices are disabled or removed. Try updating your motherboard drivers.

How can I find out the exact model of my WiFi adapter without internet access?

If the driver isn't installed, the device may display as "Unknown Device" with an error code. In this case, the only solution is to know the laptop model (check the sticker on the bottom) and search for specifications on the manufacturer's website, or use utilities like HWInfo from another PC.

Can a virus hide a WiFi adapter from the device manager?

Theoretically, yes, some malware can block network connections or hide devices to prevent virus removal or data transfer. A full system scan with an antivirus program is recommended.

What should I do if the driver is installed, but error 10 remains?

Try manually selecting the driver from the list of compatible devices during the update by clicking "Select a driver from a list of available device drivers." Sometimes installing an older, but more stable, version of the driver resolves the compatibility issue.