Modern operating systems such as Windows 10, often automatically detect available wireless networks and prompt the user to connect to them with a single click. However, these automatic mechanisms don't always work correctly, especially when dealing with hidden networks, corporate gateways, or specific WPA3 security settings. In such situations, the user must manually initiate a new connection to ensure stable access to the global network.
Manual configuration is also necessary when drivers adapter They're not working correctly, or the system has forgotten your previous login credentials. Understanding how to manually create a new internet connection in Windows 10 via Wi-Fi is a basic skill for any advanced PC user. This allows you to bypass standard interface limitations and configure the connection down to the last detail.
In this guide, we'll walk you through every configuration step, from checking your hardware status to entering complex network settings. You'll learn where hidden profile management menus are hidden and how to avoid common mistakes when entering security keys.
Preliminary diagnostics and equipment testing
Before moving on to software settings, you need to ensure the physical functionality of the communication module. Often, the problem of a missing network list is not the operating system, but a disabled hardware switch or a power failure. On laptops, you can check this by looking at the indicators on the case or keyboard, which usually have an antenna icon.
You should check for the presence in the device manager drivers for your wireless adapter. If the device is marked with a yellow exclamation mark or appears as "Unknown Device," establishing a connection is impossible without first installing the manufacturer's software.
⚠️ Attention: If the "Network adapters" section is completely missing in the device manager or the wireless module is not detected by the system even as an unknown device, the antenna contact inside the case may have come loose or the module itself may be faulty. Wi-Fi.
You should also make sure that the wireless network service is running. To do this, click Win + R, enter services.msc and find the "WLAN AutoConfig" service. Its status should be "Running" and the startup type should be "Automatic."
☑️ Diagnostics before setup
Access to network profile management
Interface Windows 10 has undergone many changes, and the usual paths to settings may vary depending on the build version. The classic way to access the Network and Sharing Center remains the most reliable. Right-click the network icon in the system tray (near the clock) and select "Open Network & Internet Settings."
In the window that opens, scroll down to the "Network and Sharing Center" link. This is where you'll find the functionality for creating new connections. An alternative and faster way is to use the Run command.
Press the combination Win + R and enter the command:
control /name Microsoft.NetworkAndSharingCenter
This method instantly opens the desired Control Panel applet, bypassing modern settings menus, which can sometimes take a while to load. In the Control Center window, click the "Set up a new connection or network" link.
Selecting a connection type and manually creating a profile
After launching the setup wizard, you'll see a list of options. For our example, select "Manually connect to a wireless network" and click "Next." This step is critical, as it allows you to create a network profile even if it doesn't appear in the list of available networks.
The system will notify you that network information will be saved and the connection will be established automatically when the network is within range. This is standard behavior. protocol, which ensures user convenience in the future.
Next, you will need to enter the following information:
- 📡 Network Name (SSID): The exact name of the access point, case sensitive.
- 🔒 Security type: Most often WPA2-Personal or WPA3 is used, less often WEP (obsolete).
- 🔑 Security Key: access password, which must be entered twice for verification.
Pay special attention to the "Security Type" field. If you select the wrong encryption standard, the connection will fail, even if the password is correct. In modern routers, the de facto standard is WPA2-Personal with AES encryption algorithm.
Setting up hidden networks and special parameters
One of the common reasons for manual configuration is the need to connect to a hidden network. Router owners often hide SSID (network name) for security purposes, so it doesn't appear in neighbors' shared lists. In this case, when creating a connection, you should check the "Connect even if the network isn't broadcasting (SSID)" box.
After creating a hidden network profile, Windows will periodically send requests to search for this SSID. This may slightly increase battery consumption on mobile devices, but will ensure automatic connection when a signal appears.
⚠️ Warning: Connecting to hidden networks at public hotspots (cafes, airports) can be risky. Your computer will actively "buzz" about searching for a known network, which can be used by attackers to impersonate the hotspot and intercept data.
You can also adjust compatibility settings in this section. If you're connecting to very old equipment, you may need to change the encryption settings in the wireless network properties after creating it. To do this, go to "Wireless Network Properties" -> "Security" tab -> "Advanced Settings."
Why hide the SSID?
Hiding the network name (SSID) is often called "foolproofing." This isn't a full-fledged encryption method, as the network name is easily intercepted by traffic sniffers when an authorized client connects. Only a complex password and the modern WPA3 encryption protocol provide true protection.
IP address and DNS server configuration
Once a basic profile has been created, manual adjustments are often required. IP addressingBy default, automatic address acquisition (DHCP) is used, but in some corporate or home networks with static routing, it is necessary to enter the data manually.
To access these settings, click Win + R, enter ncpa.cpl and press Enter. Find your wireless connection, right-click it, and select "Properties." In the list of components, find "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties."
Here you can switch to using the following addresses:
| Parameter | Example of meaning | Description |
|---|---|---|
| IP address | 192.168.1.55 | Unique address of the device on the local network |
| Subnet mask | 255.255.255.0 | Determines the size of the local network |
| Main gateway | 192.168.1.1 | Router address (Internet access) |
| DNS server | 8.8.8.8 | Server for resolving domain names to IP |
Specifying an incorrect gateway will result in no internet access, although the local network may still be operational. You can specify public DNS servers, such as Google (8.8.8.8) or Cloudflare (1.1.1.1), to speed up website loading.
Deleting old profiles and managing priorities
Over time, your system accumulates a large number of saved networks. If you've created a new connection, but your computer is persistently trying to connect to an old, weak network with a similar name, you need to clear the list of known networks. This can be done via the command prompt with administrator privileges.
Launch cmd as administrator and enter the command to view profiles:
netsh wlan show profiles
To delete a specific profile, use the command:
netsh wlan delete profile name="Network_Name"
Deleting old profiles also solves security key conflicts if you have changed the password on your router, and Windows attempts to apply old saved data.
You can also manage the priority in the wireless network properties on the "Connection" tab. Use the "Move Up" or "Move Down" buttons to set the order in which the system will attempt to connect to known networks.
Where are passwords stored?
Wi-Fi network passwords in Windows 10 are stored encrypted in the system registry and configuration files. They can be accessed using the command netsh wlan show profile name="Name" key=clear, but only with administrator rights.
Common problems when creating a connection
Even with proper configuration, errors can still occur. One of the most common is "Windows couldn't connect to this network." This could be caused by incompatible security standards or an outdated driver.
If the system asks for a PIN instead of a password, make sure you haven't confused the WPS PIN (usually an 8-digit number on the router's sticker) with your Wi-Fi password. For a regular connection, you need the security password.
- 🔄 Network reset: Windows settings have a "Network reset" feature that deletes all profiles and reinstalls adapters.
- 🛡️ Antivirus: Third-party firewalls may block new connections, considering them suspicious.
- 📡 Frequency range: Older adapters may not see 5 GHz networks if the appropriate drivers are not installed.
Checking event logs (eventvwr.msc) in the "Windows Logs" -> "System" section can give you the exact error code, which can be used to find a specific solution for your case.
Why doesn't Windows 10 save my Wi-Fi password?
This may be due to security policy if the computer is on a corporate network domain. It may also be caused by corrupted system files. Try running the command sfc /scannow in the command line as administrator to restore the integrity of the OS.
How do I connect if the SSID is hidden and I don't know the exact name?
Without knowing the exact SSID (case-sensitive), it's impossible to connect to a hidden network. You'll need to obtain the exact name from the network administrator or look it up in the router settings via a cable connection. The system can't "guess" the names of hidden networks.
Is it possible to create a Wi-Fi connection without administrator rights?
The standard interface allows you to connect to a visible network by entering a password, without requiring administrator rights. However, creating a new profile for a hidden network, changing the security type, or assigning a static IP address requires elevated privileges.