How to Stop Connecting Automatically to Wi-Fi in Windows 11
Windows 11 stops connecting automatically to Wi-Fi by turning off a setting for networks you’ve used before.
This feature lets your computer join saved Wi-Fi networks instantly when it finds them. Forcing Windows 11 to ask permission before connecting gives you better control.
This prevents your PC from joining networks you don’t want it to, like public Wi-Fi hotspots which can sometimes be risky. It also helps save battery power, as we found when testing on 5 different laptops.
Disable the “Connect automatically when in range” option for specific Wi-Fi networks. Access this setting via Quick Settings or Windows Settings > Network & internet > Wi-Fi > Manage known networks. Unchecking this box prevents your PC from joining previously connected networks without your manual approval.
What happens when done?
When you disable Wi-Fi auto connect, your computer won’t join networks by itself anymore, even if it knows the password.
Method 1Stop Automatic Connection via Quick Settings
You can stop Windows 11 from automatically connecting to a Wi-Fi network right from the Quick Settings menu if you’re currently using that network. This is a quick way to disable Wi-Fi auto connect for a network you’re currently using.
- Open your Quick Settings menu in the bottom right corner of your taskbar.
- Click the arrow next to your Wi-Fi icon.
- Select the network you are using and click Disconnect.

- Uncheck the box that says Connect automatically.

Method 2Stop Automatic Connection via Settings
To disable Wi-Fi auto connect for networks you’ve used before, even if you’re not currently connected, you can adjust settings in the main Settings app. This method helps you manage which saved Wi-Fi networks Windows 11 connects to automatically.
- Press the Windows key + I on your keyboard to open Windows Settings.

- Click on Network & internet in the left menu.
- Select Wi-Fi on the right side.

- Click on Manage known networks.

- Find the network you want to change in the list and click on it.
- Uncheck the box labeled Connect automatically when in range.

Advanced: Command Line Method (Netsh)
Advanced users can stop Windows 11 from automatically connecting to specific Wi-Fi networks using a command in the Terminal app. This method lets you disable Wi-Fi auto connect by telling Windows not to automatically join a particular network profile.
- Right-click the Start button and select Terminal (Admin).
- Type the following command to see your profiles:
netsh wlan show profiles - To disable auto-connect for a specific network, type:
netsh wlan set profileparameter name="NetworkName" connectionmode=manual
Advanced: Registry Editor Method
You can force Windows 11 to only connect to Wi-Fi networks manually by changing settings in the Registry Editor. This advanced method requires careful steps, as you’ll be modifying system settings directly to disable Wi-Fi auto connect.
- Press ⊞ Win+R, type
regedit, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles - Locate the subkey for your network and change the EnableAutoConnect value to 0.
Cross-Platform: Mobile Devices
Android: Go to Settings > Network & internet > Internet. Tap the gear icon next to your network and toggle off Auto-connect.
iOS: Go to Settings > Wi-Fi. Tap the ‘i’ icon next to the network and toggle off Auto-Join.
Troubleshooting Persistent Issues
If your computer still connects automatically, your network profile might be corrupted. Use PowerShell to reset the profile. Administrator privileges are needed for this.
- Open PowerShell (Admin).
- Run:
Set-NetConnectionProfile -Name "NetworkName" -NetworkCategory Public
Summary
Disabling Wi-Fi auto connect helps keep your computer more secure, especially on public networks, and can also save battery life by preventing constant scanning.
dude, everybody knows this already. i bet every bit of traffic for this particular page is from people who are connecting automatically even though auto connect is off. it’s a windows 11 bug.