How to reconnect Wi-Fi on a laptop: step-by-step instructions

A laptop suddenly losing connection to the router can catch you off guard at the most inopportune moment. This is often caused by a temporary operating system glitch or a driver update gone wrong. Instead of panicking or taking your device to a service center, try restoring the connection yourself with a few simple steps.

Reconnecting your Wi-Fi isn't always as simple as pressing the "forget network" button. Sometimes, you need to adjust your adapter settings more deeply or even reset your network protocols to factory defaults. In this article, we'll cover all possible methods, from the simplest to the most advanced, that will help you regain internet access.

Before attempting any complex troubleshooting, you need to make sure the problem lies with your laptop's software and not your ISP. Check if the internet is working on other devices connected to the same access point. If other devices are working properly, then the problem is localized in your computer, and we can begin to solve the problem.

⚠️ Warning: If you are using a corporate laptop, some network settings may be locked by the security administrator. In this case, attempting to change the settings yourself may result in your account being locked out.

Basic diagnostics and physical connection testing

The first step should always be a basic check of the wireless module's status. Users often forget that they may have accidentally pressed a key combination that disables Wi-Fi, or that Airplane Mode has activated on its own. Most laptop keyboards have a function key with an antenna icon that toggles the module's status.

It's also worth paying attention to the indicators in the Windows system tray. If the network icon has a line through it or a red cross, this indicates the adapter is disabled or the drivers are missing. If there's a yellow exclamation point, the system recognizes the device but can't establish a normal connection to the router.

Sometimes a simple reboot of the router and laptop helps. This clears the DHCP cache and forces the devices to re-run the handshake procedure. Unplug the router for 10-15 seconds, then plug it back in and wait for it to fully boot up, then try connecting again on the laptop.

  • 📶 Check if Airplane mode is enabled through the Windows Action Center.
  • 🔌 Make sure the Wi-Fi switch on the case or keyboard is in the active position.
  • 🔄 Reboot your router by disconnecting the power for 15 seconds.

If the indicators show activity after a reboot but no network is found, the date and time settings may be incorrect. A time discrepancy between the device and the security server can block connections to secure networks.

⚠️ Attention: In some laptop models (for example, Lenovo or HP) The wireless driver may conflict with Windows system updates. If Wi-Fi is lost after updating the OS, check the manufacturer's website for patches.

📊 What type of Wi-Fi problem are you experiencing?
The network was not found at all.
There is a connection, but no internet
The connection keeps dropping
Password entry error

Removing and reconnecting to the network

The most common and effective method is to completely delete the network profile from the system memory. Windows stores the configuration of each connected network, and if this data becomes corrupted, a new connection will be impossible without clearing the old profile.

To do this, go to your network settings. Open the Start menu, select "Settings" (the gear icon), and go to "Network & Internet." In the list of available options, find "Manage known networks." This will display a list of all networks your laptop has previously connected to.

Find your home network name (SSID) in the list and click "Delete" or "Forget." This will completely erase the saved password and security settings for this access point. Now try finding the network again in the list of available connections and enter the password.

Menu path: Settings → Network & Internet → Wi-Fi → Manage known networks

It's important to ensure you're entering your password correctly, respecting the capitalization of the letters. Typos are often the cause, especially if the password is complex and contains special characters. Use the "Show Characters" feature as you type to visually check your typing.

☑️ Checklist before deleting a network

Completed: 0 / 4

Using Windows Troubleshooter

The Windows operating system has a powerful built-in diagnostic tool that can automatically detect and fix many network errors. It checks the status of drivers, IP addressing settings, and the availability of network services.

To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will begin a scan, which may take several minutes. During the scan, it may prompt you to reset the adapter or update the configuration.

If the diagnostic tool detects a problem with a driver, it will offer to reinstall it. However, it's important to understand that the automatic driver search doesn't always find the latest version. In critical cases, it's best to download the driver manually from the laptop manufacturer's website.

The tool often reports a problem with the DNS server. In this case, it may suggest using public DNS from Google or Cloudflare, which often resolves the issue of inaccessibility to websites even when the connection is working.

Reset network settings via command line

When the graphical interface fails, console commands come to the rescue. Resetting the TCP/IP stack and flushing the DNS cache are the "heavy artillery" that solve 90% of software connection problems.

To perform these steps, you need to open the command prompt with administrator rights. Click Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)." In the window that opens, enter a series of commands one by one, confirming each one by pressing Enter.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running the last command, be sure to reboot your laptop. This will reset your network settings to their default state, removing any static IP addresses or proxy servers that may have been set up by viruses or malicious software.

⚠️ Note: After resetting your network settings, you may be required to re-enter your Wi-Fi password, as all saved profiles will be deleted. Make sure you know the current password for your network.

If the problem persists after a reboot, it's possible that a static IP address is enabled on the system, which conflicts with the router's addressing. In this case, check the TCP/IPv4 protocol properties and ensure the "Obtain an IP address automatically" box is checked.

Working with Device Manager and Drivers

The wireless adapter driver is the bridge between the operating system and the hardware. If the bridge is damaged, the connection will fail. Problems often arise after major Windows updates, when the old driver no longer works correctly with the new OS version.

Open Device Manager by right-clicking the Start menu and selecting Device Manager. Find the "Network Adapters" section and expand it. Find the device whose name contains the words Wireless, Wi-Fi or 802.11.

Right-click the device and select "Uninstall device." In the window that appears, check "Delete the driver software for this device," if available. After uninstalling, click "Action" → "Scan for hardware changes" in the Task Manager menu. The system will attempt to install the driver again.

Adapter manufacturer Typical names in the dispatcher Recommended action
Intel Intel(R) Wireless-AC 9560 Download the driver from the Intel website
Realtek Realtek RTL8822BE Use the standard Windows driver
Qualcomm/Atheros Qualcomm Atheros QCA61x4 Check the laptop manufacturer's website
Broadcom Broadcom 802.11ac Update via Device Manager

The adapter properties also have a "Power" tab. Here, you can uncheck "Allow the computer to turn off this device to save power." This will prevent the system from accidentally disabling the Wi-Fi module to save battery power, which often happens on laptops.

What should I do if the adapter disappears from the Device Manager?

If you don't see the wireless adapter even in hidden devices (View → Show hidden devices), the module's contact inside the case may have come loose or is faulty. In this case, the only solution is to open the laptop or use an external USB Wi-Fi adapter.

WLAN AutoConfig service and other system components

A special system service is responsible for wireless networking in Windows. If it's stopped or malfunctioning, Wi-Fi won't work. This often happens after system optimizers or viruses.

Click Win + R, enter services.msc and press Enter. In the list of services, find "WLAN AutoConfig." Make sure its startup type is set to "Automatic" and the service is running.

If the service is stopped, click "Start." If it's already running, you can try clicking "Restart" to reset its status. It's also worth checking the "Remote Access Connection Manager" service, although it primarily affects VPN and dial-up connections.

Besides services, antiviruses and firewalls can also interfere with the connection. Try temporarily disabling your third-party antivirus and see if the network reappears. If the issue is resolved, add your network to the trusted list in the security settings.

FAQ: Frequently Asked Questions

Why does my laptop see neighboring networks but not mine?

Most likely, your router is operating on a channel that isn't supported by your Windows region settings, or the frequency range (5 GHz) isn't supported by your laptop's old adapter. Try changing the channel in your router settings to 1, 6, or 11.

How to reconnect to the network if you forgot the password?

Without knowing the password, it's impossible to connect to a secure WPA2/WPA3 network. You'll need to either look at the password sticker under the router (if it hasn't been changed) or connect to the router via cable and access the settings in the web interface.

Can a virus block Wi-Fi?

Yes, some malware changes proxy or DNS settings, blocking internet access. In this case, a full network reset and an antivirus scan will help, for example, Dr.Web CureIt! or Kaspersky Virus Removal Tool.

What should I do if it says "Can't connect to this network"?

This error often occurs when security protocols conflict. Try selecting WPA2-Personal under "Encryption Type" in your laptop's network properties, even if your router suggests WPA3. Or, conversely, lower the security requirements in your router settings for testing purposes.