A laptop or computer that stops detecting wireless networks after a clean installation of the operating system is one of the most common and frustrating problems for users. You've just updated your system to the latest version, hoping for a performance boost, but instead, you're left with no internet connection. This creates a vicious cycle: network drivers are required for the network to function, and the network itself is required to load them.
Most often, the root of the evil lies in the fact that the basic configuration of the installation image Windows 10 or Windows 11 There are no specific drivers for your network adapter. The operating system installs standard components that may not support the functionality of your network adapter. Wi-Fi moduleAs a result, unknown hardware appears in the Device Manager, and the network icon in the tray shows a red cross or is completely absent.
Don't panic ahead of time, as in most cases the hardware is working properly. The problem is purely software-related and can be resolved by performing a series of steps. In 90% of cases, the problem is resolved by manually installing the network controller driver from the official website of the motherboard or laptop manufacturer. Let's look at all the possible causes and methods for eliminating them.
Missing or incorrectly working drivers
The most obvious and common cause is a complete lack of drivers for the wireless adapter. After reinstalling Windows may not find the appropriate software in its internal database. In Device Manager, such hardware is often marked with a yellow exclamation mark or listed as "Unknown Device."
Even if the driver appears to be installed, it may not work correctly. This happens when the system automatically selects a generic driver that is incompatible with the specific revision of your network chip. For example, the adapter Realtek may conflict with the driver from IntelIf the versions don't match, you should uninstall the current driver and install the original version from the manufacturer's website.
To check the status of the equipment, press the key combination Win + X and select "Device Manager." Expand the "Network Adapters" tab. If you see your Wi-Fi module there (usually the name contains the words Wireless, Wi-Fi, 802.11, or a brand like Atheros, Broadcom), but with an error, which means the problem is in the software.
⚠️ Warning: Never download drivers from dubious aggregator websites. Use only official resources from laptop (HP, Lenovo, ASUS) or chipset manufacturers to avoid installing malware.
If the wireless module isn't listed in the network adapters, look in the "Other devices" section. There may be a device named "Network Controller" or "Ethernet Controller." This is your driverless adapter. You'll need to download the installation file on another device (for example, a smartphone or another PC) and transfer it via USB cable or flash drive.
Windows network services crashed
Sometimes the drivers are installed correctly, but the connection fails due to disabled system services. Operating system Windows Relies on background processes to manage network connections. If the "WLAN AutoConfig" service (or "Wireless Network" in older versions) is stopped, Wi-Fi will not work.
You can check the status of services through the Run menu. Click Win + R and enter the command services.mscFind the service in the list that opens. WLAN AutoConfigDouble-clicking it will open its properties. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click the "Start" button.
It's also worth paying attention to the Remote Access Connection Manager service. Although it's most often required for VPN and PPPoE, disabling it in some configurations can affect network interface operation. Restarting these services often helps restore normal network operation without completely reinstalling the drivers.
In rare cases, the problem may be caused by a conflict with antivirus software that blocks network connections after a system update. If you're using a third-party antivirus, try temporarily disabling its firewall and checking for network connections.
Hardware shutdown and BIOS settings
Physically disabling the module shouldn't be discounted. On many laptops, especially business series like ThinkPad or LatitudeThere are hardware switches or keyboard shortcuts for quickly disabling Wi-Fi. After reinstalling Windows, the keyboard settings may have reset, and the hotkeys may no longer work.
Try to find a key on your keyboard with an image of an antenna or an airplane. It is often combined with the key Fn. Click Fn + F2 (or another function key appropriate for your device). A notification indicating wireless mode has been enabled should appear on the screen. If you don't see this notification, the keyboard drivers may not be installed.
A deeper level of control is found in BIOS/UEFIWhen your computer boots, go to BIOS (usually the keys F2, Del or F10). Find the section related to device configuration (Onboard Devices, Advanced, Security). Make sure that the parameter Wireless LAN or Network Adapter has status EnabledIf it is disabled at the BIOS level, no drivers in Windows will help.
⚠️ Caution: Be extremely careful when changing BIOS settings. Do not change settings you are unsure of, as this may cause your computer to become unstable.
Also, check if Airplane Mode is enabled. In Windows 10 and 11, this can be done through the Action Center. Click the message icon in the lower-right corner and make sure the Airplane Mode button isn't highlighted in blue.
Adapter power settings
Windows' power management system can sometimes be overly aggressive, especially after a clean installation when power profiles haven't yet been adjusted to your usage habits. The operating system may disable the Wi-Fi adapter to save power, after which it stops responding to power-on commands.
To fix this, return to the Device Manager, find your wireless adapter, and open its properties. Go to the Power Management tab. Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run constantly, preventing unexpected connection interruptions.
Also, check the power supply diagram of the entire system. Click Win + R, enter control powercfg.cpl and select the "High Performance" power plan. In power saving mode, some motherboards limit power to USB ports and internal modules, which can cause Wi-Fi issues.
Hidden adapter settings
In the adapter's advanced settings (Advanced tab in Properties), you can try changing the Roaming Aggressiveness setting to Lowest and disabling Power Saving Mode. This may improve connection stability in areas with a large number of networks.
Resetting network settings and command line
If the drivers are installed and the services are running, but Wi-Fi still isn't working, there may be a buildup of network configuration errors in the system. Resetting the TCP/IP stack and clearing the DNS cache often works wonders. To do this, you'll need to run the command prompt as administrator.
Right-click on the Start menu and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". You will need to enter several commands in sequence, confirming each one with a press EnterThis will clear old IP addresses and reset protocol settings.
Enter the following commands:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, be sure to restart your computer. This will reset your network settings to factory defaults, removing any addressing conflicts or corrupted registry entries that may have occurred during the Windows installation.
☑️ Diagnostic checklist
Wi-Fi Troubleshooting Chart
To help you organize possible causes and symptoms, we've compiled a summary table. It will help you quickly pinpoint the problem based on visual indicators in the Windows interface.
| Symptom in Windows | Probable cause | Solution method |
|---|---|---|
| The Wi-Fi icon has a red strikethrough | The adapter is disabled physically or in the BIOS | Check the switch on the case, Fn keys, BIOS settings |
| In the device manager, there is an "Unknown device" | Driver missing | Download and install the driver from another device |
| There are networks, but there is no connection. | IP or DNS error | Resetting the network via cmd or setting a static IP |
| The adapter disappears periodically | Energy saving problems | Disable power saving in device properties |
Please note that if you have a desktop PC with a USB Wi-Fi adapter, try connecting it to a different port. Reinstalling Windows may have changed the port numbering or USB power scheme, preventing the adapter from receiving sufficient voltage.
Using the built-in troubleshooter
You shouldn't ignore the built-in diagnostic tools that are available in the latest versions. Windows 10 And Windows 11 have become significantly more efficient. While they can't always install a driver, they can fix registry errors or restart frozen services.
Go to "Settings" (the gear icon in the Start menu) → "System" → "Troubleshoot" → "Other troubleshooters." Find "Network Adapter" in the list and click "Run." The system will run an automatic diagnostic and offer troubleshooting options.
Windows 10/11 also introduced a new network reset feature. It's located under "Settings" → "Network & Internet" → "Advanced network settings" → "Network reset." Click "Reset now." Your computer will warn you that it will restart in 5 minutes, and all network settings will be deleted and reinstalled.
⚠️ Note: After resetting your network, you'll need to re-enter the passwords for all Wi-Fi networks you've previously connected to. Save them or be prepared to remember them.
Frequently Asked Questions (FAQ)
Is it possible to install a Wi-Fi driver without internet on the same computer?
Yes, it's possible, but it's complicated. You need to find the hardware ID in Device Manager (Properties → Details → Hardware ID), copy it (using the context menu if available, or remember it), find the driver on your smartphone using this ID, download the APK file or archive, transfer it to your PC, and install it. It's easier to use your phone's USB modem as an internet source for automatic installation.
Why did Wi-Fi disappear after updating Windows 10 to 11?
When upgrading to a new major OS version, old drivers may become incompatible. The system may have installed a generic driver that doesn't work with your hardware. Solution: Remove the device in Device Manager by checking "Delete driver software" and rebooting to allow Windows to try to find a compatible version, or install the driver manually.
How do I know which driver I need if my device is unknown?
Open Device Manager, open the unknown device's properties, select the "Details" tab, and select "Hardware IDs" from the list. Copy the top line (e.g., VEN_8086&DEV_...) and enter it into a search engine on another device. This will pinpoint the chip model and the required driver.
Can a virus block Wi-Fi after reinstallation?
If you reinstalled Windows from scratch and formatted the disk, there shouldn't be any viruses. However, if you simply updated over an old system or connected to an infected network without antivirus software immediately after installation, infection is theoretically possible. However, Wi-Fi blocking is most often caused by driver issues.