How to manually find a Wi-Fi network on a laptop in Windows 10

When your laptop stops detecting available wireless networks, it can catch you off guard at the most inopportune moment. It often happens that neighboring routers appear in the list, but your own access point disappears completely. This can cause panic, especially if a wired connection is unavailable and you urgently need internet access.

In most cases, the problem lies not in a physical failure of the module, but in a software glitch or security settings. Operating system Windows 10 Sometimes it ignores networks that don't broadcast their SSID openly. This could also be caused by updated drivers or power-saving settings that forcibly disable the adapter.

To restore the connection, the user will have to act manually, ignoring the standard list of available connections. Manually adding a network requires precise parameter entry, as any character error will result in access being denied. In this guide, we'll cover all the nuances of the process, from adapter verification to entering encryption keys.

Diagnosing and testing your wireless network adapter

Before moving on to the complex steps of adding profiles, you need to ensure that the Wi-Fi module itself is active and functioning properly. Sometimes the system puts the network adapter into sleep mode to save power, and it stops scanning the air. Checking the hardware's status is the first and most important step that shouldn't be ignored.

Open the Device Manager by pressing the key combination Win + X and selecting the appropriate item in the menu. In the list of devices, find the "Network adapters" section and expand it. If you see a device with a name containing the words Wireless, Wi-Fi or 802.11, meaning the system has recognized the module. The presence of a yellow exclamation mark indicates a driver conflict.

If the adapter displays normally but no networks are found, try resetting the settings. This often resolves the issue of a frozen frequency scanner. Right-click the adapter and select "Disable device," wait a few seconds, and then select "Enable." This will force a restart of the module.

⚠️ Important: If the adapter appears as "Unknown Device" or is missing entirely in Device Manager, there may be a hardware or BIOS issue. Check to see if the module is disabled in your laptop's BIOS/UEFI settings.

📊 Have you experienced Wi-Fi disappearing after a Windows update?
Yes, often
It happened once
Never encountered it
I have a desktop PC.

In some cases, you may need to update your adapter software. Right-click the device and select "Update driver." Select "Search automatically" to have Windows try to find the latest version in its database. If the system reports that the drivers are installed but the problem persists, it's a good idea to download the latest version from the laptop manufacturer's website.

Find hidden networks and manually add a profile

If your router is configured for Hidden Network mode, it won't appear in the general list of available connections. In this case, you'll need to know the exact network name (SSID) and security type. Hidden networks are often used by administrators to reduce the visibility of an access point, although this is not a complete security measure.

To connect to such a network in Windows 10, go to the Settings menu. Open Start, click the "Settings" gear icon, and select "Network & Internet." In the left column, make sure "Wi-Fi" is selected, then scroll down to the "Manage known networks" link or the "Add a new network" button (the interface may vary slightly depending on your Windows build).

In the window that opens, you will need to enter the following data:

  • 📡 Network Name (SSID): The exact name of your access point, including case.
  • 🔒 Security type: usually it is WPA2-Personal or WPA3-Personal.
  • 🔑 Security Key: password to connect to Wi-Fi.

After filling in the fields, be sure to check "Connect automatically" and "Connect even if the network isn't broadcasting." This is critical: without the latter checkbox, the laptop won't attempt to find a network if it's not visible on the air. Click "Save," and the system will begin searching for the specified profile.

☑️ Check before connection

Completed: 0 / 4

Using the command line to manage networks

For advanced users and system administrators, the most powerful tool is the command line. cmdIt allows you to not only add networks but also view those hidden by the graphical interface. You must run the command prompt as administrator to obtain the necessary access rights.

First, you should check the list of saved profiles. Enter the command netsh wlan show profiles and press Enter. You'll see a list of all networks this laptop has ever connected to. If the network you need isn't listed, you can add it manually, even if it's hidden.

To create a new profile, use the following command structure:

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

However, manually creating an XML file can be cumbersome. It's easier to use a command to connect to an open or known network. However, if the network is hidden, you'll first need to create a profile through the graphical interface and then manage it through the console. The command line also allows you to reset TCP/IP settings, which often helps with issues obtaining an IP address.

What to do if the command fails?

If you receive an "Access Denied" error when entering commands, make sure you're running the Command Prompt as an administrator. Also, check that the "WLAN AutoConfig" service isn't blocked in the "Services" section (services.msc). Without this service, Wi-Fi won't work on Windows.

You can also force an IP configuration update using the command line. Enter ipconfig /release, then ipconfig /renewThis action terminates the current connection and requests a new address from the router, which often resolves the "No internet access" issue even though the Wi-Fi connection is successful.

Configuring encryption and security settings

When manually adding a network, it is critical to select the correct security type. If you specify WPA2-Personal, and the router is configured to WPA3 or WEP, the connection will not be established. Modern routers use mixed mode or pure mode by default. WPA2/WPA3, which ensures the best data protection.

Errors in encryption type selection lead to an endless loop of connection attempts. Windows 10 may report "Can't connect to this network" without providing a specific reason. In such cases, it's worth temporarily changing the router's security settings (if you have cable access) to more compatible ones, such as: WPA2-PSK (AES).

The table below lists the main security types and their compatibility with devices:

Security type Description Compatibility Recommendation
WEP Outdated standard, easily hacked All devices Do not use
WPA-Personal (TKIP) An older encryption standard Old laptops Legacy only
WPA2-Personal (AES) De facto standard, high security All modern devices Recommended
WPA3-Personal The latest standard, maximum protection New adapters (Wi-Fi 6) For new routers

Please note that some corporate networks use a security type WPA2-EnterpriseIn this case, a simple password is not enough: you will need to enter your login, password, and possibly a domain certificate. Manual configuration of such networks requires access from the organization's system administrator.

Troubleshooting common connection errors

Even if you enter the correct information, errors may still occur. One of the most common is "Windows couldn't connect to this network." This could be due to an IP address conflict or a network settings cache issue. In this case, a full network reset through Windows settings can help.

Go to "Settings" → "Network & Internet" → "Status." At the very bottom of the page, find the "Reset network" button. Clicking this will delete all saved Wi-Fi profiles, reset TCP/IP settings, and reinstall network drivers. After restarting your computer, you will need to re-enter passwords for all networks.

Another common issue is an incorrect date and time. If the system time on your laptop differs significantly from the actual time, security protocols (especially WPA2/3) may block the connection, considering the certificates invalid. Check if you have automatic time synchronization enabled.

⚠️ Note: The Windows 10 Settings interface is constantly being updated. The location of the "Network Reset" or "Manage known networks" buttons may change depending on the build version (21H2, 22H2, etc.). If you don't find the option in the menu, use the search for the settings by entering a keyword, such as "Reset."

It's also worth checking the Connection Manager service. Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list. Make sure its status is "Running" and the startup type is "Automatic." If the service is stopped, Wi-Fi will not work in any mode.

Optimizing the Wi-Fi module

Once connected, it's important to ensure your laptop is using the maximum speed. Go to the adapter properties (via ncpa.cpl), click "Configure" and go to the "Advanced" tab. Here you can find the option Roaming Aggressiveness (Roaming Aggressiveness). For a desktop laptop, it's best to set it to "Lowest" so it doesn't constantly try to find the best access point.

It's also recommended to uncheck "Allow the computer to turn off this device to save power" in the adapter properties on the "Power" tab. This will prevent the Wi-Fi module from disconnecting when the laptop enters sleep mode or is simply idle.

You can use the command line to diagnose signal quality. Enter the command:

netsh wlan show interfaces

In the output, you'll see a "Signal" line indicating the connection quality percentage. If the value is below 40-50%, you might want to consider changing the channel on your router or using a repeater.

Frequently Asked Questions (FAQ)

Why can my laptop see my neighbors' networks but not mine?

Most likely, your router is configured for the 5 GHz band, but your laptop only supports 2.4 GHz, or vice versa. It's also possible that MAC address filtering is enabled on the router or the SSID is hidden. Check your router settings via a wired connection.

How can I find out the exact name of a hidden network if I forgot it?

If a network is hidden, its name isn't broadcast. You can only find it by accessing the router settings via a cable or by viewing the configuration on an already connected device (for example, in the Wi-Fi properties on an Android smartphone or in saved profiles on another laptop).

Is it possible to connect to Wi-Fi without entering the password manually?

Yes, if there is a button on the router and laptop WPSPress the WPS button on your router, then select "Connect using WPS" from the Windows network list. However, this method is less secure and may be disabled by default on newer devices.

What should I do if I get the message "Can't connect to this network" after entering my password?

Try deleting the network profile (forget the network) and adding it again. Make sure you're using the correct keyboard layout when entering the password (CapsLock is off, the language is correct). Also, check that the client list on the router isn't full.