The situation when, after a clean installation of the operating system, the computer stops detecting wireless networks is one of the most common and annoying problems for users. You just updated Windows, expecting it to work quickly, but instead of the usual tray icons, you find that the communication module is inactive or completely absent from the Device Manager. This is a classic symptom of missing drivers or disabled system services, requiring immediate attention.
In most cases, the operating system can't automatically detect the correct software for the network adapter immediately after installation, especially with specific motherboards or older laptops. You'll need to take a step-by-step approach, checking the physical connection, the presence of drivers in the system, and the correct service settings to restore network access.
Don't panic if the network icon is crossed out or completely gone—this is normal behavior on a clean system without the manufacturer's drivers installed. Below, we'll detail a step-by-step guide to restoring the connection even without internet access on the most problematic computer.
Primary diagnostics and equipment testing
Before delving into complex registry settings or the command line, it's important to rule out trivial causes for a lack of signal. Users often forget that laptops have physical switches or function keys that disable the communication module at the hardware level. Check the edges of the case and the keyboard row. F1-F12 for the presence of an antenna or airplane icon.
If the physical switch is found and enabled, the next step is to check if the device appears in Task Manager. Press the combination Win + R, enter devmgmt.msc and press Enter. In the window that opens, find the "Network Adapters" section and expand it. If you see a device with a yellow exclamation point or the text "Unknown device," it means the system recognizes the hardware but doesn't know how to use it.
In some cases, the adapter can be completely disabled by software. In the same Device Manager, right-click on the name of your wireless module (usually contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm) and select the "Enable" option if available.
⚠️ Attention: If in the Device Manager under "Network adapters" there is nothing resembling a wireless network, and in the "Other devices" section there is an unknown device, this 99% of the time means that the driver is missing.
Finding and installing drivers without the Internet
The most difficult part of the process is that you need to download the driver, and the computer doesn't have internet access yet. You'll need a second device (a smartphone or another PC) with internet access to download the installation file and transfer it to the problematic machine via USB. Identifying the hardware is key, as installing a "Wi-Fi driver" at random can lead to system instability.
To accurately determine the adapter model, return to Device Manager, open the properties of the unknown device, and go to the "Details" tab. Select "Hardware ID" from the drop-down list. You'll need the first line, which looks something like this: PCI\VEN_8086&DEV_08B1&SUBSYS...Copy these values (or take a screenshot) and enter them into a search engine on another device.
Searching by hardware ID will help you find the exact chip model. Then, visit the official website of the laptop or motherboard manufacturer. Download the driver specifically for your version. Windows (for example, Windows 10 64-bit), as generic drivers may not be suitable.
If searching by ID doesn't yield any results, you can use the driver database on the chipset manufacturer's website. Laptops most often use modules from three major vendors, and their software is publicly available:
- 📶 Intel — Wireless-AC series, AX200, AX210 (most common in modern laptops)
- 📶 Realtek — often found in budget models and USB adapters (RTL88xx series)
- 📶 Qualcomm Atheros — popular in gaming laptops and mid-range devices
After downloading the installer, transfer it to the affected PC and run it as administrator. Follow the installation wizard's instructions, remembering to restart the computer after the process is complete.
⚠️ Please note: Manufacturer website interfaces and support menu structures may change. If you can't find a driver by laptop model, search by exact hardware ID—this is the most reliable method.
Using built-in Windows tools to find drivers
Since version Windows 8 and continuing in Windows 10/11, the system has a reserved set of basic drivers that can be activated through the Update Center. This method doesn't always work, but it's worth a try if you have the ability to temporarily connect your computer to the network via an Ethernet cable or share the internet from your smartphone via USB.
Connect your phone to your PC via a USB cable. In your smartphone's settings (under "Connections" or "Network"), enable "USB tethering." Your computer will detect the new network connection. Now you can start checking for updates: go to Settings → Update & Security → Windows Update and click "Check for updates".
The system may find and install the missing driver in the background. It's also worth checking "Advanced options" -> "Optional updates," as hardware drivers are often hidden there.
What to do if automatic search doesn't help?
If Windows doesn't find the driver automatically, it means its database doesn't contain the appropriate software for your specific network adapter revision. In this case, return to the manual installation method by hardware ID described above. You can also try using third-party offline driver databases stored on a USB flash drive.
Configuring services and power options
Sometimes the driver is installed and the device is detected correctly, but Wi-Fi isn't working. In this case, the problem may lie in disabled operating system services or aggressive power-saving settings that put the module to sleep and prevent it from waking up.
To check services, click Win + R, enter services.mscFind the "WLAN AutoConfig" service in the list. Make sure its startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
Next, check the adapter's power settings. Open Device Manager, find your Wi-Fi adapter, right-click it, and select "Properties." Go to the "Power Management" tab.
Uncheck "Allow the computer to turn off this device to save power." This is a common reason why a laptop stops detecting networks after waking from sleep mode or reinstalling the OS, as the default settings may not work correctly.
☑️ Service Inspection Checklist
Troubleshooting via the command line
If the graphical interface doesn't work, you can resort to deeper settings via the command line. This method allows you to reset the network settings and force a check of the adapter configuration. Run the command prompt as administrator (find cmd in the search, right-click - "Run as administrator").
First, run the command to reset network settings:
netsh winsock reset
Then reset the TCP/IP stack:
netsh int ip reset
After running these commands, be sure to restart your computer. You can also check whether the interface itself is enabled with the command netsh interface show interfaceIf the status is “Disabled”, enable it with the command netsh interface set interface name="Wireless Network" admin=enabled (interface name may differ).
Comparison table of restoration methods
To help you navigate through possible solutions to the problem, below is a table comparing the effectiveness of different methods depending on the symptoms.
| Symptom | Probable cause | Solution method | Complexity |
|---|---|---|---|
| The adapter is not visible in the device manager. | There is no driver or it is physically turned off. | Installing the driver from a flash drive | Average |
| Yellow exclamation mark | Incorrect or faulty driver | Updating/reinstalling software | Low |
| There is a network, but it doesn't connect. | Services or IP error | Reset via CMD (netsh) | Low |
| Wi-Fi disappears after sleep | Energy saving settings | Disabling saving in properties | Low |
| There is no Wi-Fi button in the interface | WLAN service is disabled | Starting the services.msc service | Low |
Alternative connection methods
In extreme cases, when the built-in module fails to activate using any software methods, external solutions can be used. The simplest option is to purchase a USB Wi-Fi adapter. Modern models (especially those with an antenna) often have a built-in driver that emulates a CD or flash drive when connected, allowing you to immediately install the software and connect to the network.
Don't forget about the possibility of a wired connection. If your PC or laptop has a LAN (Ethernet) port, use the cable from your router. Wired connection speeds are always more stable, and drivers for wired cards are integrated into Windows much more readily than wireless modules.
⚠️ Important: When purchasing a USB adapter, make sure it comes with a driver disc or a download link, as it will be useless without an internet connection if Windows doesn't automatically select the driver.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after reinstalling Windows 10, even though everything worked before?
A clean installation removes all custom drivers. The new version of Windows may not have a driver for your specific network adapter model in its database, unlike the previous system where it was installed.
Can I use my phone as a Wi-Fi adapter for my PC?
A phone can't directly receive Wi-Fi and share it with a PC via the same module. However, you can use USB tethering mode if your phone has access to mobile data (3G/4G) or is connected to another Wi-Fi network (the Wi-Fi repeater feature is available on some Android smartphones).
Where can I get a driver if it's not available on the manufacturer's website for my version of Windows?
Try downloading a driver for a previous version of Windows (for example, Windows 8 if you're upgrading to Windows 10). They're often compatible. When installing, run the file in compatibility mode (right-click -> Properties -> Compatibility).
Will DriverPack or Driver Booster help?
Yes, these programs can automatically find and install the missing driver, but to run them on the target PC, you still need an internet connection (via cable or phone) or a pre-downloaded offline version of the driver database, which weighs several gigabytes.
What should I do if the Device Manager doesn't see the wireless adapter at all?
Check if it's disabled in the BIOS/UEFI. Also, try removing the battery (if it's removable) and disconnecting the power for 10 minutes to discharge any static charge that may be hanging up the module.