Windows

How to Enable or Disable WiFi autoSwitch on Windows 11

Richard
Written by
Richard
Oct 4, 2021 Updated Apr 28, 2026 3 min read
How to Enable or Disable WiFi autoSwitch on Windows 11

This guide explains how to manage the WiFi autoSwitch feature in Windows 11. Understanding how your computer handles network connections can help you maintain a stable internet experience.

Why use WiFi autoSwitch?

When this feature is on, your computer constantly looks for a better or preferred WiFi network. If it finds one, it will automatically jump to that connection. This is helpful if you move between different rooms or offices with saved networks. However, it can also cause your internet to drop briefly or use more battery power.

What happens when done?

After following these steps, your computer will either automatically seek out your favorite networks or stay locked to your current one, preventing unwanted disconnects and improving connection stability.

How to enable or disable WiFi autoSwitch using Settings

This method uses the standard Windows interface. Note: You must have administrator privileges to modify these network settings.

Windows 11 settings start menu for WiFi autoSwitch

1. Open your settings by pressing the Windows key + I or by clicking Start then Settings.

Advanced network settings in Windows 11 for WiFi autoSwitch

2. Click Network & internet on the left, then select Advanced network settings on the right.

More network adapter options in Windows 11 for WiFi

3. Select More network adapter options.

WiFi status page in Windows 11 for network management

4. A new window will open. Right-click on your WiFi connection and select Status.

Wireless properties button in Windows 11 settings

5. Click the Wireless Properties button.

6. Look for the checkbox labeled “Look for other wireless networks while connected to this network”.

  • Check this box to enable autoSwitch.
  • Uncheck this box to disable autoSwitch.
Enable option for looking for other networks in Windows 11

7. Click OK to save your changes.

How to use Command Prompt

You can also manage this feature using the Windows Terminal tool. Warning: Modifying network settings via command line can affect connectivity. Ensure you have administrator privileges to execute these commands.

1. Open Windows Terminal as an administrator.

2. To see all your saved WiFi networks, type the following command and press Enter:

💻Code
netsh wlan show profiles

3. To enable the feature for a specific network, use this command (replace “NetworkName” with your actual WiFi name):

💻Code
netsh wlan set profileparameter name="name" connectionmode=auto autoswitch=Yes

4. To disable the feature for a specific network, use this command:

💻Code
netsh wlan set profileparameter name="name" autoswitch=No
Disable option for looking for other networks in Windows 11

Troubleshooting and Network Prioritization

If your computer keeps jumping to a weak signal, you should check your Preferred networks list. Windows 11 uses the WLAN AutoConfig service to manage these connections. If auto-switch fails, try restarting this service in the Services menu. You can also adjust WiFi roaming aggressiveness in your Network adapter settings to prevent the device from jumping between access points too frequently.

Summary

The WiFi autoSwitch feature helps your computer stay on the best available network. While it is turned off by default, you can easily toggle it in your Wireless Properties or via the Command Prompt. If you notice your internet connection is unstable, disabling this feature is a great way to fix the issue. For more details, refer to official Microsoft documentation regarding WLAN profiles.

Does Windows 11 prioritize 5GHz over 2.4GHz networks?

Yes, Windows 11 generally prioritizes 5GHz networks because they offer faster speeds and less interference. If both bands have the same SSID, the operating system will attempt to connect to the 5GHz band by default, provided the signal strength is sufficient for a stable connection.

How do I stop Windows 11 from connecting to open public hotspots?

Go to Settings > Network & internet > WiFi. Click on Manage known networks and remove any public hotspots from the list. Additionally, ensure the option to connect to suggested open hotspots is turned off in your WiFi settings to prevent automatic connections to unsecured networks.

Was this guide helpful?

Tags: #Windows 11
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.

2470 articles → Twitter

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Forget WiFi Networks on Windows 11
Windows How to Forget WiFi Networks on Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
Enable Shield Icon in Windows Terminal Admin Mode
Windows Enable Shield Icon in Windows Terminal Admin Mode

Leave a Reply

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