Reinstalling Windows is a standard procedure for solving system problems or updating a PC, but users often face an unpleasant surprise afterward: Wi-Fi stops workingThe network icon in the system tray shows a cross, the adapter isn't detecting available access points, and the list of connections only shows "Ethernet" (if it's present). What's the cause, and how can I restore wireless internet without any unnecessary fuss?
The problem usually lies in one of three components: network adapter drivers, operating system settings, or hardware problems. In 80% of cases, missing or incompatible drivers are to blame—Windows 10/11 doesn't always automatically install them for Wi-Fi modules, especially on laptops with rare chips (e.g., Intel AX210 or Qualcomm Atheros QCA61x4). Less often, failures are caused by conflicting services, disabled protocols, or even broken registry keys after a "dirty" system reinstallation with files preserved.
In this article, we'll cover all possible causes—from the basic to the more exotic—and provide step-by-step instructions for each situation. You'll learn how to check drivers without internet access, where to download them manually, and how to enable Wi-Fi via Command line, and what to do if the adapter isn't detected by the system at all. Let's start with the simplest thing.
1. Check the network adapter in Device Manager
The first step is to make sure Windows actually "sees" your Wi-Fi module. To do this:
- Click
Win + Xand select device Manager. - Expand the section Network adapters.
- Look for devices with words Wireless, Wi-Fi, 802.11 or chip names (Intel, Broadcom, Realtek etc.).
If the adapter isn't listed or has a yellow exclamation mark next to it, the problem is definitely with the drivers. If the adapter is listed but Wi-Fi isn't working, there may be other causes (see sections below).
- ⚠️ Attention: If there is an unknown device with an error code in Device Manager
28"Drivers not installed" indicates that it's 100% your Wi-Fi module. Proceed to the section on installing drivers. - 🔍 Clue: On laptops Lenovo, HP And Dell Wi-Fi adapters are often integrated into the motherboard and may be labeled "Wireless-AC" or "Wi-Fi 6".
- 💡 Advice: If the adapter is present but disabled (gray arrow icon), right-click on it and select Engage.
2. Installing Wi-Fi drivers without the Internet
The main problem: how to download drivers if you don't have internet access? There are three reliable methods:
Method 1: Use another PC or phone
Download the drivers on another device and transfer them to the flash drive. Where to find them:
- 🌐 Official website of the laptop manufacturer (chapter Support or Drivers). For example, for ASUS —
www.asus.com/support, For HP —support.hp.com. - 🖥️ Chip manufacturer's website (if you know the model). For Intel —
downloadcenter.intel.com, For Realtek —realtek.com. - 🔧 Universal driver packs (as a last resort): DriverPack Solution or SlimDrivers (download only from official sources!).
Method 2: Restore drivers from an old Windows
If you reinstalled the system while keeping the files in the folder Windows.old:
- Go to
C:\Windows.old\Windows\System32\DriverStore\FileRepository. - Find folders with names containing net, wlan or the name of your adapter.
- Copy files with the extension
.inf,.sysAnd.dllto the desktop. - In Device Manager, update the driver manually by specifying the path to the copied files.
Method 3: Install via hardware identifiers
If you don’t know the adapter model:
- In Device Manager, right-click on the unknown device → Properties → tab Intelligence.
- Select Equipment ID and copy the first line (starts with
PCI\VEN_orUSB\VID_). - Enter this code into a search engine - you will find the chip model and links to drivers.
Download the driver for your version of Windows (x64 or x86)
Check compatibility with OS version (Windows 10/11)
Disable antivirus during installation
Install the driver as administrator
Restart your PC after installation-->
Important: After installing the Wi-Fi drivers, you may need to enable the adapter with a key combination. On laptops, this is often Fn + F2, Fn + F12 or a separate button with an antenna.
3. Enabling Wi-Fi via Command Line
If the adapter is installed, but Wi-Fi does not turn on, try activating it via CMD:
netsh interface set interface "Wireless Network" enable
If the command does not work, check the interface name:
- Enter
netsh interface show interfaceand find the line with Wi-Fi or Wireless. - Copy the exact name (including spaces) and substitute it into the first command.
The following commands for resetting network settings are also useful:
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
- ⚠️ Attention: After executing these commands Be sure to restart your PC — changes will take effect only after a reboot.
- 🔄 Alternative: If
CMDdoesn't help, tryPowerShellwith the team:Enable-NetAdapter -Name "Wi-Fi" -Confirm:$false
4. Problems with the WLAN AutoConfig service
Wi-Fi in Windows is managed by a service Automatic WLAN configuration (WLAN AutoConfig). If it's disabled or malfunctioning, connection will be impossible. Check its status:
- Click
Win + R, enterservices.msc. - Find a service Automatic WLAN configuration.
- Make sure that in the column State indicated In progress, and in Launch type — Automatically.
If the service is disabled:
- Right-click on it → Properties.
- In the field Launch type select Automatically.
- Click Launch → Apply.
If the service does not start, check the dependencies:
- In the service properties window, go to the tab Dependencies.
- Make sure all listed services (eg. NDIS, Plug and Play) are also launched.
5. Conflicts with protocols and IP settings
Sometimes Wi-Fi doesn't work due to incorrect settings. TCP/IP or protocol conflicts. Check the following:
Reset TCP/IP
Perform in Command line (from administrator):
netsh int ip reset
netsh winsock reset
Checking IPv4/IPv6 settings
- Go to
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Right click on Wireless network → Properties.
- Make sure the checkboxes are checked Internet Protocol version 4 (TCP/IPv4) And Internet Protocol version 6 (TCP/IPv6).
- Select IPv4 → Properties and check what is selected Obtain an IP address automatically.
Disabling adapter power saving
Wi-Fi modules are often turned off to save power. To fix this:
- In Device Manager, open the properties of your Wi-Fi adapter.
- Go to the tab Power management.
- Uncheck the box Allow the computer to turn off this device to save power.
| Symptom | Possible cause | Solution |
|---|---|---|
| Wi-Fi connects, but there is no internet access. | Incorrect DNS or IP settings | Reset TCP/IP or register Google DNS (8.8.8.8) |
| The adapter switches off periodically | Power saving or unstable driver | Disable power saving, update driver |
| Not a single network is visible | The driver does not support your region (for example, a US adapter in Russia) | Download the driver for your region or change the country settings in the BIOS |
| Error "Unable to connect to the network" | Conflict with security protocol (e.g. WPA3) | Change the router's security type to WPA2-PSK |
6. Hardware problems and BIOS
If software methods do not help, the problem may be in the hardware:
- 🔌 Disabled Wi-Fi module: On some laptops (eg. Lenovo ThinkPad) Wi-Fi can be physically disabled using a switch on the case or in the BIOS. Check the side panels of the device.
- 🔋 Nutritional issues: If the adapter isn't detected even in the BIOS, it may not be receiving power. This is a common issue after replacing the battery or motherboard.
- 🔄 BIOS reset: If Wi-Fi worked before reinstalling Windows, but is no longer detected, reset the BIOS settings to factory settings (option Load Default Settings).
How to check if the adapter is visible in BIOS:
- Restart your PC and enter the BIOS (usually the key
F2,DelorEscwhen loading). - Find the section Advanced → Onboard Devices Configuration (names may differ).
- Make sure the parameter Wireless LAN or Wi-Fi included (Enabled).
What to do if the Wi-Fi module burns out?
If the adapter isn't detected in either Windows or the BIOS, and you've ruled out driver issues, it's likely faulty. In this case:
1. For a laptop: Find a replacement (M.2 2230 standard modules, for example, Intel AX200).
2. For a PC: buy an external USB adapter (from 500 ₽) or a PCIe card (from 1500 ₽).
3. Check the warranty - if the laptop is under warranty, contact the service center (self-replacement may void the warranty).
Note: BIOS settings may vary depending on the motherboard or laptop model. Please refer to the user manual for the current option names.
7. Alternative ways to connect to the Internet
If Wi-Fi still isn't working, but you urgently need internet, try one of these methods:
- 📱 USB tethering from a smartphone:
- Connect your phone to your PC via USB.
- Turn it on in your phone settings Modem mode (on Android) or Modem mode (on iPhone).
- Windows will automatically install drivers for the connection.
- 🖧 Ethernet via adapter: If you have a laptop without an Ethernet port, buy one. USB-to-Ethernet adapter (from 300 ₽). Connect it to the router with a cable.
- 🔄 Wi-Fi from another device: Share the Internet from your tablet or second laptop by creating an access point.
- Use mobile Internet on your phone by connecting it to your PC as a modem (see section 7).
- Download drivers in advance to a flash drive before reinstalling Windows.
- Uninstall the current driver in Device Manager (right-click → Remove device).
- Download the driver from the official website of the laptop or chip manufacturer.
- When installing, select Custom installation and select only the driver, without additional software.
- 📶 Discrepancy in standards: If the router is operating in mode 802.11n, and the adapter only supports 802.11ac, the speed will drop. Go to your router settings and select the mode 802.11ac/n.
- 🔄 Congested channel: Use the utility Wi-Fi Analyzer (for Android) or inSSIDer (for PC) to find a free channel on the router.
- 🛠️ Suboptimal adapter settings: In Device Manager, open the adapter properties → tab Additionally. Check the parameters Roaming Aggressiveness (install Medium) And Transmit Power (maximum).
- Open your antivirus and find the section Net or Firewall.
- Temporarily disable network protection and try connecting to Wi-Fi.
- If it worked, add your network to the exceptions.
- The adapter is not detected in either Windows or BIOS.
- The Wi-Fi indicator on the laptop (if it has one) is not lit.
- In Device Manager, the adapter appears and disappears upon reboot.
- When connecting an external USB adapter, Wi-Fi works fine.
- Boot from a Linux LiveCD (e.g. Ubuntu) - if Wi-Fi doesn’t work there either, the problem is in the hardware.
- Connect the adapter to another PC (if it is a USB module).
Tethering on Android may require driver installation. MTP (usually installed automatically when first connected).
FAQ: Frequently Asked Questions
Is it possible to install Wi-Fi drivers without a second PC?
Yes, there are two ways:
Also some laptops (eg. Dell Latitude) have a built-in utility SupportAssist, which can automatically download drivers via a mobile network.
Why did Wi-Fi performance worsen after updating drivers?
This is a typical installation problem. universal drivers from Microsoft instead of the original ones from the manufacturer. Solution:
If the problem persists, try rolling back the driver: in Device Manager → Adapter properties → tab Driver → Roll back.
The Wi-Fi works, but the speed is very slow. What's wrong?
The reasons may be different:
Can antivirus block Wi-Fi?
Yes, some antiviruses (for example, Kaspersky, Avast) have network security modules that can block connections. Check:
Conflicts can also be caused by VPN clients (for example, OpenVPN or NordVPN). Try deleting them.
How to understand that the Wi-Fi module is broken?
Signs of hardware failure:
For a final check you can: