Manually Connect to Wi-Fi on a Laptop: A Complete Guide for Windows 10 and 11

Connecting to a wireless network on a laptop usually happens automatically—just select a network from the list and enter the password. But what if Wi-Fi isn't showing up in the available networks, the laptop can't detect the router, or you need to connect to a hidden network? In these cases, you'll need to configure the connection. manually.

This article will help you figure out how to add a Wi-Fi network on a laptop with Windows 10 or Windows 11 without automatic scanning, using system settings, the command line, or even the registry editor. We will also cover common errors (for example, "Unable to connect to this network") and ways to eliminate them if standard methods do not work.

Important: If your laptop doesn't detect any networks at all, the issue may be a disabled Wi-Fi adapter or outdated drivers. Before manually setting up, check that the wireless network indicator on the laptop (if applicable) is lit and that Airplane Mode is enabled.

When is manual Wi-Fi connection required?

Automatic network search is convenient, but it doesn't always work correctly. Here are some situations where manual configuration is essential:

  • 🔍 Hidden network (SSID not broadcast)Many office or home routers are configured so that they don't display the network name in the list of available networks. You can only connect to them manually.
  • 🔄 Problems with automatic authenticationFor example, a laptop “sees” the network, but when trying to connect, it returns an error "The network settings stored on this computer do not meet the network requirements.".
  • 🛠️ Testing new router settingsIf you have changed your security settings (for example, with WPA2 on WPA3), old saved data may conflict.
  • 📡 Weak signal or interference. Sometimes manual indication of a channel or standard (802.11n/ac/ax) helps stabilize the connection.

Manual configuration will also be useful if you are using Windows 10/11 LTSC (lightweight versions without a graphical network management interface) or connect to a corporate network with security certificates.

📊 How often do you encounter Wi-Fi problems on your laptop?
Constantly
Sometimes
Near
Never

Method 1: Add a network via Windows Settings

The easiest method is to use the built-in network management menu. It's suitable for most users and doesn't require any command knowledge.

Instructions for Windows 10 And Windows 11 almost identical:

  1. Open Start → Settings → Network & Internet → Wi-Fi.
  2. Scroll down and click Managing Known Networks (V Windows 11) or Add Network (V Windows 10).
  3. Enter the network name (SSID) manually. Case is important! For example, MyWiFi And mywifi - different networks.
  4. Select security type (usually WPA2-Personal or WPA3-Personal). If you're not sure, look at the router's sticker or in its settings.
  5. Enter the password and save.

If the network is hidden, check the box. "Connect even if the network is not broadcasting"After saving, the laptop will try to connect automatically.

Make sure Wi-Fi is enabled on your laptop (Fn+F2/F12 key or hardware switch)

Check that the router is turned on and transmitting a signal (the indicators are on)

Specify the network name (SSID) and password (they may differ from the standard ones)

Disable VPN or proxy if active-->

⚠️ Attention: If an error appears after manually adding a network "Unable to connect to this network", try deleting all saved profiles of this network in Managing known networks and add them again. Sometimes old settings conflict with new ones.

Method 2: Connecting via Command Prompt (CMD)

If the graphical interface is not available (for example, due to a system crash) or you prefer to work with commands, you can add a network via command line.

Open CMD as administrator (click Win + X and select Terminal (Administrator)) and run the following commands in order:

netsh wlan show interfaces

This command will show the current status of the adapter. Make sure that the line "State" indicated allowed.

netsh wlan add profile filename="C:\path\to\config.xml"

Or create a profile directly in the command line (replace SSID And PASSWORD to your data):

netsh wlan add profile name="NetworkName" ssid="NetworkName" keyMaterial="Password" type=infrastructure

To connect to a hidden network, add the parameter hidden=yes:

netsh wlan add profile name="HiddenNetwork" ssid="HiddenNetwork" keyMaterial="Password" type=infrastructure hidden=yes

To connect to the newly added network:

netsh wlan connect name="NetworkName"

Method 3: Manual connection via registry editor (for experienced users)

This method is suitable if standard methods do not work due to damaged system files or security policy restrictions (for example, on corporate laptops). Be careful: Incorrect changes to the registry may cause system failures.

Instructions:

  1. Click Win + R, enter regedit and confirm the launch.
  2. Follow the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
  3. Create a new section (right click → Create → Section) and name it according to the template {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}, Where X - random numbers and letters (can be generated Here).
  4. Inside the new section, create the following parameters:
    • DateCreated (DWORD) — current date in format YYYYMMDD (For example, 20260315).
    • DateLastConnected (DWORD) - same date.
    • Description (String) — network description (e.g. Home Wi-Fi).
    • Name (String) — network name (SSID).
    • ProfileName (String) - same as Name.
  • Restart your laptop.
  • After rebooting, the network will appear in the list of known networks, and you will be able to connect to it in the standard way.

    ⚠️ Attention: Registry changes are applied immediately. If Wi-Fi stops working completely after editing, restore your system from a restore point or reset the registry key to its default values. Profiles.

    Manual connection errors and their solutions

    Even with proper setup, errors can still occur. Let's look at the most common ones and how to fix them.

    Error Possible cause Solution
    Unable to connect to this network Incorrect password or security type Remove the network from known networks and add it again. Check the case of the SSID and password.
    Network parameters do not meet requirements The router uses WPA3, and the laptop only supports WPA2 Temporarily enable it in your router settings. WPA2/WPA3 Mixed Mode or update your Wi-Fi adapter driver.
    The network does not appear in the list after manual addition. Service failure WLAN AutoConfig Restart the service: net stop wlansvc & net start wlansvc (in CMD from admin).
    Limited access (without internet) Incorrect IP or DNS settings In the network properties, specify automatic IP/DNS acquisition or enter it manually (for example, Google DNS: 8.8.8.8).

    If the error persists, check:

    • 🔌 Router power supply - It may be overheated or faulty.
    • 📶 Wi-Fi channel - if a channel is used 12-14 (prohibited in some countries), the laptop may not connect.
    • 🔄 Adapter operating mode - V Device Manager Check that the Wi-Fi adapter is turned on and working properly (no exclamation mark).
    What to do if the laptop does not see any networks?

    If the laptop does not detect not a single one Wi-Fi network, the problem is most likely hardware:

    1. Check if the Wi-Fi adapter is turned on Device Manager (chapter Network adapters).

    2. Update the adapter driver (download from the laptop manufacturer's website, not through Windows Update).

    3. Make sure that the mode is not active On the plane (keys Fn + F2/F12 or in the notification center).

    4. If the adapter is disabled and cannot be turned on, it may be physically damaged (for example, after the laptop was dropped).

    Setting network priority (if the laptop connects to the wrong network)

    If there are multiple networks in range (for example, your home network and a neighbor's), your laptop may automatically connect to the weaker or lower-priority network. To set the order:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select the network you want to prioritize and click "Properties".
    3. Enable the option "Connect automatically when entering range".
    4. To remove unnecessary networks, click "Forget".

    IN Windows 10 priority is determined by the order in the list Managing known networks — networks at the top have higher priority. Windows 11 The algorithm is more complex, but deleting unnecessary profiles usually solves the problem.

    Checking and updating Wi-Fi adapter drivers

    Outdated or corrupted drivers are one of the main causes of Wi-Fi issues. To check and update them:

    1. Click Win + X and select "Device Manager".
    2. Expand the section Network Adapters.
    3. Find the device with the name Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
    4. Right click → Update DriverAutomatic search.

    If Windows does not find updates, download the driver from the official website of the laptop manufacturer (Lenovo, HP, Dell etc.) or adapter (Intel, Broadcom, Realtek). To do this:

    1. Find out the exact model of the adapter in Device Manager (right click → Properties → Details → Hardware IDs).
    2. Copy the first line from the section Equipment ID (For example, PCI\VEN_8086&DEV_2723).
    3. Search for the driver using this code on the manufacturer's website.
    ⚠️ Attention: Do not download drivers from third-party sites (like driverpack.io). They often contain adware or viruses. Use only official sources.

    FAQ: Frequently asked questions about manually connecting to Wi-Fi

    Is it possible to connect to Wi-Fi without a password?

    Technically yes, but only if the network open (without encryption). To do this, select the security type when manually adding a network "No authentication"However, such networks are extremely insecure—your traffic can be intercepted.

    If we are talking about his own network, but you forgot your password, you can view it:

    • On the router sticker (if it hasn’t been changed).
    • In the router settings (usually 192.168.0.1 or 192.168.1.1, login/password — admin/admin).
    • In the properties of the saved network on another device (for example, on a phone or a second laptop).
    Why doesn't my laptop save my Wi-Fi password?

    This can happen for several reasons:

    1. Service failure WLAN AutoConfig - restart it after CMD (commands are given above).
    2. Corrupted network profile - remove the network from known ones and add it again.
    3. Group Policy Limitations (in corporate laptops). Check the parameter gpedit.msc → Computer Configuration → Administrative Templates → Network → Windows Connection Manager.
    4. Viral software — scan the system Malwarebytes or Kaspersky Virus Removal Tool.
    How to connect to Wi-Fi if the keyboard is broken?

    If the keys for entering the password do not work, use one of the following methods:

    • 🖱️ On-screen keyboard - open it through Start → Accessibility.
    • 📱 USB-OTG adapter + smartphone - connect your phone as a USB keyboard (requires special software, for example Remote Keyboard).
    • 💾 Transferring a network profile from another PC - Export Wi-Fi settings via netsh wlan export profile name="NetworkName" folder="C:\" and import it to your laptop.
    Is it possible to connect to Wi-Fi 6 (802.11ax) on an old laptop?

    No, if your Wi-Fi adapter does not support the standard 802.11ax. However:

    • Router with Wi-Fi 6 generally compatible with older standards (802.11ac/n). Make sure that the mode is enabled in the router settings. "Mixed" (For example, ax/ac/n).
    • If the laptop does not see the network Wi-Fi 6, try specifying the standard manually 802.11ac in the adapter settings (in Device Manager → Adapter Properties → Advanced).
    • For full support Wi-Fi 6 You can purchase an external USB adapter (for example, TP-Link Archer TX3000E).
    How do I find out which Wi-Fi adapter is installed in my laptop?

    There are several ways:

    1. Through device Manager:
      1. Click Win + X → Device Manager.
      2. Expand Network Adapters.
      3. Find a device with Wireless or Wi-Fi in the title.
    2. Through CMD:
      wmic nic where "NetConnectionStatus=2" get Name, Manufacturer
    3. Through System Information:
      1. Click Win + R, enter msinfo32.
      2. Go to Components → Network → Adapter.

    The adapter model is also often indicated on a sticker under the laptop battery (if it is removable).