Skip to content
Follow
Windows

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

Richard
Written by
Richard
Nov 22, 2021 Updated Aug 13, 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

Stopping Windows 11 from connecting to Wi-Fi networks automatically puts you in control of your internet use. Windows 11 saves every wireless network you join and jumps back onto them whenever you are in range, which can drain battery life and connect you to slow or unsafe public hotspots.

Turning off this automatic connection feature takes just a few clicks in your network settings. You can block your PC from grabbing a weak public signal or jumping onto an old network you no longer want to use, keeping your connection safe and steady.

⚡ 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?

Disabling automatic connections means your PC stays off nearby networks until you explicitly tell it to join, even if it remembers the password.

Method 1Stop Automatic Connection via Quick Settings

Active networks can be tweaked right from the taskbar without digging through menus. This offers a fast way to disable Wi-Fi auto connect for a network in active use.

  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

Saved profiles require tweaks inside the main Settings app when the network is out of range. Managing these historical connections stops Windows 11 from reaching out to old access points.

  1. Press the Win+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
Windows 11 Wi-Fi networks profile tile for setting data limits.
  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)

Terminal commands offer a faster route for anyone managing multiple adapters at once. Running a quick script instructs Windows to ignore specific network profiles permanently.

  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

Registry Editor tweaks provide a deeper level of control for persistent connection behavior. Modifying these system values forces Windows 11 to handle Wi-Fi connections strictly on your terms.

  1. Press Windows + 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

Stubborn connections usually point toward corrupted network profiles that refuse standard fixes. PowerShell helps clear out the damaged data, though administrator privileges are required.

  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?

Unchecking the "Connect automatically" box inside the Manage Known Networks menu solves this issue. The system keeps the password saved in memory, but Windows stays disconnected 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)

📬 Get new Windows tips in your inbox
One email when we publish something worth your time. No spam, unsubscribe anytime.
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.

3012 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
3 Simple Steps to Connect Wi-Fi on Windows 11
Windows 3 Simple Steps to Connect 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 *