My laptop won't connect to Wi-Fi: What to do if the password is correct

Every user is familiar with the situation when a laptop flatly refuses to recognize the home network or endlessly tries to establish a connection, returning the error "unable to connect to this network." It seems like the problem lies with the router, but more often than not, the device simply can't correctly process saved data or the driver is stuck in an error state. It's especially frustrating when you're confident you've entered the correct security key, but the system keeps telling you otherwise.

In most cases, the failure is software-related: from a banal IP address conflict to an incorrectly set time in the system. Hardware failures These are less common, but they can't be ruled out. Before taking your equipment to a service center, it's worth going from simple checks to a thorough configuration of network protocols. Below, we'll discuss the main causes and how to resolve them.

The first thing to do is analyze the error message. If your laptop says "unable to connect," this often means the encryption keys between the router and adapter are out of sync. If the status says "no internet access," the problem may lie with your DNS or ISP settings. It's important not to panic and to check each level of your device's interaction with the network.

Wireless adapter driver failure

The most common cause of connection problems is incorrect driver operation. Wi-Fi adapterThe software may have been updated automatically along with Windows, and the new version may be incompatible or contain bugs. Sometimes the driver simply freezes and stops processing authorization requests correctly.

To correct the situation, you need to go to device ManagerYou can access it by right-clicking the Start button and selecting the appropriate option from the menu. Find the "Network Adapters" section and expand it. If you see a yellow exclamation point next to your wireless module, the problem is definitely with the driver. Even if there is no sign, it's worth trying reinstalling the device.

If automatic installation doesn't help, download the latest driver from the laptop manufacturer's official website on another device and install it manually. Don't rely on third-party update programs, as they often install generic drivers that are unstable. Be sure to restart your computer after installation.

⚠️ Important: When uninstalling a driver in Device Manager, check the "Delete the driver software for this device" box to completely clear out old files before reinstalling.

IP addressing and DNS issues

Even with the correct password, the laptop may not receive the correct IP address From the router. This happens if the router's DHCP server isn't responding or if the system has a static address that conflicts with the current network. In this case, the laptop appears to "see" the network, but nothing happens.

You can check the current settings via the command line. Click Win + R, enter cmd and press Enter. In the black window, enter the command ipconfig /allFind your wireless adapter and look at the IPv4 Address and Default Gateway lines. If the address starts with 169.254.x.x, which means that automatic address acquisition did not work.

πŸ“Š What error do you encounter most often?
Unable to connect
No internet access
Network not found
Constantly asks for a password

To fix this, try resetting your network settings. In the same Command Prompt window, enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After completing these steps, restart your laptop. If the issue was a DNS cache or TCP/IP stack failure, the connection should be restored. It's also worth checking whether you have an automatic IP address set. To do this, go to Control Panel β†’ Network and Internet β†’ Network and Sharing Center, select your Wi-Fi, click "Properties," and find "Internet Protocol Version 4 (TCP/IPv4)." Make sure the checkboxes next to "Obtain an IP address automatically" are checked.

Conflict between security and encryption protocols

Modern routers support various encryption standards: WEP, WPA, WPA2, WPA3Older laptops or drivers may not work correctly with the latest WPA3 standard, which is being implemented by router manufacturers to improve security. If the router is configured for "WPA2/WPA3 Mixed" mode, but the laptop attempts to use only WPA3 (or vice versa), the connection will be disconnected immediately after entering the password.

To check this, log into your router settings via a browser (usually the address 192.168.0.1 or 192.168.1.1). Find the wireless network section (Wireless Settings) and check your security settings. Try forcing the mode WPA2-PSK (AES)This is the most compatible standard that works on almost all devices.

Why is WPA3 causing problems?

The WPA3 standard requires support for special features at the driver level. If your Wi-Fi module's driver is older than 2018, it may not be able to understand requests for the new security protocol, even if it formally supports encryption.

It's also worth paying attention to the frequency range. If the router broadcasts both the 2.4 GHz and 5 GHz networks under the same name, the laptop may be confused about which frequency to connect to, especially if the signal from one of them is weak. Try temporarily separating the networks by giving them different names (SSIDs), for example, HomeWiFi And HomeWiFi_5G.

System time and certificate errors

Few people realize that a date and time error can block a Wi-Fi connection. Security protocols use certificates that expire. If the time on a laptop is significantly different from the actual time (for example, set to 2010), the router's or ISP's authentication server will reject the connection, considering the certificate invalid.

Check the clock in the lower right corner of the screen. If the time is incorrect, click it and select "Change date and time." Make sure the option to set the time automatically from the internet is enabled. Also, check the time zoneβ€”it should match your region.

Sometimes deleting the old network profile helps. Windows stores the settings of previously connected networks, and if the data is updated on the router and the laptop tries to use the old ones, a conflict will occur. To delete a network:

  • πŸ“Ά Click Start and select Settings (gear icon).
  • πŸ“Ά Go to "Network and Internet" β†’ "Wi-Fi".
  • πŸ“Ά Select "Manage known networks".
  • πŸ“Ά Find your network in the list and click "Forget".

After this, try connecting again, entering your password. This will force the system to create a new profile with the latest security settings.

The impact of antivirus and firewall

Third-party antivirus programs often have built-in firewalls, which can be overly aggressive. They may block connections if they consider the network "public" or if they detect suspicious activity in the handshake packet. Temporarily disabling the antivirus can help diagnose the problem.

Also, check the built-in Windows firewall. Sometimes after a system update, the network profile changes from "Private" to "Public," which limits the device's visibility and access to local resources. Go to Control Panel β†’ Windows Defender Firewall and make sure it is not blocking the wireless adapter from working.

⚠️ Important: Don't leave your computer without antivirus protection for long periods of time. After scanning, be sure to re-enable the protection or set up exceptions for your home network.

If you have complex corporate antivirus or access control (DLP) systems installed, they may require a special certificate to connect. This is rare in a home environment, but if the laptop was previously used in an office, your security policies may be a hindrance.

Diagnostic table by error codes

Windows often returns specific error codes that can help narrow down the problem. Below is a table of the most common codes and their meanings.

Error code Description of the problem Probable cause Solution
651 The modem reported an error. Driver or PPPoE issues Reinstalling the adapter driver
691 Access denied Incorrect provider login/password Checking data in connection settings
769 Unable to connect The network adapter is disabled Enable the adapter in Device Manager
1068 Unable to start the service The WLAN AutoConfig service has stopped. Start the service via services.msc

To access service management, click Win + R, enter services.msc and find it in the list WLAN AutoConfigMake sure its startup type is set to "Automatic" and the service is running. Without this service, connecting to Wi-Fi in Windows is impossible.

β˜‘οΈ Quick diagnostic checklist

Completed: 0 / 4

Hardware issues and physical buttons

Don't forget about the hardware either. Many laptops, especially business-class or older models, have a physical Wi-Fi switch on the case or a key combination (e.g. Fn + F2 or Fn + F12), which software-based disables the wireless module. If the Wi-Fi indicator is red or off, check these switches.

The Wi-Fi module can also become disconnected from the connector inside the case if the laptop is dropped or subjected to severe vibration. In this case, the device may become completely unrecognized in Device Manager, disappearing from the list of devices. This requires disassembling the laptop and reconnecting the antennas or replacing the module.

Sometimes static discharge can help. Turn off the laptop, unplug the charger, and, if the battery is removable, remove it. Press the power button for 15-20 seconds. Then put everything back together and turn it on. This discharges residual voltage from the motherboard and may revive the frozen module.

What to do if nothing helps?

If all software methods have been exhausted, try performing a full network reset. In Windows 10/11, this is done via Settings β†’ Network & Internet β†’ Status β†’ Network resetThis will reset all network settings to factory defaults. In extreme cases, the problem may be with the router itselfβ€”try resetting it using the reset button. Reset on the back panel.

Can a virus block Wi-Fi?

Yes, some malware changes proxy or DNS settings to redirect traffic or block access. Check your proxy settings in your browser and system. In the section Settings β†’ Network & Internet β†’ Proxy Server The "Use proxy server" option must be disabled.

How to check if a laptop can see other networks?

Click the Wi-Fi icon in the system tray. If your neighbors' networks are listed but yours isn't, your router may have hidden the network name (SSID) or is operating on a channel that your laptop doesn't receive well. Try moving closer to the router.