How to enter a Wi-Fi password on a Windows laptop: full instructions with pictures

Connecting to a wireless network is the first task a user of a new laptop or after a reinstallation faces. WindowsEven if you've done this hundreds of times, the system interface is regularly updated, and driver or router issues can turn a simple procedure into a puzzle. In this article, we'll cover All methods for entering a Wi-Fi password on laptops running Windows 10 And Windows 11, including hidden features, error diagnostics, and safety tips.

We will pay special attention to typical difficulties: what to do if the laptop “does not see” the network, how to connect without a keyboard (for example, on tablets with Windows), and why the system sometimes asks for a password again, even though you just entered it. You will also learn how Save a password in a text file without third-party programs — this will come in handy if you frequently reinstall the system or help relatives with setup.

The instructions are valid for all versions. Windows (starting from the 10th), but we will separately note the differences between Windows 10 And Windows 11, as well as nuances for laptops ASUS, Lenovo, HP And Acer with proprietary network management utilities. If your laptop is older than 2018, check the section on updating drivers—this will solve 90% of connection issues.

1. Basic method: connecting via the taskbar

The fastest and most universal method is to use the network icon in the lower right corner of the screen. It works the same in Windows 10 And Windows 11, but with slight visual differences.

To enter your Wi-Fi password:

  1. Find the network icon on the taskbar (an icon in the form of a signal “ladder” or a globe if Wi-Fi is disabled).
  2. Click on it left mouse button — a list of available networks will open.
  3. Select the desired network (if it is not in the list, see the section “The laptop does not see Wi-Fi”).
  4. Click Connect.
  5. Enter password in the field that appears. Please note: in Windows 11 the password entry field appears immediately, and in Windows 10 You may need to press first Next.
  6. Check the box Connect automatically, if you want the laptop to remember the network.
  7. Click Next or Ready (depending on the system version).

If the password is entered correctly, after a few seconds the following message will appear next to the network icon: Connected. IN Windows 11 The icon will also change color from gray to blue.

2. Alternative password entry methods

Sometimes the standard method doesn't work: for example, the network icon is missing from the taskbar, or you're using a laptop with a touchscreen and no keyboard. Let's consider less obvious, but no less effective, options.

Method 1: Via Windows Settings

This method is useful if you want to not only connect to the network, but also configure its settings (for example, connection priority).

  1. Open the menu Start and select Parameters (gear icon).
  2. Go to the section Network and InternetWi-Fi.
  3. Turn on the switch Wi-Fi, if it is disabled.
  4. In the block Available networks select the desired network and click Connect.
  5. Enter the password and confirm the connection.

Method 2: Via the command line (for advanced users)

If the graphical interface is unavailable (for example, due to a crash), you can connect to Wi-Fi via Command lineThis method requires knowing the network name (SSID) and password.

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

After executing the command, the system will prompt you for a password in a separate window. This method is convenient for automating connections via scripts.

How to find out the network name (SSID) without connecting?

The network name (SSID) is usually written on the router's sticker or in its instructions. If the router is already configured, the SSID will appear in the list of available networks on other devices (such as smartphones and tablets).

Method 3: Using proprietary utilities (ASUS, Lenovo, HP)

Many laptop manufacturers install their own network management software. These may offer additional features, such as signal diagnostics or traffic prioritization.

  • 🔹 ASUS: Utility ASUS Wireless Console (installed with Wi-Fi drivers).
  • 🔹 Lenovo: Lenovo Vantage or Lenovo Network Assistant.
  • 🔹 HP: HP Support Assistant (section "Network").
  • 🔹 Acer: Acer Quick Access.

To connect via the proprietary utility, open it and find the section Wi-Fi or Wireless networks, select the network, and enter the password. The interface may differ, but the logic is the same as in the standard Windows settings.

📊 What version of Windows are you using?
Windows 10
Windows 11
Windows 8.1 or later
Don't know

3. Laptop doesn't detect Wi-Fi: causes and solutions

If your network isn't showing up in the list of available networks, the problem could be with either your laptop or your router. Let's look at each step.

Reason 1: Wi-Fi is disabled on the laptop

Check if the Wi-Fi adapter is enabled:

  • 🔄 Some laptops have physical switch or a key combination to turn on Wi-Fi (for example, Fn + F2 on Lenovo, Fn + F12 on HP).
  • 🖥️ In ParametersNetwork and InternetWi-Fi Check if the slider is turned on.
  • 🔧 In Device Manager (Win + Xdevice Manager) find the section Network adapters and make sure that there is no arrow next to the name of your Wi-Fi adapter (this means that the device is disabled).

Reason 2: Driver issues

Outdated or missing drivers are the most common reason a laptop won't connect to the network. To update your drivers:

  1. Open device Manager (Win + Xdevice Manager).
  2. Expand the section Network adapters.
  3. Find the device with the words Wireless, Wi-Fi or 802.11 in the title (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  4. Right click on it and select Update driverAutomatic search.

If Windows does not find the update, download the driver from the laptop manufacturer's website (section Support or Drivers). To do this, you will need the laptop model (usually indicated on the sticker at the bottom).

☑️ Diagnosing Wi-Fi problems

Completed: 0 / 5

Reason 3: Incompatible router settings

If other devices (smartphone, tablet) connect to the network normally, the problem may be in the router settings:

  • 📡 The router is operating in the mode 802.11ac or 802.11ax (Wi-Fi 6), and your laptop only supports 802.11nSolution: Enable compatibility mode in your router settings (802.11n/ac/ax).
  • 🔒 MAC address filtering is enabled, and your laptop isn't whitelisted. Solution: Disable filtering or add your laptop's MAC address (you can find it in the command line: ipconfig /all).
  • 📶 The Wi-Fi channel is overloaded or the channel is not optimal. Solution: Manually select the channel in your router settings (e.g., 6 or 11 for the 2.4 GHz band).

4. How to save a Wi-Fi password for automatic connection

By default, Windows offers to save the password when you first connect (checkbox Connect automatically). But what if you forgot to check the box or want to change the saved data?

Method 1: Through “Options”

To check if your password has been saved and change the settings if necessary:

  1. Open ParametersNetwork and InternetWi-Fi.
  2. Click Managing known networks.
  3. Select the desired network and click Properties.
  4. Enable the option Connect automatically when entering range.

Method 2: Via the command line (viewing saved passwords)

If you forgot the password for a saved network, you can find it out through Command line (requires administrator rights):

netsh wlan show profile name="NETWORK_NAME" key=clear

In the command results, find the line Key content - this is the password.

Method 3: Export and Import Networks (for Windows Reinstallation)

If you frequently reinstall Windows, you can export the list of saved networks and import them after installation. To do this:

  1. Open Command line on behalf of the administrator.
  2. Export the list of networks:
    netsh wlan export profile key=clear folder="C:\WiFi-Backup\"

    (folder WiFi-Backup will be created automatically on disk C:).

  3. After reinstalling Windows, import the networks:
    netsh wlan add profile filename="C:\WiFi-Backup\FILE_NAME.xml" user=all

5. Common password entry errors and their solutions

Even if you're sure you're entering your password correctly, Windows may still return errors. Let's look at the most common ones.

Error Cause Solution
Unable to connect to this network Incorrect password or network is hidden (does not broadcast SSID). Check the password. If the network is hidden, enter the SSID manually (see Section 6).
Windows can't connect to Wi-Fi Problems with the driver or router settings (for example, the MAC address filter is enabled). Update your driver. Check your router settings.
Limited connection (no internet access) The router does not issue an IP address (DHCP problem) or blocks the device. Reboot your router. Manually set the IP address in the network settings.
The network requires additional connection parameters. The network uses portal authorization (for example, in hotels). Open your browser – a page for entering your login/password should appear.

If the error persists, try "forgetting" the network and reconnecting:

  1. Open ParametersNetwork and InternetWi-FiManaging known networks.
  2. Select the problematic network and click Forget.
  3. Please reconnect by entering your password.

6. Connecting to a hidden network (without broadcasting SSID)

Some networks do not broadcast their name (SSID) for increased security. To connect to such a network:

  1. Open ParametersNetwork and InternetWi-Fi.
  2. Click Managing known networksAdd a new network.
  3. In the field Network name enter SSID (check with your network administrator or look in your router settings).
  4. Select Security type (usually WPA2-Personal or WPA3-Personal).
  5. Enter your password.
  6. Check the box Connect automatically.
  7. Click Save.

If you don't know SSID or security type, check the sticker on the router or log into its web interface (usually at 192.168.0.1 or 192.168.1.1, login and password - admin/admin or indicated on the sticker).

How to find out the router address?

You can find out the router address through the command line: run the command ipconfig and find the line Main gateway. Usually it is 192.168.0.1 or 192.168.1.1.

7. Security: How to protect your Wi-Fi from hacking

Entering a Wi-Fi password isn't just about connecting to the network; it's also a security issue. If your password is weak or your router is configured incorrectly, unauthorized access to your network can occur, leading to:

  • 🐢 Internet slowdown (foreign devices consume traffic).
  • 🔓 Data leakage (if you use shared folders or printers).
  • 💻 Hacking devices in your network (through protocol vulnerabilities).

To protect your network:

  1. Use a complex password: at least 12 characters, with numbers, capital letters and special characters (eg K7#pL9!mQ2$v).
  2. Enable encryption WPA3 (or WPA2, If WPA3 not supported). Avoid outdated WEP.
  3. Turn it off WPS (This is a vulnerable protocol that allows connection without a password).
  4. Update your router firmware (outdated versions may contain critical vulnerabilities).
  5. Change the default login/password for the router admin panel (by default this is often admin/admin).

8. Frequently asked questions and answers

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

Yes, but only if the network is open (no encryption) or you know WPS-PIN router. Open networks are unsafe—your traffic can be intercepted. WPS is also not recommended due to vulnerabilities.

If you have forgotten your network password, you can find it out:

  • Through the router settings (web interface).
  • Through Command line on a device that is already connected to the network (command netsh wlan show profile name="NETWORK_NAME" key=clear).
Why does my laptop ask me for a password again, even though I just entered it?

This can happen for several reasons:

  • 🔄 The router has reset its settings. (for example, after a firmware update).
  • 🔧 The security type has changed (for example, with WPA2 on WPA3).
  • 📡 The network stopped broadcasting the SSID. (became hidden).
  • 🖥️ Wi-Fi adapter failure (restarting your laptop or router will help).

Solution: Check your router settings and reconnect to the network by checking the box. Connect automatically.

How do I connect to Wi-Fi on a laptop without a keyboard (like a Windows tablet)?

If you have a touchscreen laptop or tablet without a physical keyboard, use one of the following methods:

  • 🖱️ Connect USB keyboard or Bluetooth keyboard.
  • 📱 Use on-screen keyboard (Win + Ctrl + O).
  • 🔄 Connect via USB modem or Ethernet, then set up Wi-Fi via Parameters.
  • 📎 If the laptop is new, connect to Wi-Fi via manufacturer's application (For example, Lenovo Vantage or ASUS Wireless Console), where it may be more convenient to enter the password using the sensor.
Is it possible to find out the password for the Wi-Fi my laptop is connected to?

Yes, if the laptop is already connected to the network. To do this:

  1. Open Command line on behalf of the administrator.
  2. Run the command:
    netsh wlan show profile name="NETWORK_NAME" key=clear
  3. Find the line Key content - this is the password.

Alternatively, you can view the password in the router settings (web interface).

Why doesn't my laptop connect to Wi-Fi after updating Windows?

Windows updates sometimes reset network settings or conflict with drivers. To fix this:

  1. Restart your laptop and router.
  2. Update your Wi-Fi adapter driver (through device Manager or from the manufacturer's website).
  3. Reset network settings:
    netsh winsock reset
    

    netsh int ip reset

    Then restart your laptop.

  4. Forget the network and reconnect (see section 5).

If the problem persists, check if the Wi-Fi adapter is disabled in Device Manager or via function keys (Fn + F2/F12).