Connecting to a wireless network on a laptop with Windows 10 It seems like a simple task—until you encounter a missing Wi-Fi icon in the system tray, authentication errors, or "limited access." This guide covers all scenarios: from a basic connection to a new network to manually adding hidden access points and troubleshooting. We'll cover not only the standard taskbar route, but also alternative methods (for example, Parameters or Command line), and we will also explain why a laptop may not “see” the network, although it is there.
We will pay special attention to hidden Wi-Fi networks — adding them requires manual entry of the SSID, which often raises questions among users. You will also find a table with decoding of connection error codes (for example, 0x80070035 or 1068) and a checklist for checking adapter drivers. If you encountered the problem after updating Windows or changing your router, the article contains a section with current solutions for 2026–2027.
1. Basic method: connecting via the taskbar
The fastest method is to use the network icon in the lower right corner of the screen. If it's missing, check if your Wi-Fi adapter is enabled (read how to do this in in the section about drivers).
Step-by-step instructions:
- 🔍 Click on the icon Wi-Fi (or Net) in the system tray next to the clock. If you don't see it, try clicking the "^" arrow to expand hidden icons.
- 📡 Select the desired network from the list of available networks. If the network is not listed, make sure the router is turned on and broadcasting the SSID (on some models, for example, ASUS RT-AX88U, network name broadcasting is disabled by default).
- 🔑 Enter the password (if the network is secured) and click ConnectFor networks with
WPA3You may need to update your adapter driver. - ✅ Wait until the status is "Connected." If an error occurs, see troubleshooting section.
⚠️ Attention: If you receive the message "We can't connect to this network" after entering your password, try:
- Reboot the router (turn off the power for 30 seconds).
- Make sure that the router is not in the "Secure Mode" mode.
MAC filtering(it blocks unknown devices). - Please check that your password is not a typo (case sensitive!).
2. Adding a hidden Wi-Fi network manually
Hidden Networks (hidden SSID) don't broadcast their name, so they can't be selected from the list. To connect to such a network, you'll have to enter the information manually. This method is also useful if Windows 10 doesn't "see" your network, even though it exists.
Step-by-step instructions:
- Open
Settings → Network and Internet → Wi-Fi. - Click Managing known networks, then - Add a new network.
- In the field Network name Enter the SSID (e.g.
my_hidden_wifi). Make sure the register matches your router settings. - Select Security type:
- 🔒
WPA2-Personal(recommended for most routers). - 🔓
No authentication(for open networks only). - 🛡️
WPA3-Personal(if the router supports, for example, TP-Link Archer AX6000).
- 🔒
The network name (SSID) was entered correctly|
The security type matches the router settings|
The password was copied from a trusted source (not from messenger messages)|
AP Isolation mode is disabled on the router.
-->
⚠️ Attention: If the connection fails after saving the network, check your router settings. On some models (for example, Keenetic) for hidden networks, you need to enable the "Allow hidden clients to connect" option in the section Wi-Fi → Additional settings.
3. Connecting via Windows Settings (alternative method)
If the Wi-Fi icon disappears from the taskbar or does not respond to clicks, use the section ParametersThis method is also useful if you prefer to configure the network through the interface rather than through the tray icon.
How to do it:
- 🖥️ Click
Win + Ito open Windows Settings. - 🌐 Go to
Network and Internet → Wi-Fi. - 🔄 Turn on the switch Wi-Fi (if it is turned off).
- 📋 In the "List of networks" section, select the desired one or click Hidden network (for manual adding).
- 🔐 Enter your password and confirm the connection.
If you see the message "Wi-Fi is disabled" in this section, it may be due to the following reasons:
| Cause | Solution |
|---|---|
| The adapter is physically disconnected (using the button on the laptop case) | Click Fn + antenna key (For example, F2 or F12 — depends on the model). |
| The adapter driver is not installed or is corrupted. | Update driver via device Manager (see section below). |
Service WLAN AutoConfig disabled |
Run it through services.msc (instructions in the section on errors). |
| Airplane mode is on | Turn it off in Settings → Network & Internet → Airplane Mode. |
Via the tray icon|
Via Windows Settings|
Via command line|
Another way-->
4. Checking and updating the Wi-Fi adapter driver
If your laptop doesn't detect any networks or constantly loses connection, the problem may lie with the network adapter driver. This is especially true after major Windows updates (for example, 22H2 or 23H2), which sometimes reset the settings.
How to check and update the driver:
- Open
device Manager(clickWin + Xand select the appropriate item). - Expand the section Network adapters.
- Look for devices with names like
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - Right click on the adapter and select Update driver → Automatic search.
- If Windows does not find updates, download the driver from the laptop manufacturer's website (for example, Lenovo Support or HP Software & Drivers) or from the adapter manufacturer's website (Intel, Broadcom).
How to find out the model of a Wi-Fi adapter?
Open Command line (Win + R → enter cmd → Enter) and run the command:
wmic nic where "NetConnectionStatus=2" get Name, Manufacturer
In the results, find the line with the mention Wireless - this is your adapter.
⚠️ Attention: If your Wi-Fi stops working completely after updating your driver, roll it back:
- IN
Device ManagerRight click on the adapter. - Select Properties → Driver → Roll Back Driver.
- If the button is inactive, remove the device (right button → Delete), then restart your laptop - Windows will install the driver automatically.
5. Connecting via Command Line (for advanced users)
This method is useful if the Windows graphical interface isn't working correctly or if you need to quickly connect to the network without unnecessary clicks. It's also useful for automating connections using scripts.
Instructions:
- Open
Command lineas administrator (Win + X→Terminal (Administrator)). - View the list of available networks:
netsh wlan show networksIf the list is empty, make sure the adapter is enabled (see the section on drivers).
- Connect to the network (replace
SSIDAndPASSWORDto your data):netsh wlan connect name="SSID" ssid="SSID"For networks with a password, save the profile first:
netsh wlan add profile filename="C:\path\to\profile.xml"(file
profile.xmlcan be created throughSettings → Network & Internet → Wi-Fi → Manage known networks → Export).
Sample file profile.xml for the network my_wifi with a password 12345678:
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"><name>my_wifi</name>
<SSIDConfig>
<SSID>
<name>my_wifi</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>12345678</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
6. Common mistakes and their solutions
Even after entering the correct password, the connection may not work. Below is a table of common errors and solutions.
| Error code/message | Cause | Solution |
|---|---|---|
Unable to connect to this network |
Incorrect password, MAC filtering on the router, incompatible security type |
|
Limited access or No internet access |
DHCP issues, incorrect IP settings, provider failure |
|
0x80070035 or The network path was not found. |
Service failure WLAN AutoConfig or driver conflict |
|
1068 or Failed to start the service |
Dependent services are disabled (eg. Plug and Play) |
Enable dependent services via services.msc. |
⚠️ Attention: If after updating Windows 10 to version 22H2 or newer Wi-Fi has disappeared, check the adapter's power saving settings:
- Open
device Manager. - Right-click on the Wi-Fi adapter → Properties → Power Management.
- Uncheck the box Allow the computer to turn off this device to save power.
7. Additional settings for a stable connection
If your Wi-Fi connects but drops frequently or is slow, try optimizing your settings.
Recommendations:
- 📶 Change the Wi-Fi channel on your router (in the settings)
Wireless → Channel). Channels1,6And11are usually less busy. - 🔄 Update your router firmware (on the manufacturer's website, for example, Netgear or Zyxel).
- 🖧 Turn off the feature
802.11r(Fast Roaming) in the router settings if the laptop does not support it. - 🛡️ Turn on
WMM(Wi-Fi Multimedia) for traffic prioritization.
How to check Wi-Fi channel load?
Use utilities like Wi-Fi Analyzer (Android) or inSSIDer (Windows). They will show which channels are occupied by neighboring networks and help you choose the freest one.
⚠️ Attention: On some laptops (eg. Dell XPS or HP Spectre) built-in module Killer Wireless, which may conflict with standard drivers. In this case:
- Download the driver from the website Killer Networking (not from Dell/HP website!).
- Uninstall the current driver via
device Manager. - Install the downloaded driver and restart your laptop.
FAQ: Frequently Asked Questions
🔹 Why can't my laptop see my Wi-Fi network even though it's connected?
Possible reasons:
- The router does not broadcast the SSID (hidden network - add it manually).
- The Wi-Fi adapter is disabled (check
Fn + antenna key). - The adapter driver is outdated or corrupted (update it).
- The router is operating in the mode
802.11ac(5 GHz), and the laptop adapter only supports802.11n(2.4 GHz).
Solution: Try connecting to the router via cable and check its settings. If the issue is with the frequency, change the Wi-Fi mode on the router to Mixed (2.4 + 5 GHz).
🔹 How to connect to Wi-Fi without a password (if you lost it)?
If you have access to the router:
- Connect to it via cable.
- Open in browser
192.168.1.1or192.168.0.1(default logins/passwords are usuallyadmin/adminor indicated on the router sticker). - Go to
Wireless → Securityand see the current password.
If there is no access, reset the router to factory settings (button Reset on the back panel) and set it up again.
🔹 Is it possible to connect to Wi-Fi via a USB modem?
Yes, if you have:
- 📱 USB modem (For example, Huawei E3372) - connect it to your laptop, and Windows will automatically install the drivers.
- 📵 Smartphone in modem mode — turn it on
Modem modein your phone settings and connect it via USB or Bluetooth.
For stable operation, please disable other network connections (Ethernet, Wi-Fi) Settings → Network & Internet.
🔹 Why doesn't Wi-Fi connect automatically after sleep/hibernation?
This is a typical Windows 10 problem. Solutions:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Select your network → Properties → turn on Connect automatically when entering range.
- Disable power saving for the adapter (see the section on errors).
- Update your adapter driver to the latest version.
🔹 How to share Wi-Fi from a laptop to other devices?
To do this:
- Open
Command lineon behalf of the administrator. - Enter the command to create an access point:
netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678(replace
MyHotspotAnd12345678on your data). - Start the distribution:
netsh wlan start hostednetwork - Turn on internet sharing in
Settings → Network & Internet → Mobile Hotspot.
⚠️ Attention: Not all adapters support the mode. hostednetworkIf the command doesn't work, use third-party programs like Connectify.