+5 votes
210 views
How to avoid Windows 10 connect to WiFi automatically

in Windows 10 by (551k points)
reopened | 210 views

1 Answer

+3 votes
Best answer

1. Do not connect WiFi automatically with Network Options in Windows 10
2. Do not connect WiFi automatically with System Settings in Windows 10
3. Do not connect WiFi automatically with Adapter Options in Windows 10
4. Do not connect WiFi automatically with Netsh in Windows 10

The use of Wi-Fi networks has grown significantly in recent years, many of our computers are portable and all our Smartphones require this type of connection and when we use Windows 10 we can see as always when looking for a new network the system allows us to select the automatic connection to said network:

image

This option is ideal if it is a network that we use every day , but it can be annoying if it is not or if for some reason the owner of the network does not want more devices to be connected to it for performance or similar issues..

Today in TechnoWikis we will see some ways to prevent Windows 10 from connecting to a Wi-Fi network automatically.

To keep up, remember to subscribe to our YouTube channel! SUBSCRIBE


1. Do not connect WiFi automatically with Network Options in Windows 10

Step 1

The first method, and perhaps the simplest, is to click on the network icon in the taskbar and when the available networks are displayed, uncheck the box “Connect automatically”:

image

Thus, we will connect to this Wi-Fi network, but it will not be automatically when we are in its range..


2. Do not connect WiFi automatically with System Settings in Windows 10

Step 1

This method involves going to the Start menu and there selecting the "Configuration" utility, we will see the following:

image

Step 2

Click on the "Network and Internet" option and in the window displayed go to the Wi-Fi section where we will see the following:

image

Step 3

There we click on the name of our connected network and in the following window we click on the switch of the option “Connect automatically when it is within range”:

image


3. Do not connect WiFi automatically with Adapter Options in Windows 10


Through the Wi-Fi network adapter it will be possible to make a series of configurations including automatic connection.
Step 1

For this we will go to the next route.
  • Control Panel
  • Network and Internet
  • Center network and sharing

image

Step 2

There we click on the "Change adapter settings" option and in the window we will double click on the Wi-Fi network adapter to access the "Properties":

image

Step 3

The following window will be displayed:

image

Step 4

Click on the “Wireless Properties” button and in the next one we validate that the “Automatically connect when this network is within range” box is unchecked. Click on OK to save the changes.

image


4. Do not connect WiFi automatically with Netsh in Windows 10

Step 1

To make use of this option we must access the command prompt as administrators and there execute the following command:
 netsh wlan show profiles 
image
Step 2

There we will see the network to which we are connected at this time, and to avoid automatic connection to this network we will execute the following:
 netsh wlan set profileparameter name = "Sofia" connectionmode = manual 
Step 3

We must replace the profile name with the one displayed to each one. image
Step 4

If we want to restore the default connection type, automatic, we will execute the following:
 netsh wlan set profileparameter name = "Sofia" connectionmode = auto 
image
Step 4

Finally, if we want to see the current network status, we can use the following command. In the "Connection mode" box we will see the current configuration.
 netsh wlan show profile "Sofia" 
image

It's that simple we can prevent our adapter from automatically connecting to a Wi-Fi network in Windows 10.


by (3.5m points)
edited

Related questions

+3 votes
1 answer
asked Sep 18, 2019 in Windows 10 by backtothefuture (551k points) | 214 views
+5 votes
1 answer
+5 votes
1 answer
+4 votes
1 answer
asked Jun 1, 2019 in WiFi and ADSL by backtothefuture (551k points) | 355 views
+5 votes
1 answer
asked May 2, 2021 in Windows 10 by backtothefuture (551k points) | 88 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users