Many users are familiar with the situation when a laptop or desktop computer suddenly stops detecting the home network or refuses to connect to it. This can happen after a system update, a router reset, or simply due to a temporary software glitch. In such situations, the question of how to reconnect to Wi-Fi on a computer becomes especially pressing, as internet access is often essential for work or leisure.
Fortunately, in the operating systems of the family Windows A number of tools are available for diagnosing and restoring connections. You don't need to be a networking expert to solve this problem yourself. Simply follow a few steps to help the system "remember" your network or configure it as a new one.
In this guide, we'll cover all effective ways to restore access, from simple mouse clicks to more in-depth registry and driver settings. We'll examine the causes of errors and offer specific solutions that work on current operating system versions.
Primary diagnostics and equipment testing
Before delving into complex system settings, it's important to rule out trivial physical causes for connection problems. Often, the problem isn't software-related, but rather a simple module disconnect or router malfunction. Make sure the physical switch on the laptop isn't flipped. Wi-Fi, if any, since its accidental displacement blocks the adapter's operation.
It’s also worth checking the indicators on the router itself: if the light WLAN or Wireless If the indicator light is off or flashing abnormally, the router's wireless module may be frozen. In this case, briefly unplugging the router from the power source for 10-15 seconds may help. After powering on, the device will need time to fully boot up, usually about a minute.
Don't forget that the operating system Windows The adapter may automatically turn off to save power. Check that Airplane Mode is not enabled in the system tray. If the network icon has a line through it or looks like an airplane, connecting to wireless networks is technically impossible until Airplane Mode is disabled.
⚠️ Note: If you're using an external USB Wi-Fi adapter, try reconnecting it to a different port. Sometimes USB ports may temporarily lose power or require the device to be reinitialized.
Deleting a saved network profile
One of the most common reasons a computer won't connect is a conflict with saved settings. The system may "remember" old security settings or IP addresses that are no longer relevant to the router's current state. To force the computer to request a password again and retrieve the latest settings, you need to forget the network.
In modern versions Windows 10 And Windows 11 This is done through the graphical interface. Open the list of available networks, find your access point, and select "Forget." The system will then completely delete the connection profile, including saved encryption keys and static IP addresses.
If the standard method doesn't work or the desired network isn't listed, you can use the command line to forcefully delete the profile. This is a more reliable method that clears the network connections registry of obsolete entries.
netsh wlan delete profile name="Your_Network_Name" interface="Wi-Fi"
This command requires administrator privileges. After successfully running, try finding your network in the list of available connections again and enter the password. This often resolves the "Can't connect to this network" error.
⚠️ Important: When deleting a profile via the command line, be careful when spelling the network name. It must be a literal match, including spaces and case, otherwise the command will not execute.
Setting up automatic connection and security settings
Once you have re-initiated the connection, it is important to configure the settings for interaction with the access point correctly. Automatic connection This is a convenient feature, but it can sometimes work incorrectly if there are multiple networks with the same name within range. Make sure "Connect automatically" is checked if you want your computer to automatically find a familiar network after turning it on.
Particular attention should be paid to the type of security. Modern routers use protocols WPA2-Personal or WPA3If your computer is older, it may not support new encryption standards, and vice versa—a new laptop may refuse to work with old router settings. You can try changing the encryption type in the "Security" section of your wireless network properties if the default settings aren't working.
Also, check your sharing settings. If you're on a public network or a guest network, the system may block the connection for security reasons. Select "Public" in your network profile to have Windows enforce stricter firewall rules, which often helps establish a connection when you're on a guest network.
Reset network settings via command line
When simple methods fail, deeper cleaning of network stacks is required. Windows Accumulated DNS cache errors or IP address conflicts can interfere with normal connections. Resetting the settings via the command line allows you to return network components to their factory defaults.
First, you need to run the command prompt as an administrator. This is critical, as without elevated privileges, the system will not allow you to change global network settings. Enter the command cmd in the search, right-click and select the appropriate item.
Next, you should run a sequence of commands that will clear the cache and reset the TCP/IP configuration. Each command should be executed in turn, waiting for the process to complete.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After executing the last command netsh winsock reset The system will notify you that a reboot is necessary. It is the reboot that secures the changes in the Winsock registry; without it, the reset will not take full effect. After turning on your computer, try connecting to Wi-Fi again.
☑️ Network reset checklist
Updating and reinstalling Wi-Fi adapter drivers
The software that controls a network adapter is called a driver. If the driver is outdated, corrupted, or malfunctions after a Windows update, connecting to Wi-Fi may become impossible. Device Manager is the primary tool for managing drivers in the system.
Open Device Manager, find the "Network Adapters" section, and expand it. Find the device whose name contains the words Wireless, Wi-Fi or 802.11If a device icon has a yellow exclamation point, this is a clear indicator of a problem. Even if there is no exclamation point, it's worth trying updating the driver.
Select "Update driver" and then "Search automatically." If Windows finds a newer version, it will install it. However, it often happens that the system reports the driver as up-to-date, even though the problem persists. In this case, a complete reinstallation helps: select "Uninstall device," check "Delete the driver software" (if available), and restart the computer. The system will automatically detect the hardware and reinstall the basic driver.
| Action | Target | Result |
|---|---|---|
| Driver update | Getting bug fixes | Improving connection stability |
| Driver rollback | Return to the working version | Troubleshooting after the update |
| Removing a device | Complete clearing of settings | Resetting the adapter configuration |
| Installation from the manufacturer's website | Obtaining original software | Maximum compatibility |
If the automatic search doesn't help, visit your laptop or motherboard manufacturer's website. Download the driver for your adapter model and version. WindowsManually installing a driver often solves problems that the standard update wizard can't.
⚠️ Attention: Before uninstalling the driver, make sure you have access to the Internet via cable or mobile phone to download the latest version of the driver if necessary.
Using the built-in troubleshooter
In the operating system Windows A powerful diagnostic tool is built in that can automatically detect and fix many common problems. This is a good first step for users who don't want to delve into technical details.
To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will begin scanning the adapter, checking IP settings, and checking gateway availability. The process may take several minutes.
During the check, the system may prompt you to reset the adapter or fix DNS errors. Agree to the suggested actions. Often, the diagnostic tool can restart the service automatically. WLAN AutoConfig, which instantly restores the connection.
What to do if the diagnostics did not find any errors?
If the built-in tool reports no problems found, but there's no internet connection, the problem may lie with your ISP or router settings, not your computer. Try connecting another device to test.
Setting up static IP and DNS addresses
Sometimes dynamic IP address acquisition (DHCP) doesn't work correctly, assigning a computer an address that's already taken on the network or isn't suitable for the current segment. In this case, manually entering network parameters can help.
Go to "Network and Internet Settings" and select "Change adapter settings." Find your wireless connection, right-click it, and select "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list and click "Properties."
Try changing the settings from automatic to manual. Enter an IP address that differs from the router's address by the last digit (for example, if the router is 192.168.0.1, enter 192.168.0.155). The system will automatically enter the subnet mask. You can enter Google addresses as DNS servers (8.8.8.8 And 8.8.4.4), which often solves problems with accessing sites when there is a connection.
Resetting the network through Windows settings
If none of the previous methods help, the only option left is a complete network reset. This feature was introduced in Windows 10 and is available in Windows 11It removes all network adapters and reinstalls them with factory settings, and also resets all other network components.
Find "Network Reset" in the Start menu or go to Settings → Network & Internet → Advanced network settings → Network reset. Click "Reset now." The system will warn you that your computer will restart in 5 minutes.
After rebooting, you'll need to re-enter your Wi-Fi password, as all saved profiles will be deleted. This is a radical but highly effective way to fix deep system errors that aren't visible through routine diagnostics.
⚠️ Note: After resetting the network, virtual switches created by programs like VirtualBox or VMware may be deleted. They will need to be reconfigured.
Frequently Asked Questions (FAQ)
Why does the computer see the network, but says "Unable to connect"?
Most often, this indicates an incorrect password or incompatible encryption type. The problem could also be with your antivirus software blocking the connection, or with MAC address filtering enabled on your router, and your computer isn't whitelisted.
How do I know if my adapter supports 5GHz?
Open command prompt and type netsh wlan show driversFind the line "Supported radio types." If you see 802.11ac or 802.11ax, the adapter supports the 5 GHz frequency.
Can a virus block Wi-Fi?
Yes, some malware can change proxy or DNS settings, blocking internet access. Scan your computer with an antivirus and ensure that no unwanted addresses are enabled in your proxy settings (Settings → Network → Proxy Server).
What should I do if the Wi-Fi icon is missing?
This indicates that the system isn't detecting the adapter. Check Device Manager—if the adapter is missing from there, it may have become loose in its connector (if it's external) or failed. Try restarting the laptop.