A laptop or PC that stops detecting wireless networks after a clean installation of the operating system is one of the most common IT support issues. Users expect to see a list of available connections, but instead see either a globe icon with a red cross or a message stating that no network was found. Lack of drivers — this is the reason in 90% of cases, since the standard Microsoft set does not always contain specific modules for wireless cards.
Unlike a wired connection, which often starts working immediately thanks to the basic Ethernet protocols, Wi-Fi adapters More complex software is required. Without it, the operating system simply doesn't know how to interact with the hardware installed on the motherboard or in the expansion slot. It's important to understand that the problem isn't a hardware failure, but a lack of "instructions" for the system.
Solving the problem requires a holistic approach: from checking hidden settings to manually installing software from another device. Below, we'll examine all possible scenarios that could cause internet loss and provide a step-by-step procedure for restoring the connection. In Windows 10 and 11, the presence of security certificates is critical, which may also be missing from the base build.
Diagnosing adapter status in Device Manager
The first step should always be to check whether the operating system itself recognizes the presence of a physical device. To do this, open device Manager, by typing the appropriate query in the Start menu or using the combination Win + XIf the list of equipment contains a section called "Network adapters", expand it and look for lines with the words Wireless, Wi-Fi, 802.11 or brand names like Realtek, Intel, Qualcomm.
You can often find a device with a yellow exclamation point, which clearly indicates a driver conflict or partial functionality. In some cases, the adapter may be hidden in the "Other devices" section under the name "Unknown Device." This is a sure sign that Windows has detected new hardware but doesn't have a digital signature or control code for it.
⚠️ Attention: If you don't see the wireless adapter even in the list of hidden devices (menu "View" → "Show hidden devices"), it may be physically disabled or burned out, although this happens extremely rarely after reinstalling the OS.
Try right-clicking the device and selecting "Uninstall device," then "Scan for hardware changes" from the top menu. Sometimes this forces the system to rescan the bus and attempt to install the standard driver. If this doesn't help, proceed to deeper settings.
Manually installing drivers without network access
The most difficult part of the process is that finding the driver requires internet access, which you don't have right now. You'll need a second device (a smartphone, another PC, or a tablet) to download the necessary file. Determine the exact model of your laptop or motherboard, as well as the version of Windows you have installed (10 or 11, 64-bit or 32-bit).
Go to the hardware manufacturer's official website. For laptops, this is usually the "Support" or "Drivers" section, where you need to enter the serial number or model. For desktop PCs, search for the driver by the motherboard model or, at a minimum, by the hardware ID (you can find this in the properties of the unknown device in Device Manager, under the "Details" tab, value VEN_&DEV_).
☑️ Driver search algorithm
After downloading the installation file (usually it is .exe (archive) and transfer it to the affected computer via a USB flash drive. Run the installer as administrator. During the installation, the screen may flicker and the network indicators may go out briefly. This is normal behavior and indicates that the network stack is rebooting.
⚠️ Note: Manufacturers' website interfaces change frequently, so look for sections titled "Network," "Wireless LAN," or "Connectivity." Avoid downloading drivers from third-party aggregators, as they may contain viruses or not be compatible with your board revision.
Checking the WLAN AutoConfig service
Even with the correct driver, your wireless network may not work if the system service responsible for detection and connection is disabled. In Windows, this service is called WLAN AutoConfigTo check, click Win + R, enter the command services.msc and press Enter.
In the list that opens, find the line “WLAN AutoConfig Service” (or WLAN AutoConfig (in the English version). Double-click it to open its properties. Make sure the startup type is set to "Automatic" and the service status is "Running." If the service is stopped, click the "Start" button.
Sometimes additional configuration is required via the "Recovery" tab. Set all three options (First Failure, Second Failure, Subsequent Failures) to "Restart Service." This will prevent Wi-Fi from dropping after waking from sleep mode.
| Parameter | Recommended value | Description of influence |
|---|---|---|
| Launch type | Automatically | The service starts with Windows. |
| State | In progress | The service is active right now. |
| First failure | Restarting the service | Automatic recovery on error |
| Second failure | Restarting the service | Trying to restore again |
| Subsequent | Restarting the service | Long-term job stability |
What to do if the service does not start?
If you receive an error when starting a service (such as code 1068), check for dependencies on other services. Often, enabling the "Netlist" or "Appinfo" services is necessary. Without them, the Wi-Fi module will not function properly.
Setting up the wireless adapter's power supply
Modern operating systems aggressively optimize power consumption, which after a clean installation can lead to the Wi-Fi module being disabled to save battery life. This is especially true for laptops. To prevent the system from disabling the adapter, return to device Manager.
Find your wireless adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This action forces the card to remain active.
It's also worth checking the power plan in the control panel. Go to Control Panel → Power Options and select the "High Performance" plan. In the advanced plan settings, find the "Wireless adapter settings" section and set the power saving mode to "Maximum performance."
Reset network settings via command line
If the drivers are installed and services are running, but there's still no internet connection, it's possible that configuration errors or IP address conflicts have accumulated in the network stack. An effective solution is to completely reset the network settings via the command prompt with administrator privileges.
Open Command Prompt (CMD) or PowerShell as administrator. Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, be sure to reboot the computer. This action clears the DNS cache, resets routing tables, and resets TCP/IP protocols to their default state, which often resolves hidden conflicts that arose during the OS installation.
⚠️ Note: After resetting your settings, antivirus programs or firewalls may ask for permission to access the network again. Be prepared to re-trust your home network.
Using your phone as a temporary modem (USB Tethering)
A common problem: the Wi-Fi driver is present, but it doesn't work, and the wired Ethernet driver also doesn't install. How can you download the missing drivers if there's no internet connection? Your smartphone can help. Most modern Android and iOS devices can transmit internet to a PC via a USB cable, emulating a network card.
Connect your phone to your computer via USB. In your phone's settings (under "Tethering & Hotspot" or "Connections"), enable "USB Tethering." Windows will automatically recognize your phone as a wired network device and will likely install the basic RNDIS driver for it, as it's built into the system.
As soon as the Internet via cable appears, run the Windows Update Center (Settings → Update & Security). The system will automatically find and install missing drivers for the Wi-Fi adapter, since it now has access to Microsoft servers.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after updating Windows 11, even though the driver was installed?
An operating system update may have replaced your working driver with a generic but less compatible one, or corrupted registry entries. Try rolling back the driver in Device Manager or uninstalling the update through Recovery Options.
Can a button on a laptop block Wi-Fi using software?
Yes, many laptops have a physical switch or key combination (eg. Fn + F2), which disables the module in hardware. In this case, the adapter may not be detected in the system at all or may be marked as disabled.
What should I do if the driver installs but displays "Code 10" or "Code 43"?
This indicates that the device cannot start. Try completely removing the device from Device Manager, turning off the laptop, disconnecting the battery (if possible) for 10 seconds, and then turning it back on. This will discharge any static electricity from the board.
Should I remove old Wi-Fi drivers before installing new ones?
Recommended. If there are traces of drivers from a previous version of the adapter or a different model left in the system, they may conflict. Use utilities like DDU (although they're more suited for video) or simply thoroughly uninstall the device by checking the "Delete driver software" box.