How to Add a Wi-Fi Network to a Windows 10 Laptop: 3 Methods + Troubleshooting

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 WPA3 You 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:

  1. Reboot the router (turn off the power for 30 seconds).
  2. Make sure that the router is not in the "Secure Mode" mode. MAC filtering (it blocks unknown devices).
  3. 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:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks, then - Add a new network.
  3. In the field Network name Enter the SSID (e.g. my_hidden_wifi). Make sure the register matches your router settings.
  4. 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).
  • Enter the password and check the box Connect automatically.
  • Click Save.
  • 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:

    1. Open device Manager (click Win + X and select the appropriate item).
    2. Expand the section Network adapters.
    3. Look for devices with names like Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
    4. Right click on the adapter and select Update driverAutomatic search.
    5. 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 cmdEnter) 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:

    1. IN Device Manager Right click on the adapter.
    2. Select Properties → Driver → Roll Back Driver.
    3. 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:

    1. Open Command line as administrator (Win + XTerminal (Administrator)).
    2. View the list of available networks:
      netsh wlan show networks

      If the list is empty, make sure the adapter is enabled (see the section on drivers).

    3. Connect to the network (replace SSID And PASSWORD to 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.xml can be created through Settings → 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
    • Check your password (case sensitive!).
    • Disable MAC filtering in your router settings.
    • Change the security type to WPA2-PSK (instead of WPA3 or WEP).
    Limited access or No internet access DHCP issues, incorrect IP settings, provider failure
    • Reboot your router.
    • Perform in Command line:
      ipconfig /release
      

      ipconfig /renew

    • Check your IP settings (should be set to "Obtain automatically").
    0x80070035 or The network path was not found. Service failure WLAN AutoConfig or driver conflict
    • Restart the service:
      net stop wlansvc
      

      net start wlansvc

    • Update your adapter driver (see section above).
    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:

    1. Open device Manager.
    2. Right-click on the Wi-Fi adapter → Properties → Power Management.
    3. 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). Channels 1, 6 And 11 are 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:

    1. Download the driver from the website Killer Networking (not from Dell/HP website!).
    2. Uninstall the current driver via device Manager.
    3. 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 supports 802.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:

    1. Connect to it via cable.
    2. Open in browser 192.168.1.1 or 192.168.0.1 (default logins/passwords are usually admin/admin or indicated on the router sticker).
    3. Go to Wireless → Security and 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 mode in 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:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network → Properties → turn on Connect automatically when entering range.
    3. Disable power saving for the adapter (see the section on errors).
    4. Update your adapter driver to the latest version.
    🔹 How to share Wi-Fi from a laptop to other devices?

    To do this:

    1. Open Command line on behalf of the administrator.
    2. Enter the command to create an access point:
      netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678

      (replace MyHotspot And 12345678 on your data).

    3. Start the distribution:
      netsh wlan start hostednetwork
    4. 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.