Computer won't connect to Wi-Fi: Step-by-step troubleshooting guide

Many users are familiar with the situation when a desktop computer or laptop suddenly loses access to the wireless network. The screen may display a globe icon with a red X, or your router may simply be missing from the list of available networks, even though your smartphone and other devices are working properly. This is frustrating, as it interrupts your workflow or entertainment.

Most often, the cause lies in a software failure of the operating system. Windows, outdated drivers, or a temporary freeze of the network adapter. Less commonly, the problem lies in physical damage or configuration errors in the router itself. Before panicking and taking the device to a service center, it's worth running a basic diagnostic, which restores internet service in 80% of cases.

In this article, we'll walk you through all the troubleshooting steps, from a simple reboot to deep system configuration. Careful adherence to instructions will help you restore the connection yourself without calling a specialist.

Primary diagnostics and equipment testing

The first step should always be a basic physical check of the devices. Users often forget that there's a mechanical switch on the laptop or keyboard that simply turns off the communication module. It's also worth making sure the router is turned on and the indicators on its case are lit or flashing normally.

Try rebooting both devices: unplug your computer and router for 10-15 seconds, then plug in the router, wait for it to fully boot, and only then turn on your PC. This procedure clears temporary errors in the devices' memory and often resolves the issue out of the blue.

If you're using an external USB adapter, try plugging it into a different port. USB 3.0 ports can sometimes interfere with Wi-Fi modules, and switching to a USB 2.0 port (usually black) solves the problem.

⚠️ Note: If the Wi-Fi indicator on your router is off or red, the problem may be with your ISP or the router itself, not your computer.

Run diagnostics and check Windows services

operating system Windows has built-in troubleshooting tools. Often, the service responsible for managing wireless networks simply stops due to a software conflict or an update failure. Checking the status of these services is a critical step that many people overlook.

To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will attempt to automatically reset the adapter and renew the IP address. If this doesn't help, proceed to manually managing services.

Press the key combination Win + R, enter the command services.msc and press Enter. In the list that opens, find the service WLAN AutoConfig (In some versions, it may be called "WLAN AutoConfig Service"). Double-click it and make sure the startup type is set to "Available" and the service is running.

  • 🔍 Right-click on the service and select "Restart" if it is already running.
  • 🚀 If the service is stopped, click the "Start" button.
  • ⚙️ Make sure that "Automatic" is selected in the properties to start with Windows.
📊 What is your WLAN AutoConfig service status?
It works fine
Stopped
I can't find it
I don't know what this is

Updating and reinstalling network adapter drivers

The most common reason a computer won't connect to Wi-Fi is a faulty driver. This is the software that tells the operating system how to communicate with the hardware. After Windows updates or power outages, the driver can crash or start working incorrectly.

Open Device Manager. To do this, right-click the Start button and select the appropriate item from the menu. Find the "Network Adapters" section and expand it. You're looking for 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 the device, the driver is definitely corrupted. Even if there is no exclamation mark, reinstalling it is recommended. Right-click the adapter and select "Uninstall device." In the window that appears, check "Delete the driver software for this device" (if available) and confirm.

After uninstalling, your computer may lose network connectivity completely. Don't panic, just reboot your system. When you start up Windows The system will attempt to automatically install the standard driver. If the internet connection fails, download the latest driver from the laptop or motherboard manufacturer's website (using another device with internet access) and install it manually.

What to do if the driver is not found?

If the automatic search doesn't help, use "Update Driver" -> "Browse my computer for driver software" -> "Choose a driver from a list of available drivers." Try selecting an older driver version from the list; sometimes this works better than the latest version.

Resetting network settings and the TCP/IP stack

Sometimes the problem lies deeper, in accumulated network protocol errors or IP address conflicts. In such cases, a full reset of network settings to factory defaults can help. This will delete all saved Wi-Fi passwords and VPN settings, but is often the only way to restore the connection.

IN Windows 10 And Windows 11 This can be done through the graphical interface. Go to "Settings" (the gear icon in the Start menu) → "Network & Internet." At the very bottom of the page, find "Network reset" and click "Reset now." The system will warn you that it will reboot in 5 minutes.

For more advanced users, or if the graphical interface is unresponsive, you can use the command line. Run the command line as administrator (find cmd (In the search box, right-click → "Run as administrator"). 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 running all commands, be sure to restart your computer. These commands flush the DNS cache, renew the IP address, and restore the default Windows socket settings.

☑️ Network Reset Checklist

Completed: 0 / 5

Power settings and adapter properties

The Windows power management system can aggressively disable the Wi-Fi module to conserve battery power, then "forget" to turn it back on. This is a common issue on laptops, but can also occur on PCs with certain BIOS settings or drivers.

Go back to "Device Manager" → "Network Adapters." Find your wireless adapter, right-click it, and select "Properties." Go to the "Power Management" tab.

Here you will see a checkbox that says "Allow the computer to turn off this device to save power." Uncheck this box and click OK. This will prevent the system from powering off the module, which often stabilizes the connection.

It's also worth checking the properties of the protocol itself. In the "Network Connections" window (can be accessed via ncpa.cpl) Right-click "Wireless Network" → "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked if your ISP doesn't require static data.

⚠️ Warning: Changing your IP address to a static one without knowing the exact parameters of your network (gateway, subnet mask) will completely disable internet access. Use automatic settings if you are unsure of what you're doing.

Router-side issues and frequency ranges

The computer isn't always to blame. The router can get stuck in sharing mode, especially if there are many devices connected or there's a heavy download. It's also worth considering the frequency range: older adapters (standard 802.11n and below) do not see 5 GHz networks.

If your router is dual-band, it may broadcast two networks with the same name (SSID) but different standards. Try accessing your router settings (usually via the address 192.168.0.1 or 192.168.1.1) and temporarily separating the networks by giving them different names, for example, MyWiFi And MyWiFi_5GConnect your PC to a 2.4 GHz network as it has better penetration and compatibility.

The table below shows the main differences and causes of problems for different ranges:

Parameter 2.4 GHz band 5 GHz band
Speed Below (up to 300-450 Mbps) High (up to 1 Gbps and higher)
Range Tall, breaks through walls Low, sensitive to obstacles
Interference Many (microwaves, Bluetooth) Minimum
Compatibility Works on all devices Only new adapters (AC/AX)

If your computer is old, it may not physically support the new encryption standard. WPA3, which you may have enabled on your router. Try switching the security type in your router settings to WPA2-PSK (AES).

Radical measures and hardware failures

If software solutions don't help, the problem may be hardware-related. The laptop's internal Wi-Fi module may have become loose or burned out after a lightning storm or power surge. In desktop PCs, USB connectors or PCIe cards often fail.

Check if the device is visible in the system. If there's no device listed in Device Manager, even an unknown device, and the list of network adapters is empty, the module is likely faulty or disabled in the BIOS. Enter the BIOS (press Del or F2 at startup) and look for the section Advanced or Integrated Peripherals. Make sure the parameter WLAN Controller or Wireless LAN does it matter Enabled.

As a temporary solution, you can use your smartphone as a USB modem. Connect your phone to your PC via a cable and enable "Tethering Mode" → "USB Modem" in your phone's settings. This will allow you to access the internet and download the necessary drivers, or wait for a technician to arrive.

⚠️ Caution: Opening your laptop to check the Wi-Fi antenna (usually the thin wires running to the screen) may void your warranty. If your device is under warranty, contact a service center.

If all else fails, the cheapest and fastest solution is to buy an external USB Wi-Fi adapter. They're inexpensive, don't require disassembling your computer, and often offer better stability than built-in modules.

Why does my computer say "Can't connect to this network"?

This error often indicates a conflict between the saved network profile and the current router settings. For example, you changed the router password, but your computer is trying to connect with the old settings. Solution: Delete the network in the Wi-Fi settings ("Forget network") and re-enter the password.

What to do if the adapter has disappeared from the Device Manager?

Try a static discharge. Turn off your laptop, unplug the charger, and if the battery is removable, remove it. Press and hold the power button for 30-40 seconds. Reinsert the battery and turn it on. This often revives dead devices.

Can antivirus block Wi-Fi?

Yes, some Network Protection or Firewall features in third-party antivirus programs (Kaspersky, ESET, Avast) may block connections to new or public networks. Try temporarily disabling your antivirus to check.

How do I know if my PC supports 5GHz?

Open command prompt and type netsh wlan show drivers. Find the line "Supported radio types." If there is 802.11ac or 802.11ax, there is 5 GHz support. If only 802.11b/g/n - most likely only 2.4 GHz.

Will uninstalling Windows updates help?

If the problem appeared immediately after a system update, then yes. Go to "Settings" → "Update & Security" → "View update history" → "Uninstall updates." Uninstall the most recently installed packages.