How to Connect Wi-Fi on Windows 10: 5 Proven Methods + Troubleshooting

Connecting to a wireless network on Windows 10 It seems like a simple task—until the system returns the error "Unable to connect to this network" or doesn't see any available access points at all. Even if you're an experienced user, nuances with adapter drivers, router settings, or network profile conflicts can catch you off guard. In this article, we'll explore all current connection methods — from the basic one via the tray icon to manual addition of the network via netsh, and we also diagnose typical problems that cause Windows 10 may "ignore" even a correctly entered password.

We will pay special attention to situations when:

  • 🔍 The laptop or PC does not see any networks, although Wi-Fi works on the phone;
  • 🔄 The connection constantly drops after 5-10 minutes;
  • 🔒 The system asks for the password again, although it is correct;
  • 📡 The Wi-Fi icon has a red cross through it.

All instructions are valid for Windows 10 version 22H2 and newer (including the 2026 updates), but most of the steps will work for Windows 11If you have an older build (before 1809), some menu items may differ—we'll warn you about this separately.

📊 How do you usually connect to Wi-Fi on Windows?
Via the tray icon
Settings → Network & Internet
Command line
Automatic (saved networks)
Another way

══════════════════════════════════════════════════════════════════════════

1. Basic method: connecting via the taskbar

The fastest method that works 90% of the time. Suitable if:

  • 📶 Your Wi-Fi adapter is turned on and working properly;
  • 🔑 You know the exact password for the network;
  • 🖥️ The router is broadcasting the network (the Wi-Fi indicator on it is on).

Steps:

  1. Click on the icon networks in the lower right corner of the screen (next to the clock). If it's not there, click the ↑ arrow to expand the hidden icons.
  2. Find your network in the list of available networks. If it's not there, check if the mode is enabled. Wi-Fi (button at the bottom of the panel).
  3. Click on the network name and press Connect.
  4. Enter your password and confirm. If your password is long, use the 👁️ button to view the characters.

After a successful connection, a message will appear next to the network name. Connected, and the tray icon will change to "signal" (📶). If you see "signal" instead Limited or No internet access — proceed to the troubleshooting section.

☑️ Check before connection

Completed: 0 / 4
⚠️ Note: If after entering your password the system displays "Invalid security key", try:
  • 🔠 Switch the keyboard layout (the password may have been entered in English, but you pressed the Russian one);
  • 📱 Make sure the case of the characters matches (e.g. Passwordpassword);
  • 🔄 Restart your router (sometimes encryption settings get lost).

══════════════════════════════════════════════════════════════════════════

2. Connecting via Windows Settings (alternative method)

If the network icon in the tray doesn't respond to clicks or isn't there at all, use the system settings. This method is also useful if you need manually add a hidden network (SSID of which is not broadcast).

Instructions:

  1. Open Start → Settings (⚙️) → Network & Internet → Wi-Fi.
  2. Make sure the slider is Wi-Fi transferred to position On.
  3. Click Show available networks — the same list as in the tray will open.
  4. Select a network and enter the password.

For hidden network:

  1. In the same menu, click Managing known networks.
  2. Click Add a new network.
  3. Enter the network name (SSID), select the security type (WPA2-Personal — the most common) and password.
  4. Check the box Connect automatically.
What is a hidden network (Hidden SSID)?

Hidden networks don't broadcast their name (SSID), so they aren't visible in the general list. This doesn't improve security (an attacker can detect such a network by analyzing traffic), but it does reduce the number of accidental connections. To connect to a hidden network, you need to know its exact name and password.

If the connection is not established after adding the network, check:

Problem Solution
The network remains connected but does not connect. Remove it from known networks and add it again.
Error "Failed to connect" Restart your router and PC
Constantly asks for a password Reset network settings in adapter settings
There is no "Wi-Fi" button in the settings Update or reinstall the adapter driver

══════════════════════════════════════════════════════════════════════════

3. Connecting via the command line (for experienced users)

A method for those who prefer CMD graphical interface or encounters errors like "WLAN AutoConfig service is disabled". It is also useful if you need to connect to a network without access to the desktop (for example, through Safe Mode).

Open Command Prompt as Administrator (Win + X → Command Prompt (Administrator)) and run:

netsh wlan show interfaces

This command will show the current status of the adapter. If the line State indicated disconnected, execute:

netsh wlan connect name="NETWORK_NAME"

For a network with a password:

netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi"

After connecting, check the status:

netsh wlan show profiles

If the command returns an error "No wireless interfaces", Means:

  • 🖥️ The adapter is physically disconnected (check the key on the laptop) Fn + F2/F12 - depends on the model);
  • 🔧 The driver is not installed or is damaged;
  • 🛠️ Service WLAN AutoConfig disabled (check in services.msc).

══════════════════════════════════════════════════════════════════════════

4. Troubleshooting: Why Windows 10 Won't Connect to Wi-Fi

Even with the correct password, connections may fail. Let's look at common causes and solutions.

4.1. "Can't connect to this network"

Most often the culprits are:

  • 🔄 IP address conflict (the router assigns the same IP address to another device);
  • 🔒 Mismatch of security type (for example, the router is configured to WPA3, and Windows tries to connect as WPA2);
  • ⚡ Adapter driver malfunction.

Solutions:

  1. Restart your router and PC.
  2. In the adapter parameters (Control Panel → Network → Change adapter settings) right click on Wi-Fi, select Properties → Internet Protocol Version 4 (TCP/IPv4) and check the boxes Obtain an IP automatically And Obtain DNS automatically.
  3. Update the adapter driver (see section 5).

4.2. Constant connection breaks

If the network connects but disappears after a few minutes, check:

  • 📡 Router channel: in densely populated areas, channels 1–6 often overloaded. Switch to 11–14 or use 5 GHz (if the router is dual-band).
  • 🔋 Power Saving Settings: Windows can disable the adapter to save battery power. Open Device Manager → Network Adapters → Your Wi-Fi Properties → Power Management and uncheck the box Allow this device to be disabled....
  • 🛡️ Antivirus or firewall: temporarily disable them and check the stability of the connection.
⚠️ Attention: If breaks occur precisely on Windows 10If the network works reliably on other devices (phone, tablet), the problem is almost certainly with the adapter driver. Try rolling it back to a previous version or installing the driver from the laptop manufacturer's website (not from Windows Update!).

4.3. The Wi-Fi icon has a red cross through it.

This means that:

  • 🔌 The adapter is disabled physically or software-wise;
  • 🔧 The driver is not installed or is damaged;
  • ☠️ Service WLAN AutoConfig not running.

Diagnostics:

  1. Check if the Wi-Fi indicator on your laptop is on (if it has one). HP, Lenovo And Dell there is often a separate button or combination Fn + F-key.
  2. Open device Manager (Win + X → Device Manager) and find the section Network adaptersIf there is a ↓ arrow next to your Wi-Fi adapter, right-click on it and select Engage.
  3. Check the service WLAN AutoConfig:
    1. Click Win + R, enter services.msc.
    2. Find a service WLAN AutoConfig Service.
    3. If it is stopped, click Launch and install Startup type: Automatic.

══════════════════════════════════════════════════════════════════════════

5. Update and reinstall the Wi-Fi adapter driver

Driver issues are one of the most common reasons for Wi-Fi not working. Even if Device Manager If the adapter is displayed without exclamation marks, the driver may be outdated or damaged.

How to update the driver:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section Network adapters.
  3. Find your Wi-Fi adapter (usually it has "wi-fi" in the name) Wireless, Wi-Fi, 802.11ac or brand name: Intel, Qualcomm Atheros, Realtek, Broadcom).
  4. Right click → Update driverAutomatic search.

If automatic search does not help:

  • 🌐 Download the driver from the official website of your laptop or adapter manufacturer. For laptops:
    • HP: support.hp.com
    • Lenovo: pcsupport.lenovo.com
    • Dell: dell.com/support
    • Asus: asus.com/support
  • 🔄 Uninstall the current driver (in Device ManagerRemove device), then install the downloaded one.
  • 🔧 If Wi-Fi has completely disappeared after the update, roll back the driver (Properties → Rollback).
⚠️ Warning: Never install drivers from third-party websites (like driverpack.io). They often contain malware or outdated versions. Use only official sources!

══════════════════════════════════════════════════════════════════════════

6. Additional settings: connection optimization

If your Wi-Fi connects but is unstable or slow, try these tweaks:

6.1 Changing the adapter operating mode

Some adapters (especially on laptops) default to power-saving mode, which reduces speed and stability. To fix this:

  1. Open device Manager.
  2. Find your Wi-Fi adapter, right-click → Properties.
  3. Go to the tab Additionally.
  4. Find the parameter Wireless Mode or 802.11n/ac Wireless Mode and set the value 802.11ac (if the router supports it) or 802.11n.
  5. Disable type options Green Field, U-APSD or Roaming Aggressiveness (they can cause lags).

6.2. Setting network priority

If you have multiple networks saved, Windows may not connect to the fastest one. To set the priority:

  1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
  2. Click on the desired network and select Properties.
  3. Enable the option Connect automatically when entering range.
  4. To remove unnecessary networks, click Forget.

6.3. Using 5 GHz instead of 2.4 GHz

Range 5 GHz It's less crowded and offers higher speeds, but has a smaller coverage area. To connect:

  • Make sure your adapter and router support 5 GHz (check specifications).
  • Enable broadcasting in your router settings. 5 GHz (usually in the section Wireless or Wi-Fi).
  • When connecting, select the network with the suffix _5G or 5GHz.

If after switching to 5 GHz The network has become unstable, please return to 2.4 GHz or try placing the router closer to the device.

══════════════════════════════════════════════════════════════════════════

7. Troubleshooting using Windows

The system has built-in tools for automatic problem detection. How to launch them:

7.1 Network Troubleshooter

  1. Open Settings → Update & Security → Troubleshoot → Additional troubleshooters.
  2. Select Internet connections or Network adapter and press Run the troubleshooter.
  3. Follow the instructions on the screen.

7.2. Commands for resetting network settings

If problems persist, please follow the steps in CMD (as administrator) the following commands in order:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After this, restart your PC.

7.3. Checking IP Conflicts

If there is a connection, but the Internet does not work, do the following:

ping 8.8.8.8

If you can ping but can't access websites, there's a DNS issue. Try manually entering Google's DNS:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-FiProperties.
  3. Select Internet Protocol version 4 (TCP/IPv4)Properties.
  4. Check the box Use the following DNS addresses and enter:
    8.8.8.8
    

    8.8.4.4

⚠️ Note: Router settings (such as MAC address filtering or device restrictions) may also block the connection. If you are not the network administrator, please check these settings with the router owner.

══════════════════════════════════════════════════════════════════════════

FAQ: Frequently asked questions about connecting to Wi-Fi on Windows 10

🔹 Why doesn't Windows 10 detect any Wi-Fi networks, even though they are available on my phone?

There are several reasons:

  • 🖥️ The adapter is disabled physically (using a button on a laptop) or in Device Manager.
  • 🔧 No driver or it is damaged (check in Device Manager - if the adapter is marked with an exclamation mark, update the driver).
  • ☠️ WLAN AutoConfig Service disabled (start it through services.msc).
  • 📡 The router is set to 5 GHz, and your adapter only supports 2.4 GHz (or vice versa).

Start by checking the adapter: if in Device Manager no section Network adapters or your Wi-Fi is not there, the problem is in the driver or hardware.

🔹 How to connect to Wi-Fi without a password (if you lost it)?

If you have access to the router, you can:

  1. Connect to it via cable (LAN) and go to the web interface (usually at the address 192.168.0.1 or 192.168.1.1).
  2. In the section Wireless or Wi-Fi view (or change) password.

If you can't access the router, but you've previously connected to this network on this PC:

  1. Open CMD on behalf of the administrator.
  2. Run the command:
    netsh wlan show profile name="NETWORK_NAME" key=clear
  3. In the section Security parameters find the line Key content - this is the password.

⚠️ Note: Retrieving the password this way is only possible if you've previously connected to the network on this device. Hacking other people's networks is illegal!

🔹 Is it possible to connect to Wi-Fi via a USB modem (from a phone)?

Yes, if your phone supports the mode USB modem (i.e., sharing the Internet via USB). To do this:

  1. Connect your phone to your PC via USB cable.
  2. Turn on the modem mode on your phone (Settings → Hotspot & Tethering → USB Tethering).
  3. On PC in Device Manager a new network connection will appear (usually Remote NDIS).

Windows 10 will automatically connect to this network. Speeds will be higher than over Wi-Fi, and your phone's battery will drain more quickly.

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

A common problem after major updates (for example, with 21H2 on 22H2). Reasons:

  • 🔄 The adapter driver has reset. to standard (non-optimized).
  • ☠️ Conflict with new components