In today's digital world, stable internet access is critical for work, study, and entertainment. Operating system Windows 10 It usually automatically detects available access points, but sometimes the standard scanning mechanism fails. A user may encounter a situation where the router is working properly, but the computer stubbornly fails to detect the wireless network.
Often, the problem lies in a hidden SSID, glitches in the adapter drivers, or the need to manually configure security settings. In such cases, knowing how to manually add a WiFi network in Windows 10 is the only way to restore the connection. Manual profile creation Allows you to bypass automatic detection errors and set precise encryption parameters.
In this article, we'll cover all connection methods in detail: from using the standard settings interface to the command line for advanced users. You'll learn how to fix common errors and configure connections when the system isn't responding. This knowledge will save you time and frustration at a critical moment.
Preparing equipment and checking drivers
Before attempting any complex setup manipulations, you must ensure that the components are physically in good working order. Make sure that Wi-Fi adapter is turned on and functioning correctly. Laptops often have physical switches or function keys (e.g. Fn + F2), which can block the wireless module.
Check the driver status in Device Manager. If a device is marked with a yellow exclamation point, the operating system is unable to communicate correctly with the hardware. In this case, install the latest software from the manufacturer's website. Intel, Realtek or Qualcomm is a mandatory step before attempting to connect.
It's also worth checking the Windows services responsible for wireless connections. Service WlanSvc must be running and set to "Automatic" startup type. If it's stopped, the system won't be able to scan the airwaves and add new profiles, regardless of your actions in the settings menu.
Standard connection method via system parameters
The easiest and most common way to set up a network is to use the built-in settings interface. Click the globe or monitor icon in the lower right corner of the screen, next to the clock. In the menu that opens, select the tile. Wi-Fito activate the module if it is disabled.
The system will display a list of available networks within range. Find your router's name (SSID) in the list and click it. If the network is password-protected, a field for entering the security key will appear. Enter the password, being careful to ensure proper case-intelligibility, and click "Connect."
☑️ Check before connection
It's important to pay attention to the "Connect automatically" switch. If you plan to use this network constantly, leave it on. This will allow Windows 10 remembers your profile and reconnects without your intervention every time you turn on your computer.
⚠️ Note: When connecting to public networks (cafes, airports), the system will ask if your PC is visible. Always select "No" to activate the "Public Network" profile and close ports to external access.
Manually adding a hidden WiFi network
Sometimes network administrators hide the network name (SSID) for security reasons. In this case, the router doesn't broadcast its name, and you won't see it in the list of available connections. To add such a network, you need to know its exact name and security type.
Go to the Start menu and select "Settings" (the gear icon). Go to "Network & Internet," then select the "Wi-Fi" tab. Click "Manage known networks" and then "Add a new network." You'll need to enter the network name manually.
In the window that opens, fill in the following fields:
- 📡 Network name: The exact SSID name, case sensitive.
- 🔒 Security type: Usually WPA2-Personal or WPA3 for home routers.
- 🔑 Security Key: Wireless network password.
After entering the information, check "Connect automatically" and, if necessary, "Connect even if the network isn't broadcasting." Click "Save." The system will attempt to find the hidden network and establish a connection using the specified parameters.
Why hide the SSID?
Hiding the network name isn't a reliable security method. Experienced users can easily detect a hidden network using traffic sniffers, as the name is transmitted in data packets when authorized clients connect.
Using the command line to create a profile
For system administrators and advanced users, there is a more flexible tool – the command line. The utility netsh Allows you to create, save, and import WiFi profiles, which is especially useful when setting up computers in bulk or when there is no graphical interface.
First, you need to create an XML file with your network settings. Open Notepad and enter the following template, replacing the data with your own:
<?xml version="1.0"?><WindowsMesh>
<name>MyHomeWiFi</name>
<SSIDConfig>
<SSID>
<name>MyHomeWiFi</name>
</SSID>
</SSIDConfig>
<connectionType>infrastructure</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>MySecretPassword123</keyMaterial>
</sharedKey>
</security>
</MSM>
</WindowsMesh>
Save the file as wifi.xml on drive C. Then run the command prompt as administrator. Enter the command netsh wlan add profile filename="C:\wifi.xml"After successfully adding the profile, you can initiate the connection with the command netsh wlan connect name="MyHomeWiFi".
Setting up a static IP address and DNS
In corporate networks or if your router has specific requirements, manual IP addressing may be required. By default Windows 10 receives an address automatically via DHCP, but sometimes a static address solves problems with accessing resources.
To change the settings, go to Control Panel → Network and Internet → Network and Sharing Center. Click on your active Wi-Fi connection, then select Properties. In the list of components, find Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Here you can specify static values:
- 🌐 IP address: a unique address in the router subnet (for example, 192.168.1.55).
- 🚪 Default gateway: router address (usually 192.168.1.1).
- 📞 DNS servers: You can use public ones, for example, from Google (8.8.8.8).
After entering the data, click "OK" to save. The computer will apply the new settings, and the connection will be rebuilt using static parameters. This often helps if the DHCP server on the router is unstable.
Wireless Network Security Types Chart
When manually adding a network, it's critical to select the correct security type. A mismatch between the encryption type in your Windows profile and your router settings will result in a connection error. Below is a table of the main standards.
| Security type | Description | Recommendation |
|---|---|---|
| WPA3-Personal | The latest standard with enhanced password protection. | Recommended for new routers. |
| WPA2-Personal | The AES encryption standard is the most widely used. | Optimal choice for compatibility. |
| WPA/WPA2 Mixed | Hybrid mode for old and new devices. | Use if you have old gadgets. |
| WEP | An outdated and easily hackable protocol. | Not recommended, extremely dangerous. |
Diagnosing and solving common problems
Even with the correct settings, errors can still occur. If Windows says "Can't connect to this network," try forgetting the network. In Wi-Fi settings, select "Manage known networks," find the problematic profile, and click "Forget." Then try connecting again.
A common cause of failures is the adapter's power-saving settings. In Device Manager, find your Wi-Fi module, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."
⚠️ Note: Settings interfaces may vary slightly depending on the Windows 10 build version (e.g., 21H2, 22H2) and network card manufacturer. If you can't find the option, use the settings search.
It's also worth checking whether your antivirus or firewall is blocking the connection. Temporarily disable third-party security programs to test. If the problem resolves, add your network to the trusted list in your antivirus settings.
Frequently Asked Questions (FAQ)
Why can't Windows 10 see my WiFi network, even though my phone does?
Most likely, your router operates in the 5 GHz band, but your computer's network card only supports 2.4 GHz. Or, the router's channel isn't supported by your PC's network adapter driver.
How to delete all saved WiFi networks at once?
Open command prompt as administrator and enter the command netsh wlan delete profile name="*" i="Wi-Fi"This will delete all wireless network profiles for the Wi-Fi interface.
netsh wlan delete profile name="*" i="Wi-Fi"
Is it possible to add a WiFi network without entering a password?
Only if the router supports WPS technology and has a physical button. Windows 10 has limited support for WPS via a PIN code, but connecting via the router's button often works automatically when selecting a network.
What should I do if my connection status is "No Internet Access"?
This means there's a connection to the router, but it doesn't have access to the global network. Check your ISP's cable, your payment status, and the WAN settings in the router interface.