How to Change Public Network to Private Network in Windows 10

Photo of author

By Victor Ashiedu

Published

This Itechguide teaches you how to change public network to private network in Windows 10. The guide covers steps for 2 methods to change public network to private network in Windows 10.

If your computer is NOT joined to a domain you could add a network interface to 2 profiles: Private, or Public. However, for domain-joined Windows 10 PCs a third option DomainAuthenticated becomes available.

Option 1: Change Public Network to Private Network from Network Settings

The easiest way to change network from public to private is from the properties of the network interface card. Here are the detailed steps:

  • From your taskbar, click the network icon (In my example, I clicked on my Wifi).
How to Change Public Network to Private Network in Windows 10 from Network Settings
  • When available network connections opens, beneath the interface of the connected network, click Properties.
How to Change Public Network to Private Network in Windows 10 from Network Settings
  • Finally, beneath Network profile, select Private.

Option 2: Change Public Network to Private Network with PowerShell

As you would expect you can also modify network connection profile with PowerShell.

Here are the steps:

  • Type powershell in search bar. Then select Windows PowerShell from the search results.
  • At PowerShell command prompt, type this command. Then press enter.
Get-NetConnectionProfile

The command displays profile details of all network interfaces in your Windows 10 PC.

Note the InterfaceIndex of the network adapter you wish to modify. For this example, I will change the adapter with InterfaceIndex of 17.

  • To change the network profile to private, type this command and press enter.
Set-NetConnectionProfile -InterfaceIndex 17 -NetworkCategory Private
  • To confirm that it changed successfully, type the Get-NetConnectionProfile command. Then press enter. The NetworkCategory is now showing as Private.
Connecting your network to the right profile has serious security implications. The network profile you connect to will determine the firewall policies that will be applied. The first method discussed in this guide is generally for everyday Windows 10 users. While the second method is for Windows Sys admins.

As you can see, it is very easy to change public network to private network!

I hope you found this guide helpful. If you found it helpful, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Comment” form at the bottom of this page.

Finally, for more Windows 10 Itechguides, visit our Windows 10 How-To page.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend