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

Many users are familiar with the situation when a laptop suddenly loses connection to the router or refuses to connect to a known network. This can happen after a system update, a password change, or a network adapter failure. In most cases, the problem can be resolved quickly if you know which settings to check first.

To successfully restore the connection, it's important to understand that the reconnection process isn't just a button press, but a series of actions that help the operating system re-establish a secure communication channel. Sometimes, a simple configuration update is sufficient, while more complex cases require intervention in system services or drivers.

In this article, we'll cover all current troubleshooting methods for various operating system versions. You'll learn how to diagnose the cause of the connection loss and what steps to take to restore internet access without reinstalling Windows or macOS.

Primary diagnostics and equipment testing

Before moving on to complex settings, it's important to ensure the physical equipment is working properly. Often, the cause is something as simple as a disconnected Wi-Fi module or a temporary router failure. Reboot Resetting your router is the first step you should take, as it clears your device's cache and reassigns IP addresses.

Check if it is activated on your laptop airplane modeThis mode completely disables all wireless interfaces, and even if the Wi-Fi indicator is on, there will be no connection. Most laptop keyboards have a function key or key combination (e.g. F2, F12 or combination with Fn) to control wireless modules.

⚠️ Attention: If the Wi-Fi indicator on the keyboard is red or has a strikethrough, this may indicate that the adapter is physically blocked or that the driver is missing from the system.

It's also worth paying attention to the distance to the access point. The signal may be too weak for stable operation, especially if the laptop is behind several walls. Try moving closer to the router and check if the full signal level appears.

  • 🔌 Check if the router is turned on and the WAN/LAN indicators are lit.
  • ✈️ Make sure that airplane mode is disabled on your laptop.
  • 🔑 Make sure you know the current network password.
  • 📶 Assess the signal strength at the location of the laptop.
📊 What is your signal strength near your router?
Full scale (4-5 divisions)
Medium (2-3 divisions)
Weak (1 division)
It doesn't catch at all

Reconnecting in Windows 10 and 11

In modern versions of Windows, the network management process is standardized, but it has its own nuances. To reconnect, click the network icon in the system tray (lower-right corner of the screen). If the list of networks is empty, the adapter itself may be disabled. In this case, go to Settings → Network & Internet and check the Wi-Fi status.

If the network is displayed but you can't connect, try "Forgetting" the device. Find your network in the list, right-click (or control-click) it, and select ForgetThis action will delete the saved profile with the current security settings, which is often helpful when changing the password or encryption type.

After deleting the profile, reselect the network from the list and enter the password. The system will create a new profile from scratch. If the error persists, check your IP settings. Sometimes a previously assigned static IP address conflicts with the router's current configuration.

☑️ Windows Action Checklist

Completed: 0 / 1

It's important to note that the Settings interface has been significantly redesigned in Windows 11. The path to additional options may vary: Settings → Network & Internet → Wi-Fi → Manage known networksHere you can fine-tune the connection behavior for each specific access point.

Setting up Wi-Fi on macOS

Users MacBook And iMac People encounter similar problems, but they can be resolved through Apple's system preferences. In macOS Monterey and later, network management is located in a separate menu. Click the Wi-Fi icon in the menu bar and select Disconnect, and then reconnect.

If simply reconnecting doesn't help, you need to remove the network from the list of known networks. Go to System Preferences → Network → Wi-Fi → Advanced (or the "More details" button in newer versions). In the Preferred Networks list, find your network, select it, and click the minus sign (-) to delete.

⚠️ Note: Removing a network from the preferred list on macOS will also clear the saved password. Make sure you remember it before confirming the action.

Once deleted, the network will disappear from the priority list, and macOS will search for it as a new one. When attempting to connect, the system will ask for a password. It's also useful to use Wireless communication diagnostics. Hold down the key Option and click on the Wi-Fi icon - a menu will appear where you can run a deep scan.

  • 🍏 Open "System Preferences" from the Apple menu.
  • 📡 Go to the "Network" section and select Wi-Fi.
  • 🗑️ Remove the problematic network from the list of known ones.
  • 🔐 Please re-enter your password to create a new profile.
Hidden DNS settings in macOS

In the TCP/IP section of the network settings, you can manually enter DNS servers (for example, 8.8.8.8 from Google), which often helps if your ISP is blocking access or the site won't load even though the internet is working.

Reset network settings via command line

When the graphical interface is unresponsive or settings are stuck, use the command line. This method allows you to reset the entire TCP/IP protocol stack to factory defaults. To launch, press Win + R, enter cmd, right-click on the result and select "Run as administrator".

In the window that opens, you need to enter a series of commands. The first command netsh winsock reset resets the Winsock directory, which is responsible for network applications. The second command netsh int ip reset resets the TCP/IP protocol. After entering each command, you need to press Enter.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running all commands, be sure to restart your computer. These actions clear the DNS cache and reset network sockets, which resolves many software conflicts. This method is effective in 90% of cases of software connection failures in Windows.

Team Function Need to reboot
netsh winsock reset Resetting the Winsock catalog Yes
netsh int ip reset Resetting the TCP/IP stack Yes
ipconfig /flushdns Clearing the DNS cache No
ipconfig /release Discarding your current IP No

Working with network adapter drivers

If software solutions don't help, the problem may lie with the drivers. A driver is a program that allows the operating system to communicate with the laptop's hardware. Over time, driver files can become corrupted or conflict with Windows updates.

Open device Manager (click Win + X and select the appropriate item. Find the "Network Adapters" section. If you see a yellow triangle with an exclamation point next to your Wi-Fi adapter (often labeled "Wireless," "Wi-Fi," or "802.11"), it's not working properly.

Try uninstalling the device: right-click the adapter and select "Uninstall device." Don't worry, it won't break your system. After uninstalling, click "Action" → "Scan for hardware changes" or simply restart your laptop. Windows will automatically detect the adapter and install the standard driver.

⚠️ Note: If the adapter doesn't reappear after uninstalling, it may be disabled in the BIOS or physically damaged. In this case, you'll need to install the drivers from a USB flash drive on another device.

For laptops HP, Lenovo or Asus It's best to download drivers from the manufacturer's official website, using your laptop model. Generic Windows drivers may not support all the power-saving features of your specific module.

  • 🖥️ Open Device Manager.
  • 🔍 Find your wireless adapter in the list.
  • 🗑️ Remove the device and restart your laptop.
  • 📥 Download the latest driver from the manufacturer's website if the automatic one doesn't install.

Common mistakes and how to fix them

When reconnecting, users often encounter specific error codes. For example, the "Can't connect to this network" error in Windows is often resolved by deleting the network profile, as described above. However, if this doesn't help, it's worth checking the service. WLAN AutoConfig.

Click Win + R, enter services.mscFind the service in the list. WLAN AutoConfig (or "WLAN AutoConfig Service"). Make sure its startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."

Another common issue is a frequency conflict. If your router broadcasts a signal at 5 GHz, but your laptop's old adapter only supports 2.4 GHz, you won't be able to connect. Check your adapter's specifications in Device Manager, under the "Details" tab.

It's also worth mentioning the issue with antivirus software. Third-party security solutions (for example, Kaspersky, ESET, Avast) may block connections to new networks, believing them to be public. Check your antivirus's firewall settings.

What should I do if my laptop “sees” the network but doesn’t connect?

The issue is most likely a security type or password mismatch. Try changing the router's security type from WPA3 to WPA2/WPA Mixed. Also, check if MAC address filtering is enabled in the router settings.

Why doesn't my laptop connect to Wi-Fi after sleeping?

This is a power saving issue. In Device Manager, under the Wi-Fi adapter properties, on the "Power Options" tab, uncheck "Allow the computer to turn off this device to save power."

How do I know if my laptop supports 5GHz?

Open command prompt and type netsh wlan show driversFind the line "Supported Radio Types." If you see 802.11a or 802.11ac/ax, then 5 GHz is supported.