When a familiar laptop or desktop PC suddenly stops detecting a wireless network or refuses to connect, it can be frustrating for any user. You press the connect button, but instead of the expected "Connected" status, you see an endless "Obtaining IP address" or "Unable to connect to this network" message. This is a common problem that can be caused by a dozen different factors, from a simple router glitch to complex driver conflicts in the operating system.
Before panicking or taking your device to a service center, it's worth performing a self-diagnosis. In most cases, the problem lies in the software or a temporary hardware failure that can be easily fixed by rebooting or changing settings. Understanding how your adapter behaves will help you quickly isolate the source of the problem and restore internet access.
In this article, we'll examine all possible reasons why your computer has stopped connecting to Wi-Fi and offer step-by-step solutions for each. We'll cover everything from simple steps like checking the router's power supply to more complex registry manipulations and the Windows command line. Follow the instructions carefully will allow you to save time and money.
Primary diagnostics and equipment testing
The first step in resolving any network issue is to rule out hardware failures. It's common for a router to simply freeze due to a power surge or overheating, stopping assigning IP addresses to new devices. If other devices (such as a phone or tablet) also can't see the network, the problem is definitely with the access point. In this case, completely power off the router by unplugging it, waiting 10-15 seconds, and then plugging it back in.
If the internet is working reliably on your smartphone, but your computer stubbornly ignores the network, it's worth checking the physical Wi-Fi module switch. On many laptops, especially older models, HP, Lenovo or AsusThere's a dedicated button or key combination (e.g., Fn + F2) to enable the wireless adapter. Accidentally pressing it could disable the module, and no software settings will help until it's physically enabled.
⚠️ Caution: If the Wi-Fi indicator on your router is red or flashing abnormally, this may indicate a hardware fault or overheating. Allow it to cool before turning it on again.
It's also worth checking whether your computer is too far from the signal source. Walls, mirrors, and household appliances (especially microwaves) can cause significant interference, especially in the 2.4 GHz band. Try moving closer to the router and see if the network appears in the list of available connections.
- 📶 Check the indicators on your router: is the WLAN/Wi-Fi light on?
- 🔌 Restart your router and computer by disconnecting them from the network for 10 seconds.
- 🔍 Make sure that Airplane Mode is not activated on your laptop.
- 📏 Move closer to the router to eliminate the signal range issue.
Problems with wireless adapter drivers
The most common software-related reason why a computer stops connecting to Wi-Fi is incorrect driver functionality. A driver is the software bridge between the operating system and the network card. If it's outdated, damaged after a Windows update, or removed by an antivirus program, the adapter stops functioning correctly. In Device Manager, this often appears as a yellow exclamation point next to the network card's name.
To check the driver's status, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate option. In the window that opens, find the section Network adapters and open it. If you see a device with a name containing the words Wireless, Wi-Fi or 802.11, but it is marked with an error, which means the problem is in the driver.
The solution is to reinstall the driver. Don't rely solely on Windows' automatic search, as it often finds basic but not fully functional versions. It's best to download the latest driver from the laptop or motherboard manufacturer's official website using another device with internet access and install it manually.
What to do if the driver is completely removed?
If there's no "Network Adapters" section in Device Manager, or the adapter is hidden, try selecting "View" → "Show Hidden Devices" from the menu. If this doesn't help, the adapter may be physically broken or disabled in the BIOS.
Sometimes a simple driver rollback helps. If the problem appeared immediately after a system update, revert to the previous driver version through the device properties in the Device Manager. This often restores functionality without having to search for new files.
- 🖥️ Open Device Manager from the Start context menu.
- 🔍 Find the "Network adapters" section and check the device's status.
- 🔄 Try selecting "Remove device" and then restarting your computer to allow the installation to proceed automatically.
- 💾 Download the driver from the manufacturer's official website if automatic installation doesn't help.
Windows network settings
The Windows operating system has its own network connection management mechanisms, which sometimes conflict with router settings. One common cause of failure is an incorrectly configured security type or encryption protocol. If the router is configured to work only with WPA3, and your old adapter only supports WPA2, connection will be impossible.
It's also worth checking your IP addressing settings. By default, your computer should obtain an IP address and DNS servers automatically. If you see this in the protocol properties IPv4 If static addresses are specified that don't match the router's current subnet, the computer will physically be unable to communicate with the gateway. You can check this in the wireless connection properties window by selecting the protocol. Internet Protocol version 4 (TCP/IPv4).
⚠️ Warning: Changing static IP addresses or DNS servers without knowing your network settings may result in complete loss of access to local resources. Write down the current values before making changes.
Another important aspect is power management. Windows may disable the Wi-Fi adapter to save power, then re-enable it incorrectly. In the adapter's properties in Device Manager, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
| Parameter | Recommended value | Where to check | |
|---|---|---|---|
| Obtaining an IP | Automatic (DHCP) | IPv4 Properties | |
| DNS server | Automatically or 8.8.8.8 | IPv4 Properties | |
| Security protocol | WPA2-Personal (AES) | Router settings | |
| Adapter operating mode | 802.11n/ac/ax | device Manager |
Resetting network settings and command line
If manually checking your settings doesn't help, you should try a more radical but effective method: a complete network stack reset. Windows 10 and 11 have a built-in "Network Reset" feature that removes all installed network adapters and restores network components to factory settings. This eliminates accumulated registry errors and configuration conflicts.
For more advanced users, the command line is an effective tool. By running the console as administrator, you can run a series of commands that flush the DNS cache, reset Winsock, and update the IP configuration. This is especially useful when the computer can see the network but can't access the internet or displays "No internet access."
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
Executing these commands requires a computer reboot. After powering on, the system will attempt to renegotiate the connection with the router, obtaining a fresh IP address and clearing old, possibly invalid, entries from the cache. This often resolves issues related to changes to router settings that the computer "remembers" using the old settings.
- 🚀 Use the built-in Network Reset tool in Windows Settings.
- 💻 Run Command Prompt as administrator for deep cleaning.
- 🧹 Team
netsh winsock resetRestores the basic network structure. - 🔄 Be sure to restart your PC after performing a factory reset.
☑️ Network Reset Checklist
The impact of antivirus and firewall
Third-party antivirus programs and the built-in Windows firewall may block connections to new or changed networks, considering them potentially dangerous. If you recently installed a new antivirus or updated an existing one, try temporarily disabling its protection and see if Wi-Fi access is restored. Often, the problem lies with an overly aggressive firewall.
Furthermore, the network type Windows assigns when you first connect plays a significant role. If the network is marked as "Public," the system enforces strict security rules, blocking device discovery and certain types of traffic. Switching the network profile to "Private" (Home) in the Network and Sharing Center can instantly resolve the connection issue.
It's also worth checking whether the WLAN service executable or adapter driver itself is blocked by the firewall. This is rare, but after virus attacks or update failures, security rules can be changed, blocking legitimate software from accessing ports.
⚠️ Important: Do not leave your computer without antivirus and firewall protection for an extended period of time. After checking the connection, be sure to restore your security settings to their default settings.
Router frequency and channel conflicts
In apartment buildings, the airwaves are often saturated with signals from neighboring routers. If your computer suddenly stops connecting to Wi-Fi, it's possible your neighbor has installed a powerful router that operates on the same channel, creating a "jammer." This is especially true for the 2.4 GHz band, which has only 13 channels, and many devices use them by default.
The solution is to access your router settings (usually by accessing 192.168.0.1 or 192.168.1.1 in a browser) and change the broadcast channel. Instead of "Auto," select a specific, less congested channel (e.g., 1, 6, or 11). You can also try switching the channel width from 40 MHz to 20 MHz to improve stability, although this will reduce the maximum speed.
If your router is dual-band, try switching your computer to the 5 GHz network. This band is less susceptible to interference from household appliances and neighboring networks, but has a shorter range and is less effective at penetrating walls. For modern laptops, this is often a lifesaver in dense urban environments.
Frequently Asked Questions (FAQ)
Why can my computer see other Wi-Fi networks but not mine?
This may indicate that your router is broadcasting a network in hidden mode (Hidden SSID) or is using a standard that your computer's network card doesn't support (for example, it only supports Wi-Fi 6, and the card is old). Also, check if there's a MAC address filter enabled in your router settings.
What does the error "Windows can't connect to this network" mean?
This error often occurs when the password or security type is inconsistent. If you've changed the password on your router, Windows may try to use the old one stored in memory. Solution: Find the network in the list, click "Forget," and then reconnect using the new password.
Can a virus block a Wi-Fi connection?
Yes, some types of malware can change network settings, specify incorrect DNS settings, or block access to antivirus websites. It is recommended to run a full system scan using up-to-date antivirus databases.
How do you know if your laptop's Wi-Fi module is burned out?
If the adapter disappears from Device Manager even after showing hidden devices and reinstalling the drivers, but it's enabled in the BIOS, there's a high probability that the module is physically damaged. In this case, the only solution is to replace the module or use an external USB Wi-Fi adapter.
Will resetting the router to factory settings help?
Resetting the router (using the Reset button on the router) will restore it to factory settings. This will resolve the issue if the failure was caused by incorrect router settings, but will require reconfiguring the internet (entering your ISP username and password) and setting a new network name and password.