What to do if you can't connect to WiFi on your Windows 10 computer

Many users are familiar with the situation when a laptop or desktop PC suddenly loses wireless network connectivity. This can happen after a system update, a power surge, or simply for no apparent reason, turning a work tool into a useless piece of plastic and metal. A lack of internet connection often jeopardizes the completion of urgent tasks, so it's important to act quickly and methodically, ruling out simple causes before resorting to complex solutions.

In most cases, the problem lies in a software failure of the operating system. Windows 10, which can be fixed by restarting services or resetting network settings. However, hardware issues with the adapter or router cannot be ruled out. Our goal is to perform a full diagnostic, from checking the physical condition of the hardware to an in-depth analysis of the driver configuration, to restore a stable connection.

This guide covers a wide range of solutions, from a simple reboot to editing the registry and command line. It's important to understand that there's no one-size-fits-all solution, and different system components may be the culprit in each specific case. Therefore, follow each step in order, checking the results after completing each step.

Primary diagnostics and equipment testing

Before delving into the intricacies of operating system settings, it's important to ensure the physical hardware is working properly. Users often forget simple things: whether the router itself is turned on, whether its lights are lit, and whether the computer is in a strong signal range. If the router light isn't lit, WLAN or Wi-Fi, perhaps the wireless module is disabled by the button on the device body.

Pay attention to the Wi-Fi indicators on the computer itself. Laptops often have a physical switch or key combination (e.g. Fn + F2), which completely disables the wireless module. If you accidentally press this key, the system may think the adapter doesn't exist, and any software methods will be useless.

⚠️ Note: If you're using a USB Wi-Fi adapter, try switching it to a different port. USB 3.0 ports can sometimes interfere with 2.4 GHz Wi-Fi modules, so switching to a USB 2.0 port may resolve the interference issue.

It's also worth checking whether other devices, such as smartphones, tablets, or TVs, can see the wireless network. If there's no internet connection anywhere, the problem is definitely not with your computer, but with your ISP or router settings. In this case, the best thing to do is call your ISP's technical support or reboot your router by unplugging it for 10-15 seconds.

To quickly check the adapter's status in Windows 10, you can use the built-in diagnostic tool. While it doesn't always find complex errors, it can automatically fix basic network protocol issues.

📊 What type of Wi-Fi connection do you have?
Built-in module in a laptop
USB whistle (adapter)
PCI-E card in a PC
I don't know / Other

Using the built-in troubleshooter

operating system Windows 10 It has a powerful built-in diagnostic tool that is often ignored by users, although it can resolve up to 50% of connection issues automatically. To launch it, right-click the network icon in the system tray (lower-right corner of the screen) and select Troubleshooting.

In the window that opens, the system will begin scanning your network settings. It will check if the service is enabled. WLAN AutoConfig, the correct IP address and DNS settings, and the driver status. The process may take several minutes, and it's best not to interrupt your computer during this time.

  • 🔍 The system will check for a valid security certificate to connect.
  • 🔄 An attempt will be made to reset the network adapter and clear the DNS cache.
  • 🛠 The correct installation of the TCP/IP protocol will be checked.

If the diagnostics find a problem, it will offer solutions. For example, it might detect that the adapter is configured for power saving mode, which is interfering with its normal operation, and will automatically change this setting. If successful, you'll see a message stating the problem has been resolved.

However, if the system reports "Unable to automatically fix the problem," this doesn't mean the situation is hopeless. It simply indicates that manual intervention in the settings or a software update is required.

☑️ Initial check

Completed: 0 / 4

Updating and reinstalling Wi-Fi adapter drivers

The most common cause of unstable Wi-Fi performance or complete loss of Wi-Fi are outdated, corrupted, or malfunctioning drivers. After a major update Windows 10 The old driver may no longer be supported by the system, which leads to conflicts. To check the status, open device Manager.

You can do this by right-clicking on the button Start and selecting the appropriate item. In the list of equipment, find the section Network adapters and open it. Find the device whose name contains the words Wireless, Wi-Fi, 802.11 or brand names like Realtek, Intel, Qualcomm.

If a yellow exclamation mark appears next to a device, the driver is not working correctly. Even if there are no exclamation marks, we recommend the following steps:

  1. Right click on the adapter and select Remove device.
  2. In the window that appears, check the box Remove the driver software for this device (if available).
  3. Confirm deletion and restart your computer.

After reboot Windows 10 The system will attempt to automatically reinstall the driver. This often restores functionality. If the problem persists, download the latest driver from the official website of the laptop or motherboard (for PCs) manufacturer and install it manually.

⚠️ Warning: Do not use driver auto-installers from untrusted websites. They may install a generic but unstable driver, which will lead to intermittent connection interruptions. Download software only from official hardware manufacturers' websites.

What should I do if the driver has been removed and Wi-Fi has not appeared?

If the adapter doesn't appear even as an unknown device after uninstalling the driver and rebooting, it may be disabled in the BIOS/UEFI or physically damaged. Try resetting the BIOS settings to default (Load Default Settings).

Reset network settings and TCP/IP parameters

Sometimes errors accumulate in network settings that prevent the IP address or DNS servers from being correctly retrieved. In this case, the best solution is to perform a full reset of network settings to factory defaults. This will return all network components to their original state.

To perform a reset, open the menu Start, go to Parameters (gear) → Network and InternetAt the very bottom of the "Status" page you will find a link Network resetBy clicking on it, you will see a warning that the computer will restart.

This method deletes all saved Wi-Fi passwords, VPN settings, and virtual switches. After a reboot, you'll have to re-enter your wireless network password, but this is often the only way to get the system to recognize the network again.

A deeper level of cleaning involves using the command line. Run the command prompt as administrator (search for cmd in search, right-click → Run as administrator) and enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands reset the TCP/IP protocol stack, clear the DNS cache, and update the IP configuration. Be sure to restart your computer after running all commands.

Configuring Power Options and Services

One of the hidden, but very common causes of Wi-Fi problems is an aggressive energy saving policy. Windows 10The system may turn off the Wi-Fi adapter to save power and then wake it up incorrectly, resulting in connection drops or an inability to connect.

To prevent the system from disabling the adapter, open it again. device ManagerFind your wireless adapter, right-click and select Properties. Go to the tab Power management.

Here you will see a check mark Allow the computer to turn off this device to save powerIt needs to be removed! Then click OK. This often solves the problem of Wi-Fi dropping out on laptops.

It is also worth checking the operation of the critical service WLAN AutoConfigWithout it, connecting to wireless networks is impossible. Click Win + R, enter services.msc and find the service in the list WLAN AutoConfig.

  • 🚀 Startup type must be set to Automatically.
  • ✅ The condition must be In progress (Running).
  • 🔄 If the service is stopped, click the button Launch.

If the service does not start or stops immediately, this may indicate damage to Windows system files or a conflict with other software.

Table of error codes and their meanings

When attempting to connect, Windows may return various error codes that can help identify the problem. Below is a table with explanations of the most common ones.

Error code Description of the problem A probable solution
Unable to connect to this network General failure when shaking hands or obtaining IP Forget network, reset TCP/IP, check password
Limited There is a connection, but no internet. Checking router settings, DNS, and drivers
This network cannot be found. Network is hidden or channel/standard has been changed Checking SSID visibility, changing the channel on the router
Driver problems The adapter is not responding or is working with errors. Reinstalling the driver, rolling back the version
Incorrect security key Authentication error Entering the password again, checking the keyboard layout

Understanding the error code allows you to jump directly to the relevant section of the troubleshooting process without wasting time on unnecessary steps. For example, the "Limited" error is almost always resolved by configuring DNS or reconnecting the ISP cable to the router, rather than reinstalling the drivers.

If none of these methods help and the computer still can't see any networks, or can see them but can't connect, the problem may be hardware-related. The Wi-Fi module may be faulty, especially if the laptop has been subjected to impacts or liquids.

⚠️ Note: Windows 10 settings interfaces may vary slightly depending on your build version (Home, Pro, Enterprise) and installed updates. If you don't find the option, try searching for it in system settings.

Frequently Asked Questions (FAQ)

Why can my computer see other networks but not mine?

Most likely, your router is operating on a channel or standard unsupported by the adapter, or the network is hidden. Try accessing the router settings and changing the Wi-Fi channel (for example, from "Auto" to 1, 6, or 11) or temporarily disabling SSID hiding. Also, check if MAC address filtering is enabled in the router's security settings.

Can antivirus software block Wi-Fi connections?

Yes, some antivirus programs have a "Network Protection" or "Public Wi-Fi Protection" feature that can block connections to new or unsecured networks. Try temporarily disabling your antivirus completely and testing your connection.

What should I do if the Wi-Fi icon is missing and the Airplane Mode button is grayed out?

This is a sign that Windows isn't detecting the network adapter at all. Check Device Manager: if the adapter isn't there even with hidden devices, it may have physically come loose (on laptops) or burned out. Try discharging static electricity: turn off the laptop, remove the battery (if removable), hold down the power button for 30 seconds, then turn it on.

How do I know if my adapter supports 5GHz?

Open command prompt and type netsh wlan show driversFind the line "Supported Radio Types." If it says 802.11ac or 802.11ax, or simply 5 GHz, then it's supported. If it only says 802.11b/g/n, it's most likely only 2.4 GHz.

Will a system rollback help if Wi-Fi stops working?

Yes, if the problem occurred after installing Windows updates or new software, rolling back to a restore point when Wi-Fi was working often solves the problem faster than searching for a specific conflicting file.