Connecting to a wireless network on Windows 11 It seems like a simple task—until you encounter errors like "Unable to connect to the network" or no visible networks. This article will help not only beginners, but also those who have switched from Windows 10 and haven't gotten used to the updated interface yet. We'll cover all current connection methods, including hidden networks, and provide specific recommendations for troubleshooting common issues.
Peculiarity Windows 11 — stricter requirements for network adapter drivers. If your laptop or PC can't see the network after an OS update, the problem is most often not with the router, but with the software. In this guide, you'll find proven diagnostic methods and solutions that work on version 23H2 and newer. For those who prefer to configure the network via the command line, we've prepared a separate section with useful commands.
1. Basic method: connecting via the taskbar
The fastest method is to use the network icon in the lower right corner of the screen. This method works for 90% of users and takes no more than 30 seconds with a stable router signal.
Steps to connect:
- 📶 Click on Wi-Fi icon (or network) icon in the taskbar next to the clock. If the icon isn't there, expand the hidden icons by clicking the ^ arrow.
- 🔍 In the list of available networks, find your router's name (SSID). This is usually found on the device's label.
- 🔒 Click on the network name, enter password (if required) and confirm the connection.
- ✅ Wait until the message "Connected" appears under the network name.
If your network does not appear in the list, check:
- 🔌 Is Wi-Fi enabled on the device itself (physical button or key combination, for example)
Fn+F2on laptops Lenovo or HP). - 📡 Is the router working (the indicators should be steady, not flashing red).
- 🛡️ Is the network hidden in the router settings (more on this in the next section).
2. Connecting to a hidden Wi-Fi network
Some routers are configured not to broadcast the network name (SSID). This is done for security reasons, but it makes connecting new devices more difficult. Windows 11 There is a separate mechanism for this.
Connection instructions:
- Open
Settings → Network and Internet → Wi-Fi. - Click "Managing Known Networks".
- Select Add Network.
- Enter:
- 📛 Network name (SSID) — the exact name of the hidden network (case sensitive!)
- 🔐 Security type - usually
WPA2-PersonalorWPA3-Personal - 🔑 Security key — network password
If you don't know the exact network name or security type, check the sticker on your router or go to its web interface (usually at 192.168.0.1 or 192.168.1.1). Login and password for entry - admin/admin or indicated on the same sticker.
What should I do if I can't connect to a hidden network?
Try temporarily making the network visible in your router settings (disable the "Hide SSID" option), connect, and then hide it again. Also, check if your antivirus or Windows Firewall is blocking the connection.
3. Connecting via the command line (for advanced users)
This method is useful if the graphical interface does not work or you need to automate the connection. We use the utility netsh, built into Windows.
Step-by-step instructions:
- Open Command line as administrator (click
Win + Xand select the appropriate item). - View the list of available networks:
netsh wlan show networks - Connect to the desired network (replace
NETWORK_NAMEAndPASSWORDto current ones):netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi"For networks with a password:
netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi" key=clear:"PASSWORD"
To save a network to automatically connect in the future, use:
netsh wlan add profile filename="C:\path\to\file.xml"
Where xml file - exported network profile (can be created via Settings → Network & Internet → Wi-Fi → Manage known networks → Export).
4. Troubleshooting connection issues
If Windows 11 If you are unable to connect to the network or are constantly losing connection, use this table to diagnose:
| Symptom | Possible cause | Solution |
|---|---|---|
| The network is not displayed in the list. | The Wi-Fi adapter or driver is disabled. | Check it out Device Manager → Network AdaptersIf there's a yellow triangle next to the adapter, update the driver. |
| "Unable to connect to the network" | Incorrect password or security type | Make sure the password is entered correctly (case-sensitive!). Check the security type in your router settings. |
| Constant connection breaks | Interference from other devices or weak signal | Change the Wi-Fi channel in your router settings (1, 6, or 11 are recommended for 2.4 GHz). Use 5 GHz if your device supports it. |
| Limited network access (no internet) | DHCP or IP address issues | Run in command line:
|
If the problem is not solved, try reset the TCP/IP stack:
netsh int ip reset
netsh winsock reset
After executing the commands, restart your computer.
Checking if the adapter is enabled in Device Manager
Updating the network card driver
Rebooting the router
Checking the correctness of the password
Reset TCP/IP settings-->
5. Setting Wi-Fi network priority
Windows 11
automatically connects to the network with the strongest signal, but sometimes this is inconvenient. For example, if you have two networks—Home_2.4G And Home_5G, but you prefer to always use 5GHz for speed.
How to set priority:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Select the network you want to prioritize and click "Properties".
- Enable the option "Connect automatically when entering range."
- To ensure that a network connects first, disable automatic connection for other networks or remove them from the list.
- 🔧 Open
device Manager(clickWin + Xand select the appropriate item). - 🖥️ Expand the section Network adapters.
- 🔄 Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi or a brand name, for example Intel AX200 or Qualcomm Atheros).
- 📥 Right click and select Update Driver → Automatic search.
- For laptops: Lenovo, HP, Dell, Asus have their own support centers.
- For individual adapters: Intel, Qualcomm, Broadcom.
- 📶 Use range 5 GHz instead of 2.4 GHz (less interference, higher speed, but smaller coverage area).
- 🔄 In your router settings, select the channel with the least load (use applications like Wi-Fi Analyzer for analysis).
- 🖥️ Turn it off bandwidth limitation V Windows:
- Open
Settings → Network & Internet → Advanced network settings → Adapter settings. - Right-click on your Wi-Fi connection → "Properties".
- Click "Tune" and the tab "Additionally".
- Find the parameter "802.11n/ac Wireless Mode" and set the value "Auto" or maximum (for example,
VHT80for 5 GHz).
- Open
- 🔌 Disable power saving for your Wi-Fi adapter:
- IN
Device ManagerOpen the adapter properties. - Go to the tab Power Management.
- Uncheck the box "Allow the computer to turn off this device to save power".
If the speed remains low, check the QoS settings on your router—traffic may be limited for certain devices.
8. Security: How to protect your Wi-Fi connection
Open or poorly secured networks are vulnerable to hacking. Windows 11 There are several ways to improve security:
- 🔐 Use WPA3 instead of WPA2 (if your router supports it). This is a new encryption standard that is resistant to most attacks.
- 🛡️ Turn it off WPS in the router settings - this protocol has critical vulnerabilities.
- 📡 Hide your SSID only if absolutely necessary (this doesn't significantly increase security, but it can make it more difficult for legitimate devices to connect).
- 🔄 Update your router firmware regularly (every 3-6 months).
- 🚫 Set up MAC address filtering (although this is not a panacea, since MAC can be counterfeited).
- IN
Important: If you frequently move between different networks (home, work, cafe), disable automatic connection for all but your primary network. This will prevent accidental connections to unsecured networks.
6. Updating network adapter drivers
Outdated or corrupted drivers are one of the main causes of Wi-Fi problems in Windows 11Manufacturers regularly release updates, especially after major OS updates.
How to update the driver:
If Windows If you can't find any updates, download the driver from the official website of your laptop or adapter manufacturer:
7. Optimize Wi-Fi speed in Windows 11
Even if the connection is established, the speed may be slower than expected. Here are some ways to improve it:
IN Windows 11 can also be turned on network-specific firewall:
- Open
Settings → Privacy & Security → Firewall & Network Protection. - Select "Additional options" (requires administrator rights).
- In the section Inbound Rules Create a new rule to block unwanted connections.
⚠️ Attention: Router security settings may vary depending on the model and firmware. Always consult the manufacturer's official documentation, especially when setting up WPA3 or disabling WPS.
FAQ: Frequently asked questions about connecting to Wi-Fi in Windows 11
My laptop can't connect to the internet after upgrading to Windows 11. What should I do?
Most likely, the problem is with the Wi-Fi adapter driver. Try:
- Roll back the driver via
device Manager(adapter properties → "Driver" tab → "Roll back driver"). - Install the driver from the official website of the laptop manufacturer (not through Windows Update).
- If the adapter is from Intel, use the utility Intel Driver & Support Assistant for automatic updates.
If nothing helps, check if the adapter is disabled in BIOS/UEFI.
How do I connect to Wi-Fi without a password (if it's saved on another device)?
There are two ways:
- Via QR code: On a device that is already connected to the network, generate a QR code (in the Wi-Fi settings on Android or through special applications). Windows 11 scan it with your camera or app Microsoft Lens.
- Via profile export: On the device with the saved password, export the network profile (as described in the command line section) and import it to the new PC.
⚠️ Attention: Sharing passwords through third-party services (messengers, cloud storage) is unsafe. Use only local methods.
⚠️ Attention: Sharing passwords through third-party services (messengers, cloud storage) is unsafe. Use only local methods.
Why does Windows 11 keep losing Wi-Fi connection?
Common causes:
- Power saving turns off the adapter (disable it as described in the speed optimization section).
- Interference from other networks (change the channel on the router to 1, 6 or 11 for 2.4 GHz).
- Driver incompatibility with the latest updates Windows (check the manufacturer's website for updates).
- Problems with the router (overheating, outdated firmware).
For diagnostics, open Windows Event Log (eventvwr.msc) and check for errors in the section Windows Logs → Systemrelated to WLAN-AutoConfig.
Is it possible to connect to Wi-Fi via a USB adapter if the built-in one is broken?
Yes, for this:
- Buy an external one USB Wi-Fi adapter (recommended models: TP-Link TL-WN823N, ASUS USB-AC56).
- Connect it to a USB port and install the driver from the disk or from the manufacturer's website.
- IN
Settings → Network and InternetSelect a new network and connect as usual.
USB adapters often support more modern standards (eg. Wi-Fi 6) than the built-in modules in older laptops.
How to share Wi-Fi from a laptop on Windows 11?
To do this:
- Open
Settings → Network & Internet → Mobile Hotspot. - Select Internet Connection Sharing (usually
Ethernetor another Wi-Fi). - Ask network name And password (minimum 8 characters).
- Enable the option Mobile Hotspot.
If the distribution does not work, check if your Wi-Fi adapter supports the mode AP (Access Point)Some adapters require additional software, such as Connectify Hotspot.