Why isn't Wi-Fi working on my laptop after reinstalling Windows?

A laptop that stops detecting wireless networks after a clean installation of the operating system is a common and familiar situation for many users. Most often, the cause lies in the lack of necessary drivers for the network card, since the base Windows build may not have specific files for your hardware model. The system simply doesn't know how to interact with Wi-Fi module, so the corresponding control buttons may disappear from the interface.

However, a software glitch isn't the only possible cause. Sometimes the problem lies in disabled services The operating system or the wireless adapter itself may be malfunctioning at the BIOS level. Before panicking and taking the device to a service center, it's worth running a thorough diagnostic, which in 90% of cases allows you to restore internet access on your own.

In this article, we'll cover every recovery step, from checking the Device Manager to complex registry settings. You'll learn how to identify hardware IDs, find necessary files even without network access, and adjust power settings for stable operation.

Diagnostics via Device Manager

The first step should always be to check whether the system even recognizes the physical module. To do this, press the key combination Win + R, enter the command devmgmt.msc and press Enter. In the window that opens, carefully examine the list. If you see a device with a yellow exclamation mark or the string "Unknown device," this is a clear sign that driver is not installed or is not working correctly.

Often the network adapter can be hidden in the "Other devices" section under the name Network Controller or have the name of the manufacturer, for example, Realtek, Intel or Qualcomm AtherosDouble-clicking on such a device will open a properties window, where you can find the hardware ID in the "Details" tab. This code (VEN and DEV) is a unique key for searching for the required software online.

⚠️ Attention: If there is no "Network adapters" or "Other devices" section at all in Device Manager, and instead only standard system components are visible, the wireless module may be disabled in the BIOS/UEFI or have a hardware defect.

Sometimes, simply refreshing the hardware configuration helps. In the Device Manager menu, select "Action" and click "Refresh hardware configuration." The system will attempt to rescan all connected components and may detect a previously invisible one. adapter.

What do the error codes in the control panel mean?

If you see Code 10 (The device cannot start), it often indicates a resource conflict or driver failure. Code 28 (Drivers not installed) indicates that Windows simply couldn't find the appropriate software. Code 43 (Windows has stopped this device) may indicate a software failure, which is often resolved by completely removing the device and rebooting.

For advanced users, it's useful to know that forcing a driver installation via the "Update Driver" -> "Select a driver from a list of available drivers" button sometimes allows you to select a compatible, but not native, device model, which can temporarily launch the module.

Finding and installing drivers without the Internet

The most difficult part of the process is downloading the necessary files when the laptop's internet connection is down. For this, you'll need a second device (a smartphone or another PC) with internet access. You'll need to find a driver specifically for your laptop model or, at a minimum, for the wireless card's chipset.

The best way is to go to the official website of the laptop manufacturer (for example, ASUS, HP, Lenovo). In the "Support" or "Drivers" section, enter the exact model of your device. Download the file marked WLAN, Wireless or NetworkPlease note the version of Windows you just installed.

📊 Which driver installation method do you prefer?
From the manufacturer's official website
Via Windows Device Manager
Using driver packs (DriverPack)
Automatically via smartphone (USB)
I don't know what this is

If you can't find a driver for a specific model, you can use universal solutions, but proceed with caution. There are driver collections, such as Snappy Driver Installer (SDI Lite), which can be downloaded on another computer and transferred to the affected laptop via a USB flash drive. They contain a database for thousands of devices.

After downloading the installation file, run it as administrator. During the installation process, the screen may flicker and the connection may be interrupted - this is normal. After the procedure is complete, be sure to reboot systems, even if the installer does not explicitly require it.

☑️ Driver search algorithm

Completed: 0 / 5

Configuring Windows services and network settings

If the drivers are installed and there are no yellow icons, but Wi-Fi still isn't working, the problem may be due to disabled operating system services. Windows relies on background processes to manage network connections. Click Win + R, enter services.msc and find the service in the list WLAN AutoConfig.

Double-click it. The Startup type should be set to "Automatic" and the Status to "Running." If the service is stopped, click the "Start" button. No service running WLAN AutoConfig The laptop will not be physically able to scan the air and connect to access points.

Service Description Required status
WLAN AutoConfig The main service for Wi-Fi operation Running (Automatically)
Connection Manager Managing network connections In progress
Network connections Network management interface Manually (but active)

It's also worth checking your power settings. The system may disable the adapter to save power, after which it won't turn back on. In Device Manager, find your Wi-Fi adapter, go to "Properties" -> "Power Management," and uncheck "Allow the computer to turn off this device to save power."

Using mobile internet via USB (Tethering)

What if the Wi-Fi driver isn't working and there's no download? Your smartphone can help. Modern Android and iOS devices can transmit internet connections via USB, emulating a wired network card (RNDIS), the drivers for which are built into Windows by default.

Connect your phone to your laptop using a cable. In your smartphone's settings, find the "Access Point & Tethering" section (or similar) and turn on the switch. USB modemThe computer should detect the new network connection as "Network" or "Ethernet." Now you have internet access to search for and download the correct Wi-Fi drivers.

This method is especially useful when neither Wi-Fi nor Bluetooth are working and only a wired connection remains. After connecting via USB, you can run Windows Update, which will try to find and install the missing components for the wireless module.

⚠️ Attention: When using a USB modem, keep an eye on your mobile carrier's data plan. Updating Windows or downloading heavy drivers can quickly use up your data plan.

If automatic installation via USB modem doesn't work, use your network connection to manually search for drivers on the manufacturer's website, as described in the previous sections. This is the most reliable way to ensure compatibility.

Checking BIOS/UEFI and physical switches

Sometimes a software reinstallation of Windows resets BIOS settings or conflicts with hardware keys. Many laptops have a physical Wi-Fi switch on the case or a key combination (usually Fn + one of the function keys with an image of an antenna).

Check if the wireless lock key is pressed. An airplane icon may appear on the screen. Also, enter the BIOS/UEFI during boot (keys F2, Del or F10). In sections Advanced, Configuration or Security find the item related to Wireless, WLAN Device or Onboard Devices, and make sure it is in position Enabled.

In rare cases, after reinstalling Windows, you may need to update the BIOS itself if the older firmware version doesn't interact correctly with the new OS version. However, this is a risky procedure and should only be performed with a stable power source and the exact instructions for your model.

Command Prompt and Reset Network Settings

If all of the above doesn't help, there may be a backlog of network protocol errors in the system. Run the command prompt as administrator. To do this, right-click the Start menu and select "Terminal (Administrator)" or "Command Prompt (Administrator)."

Enter the following commands one at a time, pressing Enter after each. They will flush the DNS cache, reset TCP/IP settings, and refresh the name registration:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running the last command, be sure to restart your computer. This often helps when the adapter is visible, but the connection keeps dropping or the message "No internet access" appears. Resetting the TCP/IP stack resolves conflicts that arose during the new Windows installation.

⚠️ Attention: Team netsh winsock reset Resets the Winsock catalog to its default state. If you have specific networking software installed (virtual machines, VPN clients), their settings may be lost and will require reconfiguration.

It's also worth checking the registry for blockages. In the thread HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc parameter Start must matter 2 (Automatic) Changing this setting requires caution.

Frequently Asked Questions (FAQ)

Why did the Wi-Fi driver disappear after installing Windows 10, even though everything worked on Windows 7?

Windows 10 and 11 use more modern security standards and driver architecture. Older Windows 7 drivers may be incompatible. You need to find a driver version specifically labeled for your version of Windows (10 or 11), even if your device is older. Sometimes, Windows 8.1 drivers in compatibility mode are compatible.

Is it possible to use DriverPack Solution or similar programs?

You can use them, but proceed with extreme caution. Such programs often install adware, change the browser's start page, or install generic drivers that are unstable. It's best to download the files manually from the laptop manufacturer's official website.

My laptop sees my neighbors' networks, but not my home network. What's wrong?

The problem most likely isn't with the drivers, but with the router settings or the band. If the router only broadcasts Wi-Fi in the 5 GHz band, and the laptop adapter only supports 2.4 GHz, the network won't be visible. Also, check whether your network is hidden (SSID is hidden) and whether MAC address filtering is enabled in the router settings.

What should I do if the device is listed as "Base System Device" in Device Manager?

This means Windows can't identify the device. You need to find its hardware ID (VEN_xxxx&DEV_xxxx) in the device properties and enter this code into a search engine. This will allow you to accurately determine the chip manufacturer and find the required driver, even if the device name is unknown.