"Can't connect to this network" Wi-Fi error on Windows 10: A full breakdown

You are trying to connect to your favorite network. Wi-Fi, But Windows 10 stubbornly displays the message: "Can't connect to this network". At the same time, other devices - a smartphone, tablet or laptop on macOS — They work without any problems. What's wrong? Why does the system ignore the password, freeze when trying to obtain an IP address, or not detect the network at all after an update?

This error is one of the most common in Windows 10, and its causes can lie in both the OS settings itself and problems on the router side. We analyzed 12 Key ScenariosWe've compiled a list of proven solutions, ranging from basic (rebooting the router) to advanced (manually editing the registry). Important: Not all methods are universal, so read the description of each cause to avoid wasting time.

If you are in a hurry, take advantage of it. FAQ at the end of the article or check first the most common culprits:

  • 🔄 Outdated Wi-Fi adapter drivers (especially after Windows update).
  • 🔒 Incorrect security type (for example, the router works on WPA3, and the adapter only supports WPA2).
  • 📡 IP address conflict (DHCP does not issue an address or issues an incorrect one).
  • 🛠️ WLAN AutoConfiguration Service Problems (often after a "dirty" shutdown of the PC).
📊 How often do you encounter Wi-Fi problems on Windows 10?
Rarely, 1-2 times a year
Often, once a month
Constantly, several times a week
Never, everything works stably.

1. Checking basic parameters: router, adapter, network visibility

Before digging deep into the settings Windows 10, make sure the problem isn't hardware-related. Start with the simplest:

  • 🔌 Reboot your routerUnplug it from the power outlet for 30 seconds, then plug it back in. Wait until it fully boots up (the indicators should be steady).
  • 📶 Check network visibilityIf your network doesn't appear in the list, it may be hidden (SSID hidden) or disabled in the router settings.
  • 💻 Make sure Wi-Fi is enabled on your PC.Some laptops have a physical switch or key combination (e.g. Fn + F2).
  • 🔄 Try connecting to a different networkIf the error persists, the problem is with the adapter or OS. If not, the router is to blame.

If the network appears after rebooting the router, but disappears again after a while, check Wi-Fi channel in the router settings. It may be overloaded with neighboring networks. Optimal channels for 2.4 GHz: 1, 6, 11. For 5 GHz Choose channels with less load (you can check through applications like Wi-Fi Analyzer).

⚠️ Attention: If the router issues IP addresses in the range 169.254.x.x — this is a sign of a DHCP failure. Try manually entering the IP address (see section 4) or rebooting the router.

2. Update or roll back Wi-Fi adapter drivers

Outdated, corrupted or incompatible drivers - leader among reasons mistakes "Can't connect to this network". This is especially relevant after major updates. Windows 10 (for example, switching to version 22H2).

To update the driver:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the branch Network adapters.
  3. Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. Right click → Update driverAutomatic search.

If Windows reports that the driver is up to date, but the problem persists:

  • 🔍 Install the driver manuallyDownload it from the laptop or adapter manufacturer's website (not from Microsoft Update!).
  • 🔄 Roll back the driver. In the same menu, select Properties → Driver → Roll Back Driver (if the button is active).
  • 🗑️ Remove the driver completely, then restart your PC - Windows will reinstall it.

For adapters Intel And Realtek often helps clean installation drivers from the official website. For example, for Intel Wi-Fi 6 download the package PROSet/Wireless Software, not just a driver.

Download the driver from the manufacturer's website | Remove the old driver via Device Manager | Disable automatic driver updates in Windows Update | Restart the PC after installation -->

3. Conflict of security and encryption types

Windows 10 may refuse to connect to the network if the security or encryption type is not supported by the adapter. For example:

  • The router is configured to WPA3, and your adapter only works with WPA2.
  • It's enabled in the router settings. AES, and the adapter only supports TKIP (obsolete standard).
  • Mixed mode is used WPA2/WPA3, which may cause conflicts.

To check and change settings:

  1. Open your router's control panel (usually at 192.168.0.1 or 192.168.1.1).
  2. Find the section Wireless network (or Wireless Settings).
  3. Check the parameters:
    • Security type: install WPA2-PSK (the most compatible option).
    • Encryption: select AES (Not TKIP or Auto).
    • Network mode: For 2.4 GHz select 802.11n (or 802.11b/g/n), For 5 GHz802.11ac.
  • Save the settings and reboot the router.
  • If after the changes the network became available, but the speed dropped, go back to the settings and try to turn it on WPA3 in mode Transition Mode (compatible with WPA2).

    ⚠️ Attention: Some adapters (especially older ones) do not support WPA3 And 802.11ax (Wi-Fi 6). If the network connection disappears after changing the settings, restore the previous settings and update the adapter driver.
    Security type Compatibility with Windows 10 Recommendations
    WPA3-Personal Supported with update 1903, but may require new drivers. Use in mode Transition Mode for compatibility with WPA2
    WPA2-PSK (AES) Full compatibility The optimal choice for most devices
    WPA2-PSK (TKIP) Outdated, may cause errors Avoid, use only if adapter does not support AES
    WEP Unsafe, blocked by Windows by default Replace with WPA2 or higher

    4. Manual IP and DNS Configuration: When DHCP Doesn't Work

    If Windows 10 cannot obtain an IP address automatically (error "Connection is limited" or "No internet access"), try entering the parameters manually. This is relevant if:

    • 🔄 The router does not issue an IP address (DHCP failure).
    • 📡 The IP address conflicts with another device on the network.
    • 🔒 The provider's DNS servers are unavailable.

    Setup instructions:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network → Properties.
    3. Scroll to section IP settingsChange.
    4. Please specify manually:
      • IP address: 192.168.0.X (where X is a number from 10 to 254, not occupied by other devices).
      • Subnet mask: 255.255.255.0.
      • Gateway: 192.168.0.1 (or 192.168.1.1, see router settings).
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).

    After applying the settings, reconnect to the network. If the internet works, the problem was with DHCP or DNS. To restore automatic IP acquisition, select [Automatic IP Address] in the same settings. Obtain an IP address automatically.

    How to find out a free IP address on the network?

    Open Command Prompt (Win + R → cmd) and enter:

    arp -a

    View the list of devices and their IP addresses. Select a free address within your subnet range (for example, if the gateway 192.168.0.1, take it 192.168.0.100).

    5. Reset network settings and Windows services

    If the previous methods did not help, the problem may lie in system services or lost settings Windows 10Start by resetting the TCP/IP stack:

    1. Open Command prompt as administrator (Win + X → Command Prompt (Administrator)).
    2. Execute the commands in order:
      netsh winsock reset
      

      netsh int ip reset

      ipconfig /release

      ipconfig /renew

      ipconfig /flushdns

    3. Restart your PC.

    If the reset does not help, check the operation of key services:

    1. Click Win + R, enter services.msc.
    2. Find services:
      • WLAN AutoConfig Service (WLAN AutoConfig) - should be included.
      • Network connections (Network Connections) — launch type Auto.
      • DHCP client - If disabled, enable it.
  • If the service is disabled, right-click → Launch.
  • To completely reset network settings:

    1. Go to Settings → Network & Internet → Status → Network reset.
    2. Click Reset now and confirm the action.
    3. After rebooting, you will have to re-enter passwords for Wi-Fi networks.
    4. ⚠️ Attention: Resetting your network will delete all saved Wi-Fi passwords, VPN profiles, and proxy settings. If you're using a corporate network, please contact your administrator for connection details.

      6. Problems with power saving and Wi-Fi adapter modes

      Windows 10 aggressively optimizes energy consumption, which sometimes leads to disabling the Wi-Fi adapter in the background. This manifests itself like this:

      • The network periodically "falls off".
      • Connection occurs only after a reboot.
      • Internet speed drops sharply.

    To disable power saving for an adapter:

    1. Open device ManagerNetwork adapters.
    2. Right-click on your Wi-Fi adapter → Properties.
    3. Go to the tab Power management.
    4. Uncheck the box Allow the computer to turn off this device to save power.
    5. Click OK and restart your PC.

    For adapters Intel additionally check the settings in Intel PROSet/Wireless Control Panel (if installed):

    • Open the panel via Start → Intel PROSet.
    • Go to Additional settings.
    • Disable options:
      • Roaming Aggressiveness (install Lowest).
      • Transmit Power (install Highest).
      • Wireless Mode (select 802.11n instead of Auto).

    If after the changes the network has become more stable, but the speed has dropped, return it Wireless Mode V Auto and experiment with router channels.

    7. Conflicts with antiviruses, VPNs, and firewalls

    Security programs (antiviruses, firewalls, VPN clients) often block network connections, considering them suspicious. If an error occurs "Can't connect to this network" appeared after installing new software - check its settings.

    What to do:

    • 🛡️ Temporarily disable your antivirus (For example, Kaspersky, Avast, ESET) and try connecting again.
    • 🔥 Check Windows Firewall:
      1. Open Control Panel → Windows Firewall → Allow interactions....
      2. Make sure the boxes for your network are checked. Private And Guestbook.
    • 🌐 Disable VPNSome clients (for example, NordVPN or ProtonVPN) change network routes, which leads to conflicts.
    • 🔄 Reset network settings in your antivirus. IN Kaspersky this is done through Settings → Network → Reset.
    • If the network works after disabling the antivirus, add it to exceptions or configure firewall rules manually. For example, in Avast:

      1. Open Settings → Security → Firewall.
      2. Add a new rule for your Wi-Fi adapter (allow all traffic).
      ⚠️ Attention: Don't leave your antivirus disabled for too long! After testing, re-enable it and configure exclusions.

      8. Router problems: overload, incompatibility, hardware failures

      If none of the methods helped, the problem may be on the side routerHere are typical scenarios:

      • 📡 Channel congestionToo many devices are connected to the same network.
      • 🔄 Firmware failureAfter the update, the router is unstable.
      • 🛠️ Incompatibility of standardsFor example, the router operates in the mode 802.11ax, and the adapter is only 802.11n.
      • 🔌 Hardware failureOverheating, damage to antennas or ports.

      Diagnostics and solutions:

      • 🔍 Check your router logs. Go to the web interface (192.168.0.1) and find the section System Log or MagazineLook for errors like DHCP lease failed or Authentication timeout.
      • 🔄 Reset your router to factory settings. Click the button Reset for 10 seconds (usually it is recessed into the body).
      • 📥 Update your router firmwareDownload the latest version from the manufacturer's website and install it via the web interface.
      • 📡 Change the Wi-Fi operating modeIf the router supports Wi-Fi 6, try switching to 802.11n (in wireless network settings).

      If the router is old (for example, TP-Link TL-WR841N or D-Link DIR-300), it may not be able to handle modern workloads. In this case, the following will help:

      • 🔧 Disabling QoS features (if they are enabled).
      • 📶 Reducing channel width to 20 MHz (instead of 40 MHz) for 2.4 GHz.
      • 🔄 Replacing the router to a more modern model (for example, ASUS RT-AX55 or Xiaomi AX3000).

      FAQ: Frequently Asked Questions about Wi-Fi Connection Errors

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

      This is typical for conflict of security types (for example, the router is configured to WPA3, and the adapter only supports WPA2). The following may also be to blame:

      • Outdated adapter drivers.
      • Service failure WLAN AutoConfig.
      • Blocked by antivirus (check Kaspersky or Avast).

      Solution: Update the driver, reset the network, or change the router's security type to WPA2-PSK (AES).

      🔹 How do I know if my adapter supports Wi-Fi 6 (802.11ax)?

      Open Device Manager → Network Adapters and look at the model. If the name contains:

      • AX (For example, Intel Wi-Fi 6 AX200) - supports Wi-Fi 6.
      • AC (For example, Qualcomm Atheros QCA6174) - supports Wi-Fi 5 (802.11ac).
      • N (For example, Realtek RTL8188EE) - only Wi-Fi 4 (802.11n).

      You can also check the adapter specifications on the manufacturer's website.

      🔹 Why did Wi-Fi stop working after the Windows 10 update?

      Updates frequently reset drivers or change power saving settings. Try:

      1. Roll back the adapter driver (Device Manager → Properties → Driver → Roll Back Driver).
      2. Install the driver from the manufacturer's website (not via Windows Update!).
      3. Disable power saving for the adapter (see section 6).

      If it doesn't help, do the following network reset (Settings → Network & Internet → Network reset).

      🔹 Can a virus cause a Wi-Fi connection error?

      Yes, some viruses (eg. trojan-win32) change network settings or block access. Signs of infection:

      • Constant redirects to strange sites.
      • Unknown processes in Task Manager (For example, svchost.exe with high load).
      • Changed proxy settings (Settings → Network & Internet → Proxy).

      Solution: Scan your PC Malwarebytes or Dr.Web CureIt, then reset the network.

      🔹 How do I connect to Wi-Fi if Windows 10 doesn't detect it?

      If the network does not appear in the list, try:

      1. Enable display of hidden networks (Settings → Wi-Fi → Manage known networks → Add new network).
      2. Change Wi-Fi region in the router settings (for example, with Russia on Europe).
      3. Update the adapter driver or test its operation on another PC.
      4. Disable MAC address filtering in the router (if enabled).

      If the network is still not visible, the problem is hardware failure adapter or router.