The situation when a computer suddenly stops seeing a previously known Wi-Fi network or refuses to connect to it for no apparent reason is familiar to many users. Windows 10This can occur after a driver update, a system crash, or a change in router settings. Instead of the usual automatic connection, the system offers a list of available access points, but the desired one isn't among them, or it's displayed with an error.
Restoring access requires a consistent approach, starting from simple checks and ending with a deep analysis of system profiles. operating system Stores data about previous connections in a special registry, and sometimes this cache requires clearing or forced updating. Understanding how network adapters work can help you restore a stable internet connection in minutes.
In this guide, we'll cover all the current troubleshooting methods, from using built-in diagnostics to working with the command line. You'll learn how to find hidden settings and fix errors that aren't visible in the standard settings interface.
Diagnostics and initial testing of the adapter
Before attempting any complex repairs, it's important to ensure that the problem is a software glitch and not a hardware malfunction. Users often forget that the laptop case or keyboard may have accidentally switched modes. wireless moduleCheck for hotkeys, usually indicated by an antenna icon, and make sure the Wi-Fi light is on.
It's also worth paying attention to the status of the service responsible for managing wireless connections. If the service WLAN AutoConfig If the system is stopped, it will be physically unable to scan the airwaves and reestablish connections. It can be restarted through the control panel or the command line with administrator rights.
- 📡 Check the physical Wi-Fi switch on the device body or the Fn key + antenna icon combination.
- ⚙️ Make sure the adapter is not in the "Disabled" state in the Network and Sharing Center.
- 🔄 Restart your router, as the problem may be with the access point, not your computer.
- 🛡️ Temporarily disable any antivirus or firewall software that may be blocking reconnection.
⚠️ Attention: If the problem persists after reinstalling the drivers, the adapter may be in power saving mode and not waking up correctly. Try disabling power saving mode in Device Manager.
Don't ignore simple steps, as they resolve up to 40% of all connection issues. Sometimes, simply rebooting your device is enough to clear temporary TCP/IP protocol stack errors.
Using the Command Prompt to Restore a Profile
The most effective way to forcefully restore the network is to use the utility netshThis tool allows you to interact with network settings at a deep level, bypassing the graphical interface, which can display incorrect information. It can be used to delete an old, broken network profile and create a new one with clean parameters.
To get started, you need to run the command prompt as administrator. Enter the following query: netsh wlan show profilesto see a list of all saved networks. Find the network name you want to restore in the list. If the network appears in the list but doesn't connect, its profile needs to be deleted.
To remove, use the command netsh wlan delete profile name="Network_Name"After successful deletion, the system will forget all settings, including passwords and encryption type. Now, when you try to connect, Windows will behave as if you were connecting to this access point for the first time, prompting you for the password again.
netsh wlan delete profile name="HomeWiFi"
This method is especially useful when a profile has accumulated configuration errors that cannot be corrected through the standard settings menu. Command line gives full control over the operating system's network objects.
☑️ Checklist before deleting a profile
After running the command, try searching for the network in the available connections and enter the password. This usually immediately resolves authentication errors or the inability to obtain an IP address.
Reset network settings via Windows settings
In modern versions Windows 10 now features a convenient reset function for network components. It's designed for situations where manual adjustments aren't effective. This process reinstalls all network adapters and returns network settings to factory defaults.
To use this option, go to the Start menu, select "Settings" (the gear icon), and open "Network & Internet." Scroll down to "Status," where you'll see a "Network reset" link at the very bottom. Clicking it will warn you that your computer will restart.
| Action | Description of the effect | Need to reboot |
|---|---|---|
| Resetting adapters | Removing and reinstalling drivers | Yes |
| Clearing the DNS cache | Removing temporary domain records | No |
| Reset Winsock | Rebuilding Network API Libraries | Yes |
| Deleting profiles | Forgetting all saved Wi-Fi networks | No |
It's important to understand that after using this feature, you'll have to re-enter passwords for all Wi-Fi networks you've previously connected to. Static IP address settings may also be reset if they were used for your local network.
What happens during a reset?
During the reset process, Windows removes all network adapters from the registry, clears routing tables, and resets the TCP/IP stack. After rebooting, the system detects the hardware as new and installs standard Microsoft drivers. This eliminates driver version conflicts and corrupted network-related system files.
Use this method if other methods fail. It's a "heavy artillery" in a system administrator's arsenal and often saves situations where the cause lies in deep system errors.
Updating and reinstalling Wi-Fi drivers
The correct operation of a wireless module directly depends on the installed software. Drivers can become corrupted due to virus attacks, improper system shutdowns, or conflicts with other software. If you notice that the network has disappeared after a Windows update, the issue is most likely driver compatibility.
Open "Device Manager" from the Start button context menu. Find the "Network adapters" section and expand it. Select your Wi-Fi adapter (usually with "Wireless," "Wi-Fi," or "802.11" in the name). Right-click and select "Uninstall device." Don't worry, the system will attempt to find the driver automatically after rebooting.
- 🔍 In Device Manager, check if there is a yellow exclamation mark next to the adapter.
- 💾 Download the latest driver from the official website of your laptop or motherboard manufacturer in advance.
- 🚫 When removing a device in Device Manager, do not check the "Delete driver software" box if you want Windows to try to repair it automatically.
- 🔄 After reinstalling, be sure to perform a full reboot of your computer, and not just log out.
⚠️ Attention: If the internet connection doesn't work after uninstalling the driver, and "Unknown Device" appears in the device list, the automatic installation failed. In this case, you'll need to use the previously downloaded installation file.
For advanced users it is recommended to use Device Manager to check the "Power Management" tab. Unchecking "Allow the computer to turn off this device to save power" often prevents spontaneous connection drops.
Working with the registry and system services
In some cases, network data stored in the Windows registry is corrupted, and standard cleanup methods are ineffective. The key location for storing profiles is the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\ProfilesHowever, manual editing of the registry requires extreme caution.
A safer but more effective method is to check service dependencies. Service WLAN AutoConfig Depends on other system services, such as Network List Service and Remote Access Connection Manager. If one of these is stopped, Wi-Fi will not work.
Click Win + R, enter services.msc and press Enter. Find "WLAN AutoConfig" in the list, double-click it, and make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start."
It's also worth checking your IPv4 settings. Go to your wireless connection properties, find "Internet Protocol Version 4 (TCP/IPv4)," and make sure the options to obtain an IP address and DNS server automatically are checked, unless your ISP requires static settings.
Troubleshooting specific connection errors
Windows 10 may return various error codes when attempting to restore the network. For example, the error "We couldn't connect to this network" is often resolved by deleting the profile, as described above. However, the error "Limited" or "No internet access" may indicate DHCP issues or IP address conflicts.
If the system says "The password is incorrect" even though you are sure it is correct, try changing the security type on your router. WPA3 on WPA2, as older adapters may not work correctly with new encryption standards. Also, check your keyboard layout and capitalization when typing.
If the network is visible but the connection keeps dropping, try changing the broadcast channel on your router. Congestion from neighboring access points on the same channel causes interference and packet loss.
⚠️ Attention: Router settings interfaces and Windows versions may differ. If you don't find the menu item described, search for a similar one or consult your equipment manufacturer's documentation.
Continuously monitor the network status using the command ping helps identify packet loss. Enter in the command line ping 8.8.8.8 -t and monitor the response time. Sudden surges or timeouts indicate signal instability or issues with the provider's equipment.
Why does Windows 10 forget the network after sleep?
This occurs due to an aggressive power saving policy. The operating system powers down the adapter to conserve battery power, but the driver is unable to properly initialize the device upon wakeup. Solution: Disable power saving in the adapter's properties in Device Manager.
How to restore a network if it is hidden?
Hidden networks don't broadcast their name (SSID). To connect, you must manually create a new profile using the netsh command or in the "Manage Known Networks" -> "Add New Network" menu, carefully specifying the name and security type.
Can antivirus software block network restore?
Yes, some third-party antivirus programs have built-in firewalls that can block new connections or local network access. Try temporarily disabling network protection in your antivirus interface.
What should I do if the Wi-Fi icon is missing?
If the icon has disappeared from the system tray, check if the adapter is enabled in the Network and Sharing Center. The icon may also be hidden in the hidden icons menu (the up arrow). If the adapter isn't listed, check the drivers.
How do I find the MAC address for filtering on a router?
Enter the command in the command line ipconfig /allFind the "Wireless Network" section and the "Physical Address" line. This is the MAC address you need to whitelist on your router.