Wi-Fi won't connect on PC: A step-by-step troubleshooting guide

When your computer suddenly loses connection to your wireless network, it can be a real surprise, especially if work or school requires immediate internet access. Instead of the usual tray icons, you might see a red cross, a yellow triangle, or a spinning connection indicator. This doesn't always indicate a critical hardware failure; often, the problem stems from a software glitch, misconfigured power settings, or an IP address conflict, which can be easily resolved manually.

Before panicking and taking your system unit to a service center, it's worth running a basic diagnostic. Modern operating systems, such as Windows 10 And Windows 11, have powerful built-in self-diagnostic tools that can automatically correct up to 80% of common errors. However, if the automatic troubleshooting fails, the user will need to access the network stack settings and check the physical condition of the adapter.

Diagnostics of the physical condition of the adapter and router

The first step should always be checking the hardware. If your computer has an external USB adapter, try moving it to a different port, preferably located directly on the motherboard at the rear of the case, bypassing USB hubs. Internal cards Wi-Fi may move away from the slot PCI-E due to vibration or careless transportation of the system unit.

Don't ignore your router's status either. Even if the internet is working reliably on other devices, the router may be stuck trying to assign an address to your PC. Restarting the router by completely disconnecting the power for 10-15 seconds often resolves the issue of frozen sessions.

⚠️ Attention: If the Wi-Fi indicator on your laptop keyboard is red or has a line through it, the wireless module may be disabled by a mechanical switch on the case or a key combination (e.g. Fn + F2).

Make sure the antennas, if external, are securely screwed into their connectors. A loose antenna connection dramatically reduces signal strength, meaning your computer can "see" the network but won't be able to authenticate or obtain an IP address.

📊 How exactly does the problem manifest itself for you?
Doesn't see any network
It sees the network but doesn't connect.
It says "No internet access"
Keeps disconnecting

Checking wireless adapter drivers

The most common cause of wireless connection problems is outdated or corrupted drivers. The operating system may be updated, but the network controller driver may remain the same, leading to conflicts. To check, open device Manager, find the section Network adapters and pay attention to the presence of yellow exclamation marks next to the name of your device.

If the error icon is present, you should remove the device and restart your computer. The system will attempt to reinstall the driver automatically upon startup. If this doesn't help, you'll need to download the latest version from the motherboard or laptop manufacturer's official website using another device with internet access.

What to do if the driver is not installed?

If the driver installation is interrupted by an error, try running the installer as administrator. You should also temporarily disable your antivirus and firewall, as they may be blocking changes to network system files.

It's important to pay attention to the driver version. Sometimes the latest software version contains bugs, so if the problem appears immediately after an update, it might be a good idea to roll back the driver to the previous version through the device properties in Device Manager.

Power settings and adapter management

Windows strives to conserve energy, and one method is to turn off power to USB ports or PCIe slots when idle. This can cause the Wi-Fi adapter to go to sleep and not wake up to connect to the network. To fix this, go to Control Panel → Power Options → Change plan settings → Change advanced power settings.

In the window that opens, find the section Wireless Network Adapter Settings and set the power saving mode to "Maximum Performance." This will prevent the system from reducing the transmit power, which is especially important for laptops running on battery power.

Parameter Recommended value Impact on work
Power saving mode Max. productivity Stable signal, higher battery consumption
Roaming Aggressiveness Medium or Low Reduces the frequency of searching for the best access point
802.11n Mode Enabled Provides high speed operation
Slave mode (Ad Hoc) Included Allows the creation of direct connections

It's also worth checking the adapter's settings in Device Manager. In the network controller properties, under the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

Resetting network settings and command line

When manual settings don't help, a complete reset of the TCP/IP network stack is the solution. Accumulated DNS cache errors or invalid static addresses can block the connection. To perform a reset, open a command prompt as administrator.

Enter the following commands in sequence by pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After completing these steps, you must restart your computer. This method clears the network connections registry and resets protocol settings to factory defaults, which often resolves hidden conflicts.

☑️ Network Reset Checklist

Completed: 0 / 1

Windows 10 and 11 also have a built-in "Network Reset" feature, located in the system settings. It removes all installed network adapters and reinstalls them, as well as resets all network components to their default state.

IP addressing and DNS issues

If your computer connects to the router but there's no internet connection, the problem may be that it's unable to obtain a valid IP address from the DHCP server. In the protocol properties IPv4 Make sure that the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked.

Sometimes ISPs or routers distribute DNS addresses incorrectly. In this case, registering public DNS servers, such as those from Google, can help (8.8.8.8) or Cloudflare (1.1.1.1). This often solves the problem when pages do not load, although the connection is formally established.

⚠️ Attention: If you use a corporate network or specific access software (for example, for IP telephony), manually changing DNS or resetting TCP/IP may disrupt the operation of the organization's internal resources.

Check if a static IP address conflicts with another device on the local network. Duplicate IP addresses are a common cause of one device being kicked out of the network.

Windows services and antivirus software

The system service responsible for wireless networking in Windows is WLAN AutoConfigIf it's stopped or its startup type is set to "Manual," Wi-Fi won't work. You can check the service's status in the menu. Start → Run → services.msc.

Find the service in the list WLAN AutoConfig, double-click it, and make sure the startup type is set to "Automatic" and the service is running. If the "Start" button is active, click it.

Third-party antiviruses and firewalls can also block the connection. Try temporarily disabling real-time protection. If Wi-Fi works after disabling the antivirus, you need to add your network to the trusted list in the software's security settings.

Frequently Asked Questions (FAQ)

Why does the PC see the 2.4 GHz network, but not the 5 GHz?

Most likely, your network adapter does not support the standard. 802.11ac or ax, operating in the 5 GHz band. The problem could also be with the router's drivers or settings, where the 5 GHz channel is set to a region not supported by the adapter.

What does the error "Windows can't connect to this network" mean?

This error often occurs due to a password mismatch, changes to router security settings (e.g., switching from WPA2 to WPA3), or a conflict between the saved network profile and the current settings. Deleting the network ("Forget the network") often resolves the issue.

Can a virus block Wi-Fi?

Yes, some malware changes proxy server or DNS settings, redirecting traffic or blocking access to antivirus websites. Check your browser and system proxy settings.

How to update Wi-Fi driver without internet?

Use your smartphone with a USB cable in USB modem mode for temporary internet access on your PC, or download the driver on another device and transfer it via a flash drive.