A laptop displaying a list of available networks and reliably indicating your access point's signal strength, but then getting stuck on the "Obtaining IP Address" status or immediately returning an "Unable to Connect" error when attempting to connect, is one of the most common and frustrating problems. This condition is often referred to as "half-connection," and it can occur after a scheduled operating system update or suddenly, for no apparent reason. Most often, the root cause is a software conflict between the laptop's network adapter and the router's settings, rather than a physical hardware failure.
Before panicking and taking your device to a service center, it's worth knowing that in 90% of cases, the problem can be resolved independently by resetting network settings or updating security protocol configurations. The system may not remember the network profile correctly, especially if you changed the password or encryption type on the router, and the laptop continues to attempt to log in using old, outdated credentials. In this guide, we'll cover all diagnostic steps, from simple steps to in-depth registry tweaks.
It is important to understand that the algorithm of actions will depend on your operating system, whether it is Windows 10, Windows 11 or older versions, but the basic principles of conflict resolution remain the same. We'll cover methods that can help restore the connection even if standard Windows diagnostic tools yield unclear results. Be prepared to sometimes resort to a process of elimination, checking each layer of your network infrastructure.
Restarting the hardware and resetting the network cache
The most basic, yet surprisingly effective, method is a complete reboot of the entire hardware chain. Many users forget that a router is also a mini-computer with its own operating system, which can freeze or overflow an error buffer. Unplug the router, wait at least 15-20 seconds for the capacitors to discharge, and then plug it back in. Wait until the device fully boots up and all the indicators light up normally.
At the same time, you need to reset the network settings on the laptop itself. In the operating system Windows Temporary files and cached DNS data often accumulate, which can block new connections. Open the command prompt with administrator rights. To do this, right-click the Start menu and select "Terminal (Administrator)" or "Command Prompt (Administrator)."
In the window that opens, you need to enter a sequence of commands that will clear the network stack. Enter each command by pressing Enter after each line:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After running the last command, the system will require a reboot. This is a mandatory step, as resetting the directory Winsock This affects low-level network components that can't be updated on the fly. After turning on your computer, try connecting to the network again. The problem is often resolved at this stage, as we've forced a new IP address lease on the router.
Deleting a network profile and forgotten devices
If a simple reboot doesn't help, there's a high probability that a corrupted Wi-Fi network profile is stored in your laptop's memory. This often happens if you've changed the password on your router or the encryption type. WPA2 on WPA3 or changed the broadcast channel. The laptop continues to use the old security keys, is rejected by the router, and blocks subsequent connection attempts.
To fix this, you need to completely remove the network information from the system memory. Windows 10 And Windows 11 This can be done through the graphical interface. Go to the menu Settings → Network & Internet → Wi-Fi → Manage known networksFind your home network in the list, click on it, and select "Forget." This will remove the network from the list of saved networks, and the next time you connect, the system will prompt you for the password again, creating a fresh, clean profile.
⚠️ Attention: Deleting a network profile will erase all saved passwords for that access point. Make sure you know the current Wi-Fi password before performing this procedure, otherwise you risk permanently losing access to the network.
There is also a more radical command-line method that is useful if the GUI is glitchy. Use the command netsh wlan show profilesto see a list of all saved networks. Then find your profile name and delete it with the command netsh wlan delete profile name="Your_Network_Name"This is guaranteed to clear up any hidden configuration errors.
Diagnosing wireless adapter drivers
Drivers are software intermediaries between the operating system and the hardware. If a network adapter driver is outdated, corrupted, or conflicts with the latest Windows updates, the laptop may see networks but will be unable to complete the handshake with the router. This problem often occurs after a major OS update, when Microsoft installs a generic driver that doesn't work reliably with a specific adapter model.
To check, open Device Manager. Right-click the Start button and select the appropriate item from the menu. Find the Network Adapters section and expand it. You need an adapter whose name contains the words Wireless, Wi-Fi or 802.11If a yellow triangle with an exclamation mark is lit next to it, it means the device is not working properly.
Even if there are no error icons, we recommend reinstalling the driver. Right-click the adapter and select "Uninstall device." In the window that appears, check "Delete the driver software for this device," if available, and confirm the action. Then, click "Action" → "Scan for hardware changes" in the menu, or simply restart your laptop. The system will automatically attempt to reinstall the driver.
- 📌 Automatic search: Let Windows search for the driver itself through the update center if you have access to an Ethernet cable.
- 📌 Manual installation: Download the latest driver from the official website of the laptop manufacturer (for example, HP, Lenovo, Asus) from another device and install it manually.
- 📌 Driver rollback: If the problem appeared after an update, in the driver properties on the Driver tab, click the Roll Back button to return to the previous version.
What to do if the driver is not found?
If Windows cannot find the driver automatically, use your smartphone with a USB cable in USB tethering mode to give your laptop temporary Internet access to download the necessary software.
TCP/IP and DNS server settings
A common reason why a laptop can see the network but can't access the internet or can't connect is incorrect static IP or DNS settings. If the IPv4 protocol properties contain addresses that don't match your router's range, the connection will be lost. Ideally, all settings should be set automatically.
You can check this in Control Panel → Network and Sharing Center → Change adapter settings. Find your wireless connection, right-click → Properties. Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click Properties. Make sure the checkboxes next to "Obtain an IP address automatically" and "Obtain DNS server address automatically" are selected.
However, if automatic DNS resolution doesn't work (the router isn't assigning an address), you can set up static DNS from public services like Google or Cloudflare. This often helps bypass issues with ISP DNS that can block the connection.
| DNS service | Preferred server | Alternative server |
|---|---|---|
| Google Public DNS | 8.8.8.8 | 8.8.4.4 |
| Cloudflare | 1.1.1.1 | 1.0.0.1 |
| OpenDNS | 208.67.222.222 | 208.67.220.220 |
| Quad9 | 9.9.9.9 | 149.112.112.112 |
Enter the selected addresses in the corresponding IPv4 properties fields. Also, pay attention to the "Advanced" tab in the same properties—there shouldn't be any default gateways specified there unless you're using a complex corporate network. For home users, these fields should be blank.
☑️ Check IP settings
Conflicts of frequencies and safety standards
Modern routers often operate in two ranges: 2.4 GHz And 5 GHzOld laptops or adapters with outdated drivers may see the network (especially if the SSID names are the same), but cannot connect to it due to incompatible standards. For example, a router may only be configured to 802.11ax (Wi-Fi 6), and the laptop adapter only understands 802.11n.
Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and check your wireless settings. Try changing the wireless mode from "Auto" or "AX only" to a mixed mode, such as: 802.11 b/g/n mixed for the 2.4 GHz band. It also makes sense to separate the network names for different frequencies (for example, HomeWiFi And HomeWiFi_5G) to force the laptop to connect to the more compatible 2.4 GHz band.
Another critical point is the encryption type. If the router is using a new standard WPA3, and your laptop doesn't support it (which applies to devices older than 2020), there will be no connection. Change the encryption method to WPA2-PSK (AES)This is the most compatible and stable option for most home devices.
⚠️ Attention: Router interfaces from different manufacturers (TP-Link, Asus, Keenetic, MikroTik) vary significantly. Menu item names may vary, but the settings (Wireless Mode, Security Type) remain the same. Carefully look for sections related to wireless mode.
Windows Services and Firewall
Sometimes a connection is blocked at the operating system level due to stopping essential services or aggressive antivirus settings. In Windows, wireless connections are managed by specific services that must be running and set to automatic.
Click Win + R, enter services.msc and press Enter. Find the "WLAN AutoConfig Service" service in the list (WLAN AutoConfig). Make sure it's running and the startup type is set to "Automatic" in its properties. If it's stopped, start it. Also check the "Remote Access Connection Manager" service.
Additionally, temporarily disable your third-party antivirus or firewall. They often start blocking network protocols after updates, deeming them suspicious. If the connection is restored after disabling protection, add your network to the trusted list in your antivirus settings.
Resetting the network to factory settings
If none of the above methods help, the only remaining option is a complete network reset. This feature is built into Windows 10 and 11 and allows you to return all network components to their default state. This will delete all saved profiles, reset adapter settings, and reinstall network protocols.
To perform a reset, go to Settings → Network & Internet → Advanced network settings (or Status) → Network resetClick the "Reset Now" button. The system will warn you that the computer will restart in 5 minutes. Save all open documents.
After rebooting, you'll need to re-enter your Wi-Fi password. This method helps when deep registry errors have accumulated that can't be corrected manually. This is the final step before reinstalling drivers from the manufacturer's website or reinstalling Windows.
Frequently Asked Questions (FAQ)
Why does my laptop say "Can't connect to this network" even though the password is correct?
Most often, this indicates a security protocol conflict. The router may use encryption. WPA3, which the old adapter doesn't understand, or the network profile on the laptop still has old settings. Try "Forgetting" the network and changing the encryption type on the router to WPA2-PSK.
Can antivirus software block Wi-Fi connections?
Yes, some Network Protection or Firewall features in third-party antivirus programs (Kaspersky, ESET, Avast) may block connections to new or public networks, deeming them unsafe. Try temporarily disabling your antivirus to check.
What should I do if Wi-Fi disappears after a Windows update?
Updates often break driver compatibility. Go to Device Manager, uninstall the wireless adapter by checking "Delete Drivers," and reboot. If that doesn't help, download the driver for your specific version of Windows from the laptop manufacturer's website and install it manually.
Does the region in the router settings affect the connection?
Yes, this is important. In some countries, the number of available channels and signal strength are limited by law. If your router is set to a region different from your actual location, your laptop may see the network but won't be able to sync due to channel-level restrictions.
Will replacing the network adapter help?
If software methods have been exhausted and the adapter is still showing error codes in Device Manager (such as code 10 or 43) even after reinstalling the drivers, the hardware may be faulty.