Lost Wi-Fi connection on a laptop running Windows 10 Wi-Fi is one of the most common problems users encounter. Causes can range from a simple router malfunction to serious issues with network adapter drivers or even hardware failure. Unlike desktop PCs, where the Wi-Fi module is often connected separately, laptops have a built-in Wi-Fi module, which complicates diagnostics: you can't simply remove and reinsert the device like a flash drive.
In this article we will look at All possible ways to restore Wi-Fi — from the simplest (rebooting the equipment) to advanced (manually configuring network parameters via registry editor). We will pay special attention to typical mistakes, which users often make when attempting self-repair, such as installing incompatible drivers or resetting the router without saving the configuration. You'll also learn how to distinguish a software glitch from a hardware malfunction to avoid wasting time on useless troubleshooting.
If you are not confident in your abilities or the problem occurred after a Windows update, Don't rush to reset your system to factory settings—in 90% of cases, more gentle methods help.Let's start with the simplest and gradually move on to more complex solutions.
1. Check the obvious: router, cables, and physical switches
Before digging into Windows settings, make sure the problem isn't caused by external factors. Start with reboot the router — this solves up to 30% of Wi-Fi loss cases. Unplug the router for 10-15 seconds, then plug it back in and wait 1-2 minutes for it to fully boot up. Pay attention to the indicators: if the light Wi-Fi If the light is not on or flashing red, the problem may be with the device itself.
Next, check:
- 🔌 Router power supply: The cable should be firmly inserted into the outlet and the connector on the back panel. Try a different cable or outlet.
- 📡 Antennas: If they are removable, make sure they are screwed in all the way. On some models (TP-Link Archer C6, ASUS RT-AX88U) antennas may become detached when the device is moved.
- 🖥️ Physical Wi-Fi switch on a laptop: on many models (Lenovo ThinkPad, HP Pavilion, Dell Inspiron) there is a hardware button or key combination (for example,
Fn + F2) to turn the module on/off. Sometimes it works accidentally. - 🔄 Cable condition from the provider: If the Internet has disappeared on other devices, the Ethernet cable may be damaged or there may be problems on the service provider's side.
If after rebooting the router the Wi-Fi works, but the signal has become weaker or the connection is periodically interrupted, try change the broadcast channel in the router settings. To do this:
- Go to the router's web interface (usually at
192.168.0.1or192.168.1.1). - Find the section
Wireless Settings(or similar). - Change the parameter
ChannelonAutoor select a channel manually (for example, 6 or 11 for the 2.4 GHz band).
⚠️ Attention: If your Wi-Fi stops working completely after changing the channel, restore the previous settings. Some older devices (for example, printers or smart light bulbs) may not support new standards (for example, 802.11ac).
2. Diagnosing the network adapter in Windows 10
If the router is working properly and other devices (smartphones, tablets) connect to the Wi-Fi network without any issues, then the problem lies with the laptop. First, run the built-in Windows diagnostic tool:
- Click the network icon in the lower right corner of the taskbar (next to the clock).
- Select
Troubleshooting(Troubleshoot). - Follow the wizard's instructions. The system will automatically check the adapter's status, verify the IP address, and attempt to fix any errors.
If the diagnostics did not help, open device Manager (Devmgmt.msc) and check the status of the network adapter:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Look for devices with names like Wireless, Wi-Fi, 802.11 or chip model (Intel AX200, Qualcomm Atheros QCA61x4, Broadcom 4352).
Please note the icon next to the adapter:
- ⚠️ Yellow triangle — the driver is not working properly or the device is disabled.
- ↓ Down arrow — the adapter is disabled manually.
- 🔴 Red cross — the device was not detected (possible hardware failure).
Make sure the adapter is turned on (no down arrow)|
Check for the absence of yellow triangles with an exclamation mark|
Update driver (right click → Update driver)|
Run diagnostics via the context menu-->
If the adapter is disabled, enable it through the context menu (right click → Engage). If there is an exclamation mark next to the title, try update driver (more on this in the next section).
3. Update or reinstall Wi-Fi drivers
Outdated, corrupted, or incompatible drivers are the most common cause of Wi-Fi loss after a Windows update or system reinstallation. There are three ways to resolve this issue:
Method 1: Automatic update via Windows
- IN
Device ManagerFind your Wi-Fi adapter. - Right click →
Update driver→Automatic search. - If the system finds an update, install it and restart the laptop.
Method 2: Manual installation from the manufacturer's website
Automatic search doesn't always find the latest drivers. It's best to download them from the official website:
- Find out the adapter model in
Device Manager(For example, Intel Wireless-AC 9560). - Go to the manufacturer's website:
- For Intel: Download Center
- For Qualcomm Atheros or Broadcom: laptop manufacturer's website (HP, Dell, Lenovo)
- For Realtek: Realtek
Method 3: Roll back the driver (if the problem appeared after an update)
If Wi-Fi stopped working after updating Windows or drivers, try rolling back to the previous version:
- IN
Device ManagerRight-click on the adapter →Properties→ tabDriver. - Click
Roll back(if the button is active). - Restart your laptop.
⚠️ Attention: If after installing a new driver, Wi-Fi has disappeared completely (the adapter has disappeared fromDevice Manager), then you downloaded an incompatible version. Restore the previous driver viaSystem Restore(rstrui.exe) or install the driver manually viaReview of my computerin the update wizard.
4. Reset network settings and TCP/IP parameters
If the drivers are OK but Wi-Fi still isn't working, the problem may lie in your network settings. Windows 10 allows you to reset them to factory defaults without losing your personal data.
To do this:
- Open
Parameters(Win + I) →Network and Internet→State. - Scroll down and click
Network reset. - Confirm the action and restart the laptop.
This procedure deletes all saved network and adapter settings, so you'll need to re-enter your Wi-Fi password after rebooting. If resetting doesn't help, try Manually reset the TCP/IP protocol:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
Enter these commands one by one in Command line (run as administrator) and restart your PC.
| Team | What does it do? | When to apply |
|---|---|---|
netsh int ip reset |
Resets IP protocol settings | If websites don't open, but Wi-Fi is connected |
netsh winsock reset |
Restores the Winsock catalog | After virus attacks or network program failures |
ipconfig /flushdns |
Clears the DNS cache | If specific websites don't open |
5. Checking Windows services responsible for Wi-Fi
For a wireless network to work in Windows 10, two key services must be running: Automatic WLAN configuration (WLAN AutoConfig) And Network List Service (Network List Service). If they are disabled, Wi-Fi will not work, even if the drivers and adapter are fine.
To check their status:
- Click
Win + R, enterservices.mscand pressEnter. - Find in the list
Automatic WLAN configurationand double-click on it. - Make sure that in the field
Launch typecostsAutomatically, and the service launchedIf not, clickLaunch. - Repeat the steps for the service
Network List Service. - 🔄 Restart your laptop and try again.
- 🛠️ Launch
sfc /scannowin the command line (as administrator) to check the integrity of system files. - 🔍 Scan your system for viruses (some malware disables network services).
If services fail to start or return an error, try:
⚠️ Attention: If after changing the settings, Wi-Fi services stop working completely, restore the settings to their original state. Some antivirus programs (for example, Kaspersky Internet Security) block changes to services - temporarily disable protection before setting up.
6. Manually connect to the network and configure IP settings
Sometimes Windows 10 can't automatically connect to Wi-Fi due to incorrect IP settings or a conflict with the router. In this case, manual configuration will help.
First, try connecting to the network manually:
- Open
Parameters→Network and Internet→Wi-Fi. - Click
Managing known networks. - Select your network and click
Forget. - Try connecting again by entering your password.
If this does not help, assign a static IP address:
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Right click on
Wireless network→Properties. - Select
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Set the switch to
Use the following IP addressand enter:IP address: 192.168.1.100Subnet mask: 255.255.255.0
Default gateway: 192.168.1.1
Preferred DNS: 8.8.8.8
Alternative DNS: 8.8.4.4 - Save the settings and restart your laptop.
If the Internet still doesn't work after this, reset the settings to Obtain an IP address automaticallyThere may be a problem with your router settings (for example, DHCP is disabled).
What to do if Windows says "We couldn't connect to the network"
Check if your laptop supports the Wi-Fi standard your router uses. For example, if the router only works in wireless mode 802.11ac (5 GHz), and the laptop adapter only supports 802.11n (2.4 GHz), the connection will be impossible. Solution: change the router settings to mixed mode (802.11b/g/n/ac) or use the 2.4 GHz band.
7. Hardware malfunctions: how to check and what to do
If none of the above methods helped, the problem may lie in hardware failure Wi-Fi module. This may occur due to:
- 💥 Voltage drop (for example, after a power surge).
- 💻 Physical damage (laptop dropped, moisture ingress).
- 🔥 Overheating (often found in thin laptops where the module is located next to the processor).
- 🛠️ Unsuccessful disassembly (for example, after cleaning from dust or replacing the keyboard).
To check if the Wi-Fi module is working at the hardware level:
- Connect your laptop to the router via Ethernet and check if you have internet access. If so, the problem is definitely with the wireless adapter.
- Boot from LiveCD Linux (For example, Ubuntu) and check if the system detects Wi-Fi. If not, the module is faulty.
- Open the laptop and visually inspect the module (usually it is connected to the motherboard via a connector) M.2 or miniPCIe). Check if the antenna or the module itself is loose.
If the module is broken, you have three options:
- 🔧 Replacement with a new one: buy a compatible Wi-Fi module (for example, Intel AX200 or Broadcom BCM94360) and install it yourself or at a service center.
- 🌐 Using an external USB adapter: connect TP-Link TL-WN725N or a similar device. It's a temporary solution, but it works.
- 📡 Connecting via Ethernet: If your laptop supports it, use a cable or USB-Ethernet adapter.
⚠️ Attention: Replacing the Wi-Fi module yourself may void the warranty (if it is still valid). On some laptops (Apple MacBook, Microsoft Surface) the module is soldered to the motherboard - in this case, professional repair will be required.
FAQ: Frequently asked questions about restoring Wi-Fi on Windows 10
🔹 Why did Wi-Fi disappear after updating Windows 10?
Most often, this occurs because the new driver is incompatible with your adapter. Solution:
- Roll back the driver via
device Manager. - Download the old version of the driver from the manufacturer's website.
- Disable automatic driver updates in Windows (via
gpedit.mscorLocal Group Policy Editor).
🔹 My laptop can't detect any Wi-Fi networks, even though the adapter is turned on. What should I do?
Possible reasons:
- The adapter works, but the antenna is disconnected (the laptop needs to be disassembled).
- The router's SSID broadcast mode (hidden network) is disabled. Try connecting manually by entering the network name.
- The driver is not installed correctly (check in
Device Manager).
If the laptop does not see the network even after reinstalling the drivers, the problem is most likely in the hardware.
🔹 Wi-Fi connects, but the internet isn't working. How do I fix it?
Check the following:
- Is the laptop assigned an IP address (open
cmdand enteripconfig). If the address starts with169.254, which means the router does not issue DHCP. - Is the internet working on other devices? If not, the problem is with your provider.
- Is your antivirus or firewall blocking access (temporarily disable protection).
If you have an IP address but the websites don't open, try changing your DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
🔹 Is it possible to restore Wi-Fi without reinstalling Windows?
Yes, in 99% of cases, a system reinstallation is not required. Try:
- Reset network settings (
Settings → Network & Internet → Network reset). - Restore the system via
Restore point(if there is one). - Remove conflicting programs (eg. VPN clients or network managers).
Reinstalling Windows is an extreme measure that rarely helps if the problem is in the drivers or hardware.
🔹 How do I find out which Wi-Fi module is installed in my laptop?
There are several ways:
- Through
device Manager: expandNetwork adaptersand find the device with the mention Wireless or Wi-Fi. - Through
Command line: enterwmic nic get name, manufacturer. - Through programs like HWiNFO or AIDA64 (they will show the exact chip model).
- Disassemble the laptop and look at the markings on the module (for example, Intel 7265NGW).