Message "This computer has a manual Wi-Fi connection configured.» appears in Windows 10/11, when the system detects a conflict between automatic network settings and user-defined parameters. Most often, the problem occurs after manually entering network data (for example, SSID, type of security or static IP), resetting the router, or updating the adapter drivers. As a result, the PC stops connecting to the network automatically, requiring a password re-entry each time or displaying an error.
In 80% of cases the error is resolved through deleting a saved network profile or resetting the adapter settings. However, if the problem is caused by a registry glitch, corrupted drivers, or a software conflict (e.g. VPN clients or antivirus software), more in-depth action will be required. In this article - A complete list of solutions, from simple to complex, taking into account the features of different versions of Windows and types of Wi-Fi adapters.
Why does Windows say the connection is configured manually?
The error occurs due to a mismatch between the current network settings and the way Windows attempts to connect to it. Common causes include:
- 🔹 Manual entry of network parameters — the user previously entered
IP,DNSor other data manually throughControl Panel → Network and Sharing Center. - 🔹 Resetting the router - after changing the router settings (for example, changing the password or
SSID) the saved network profile on the PC becomes outdated. - 🔹 Driver conflict - after updating or rolling back the Wi-Fi adapter driver (especially for devices Realtek, Intel, Broadcom).
- 🔹 Corruption of system files — service interruptions
WLAN AutoConfigor Windows registry. - 🔹 Third-party software - programs like Hamachi, OpenVPN or firewalls (eg Comodo Firewall) may block automatic connection.
IN Windows 11 The error may appear more frequently due to the new network management policy, where the system more actively controls manual settings. Windows 10 The problem is usually related to outdated drivers or conflicts after major updates (eg. 22H2).
How to Delete a Saved Wi-Fi Profile (The Fastest Way)
The first thing to do is delete the current network profileto have Windows recreate it with automatic settings. This works 90% of the time and takes less than a minute.
Instructions for Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks. - Find the problematic network in the list and click
Forget. - Restart your PC and try connecting again (you will need to enter the password again).
If the error persists after this, check the adapter settings:
- 🔧 Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right click on
Wireless network→Properties→Setting up(tabAdditionally). - Make sure the parameter
Roaming Aggressiveness(Roaming Aggressiveness) is on3. Middleor5. Highest.
☑️ Check before deleting a network profile
Reset network settings via command line
If deleting the profile didn't help, reset all network settings via CMDThis method deletes all saved networks, resets IP/DNS and restarts network services.
Open the command prompt as administrator and execute the commands sequentially:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After completing the steps, restart your PC. If the error persists, check the service status. WLAN AutoConfig:
- 🔄 Click
Win + R, enterservices.msc. - Find a service
Automatic WLAN configuration(orWLAN AutoConfig). - Make sure it is running and the startup type is set to
Automatically.
Checking and updating Wi-Fi adapter drivers
Outdated or corrupted drivers are a common cause of manual Wi-Fi settings. This is especially true for adapters. Realtek RTL8188EE, Intel Dual Band Wireless-AC And Qualcomm Atheros.
How to update the driver:
- Open
device Manager(Win + X → Device Manager). - Expand the branch
Network adapters. - Find your Wi-Fi adapter (e.g. Realtek 8821CE Wireless LAN), right-click →
Update driver. - Select
Automatic searchIf Windows doesn't find updates, download the driver from the laptop or adapter manufacturer's website.
If the update didn't help, try roll back the driver:
- 🔙 In
Device ManagerselectPropertiesadapter → tabDriver→Roll back(if the button is active). - 🔄 If rollback is not available, remove the device (
Remove device), then restart your PC - Windows will reinstall the driver.
⚠️ Attention: After uninstalling the driver, the Wi-Fi adapter may temporarily disappear from the device list. This is normal—it will reappear after a reboot.
| Adapter manufacturer | Common problems | Solution |
|---|---|---|
| Realtek | Constant connection breaks, manual error after sleep | Update driver to version 2026.05 or higher |
| Intel | Doesn't connect to 5GHz after manual setup | Reset settings in Control Panel → Network Adapters → Advanced |
| Broadcom | VPN conflict, error connecting to hidden networks | Disable 802.11n Mode in the adapter settings |
| Qualcomm Atheros | Slow speed after manual input DNS |
Reset TCP/IP through netsh int ip reset |
Manual TCP/IP Configuration: When and How to Use It
If the network requires static IP (For example, in an office or when connecting to certain routers), automatic connection may be blocked. In this case, you'll need to manually enter the settings, but correctly.
How to set up static IP:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right click on
Wireless network→Properties→Internet Protocol version 4 (TCP/IPv4). - Select
Use the following IP addressand enter the data provided by your network administrator or router (for example,192.168.1.100with a mask255.255.255.0). - In the field
Main gatewayplease indicateIProuter (usually192.168.1.1or192.168.0.1). - For
DNScan be used8.8.8.8(Google) or1.1.1.1(Cloudflare).
If you are unsure of the settings, please reset the settings to Obtain an IP address automatically. An incorrectly entered static IP can completely block access to the network!
What should I do if the Internet connection disappears after manual setup?
If the network stops working after entering a static IP, reset the settings to automatic mode and reboot your PC. Then check if your antivirus or firewall is blocking the connection. If the problem persists, reset the router to factory settings (press the button). Reset for 10 seconds).
Problems with the Windows registry and services
In rare cases, the error is related to damaged system registry keys or the shutdown of critical services. This is especially true if the problem occurred after a virus attack, an incorrect update, or the use of Windows "optimization" programs (e.g., CCleaner, Advanced SystemCare).
How to restore registry settings:
- Click
Win + R, enterregedit. - Follow the path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces - In the folder
InterfacesFind the subfolder with the name of your adapter (you can identify it byDhcpIPAddressin the right panel). - Remove parameters
DhcpIPAddress,DhcpSubnetMask,DhcpServer(if any). - Restart your PC.
If the network still doesn't work after this, check the integrity of the system files:
sfc /scannow
dism /online /cleanup-image /restorehealth
⚠️ Attention: Editing the registry may cause system instability. Before making changes create a restore point.
Additional solutions for complex cases
If none of the methods worked, the problem may lie in:
- 🔌 Hardware failure of the adapter — physical damage or overheating (relevant for USB adapters).
- 🔄 Conflict with another network device - for example, if the PC has both Wi-Fi and 4G modem.
- 🔒 Group policies — in corporate networks, the administrator can block manual settings.
- 🛠️ Broken Windows updates - especially after installation
KB5034441(January 2026) orKB5032278(December 2023).
What to do in these cases:
- 🔧 To test the adapter, connect it to another PC or laptop. If the problem persists, the adapter is faulty.
- 🔄 Disconnect all additional network devices (modems, second Wi-Fi adapter).
- 🔒 On a corporate network, contact your administrator for permission to connect automatically.
- 🛠️ Remove problematic updates via
Settings → Windows Update → Update history → Uninstall updates.
FAQ: Frequently asked questions about manual Wi-Fi setup
Is it possible to fix the error without reinstalling Windows?
Yes, in 99% of cases the problem can be resolved without reinstalling. Start by deleting the network profile and resetting network settings via netshIf this doesn't help, update your drivers and check your registry. Reinstalling Windows is only necessary for critical system failures not directly related to Wi-Fi.
Why doesn't my PC connect automatically after resetting my router?
When you reset the router, its SSID, password and sometimes IP-address. The saved network profile on the PC becomes outdated, and Windows perceives this as a settings conflict. Solution: Delete the old network profile (Forget) and reconnect.
How can I check if the adapter is working properly?
Open device Manager and check the adapter status:
- 🟢 If there is no exclamation mark next to the name, the driver is installed correctly.
- 🟡 A yellow triangle indicates a problem with the driver (it needs to be updated or reinstalled).
- 🔴 Red cross — the adapter is disabled (enable it via the context menu).
You can also use the command ping 8.8.8.8 V CMD - if there is a response, the adapter is working, but there may be problems with DNS.
What should I do if after all these steps Wi-Fi still doesn't connect?
If none of the methods helped, follow these steps:
- Connect your PC to the router via cable and check if the Internet is working.
- Update your router firmware via the web interface (
192.168.1.1). - Try connecting to a different Wi-Fi network (for example, from your phone in hotspot mode).
- If the problem is with only one router, reset it to factory settings.
- For laptops: Check if Wi-Fi is disabled by a hardware button (for example, on Lenovo or HP).
If this does not help, please contact the support service of the adapter or router manufacturer.
Can antivirus block automatic connection?
Yes, some antiviruses (for example, Kaspersky Internet Security, Avast Premium, ESET NOD32) have network control modules that can block automatic connections to "untrusted" networks. Solution:
- Temporarily disable network protection in your antivirus settings.
- Add your Wi-Fi network to the exceptions.
- Check your antivirus log for blocking related to
svchost.exe(serviceWLAN AutoConfigworks through this process).