A sudden loss of wireless connection on a Windows computer can be an unpleasant surprise, especially when you're in the middle of important work or online gaming. The screen may simply show a globe with a line through it or a red "x," indicating there are no available connections. This is a common issue caused by software glitches, outdated drivers, or temporary conflicts in the operating system's network protocols.
Before panicking and taking your laptop to a service center, it's worth trying a few self-diagnostic steps. Often, the cause lies in a simple WLAN freeze or an incorrect system update that conflicts with the current hardware settings. Wi-Fi Recovery — a process that in 80% of cases takes no more than 10-15 minutes and does not require in-depth programming knowledge or special equipment.
In this article, we'll cover a detailed procedure, from simple reboots to manual registry editing and driver reinstallation. You'll learn how to correctly interpret error codes, what commands to enter in the command prompt, and how to avoid common mistakes that can worsen the situation. The key is to act consistently and carefully monitor changes on the screen.
Initial diagnostics and basic checks
Any thorough setup begins with eliminating obvious physical causes. Sometimes users accidentally activate airplane mode or flip a physical switch on the laptop without realizing it. Check if the wireless network indicator on the keyboard or the edge of the device is lit. If it's not lit, the adapter may be disabled at the hardware level or in the BIOS.
The next step is to check your router. Even if the internet works on your phone, your computer may have specific issues with the DHCP server or MAC addressing. Try rebooting the router by unplugging it for 10-15 seconds. This clears the cache and forces the redistribution of IP addresses on the local network.
⚠️ Note: If you're using a USB Wi-Fi adapter, try plugging it into a different port. It's recommended to use USB 2.0 ports (black), as some older adapters conflict with USB 3.0 controllers (blue), causing interference in the 2.4 GHz band.
It's also worth running Windows' built-in troubleshooting tool. While users are often skeptical of its results, it can automatically reset the TCP/IP stack or fix incorrect DNS settings. To run it, go to Settings → Update & Security → Troubleshoot and select "Network Adapter".
- 🔍 Make sure the Wi-Fi button on your keyboard (often Fn + F-key) is not locked.
- 🔍 Restart your router and modem, even if other devices are working fine.
- 🔍 Check if Airplane mode is enabled in the Windows Action Center.
Managing network adapters and drivers
The most common cause of Wi-Fi loss is a device driver error. Windows may not update software correctly or save incorrect configuration files. To resolve this issue, open Device Manager. Right-click the Start button and select the appropriate menu item.
In the window that opens, find the "Network Adapters" section. If you see your wireless module (usually with the words "Wireless," "Wi-Fi," or "802.11" in the name, or a brand name like Intel, Realtek, or Qualcomm), but it's marked with a yellow exclamation point, it means the driver is malfunctioning. In this case, right-click the device and select "Uninstall device." Don't worry, the system will attempt to reinstall the driver after a reboot.
If the adapter doesn't appear in the list at all, click "Action" → "Scan for hardware changes" in the menu. If this doesn't help, the adapter may be disabled in the BIOS or physically damaged. It's also a good idea to go to the adapter's properties (Power Management tab) and uncheck "Allow the computer to turn off this device to save power." This will prevent Wi-Fi from disconnecting when the computer enters sleep mode.
☑️ Actions with drivers
To manually install the latest software version, it's best to download the driver from the official website of your laptop or motherboard manufacturer. Using third-party auto-installers often results in the installation of generic but unstable driver versions that may not support all the features of your device. wireless module.
Reset network settings via command line
When the graphical interface fails, the command line comes to the rescue. This method allows you to perform a deep reset of all network protocols, clear the DNS cache, and reset Winsock settings. This is the most effective way to resolve software conflicts that have accumulated over time.
To perform these operations, you must run the command prompt as an administrator. Enter cmd In the search box, right-click "Command Prompt" and select "Run as administrator." Run the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
The first command resets the Winsock catalog, which often helps with connection issues with specific websites or services. The second resets IP protocol settings. release And renew request an IP address from the router again, and flushdns Clears the domain name cache, which resolves issues with opening previously accessible pages.
What to do if commands are not executed?
If you receive an "Access Denied" error when entering commands, make sure you're running the console as an administrator. Also, your antivirus or corporate security policies may be blocking changes to network settings. In this case, temporarily disable your third-party antivirus or contact your system administrator.
After running all commands, be sure to restart your computer. Changes take effect only after restarting the operating system services. If Wi-Fi is back online but unstable, the issue may be related to power settings or physical interference.
Checking Windows services and energy settings
A special service is responsible for wireless networking in Windows. If it's stopped or its startup type is changed, the Wi-Fi icon may disappear completely. Checking the service's status is a mandatory diagnostic step. Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list.
Double-click the service. Make sure the "Startup type" is set to "Automatic" and the service is running (the "Start" button should be grayed out and the "Stop" button should be enabled). If the service starts and then immediately stops, check the system event log for errors with ID 1068 or 1004, which indicate a dependency on other services.
| Name of the service | Function | Launch status |
|---|---|---|
| WLAN AutoConfig | Basic Wi-Fi service | Automatically |
| Network List Service | Displaying available networks | Automatically |
| Connection Manager | Managing connections | Manual/Auto |
| NetBIOS Helper Module | Working in a local network | Manually |
Pay special attention to power saving settings. Windows can sometimes be overly aggressive in saving battery power by disabling Wi-Fi. Go to Control Panel → Power Options → Change plan settings → Change advanced power settings. Under Wireless adapter settings, select Maximum performance.
⚠️ Note: Control panel interfaces may differ depending on your Windows version (10 or 11) and the theme installed. If you can't find the item you need, search for "power" or "adapter" in system settings.
Troubleshooting DNS and IP Addressing Issues
Sometimes Wi-Fi is officially connected, but the internet isn't working, or the system displays "No internet access." This is often due to incorrectly obtained or statically assigned DNS addresses. For a home network, automatic address acquisition is optimal, but you can also try using public DNS servers from Google or Cloudflare.
To change the settings, go to Control Panel → Network and Internet → Network and Sharing CenterClick on your connection name, then "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties." Try using the following DNS addresses:
- 🌐 Preferred DNS:
8.8.8.8 - 🌐 Alternative DNS:
8.8.4.4
It's also worth checking if you have a static IP address that conflicts with your router's range. If your router assigns addresses starting with 192.168.1.2, and you have 192.168.0.5, you won't be able to connect. Reset your settings to "Obtain an IP address automatically."
Corporate networks or specific software (antiviruses, VPN clients) can create virtual adapters that intercept traffic. Try temporarily disabling the VPN and firewall of your third-party antivirus to prevent them from affecting your network stack.
Performing a full network reset in Windows 10 and 11
If none of the previous methods work, the only option left is a nuclear reset: a full network reset. This feature, introduced in Windows 10, removes all network adapters and resets all network components to factory settings. This is equivalent to a clean installation of the network subsystem.
To perform a reset, open Settings → Network & Internet → Advanced network settings (in Windows 11) or simply scroll down the network status page (in Windows 10) and find the "Network Reset" button. Click "Reset Now" and confirm. The computer will restart automatically or upon your request in 5 minutes.
After this procedure, you'll have to re-enter your Wi-Fi password, as all saved profiles will be deleted. Virtual machines and VPN clients may also lose their settings, requiring reconfiguration. However, this method solves 99% of network-related software issues.
Remember that if even a full network reset and reinstalling Windows don't help, there's a high probability of a physical fault in the Wi-Fi module. In laptops, this is often a loose antenna wire inside the case or a burnt-out chip. In such cases, the only solution is to replace the module or use an external USB adapter.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after a Windows update?
System updates often contain new driver versions that may conflict with your hardware. An update can also disrupt registry settings or services. Solution: Roll back the driver in Device Manager or uninstall the latest update via Settings → Update & Security → Update history.
The computer does not see any Wi-Fi networks, although the phone does?
This indicates a problem with the PC adapter. Possible causes: the driver isn't working, the adapter is disabled in the BIOS, the antenna cable inside the laptop has come loose, or the module itself has burned out. Check Device Manager for errors.
Can a virus block Wi-Fi?
Yes, some types of malware can change proxy and DNS settings or block network services. We recommend running a full system scan with an antivirus and the Malwarebytes utility.
How do I restore Wi-Fi without internet access on this PC?
You'll need another device (a smartphone or another PC) with internet access. Download the driver for your network adapter from the manufacturer's official website, save it to a flash drive, and install it on the affected computer.