How to enter a Wi-Fi password on a laptop if the prompt doesn't appear: all working methods

You've enabled Wi-Fi on your laptop, selected the desired network, but the password entry window still hasn't appeared? This problem is more common than you might think—especially after Windows updates, adapter failures, or driver conflicts. In most cases, the solution takes no more than a minute, but it requires knowledge of alternative connection methods.

In this article we will look at 5 proven methodsHow to enter a Wi-Fi password manually if the system doesn't display the standard prompt. From simple GUI steps to the command line and hidden Windows features, you'll find a solution even for unusual situations. And if the problem lies deeper (for example, in router settings or drivers), we'll show you how to diagnose it.

Why doesn't the Wi-Fi password entry window appear?

Before moving on to solutions, it's important to understand the cause. The password prompt may not appear for several reasons:

  • 🔄 WLAN AutoConfig service failure — the Windows service responsible for managing wireless networks may have stopped or not been working correctly.
  • 🖥️ Problems with the Wi-Fi adapter driver — an outdated, damaged, or incompatible driver version often causes connection problems.
  • 📡 Conflict with router settings — Some router models (especially those with non-standard firmware) may block the connection until authorization is completed on the web interface.
  • 🔒 The network is hidden or uses enterprise authentication. — if the network does not broadcast its name (SSID) or requires a login/password for access (for example, in offices), the standard window will not appear.
  • 🛠️ Corruption of system files — After virus attacks or incorrect updates, components responsible for network connections may suffer.

In 80% of cases the problem is solved restarting the WLAN service or manual connection via "Settings"But if these methods don't work, you'll have to dig deeper.

📊 How often do you encounter Wi-Fi connection problems?
Constantly
Sometimes
Near
Never

Method 1: Manual connection via Windows Settings

The most universal method is to add the network manually through system settings. This works in all versions of Windows (from 7 to 11) and requires no special knowledge.

  1. Open Start → Settings → Network & Internet → Wi-Fi.
  2. Scroll down and click "Managing Known Networks".
  3. Click Add a new network.
  4. Enter:
    • 📛 Network name (SSID) — the exact name of your Wi-Fi network (case-sensitive!).
    • 🔑 Security type - usually WPA2-Personal or WPA3-Personal (check in your router settings).
    • 🔐 Security key — Wi-Fi password.
  • Check the box "Connect automatically" and press "Save".
  • If the connection is not established after saving, try restart the laptop - sometimes changes are applied only after a restart.

    Make sure that the Wi-Fi on your laptop is turned on (button or Fn + antenna key)|

    Check that the router is distributing the network (the Wi-Fi indicators are on) |

    Please check your network name (SSID) and password - they are case sensitive|

    Disable your VPN or proxy if they are active.

    -->

    Method 2: Connecting via Command Prompt (CMD)

    If the GUI is not responding, you can connect to Wi-Fi via command lineThis method is useful when the WLAN autoconfiguration service is unstable.

    Open CMD as administrator (Win + X → Command Prompt (Administrator)) and execute the commands in order:

    netsh wlan show interfaces

    This command will show the current status of the Wi-Fi adapter. If the line "State" indicated disabled, turn it on:

    netsh interface set interface "Wireless Network" enable

    Now add the network manually:

    netsh wlan add profile filename="C:\WiFi.xml"

    But it's easier to create a profile directly in the command line. Replace SSID And PASSWORD to your data:

    netsh wlan add profile name="SSID" ssid="SSID" key="PASSWORD" keyUsage=persistent

    To connect:

    netsh wlan connect name="SSID"

    Method 3: Restart the WLAN AutoConfig service

    Service WLAN AutoConfig It's responsible for searching for networks, connecting, and managing Wi-Fi profiles. If it's stopped or malfunctioning, the password entry window won't appear. Let's restart it:

    1. Click Win + R, enter services.msc and press Enter.
    2. Find in the list WLAN AutoConfig Service (or WLAN AutoConfig).
    3. Right click on the service and select "Restart".
    4. If the service is disabled, enable it (Properties → Startup type: Automatic).

    After restarting, try connecting to Wi-Fi again. If the service refuses to start, check dependencies (in the "Dependencies" tab of the service properties) - one of the related services may not be running (for example, NDIS or RPC).

    What should I do if the WLAN AutoConfig service is not listed?

    This may mean that:

    1. The Wi-Fi adapter driver is not installed or is installed incorrectly (check in Device Manager).

    2. Wi-Fi support is disabled in the system at the BIOS/UEFI level (go to the BIOS settings and find the parameter Wireless LAN or Wi-Fi - he must be in position Enabled).

    3. You have a lightweight version of Windows installed (for example, Windows 10 LTSC), where some services have been removed.

    Method 4: Update or reinstall the Wi-Fi adapter driver

    If the previous methods did not work, the problem may lie in network adapter driverOutdated, damaged, or incompatible drivers are often the reason why the password entry window is missing.

    Check the current driver status:

    1. Open device Manager (Win + X → Device Manager).
    2. Expand the branch Network adapters.
    3. Find the device with the names Wireless, Wi-Fi, 802.11 or the name of your adapter (for example, Intel Wi-Fi 6, Qualcomm Atheros, Realtek RTL8821CE).
    4. Right click on it and select Update Driver.
    5. Windows will offer two options:

      • 🔍 Automatic search — the system will automatically find and install the driver (not always the latest version).
      • 💾 Search this computer - if you have previously downloaded the driver from the manufacturer's website (recommended).

    If the update didn't help, try remove the driver completely and reinstall it:

    1. IN Device Manager Right click on the adapter and select "Remove device".
    2. Check the box "Delete the driver software for this device" (if any).
    3. Restart your laptop - Windows will try to install the driver automatically.
    4. If the network does not work, install the driver manually (download from the laptop or adapter manufacturer's website).

    Method 5: Alternative connection methods

    If standard methods don't work, try to work around the problem in other ways.

    📱 Connect via WPS (if supported by your router)

    Many routers support the technology WPS (Wi-Fi Protected Setup), which allows you to connect without entering a password:

    1. Click the button WPS on the router (usually it is labeled or blinks after pressing).
    2. On your laptop, select your network from the list of networks and wait for the connection to complete (the password window should not appear).

    Attention: WPS is considered an insecure method. After connecting, disable this feature in your router settings.

    🔌 Connecting via Ethernet (and transferring settings)

    If you have access to the router via cable:

    1. Connect your laptop to the router via Ethernet cable.
    2. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1).
    3. In the section Wi-Fi (or Wireless) check:
      • Is the network turned on (parameter Enable Wireless).
      • Is it indicated correctly? SSID (network name).
      • Does the security type match (WPA2-PSK (recommended).
  • Copy the password and try connecting again.
  • 🖥️ Using third-party utilities

    If built-in Windows tools don't work, you can use Wi-Fi management programs:

    • 🛠️ NetSpot — a utility for analyzing and connecting to networks.
    • 📡 WiFi Commander — an alternative Wi-Fi connection manager.
    • 🔧 InSSIDer — shows all available networks, including hidden ones.

    Diagnosing deep problems

    If none of these methods help, the problem may be more serious. Let's check a few critical points:

    Problem How to check Solution
    The Wi-Fi adapter is disabled in the BIOS. Enter BIOS (Del, F2 or Esc when loading), find the section Advanced → Wireless LAN Set value Enabled
    Adapter hardware failure Try connecting an external Wi-Fi adapter (USB) Contact a service center for diagnostics
    Conflict with antivirus/firewall Temporarily disable Windows antivirus and firewall Add an exception for network connections
    Corruption of system files Run in CMD: sfc /scannow And dism /online /cleanup-image /restorehealth If necessary, restore Windows

    ⚠️ Attention: If after all the manipulations Wi-Fi still does not work, and the adapter is not detected in Device Manager, this may indicate physical damage (For example, a broken antenna or damaged chip). In this case, only repair or replacement of the module will help.

    FAQ: Frequently asked questions about connecting to Wi-Fi without a password prompt

    Is it possible to connect to Wi-Fi without a password if the window doesn't appear?

    Yes, but only if:

    • 🔓 The network is open (no password) - select it from the list, and the connection will be established automatically.
    • 🔄 The router supports WPS - Press the WPS button on the router, then connect from your laptop.
    • 📱 You have access to another device already connected to this network—you can transfer the password via a QR code (on some routers).

    In all other cases, a password will be required.

    Why does the connection still not work after entering the password manually?

    Possible reasons:

    • 🔑 Incorrect password — check the case and symbols (the password is sensitive to the keyboard layout!).
    • 📡 Security type mismatch - if the router is installed WPA3, and the adapter only supports WPA2, the connection will not take place.
    • 🚫 MAC filtering — a list of allowed devices by MAC address can be enabled in the router settings.
    • 🔄 DHCP failure — try manually entering the IP address in the connection settings.
    How to find out your Wi-Fi password if you forgot it?

    If the laptop has previously connected to this network:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select the desired network and click "Properties".
    3. Scroll to field Network Security Key — the password will be hidden by dots.
    4. Click Show symbols (requires administrator rights).

    If there were no connections, the password can be found:

    • 📄 On the sticker on the router (if the password has not been changed).
    • 🖥️ Via the router's web interface (usually 192.168.0.1 or 192.168.1.1).
    What should I do if my laptop doesn't see any Wi-Fi network at all?

    The problem may be:

    • 🔌 Disabled adapter - check device Manager and turn it on.
    • 📡 Hidden network (hidden SSID) - add it manually (see Method 1).
    • 🛠️ Incompatible Wi-Fi standard - if the router is operating in mode 802.11ac (5 GHz), and the adapter only supports 802.11n (2.4 GHz), the network will not be visible.
    • 🔋 Energy saving - V Device Manager disable the option "Allow the computer to turn off this device to save power" in the adapter properties.
    Can a virus block a Wi-Fi connection?

    Yes, some viruses and malware:

    • 🛡️ Change network settings (for example, specify a proxy).
    • 🚫 Block services responsible for Wi-Fi.
    • 🔄 Redirect traffic to phishing sites.

    What to do:

    1. Check your system with an antivirus (for example, Kaspersky Virus Removal Tool or Dr.Web CureIt!).
    2. Reset network settings: Settings → Network & Internet → Status → Network reset.
    3. Check the file hosts (C:\Windows\System32\drivers\etc\hosts) for the presence of suspicious entries.