My computer's Wi-Fi adapter isn't working: A step-by-step guide

The situation when wireless module When a router suddenly stops working, it can catch you off guard at the most inopportune moment. You notice that the network icon has disappeared from the system tray, and the list of available connections remains empty, even though the router is effectively distributing internet to other devices. Often, the problem isn't physical hardware damage, but a software glitch or operating system configuration error.

Before rushing to the store for new equipment or taking your system unit to a service center, it's worth running a few diagnostic procedures. In most cases, restoring functionality WLAN devices takes no more than 15-20 minutes. About 80% of all failures are related to software driver conflicts or incorrect Windows power saving settings. We'll go through the solutions from simple to complex, so you can eliminate possible causes step by step.

Let's start with identifying the source of the problem: whether it's the device itself, a driver, or an OS setting. Sometimes the system simply "forgets" to activate the radio module after waking from sleep mode. In other cases, a Windows update may install an incompatible version of the software. Understanding the nature of the failure will help you choose the right course of action and avoid unnecessary system intervention.

Initial diagnostics and physical connection check

The first step is to ensure the problem isn't hardware-related. If you're using an external USB adapter, try plugging it into a different port, preferably one on the back of the motherboard where the voltage is more stable. For internal form factor modules PCI-E or M.2 It is important to check that the connector fits securely in the slot, as vibration or dust may have disrupted the contact.

Pay attention to the indicators. Many laptops and some USB receivers have an LED that indicates power and activity. If the light is not lit at all, the device may be disabled at the BIOS/UEFI level or by a physical switch. Laptop cases often have a mechanical slider or key combination (e.g., Fn + F2), which completely de-energizes the wireless module.

  • 🔌 Check the antenna connections: If your adapter has removable antennas, make sure they are securely screwed in.
  • 🔍 Device Manager: Click Win + X and select the appropriate menu item to check the visibility of the equipment.
  • 🔄 Test on another PC: Connect the USB adapter to another computer to rule out damage.
⚠️ Important: If a device appears in Device Manager with a yellow exclamation point or an error code (such as Code 10 or Code 43), this indicates a resource conflict or critical driver error, and not necessarily a physical failure.

A visual inspection of the contacts is also a good idea. Oxidation or dust in the ports can interfere with normal data transfer. For USB devices, try using an extension cable to eliminate electromagnetic interference from the computer case, which can sometimes block sensitive radio modules.

Analyzing the status in Device Manager

The primary diagnostic tool in Windows is the Device Manager. It displays the status of all connected components. Find the "Network Adapters" section and expand it. If your adapter (often contains the words Wireless, Wi-Fi, 802.11 or brands Realtek, Intel, Qualcomm) is missing or marked with an error icon, and requires attention.

A common situation: a device is visible but not functioning properly. Double-clicking it will open its properties window, where the "Device Status" field will indicate the cause of the failure. If the device is shown as stopped (code 43), try resetting it. To do this, remove the device from the list (right-click → Remove device), and then select "Action" → "Scan for hardware configuration" from the menu. The system will attempt to reinitialize the module.

📊 How is the adapter displayed in the device manager?
Visible and working
Visible with an error (yellow sign)
It is not displayed at all
Shows up as an unknown device

It's important to check your power settings, as Windows may mistakenly disable the adapter to save power. Go to the "Power Management" tab in the adapter's properties. Uncheck "Allow the computer to turn off this device to save power." This is a common reason why Wi-Fi disappears after exiting sleep mode.

If the system sees the device as "Unknown Device" with code 28, this means the drivers are missing. In this case, automatically searching for updates through the update manager is rarely helpful. You should download the latest software from the official website of the laptop or adapter chipset manufacturer using a wired connection or another computer.

Installing and updating drivers

A driver is the intermediary between the operating system and the hardware. If it's outdated, corrupted, or simply incompatible with the current Windows build, the adapter won't work. Relying on standard Microsoft Update drivers is a mistake, as they are often basic and don't fully exploit the potential or stability of a specific chipset.

To find the correct driver, you'll need the hardware ID (VEN and DEV codes). In Device Manager, go to the properties of the unknown or problematic device, open the "Details" tab, and select "Hardware IDs" from the list. Copy the top line and enter it into a search engine. This will allow you to find the exact chip model, even if the device name is hidden.

☑️ Driver installation algorithm

Completed: 0 / 4

When installing a new version of the software, we recommend using the "Custom installation" mode, if available, and selecting the "Perform a clean installation" option. This will remove old configuration files that may cause conflicts. After installation, be sure to restart your computer for the changes to the registry and system libraries to take effect.

Error type Probable cause Solution method
Code 10 Driver conflict or hardware failure Reset BIOS settings, reinstall the driver
Code 28 Drivers not installed Manual installation of software from the manufacturer's website
Code 43 Windows has stopped the device Checking the physical connection, replacing the port
Code 12 Lack of resources Disabling unused devices in BIOS

There is a nuance with Windows versions. The driver written for Windows 10, may not work correctly on Windows 11 or older versions. Always check compatibility on the download page. If there's no official driver for your OS, you can try installing the version for the previous generation of Windows in compatibility mode.

Configuring Windows network settings

Sometimes the driver is working properly, but the network settings are blocking the adapter. Windows has a service called "Connection Manager" that manages wireless connections. If it's stopped, Wi-Fi won't work. Click Win + R, enter services.msc and find “WLAN AutoConfig” in the list.

Make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start." Also, check that the adapter properties don't contain a static IP address that conflicts with the router's range. Most home networks should have automatic settings (DHCP).

Resetting network settings is a drastic but effective method. In Windows Settings (under "Network & Internet"), find the "Network Reset" button. This will delete all saved Wi-Fi profiles, reset TCP/IP settings, and reinstall your network adapters. After rebooting, you'll need to re-enter your network password.

The region requires special attention. Some countries have restrictions on Wi-Fi channels. If your router is configured for a channel restricted in the region specified in the driver, the adapter may not see the network or may operate unstable. You can change the region through the registry or the adapter's advanced properties in Device Manager (Advanced tab → Country/Region).

Using the command line to reset

For experienced users, the most powerful tool is the command line. It must be run as administrator. Using a set of commands, you can completely clear the network settings cache, reset the TCP/IP stack, and update the DNS configuration.

Run the following commands in sequence, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

First team (netsh winsock reset) resets the Winsock catalog, which often helps if connection problems occur after installing an antivirus or VPN client. The second command resets IP protocol settings. After completing the entire cycle, be sure to restart your computer.

⚠️ Warning: Resetting network settings via the command line may delete static IP addresses if you used them for your local network or specific software. Make sure you know your settings or take a photo of them before resetting.

You can also check whether the adapter itself is enabled via the command line. The command netsh interface show interface will show a list of all interfaces and their status. If the status is "Disabled", use the command netsh interface set interface name="Adapter_Name" admin=enabled, replacing "Adapter_Name" with the actual name (for example, "Wireless Network").

Checking BIOS and hardware conflicts

If software methods don't help, the problem may lie deeper - in the motherboard BIOS/UEFI. When the computer boots (usually the keys Del, F2 or F10) Enter the BIOS settings. Find the section related to peripherals (Advanced, Onboard Devices Configuration).

Make sure the WLAN controller or Wireless LAN Controller status is EnabledSometimes, after a BIOS reset, the default settings may disable some modules. It's also worth checking your BIOS version: if it's very old, it may conflict with the new Wi-Fi 6 standards or new versions of Windows.

Resetting BIOS to factory settings

If you're unsure of what you're doing in the BIOS, look for the "Load Optimized Defaults" option (usually the F9 or F5 key). This will reset all settings to their safe factory defaults, which often resolves hidden conflicts.

In rare cases, interrupt (IRQ) or memory address conflicts can occur, especially on older systems or when using specific PCI cards. Modern UEFI systems resolve this automatically, but manually resetting the power saving settings (ErP Ready, EuP) in the BIOS can help if the adapter exhibits unstable behavior in sleep mode.

The final diagnostic step is testing the adapter on another computer. If the adapter doesn't work on either computer, it's likely physically damaged. Internal M.2 modules sometimes fail due to overheating or power surges. In this case, replacing the device is the only solution, and fortunately, modern USB adapters are inexpensive.

Why does the adapter disappear after a Windows update?

Windows updates often replace standard manufacturer drivers with generic Microsoft versions. This can lead to loss of functionality or complete device inoperability. Solution: Disable automatic driver installation or manually roll back the driver in Device Manager.

Can an antivirus block a Wi-Fi adapter?

Yes, some network protection features in third-party antiviruses (such as firewall control) may block the adapter if they detect suspicious behavior. Try temporarily disabling your antivirus to check.

Does distance from the router affect adapter detection?

Distance affects signal quality, but not whether the system detects the device itself. If the adapter is physically intact and the drivers are installed, Windows will detect it even without a signal. However, if the signal is too weak, the network may be visible, but connecting will be impossible.