Windows Can't Connect to Wi-Fi: A Complete Guide to Fixing the Error

You're trying to connect to Wi-Fi, but instead of your usual internet access, you see a message «Windows was unable to connect to this network»This error can appear on any device running Windows 10 or Windows 11, regardless of the laptop or PC model. Causes of failure range from the mundane (such as a disabled adapter) to the complex (corrupted drivers or IP address conflicts).

In this article we will look at all possible reasons We'll address errors and offer proven troubleshooting methods—from basic to advanced. You'll learn how to diagnose the problem, which network settings to check first, and what to do if standard methods don't help. And for those who don't want to waste time experimenting, we've compiled a guide. list of quick solutions.

Important: If the error appeared after updating Windows or installing new hardware, First, try rolling back the system or uninstalling the latest driver update - this solves the problem in 60% of cases..

Quick Fix: 5 Steps That Work 90% of the Time

Before diving into a deep diagnostic, follow these simple steps. They take no more than 5 minutes and often resolve the issue without any additional steps:

  • 🔄 Restart your router and computerUnplug the router from the power outlet for 30 seconds, then plug it back in. Restart your PC.
  • Turn on the Wi-Fi adapter. Click Win + A, find the Wi-Fi icon, and make sure Airplane Mode is disabled. Some laptops have a physical button or combination Fn + F2/F12 to turn on the adapter.
  • 📡 Check network visibilityMake sure your network appears in the list of available connections. If it doesn't, the problem may be with your router.
  • 🔑 Reconnect to the networkForget the network (Settings → Network & Internet → Wi-Fi → Manage known networks), then enter the password again.
  • 🛠️ Run the troubleshooterGo to . Settings → System → Troubleshoot → Other troubleshooters → Network adapter.
📊 How often do you encounter Wi-Fi problems on Windows?
Constantly
Sometimes
Less than once a month
Never

If the connection is not restored after these steps, proceed to a detailed analysis of the causes.

The main causes of the "Windows was unable to connect to Wi-Fi" error

A Wi-Fi connection error in Windows rarely occurs on its own. It's usually preceded by specific events: a system update, a router change, new software installation, or even a simple power outage. Top 7 reasonsWhy Windows can't connect to the network:

Cause How does it manifest itself? Probability (%)
Incorrect IP/DNS settings Connection "without internet access" or constant disconnections 35
Outdated/corrupted adapter drivers Network appears and disappears; Wi-Fi icon with an exclamation mark 30
Conflict with antivirus or firewall The connection is blocked immediately after entering the password. 15
Problems on the router side (DHCP, channel, encryption) Other devices also do not connect or work unstably. 10
Windows services (WLAN AutoConfig, DHCP client) failed Wi-Fi doesn't turn on at all or doesn't find any networks. 8

Please note: If the error appears after Windows updates (especially major updates like Windows 11 23H2), there's a 70% chance that drivers or a network settings conflict are to blame. In this case, rolling back the update or manually installing the drivers from the manufacturer's website will help.

Advanced diagnostics: how to accurately determine the cause

To avoid wasting time on going through all the possible solutions, first narrow your searchHere are 3 diagnostic methods that will help identify the root of the problem:

1. Check the adapter status in Device Manager

Open device Manager (Win + X → Device Manager) and find the section Network AdaptersPlease note:

  • 🚨 Yellow exclamation mark next to the adapter name (for example, Intel Wi-Fi 6 AX200) - means there is a problem with the driver.
  • 🔴 Red cross — the adapter is disabled.
  • 🔄 Down arrow — the device is disabled by software.

2. Analyzing the Windows Event Log

Open View events (Win + R → eventvwr.msc) and go to Windows Logs → SystemFilter events by keywords:

  • WLAN-AutoConfig - wireless network service errors.
  • DHCP-Client - problems obtaining an IP address.
  • Netwtw04 or Netwtw06 - Wi-Fi driver failures (typical for adapters) Intel And Qualcomm).

3. Testing the connection via the command line

Launch Command line as administrator and run the following in turn:

ipconfig /all

ping 8.8.8.8

netsh wlan show interfaces

Please note:

  • No IP address (line IPv4 address empty or starts with 169.254) - problem with DHCP.
  • Packet loss during ping - unstable connection or blocking by antivirus.
  • State Radio status: Hardware Off — the adapter is physically disconnected.
What should I do if the adapter is not showing up in Device Manager?

This could mean the Wi-Fi module is disabled in the BIOS/UEFI, is physically damaged, or the drivers are not installed. Try:

1. Enter the BIOS (usually the key F2, Del or Esc when loading) and find the section Advanced → Onboard Devices → Wireless LAN (should be Enabled).

2. Connect an external USB Wi-Fi adapter - if it works, the problem is in the internal module.

3. Check if the Wi-Fi indicator on the laptop case is lit (on some models HP And Dell it can be turned off by a hardware button).

Step-by-step solutions: from simple to complex

1. Reset network and TCP/IP settings

This method helps if the problem is caused by IP address conflict or damage to network settings. Run in the command line (Win + R → cmd → Ctrl+Shift+Enter):

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing the commands restart your computerIf the network still doesn't work, proceed to the next step.

2. Manual IP and DNS assignment

Sometimes Windows cannot automatically obtain an IP address from the router (error DHCP). To fix this:

  1. Open Settings → Network & Internet → Wi-Fi → Configure adapter settings.
  2. Right-click on your Wi-Fi connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
  3. Select Use the following IP address and enter:
    • IP address: 192.168.1.100 (or another free one in your subnet)
    • Subnet mask: 255.255.255.0
    • Default gateway: 192.168.1.1 (or your router's IP)
    • DNS: 8.8.8.8 And 8.8.4.4 (Google DNS)

Make sure your router is distributing IP addresses in the 192.168.1.x range (check this in the router's web interface)

Disable VPN or proxy servers

Try connecting to the network from another device (phone, tablet)

-->

3. Update or roll back the Wi-Fi driver

Outdated drivers are one of the most common causes of this error. To update them:

  1. Open device ManagerNetwork adapters.
  2. Find your Wi-Fi adapter (e.g. Realtek RTL8821CE or Intel AX201).
  3. Right click → Update driverAutomatic search.
  4. If updating doesn't help or Windows reports that the driver is up to date:

    • 🔄 Roll back the driver: right click → Properties → Driver → Roll Back Driver (if the button is active).
    • 📥 Install the driver manually from the website of the laptop or adapter manufacturer (for example, Intel, Realtek).

    4. Check Windows services

    Two services are critical to Wi-Fi operation:

    • WLAN AutoConfig (automatic wireless network setup)
    • DHCP client (getting an IP address)

To check their status:

  1. Click Win + R, enter services.msc.
  2. Find the services in the list and double-click on each one.
  3. Make sure that Launch typeAutomatically, A StateWorks.
  4. If the service is stopped, click Launch.

5. Changing the adapter's power settings

Windows can turn off the Wi-Fi adapter to save power, which leads to connection breaks. To fix this:

  1. Open device ManagerNetwork adapters.
  2. Right-click on the adapter → Properties → Power Management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

6. Reset the router to factory settings

If not a single device If your device (including phones and tablets) isn't connecting to your router, the problem is most likely with it. Try this:

  1. Click the button Reset on the back panel of the router (hold for 10-15 seconds).
  2. Connect to the network with the factory name (usually indicated on the router sticker).
  3. Reconfigure the router via the web interface (192.168.1.1 or 192.168.0.1).

Specific cases and rare causes

Error after Windows update

Major updates (e.g. transition from Windows 10 on Windows 11) often break compatibility with Wi-Fi drivers. Solutions:

  • 🔄 Roll back the update: Settings → System → Recovery → Go back to the previous version of Windows.
  • 📥 Installing the beta driver from the manufacturer's website (look for versions marked Windows 11 compatible).
  • 🛠️ Manual registry editing (for advanced users only!):
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
    

    Create a DWORD value EnableRSS with meaning 0

Conflict with antivirus or firewall

Some antiviruses (for example, Kaspersky, Avast, ESET NOD32) block network connections. Check:

  • 🛡️ Temporarily disable the antivirus (right-click on the tray icon → Suspend protection).
  • 🔥 Adding a network to the firewall exceptions (Settings → Update & Security → Windows Security → Firewall & Network Protection).
  • 📋 Checking the antivirus log for blocking (section Reports or Magazines).
How to check if your antivirus is blocking Wi-Fi?

1. Disable your antivirus completely.

2. Try connecting to the network.

3. If the connection works, the problem is in the antivirus settings. Add the network to the exceptions or change the program (for example, to Bitdefender, which conflicts with networks less often).

Problems with dual-band routers (2.4 GHz vs. 5 GHz)

If your router supports both bands, but Windows won't connect to one of them:

  • 📶 Try manually selecting the range in the router settings (disable Smart Connect or Band Steering).
  • 🔧 Set up separate names for 2.4 GHz and 5 GHz (e.g. MyWiFi_2G And MyWiFi_5G).
  • 🛠️ Update your router firmware (go to the web interface, section Administration → Firmware Upgrade).

Hardware malfunctions

If none of the methods helped, it is possible physical damage:

  • 🔌 Antenna problems (relevant for laptops with removable covers).
  • 🔥 Wi-Fi module overheating (typical for older laptops Lenovo And Acer).
  • Port damage (for example, after the device has fallen).

To check the hardware:

  1. Connect external USB Wi-Fi adapter (costs from 500 ₽). If it works, the problem is in the internal module.
  2. Check if the adapter is detected in Device Manager (if not, there may be a break in contacts).

What to do if nothing helps

If you have tried all the methods and still get the "Windows was unable to connect to Wi-Fi" error, try these extreme measures:

  • 🔄 System RestoreRevert Windows to a date when Wi-Fi was still working (Settings → System → Recovery → Reset this PC).
  • 📀 Clean installation of WindowsSave your data to an external drive and reinstall the system. This is guaranteed to solve the problem if it's software-related.
  • 🛠️ Replacing the Wi-Fi moduleFor laptops: Buy a compatible module (e.g. Intel AX200 for most modern models) and replace it yourself or at a service center.
  • 📡 Using alternative connection methods:
    • USB tethering from phone;
    • Powerline adapters (transmitting Internet via electrical wiring);
    • 4G/5G modem.
⚠️ Attention: If you suspect virus activity (for example, network connections are blocked for no apparent reason), before reinstalling Windows Necessarily check the system with Kaspersky Virus Removal Tool or Dr.Web CureIt! from a bootable flash drive. Some viruses (for example, Trojan.Win32.NetFilter) modify network settings at the kernel level.

Frequently asked questions about the "Windows was unable to connect to Wi-Fi" error

Why does Windows say "We can't connect to this network" even though the password is correct?

This error occurs not because of the password, but because of:

  • Incompatibilities of encryption types (for example, the router uses WPA3, and the adapter only supports WPA2). Solution: change the router settings Wireless Security Mode on WPA2-PSK.
  • MAC address blocking. Check the router's web interface section. MAC Filtering — your MAC must be on the allowed list.
  • IP conflict. Try manually assigning a static IP (see the section above).
Wi-Fi works on my phone, but not on my laptop. What's wrong?

If other devices connect normally, the problem is definitely with the laptop. Check:

  1. Wi-Fi driver (update or roll back).
  2. Adapter power settings (turn off power saving).
  3. Antivirus (temporarily disabling it may help).
  4. Hardware malfunction (connect an external USB adapter).

Also try connecting to a different network (for example, a mobile hotspot). If it doesn't work there either, the problem is with the laptop.

My Wi-Fi stopped working after updating Windows 11. How can I fix it?

Windows 11 updates often break driver compatibility. Solutions:

  • Roll back to the previous version (Settings → System → Recovery).
  • Install the driver from the laptop manufacturer's website (look for versions marked Win11).
  • Enable the service manually WLAN AutoConfig (see section above).
  • If your laptop is older than 2018, its Wi-Fi module may not support Windows 11. The solution is an external USB adapter.
Is it possible to fix the error without reinstalling Windows?

Yes, in 95% of cases, reinstallation is not required. Try:

  1. Network reset (Settings → Network & Internet → Status → Network reset).
  2. Uninstall and reinstall the Wi-Fi driver.
  3. Virus check (some malware modifies network settings).
  4. Creating a new Windows user (sometimes the problem is in the profile).

Reinstallation is a last resort if all other methods fail.

How do you know if your Wi-Fi module is burned out and needs to be replaced?

Signs of physical module failure:

  • Wi-Fi does not turn on at all (no response to button or combination Fn).
  • IN Device Manager The adapter is displayed as Unknown device or absent.
  • The laptop doesn't see it not a single one network, even after resetting the BIOS.
  • The external USB adapter works fine.

If any of the above points match, the module is most likely damaged. Replacement will cost between 1,500 and 4,000 rubles, depending on the model.