Skip to content
Follow
Windows

How to Stop Connecting Automatically to Wi-Fi in Windows 11

Richard
Written by
Richard
Nov 22, 2021 Updated Jul 14, 2026 3 min read
How to Stop Connecting Automatically to Wi-Fi in Windows 11
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.

⚡ Quick Answer

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.

  1. Open your Quick Settings menu in the bottom right corner of your taskbar.
  2. Click the arrow next to your Wi-Fi icon.
  3. Select the network you are using and click Disconnect.
Windows disconnect WiFi
Windows disconnect WiFi
  1. Uncheck the box that says Connect automatically.
Unchecking the Connect automatically box in Windows 11 Quick Settings
Unchecking the Connect automatically box in Windows 11 Quick Settings

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.

  1. Press the Windows key + I on your keyboard to open Windows Settings.
windows 11 start settings
windows 11 start settings
  1. Click on Network & internet in the left menu.
  2. Select Wi-Fi on the right side.
Network and internet settings menu in Windows 11 for Wi-Fi
Network and internet settings menu in Windows 11 for Wi-Fi
  1. Click on Manage known networks.
manage known wifi networks
manage known wifi networks
  1. Find the network you want to change in the list and click on it.
  2. Uncheck the box labeled Connect automatically when in range.
Disabling automatic Wi-Fi connection settings within the Windows 11 menu
Disabling automatic Wi-Fi connection settings within the Windows 11 menu

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.

  1. Right-click the Start button and select Terminal (Admin).
  2. Type the following command to see your profiles: netsh wlan show profiles
  3. 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.

  1. Press ⊞ Win+R, type regedit, and hit Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
  3. 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.

  1. Open PowerShell (Admin).
  2. 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.

How do I stop Windows from connecting to known networks without forgetting the password?

You can uncheck the “Connect automatically” box in the Manage Known Networks settings menu. This keeps the password saved in your system’s memory, but prevents Windows from initiating the connection until you manually select the network from your Wi-Fi list and click the Connect button.

Was this guide helpful?

0% of readers found this helpful (1 votes)

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2737 articles → Twitter

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Connect to Wi-Fi on Windows 11
Windows How to Connect to Wi-Fi on Windows 11
How to Forget WiFi Networks on Windows 11
Windows How to Forget WiFi Networks on Windows 11

1 Comment

Leave a Comment

Your email address will not be published. Required fields are marked *