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.
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.
- 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
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.
- Press the Win+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)
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.
- 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
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.
- Press Windows + 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
Stubborn connections usually point toward corrupted network profiles that refuse standard fixes. PowerShell helps clear out the damaged data, though administrator privileges are required.
- 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.