How to Change WiFi Network Profile in Windows 11
Changing your WiFi network profile in Windows 11 lets you control how your computer acts on different networks. This setting tells Windows whether you’re on a safe network, like your home, or a less safe one, like a coffee shop.
Windows 11 has two main profile types: Public and Private. A Public profile keeps your computer hidden from other devices on the network for better security, which is good for public Wi-Fi. A Private profile lets your computer share files and connect with other devices, perfect for your home or office network.
Your computer likely connects to your home WiFi using a Private profile by default, allowing things like printer sharing to work easily. Knowing how to switch between these profiles helps you stay secure and use your network features correctly.
Change your WiFi network profile in Windows 11 by going to Settings, then Network & internet, and selecting WiFi. Click your network name under Manage known networks and switch the Network profile type between Public and Private.
Quick Summary: Network Profile Settings
| Profile | Best For | Security Level | Sharing |
|---|---|---|---|
| Public | Coffee shops, Airports | High | Disabled |
| Private | Home, Office | Medium | Enabled |
Windows 11 network profile settings help control how your computer talks to other devices on a network, keeping your data safe.
Understanding Public vs. Private Profiles
Understanding the difference between Public and Private network profiles is key to keeping your Windows 11 PC secure.
Why does my network keep reverting to Public?
Windows sometimes resets the profile to Public for security reasons. If your router settings change or you connect to a new access point, Windows treats it as a fresh, untrusted connection.
Is it safe to set my home network to Public?
Setting the profile to Public will block your ability to use network printers or shared folders. Only use Public at home if you have no need for local device communication.
Method 1Using Windows Settings (Easiest)
- Open Settings (Windows + I).
- Go to Network & internet.
- Click WiFi.

4. Select Manage known networks.

5. Click your network name.

6. Change Network profile type to Public or Private.


Method 2PowerShell (Admin Required)
An alternative way to change your WiFi network profile in Windows 11 is by using PowerShell with administrative privileges. This method quickly tells Windows whether your network is private or public, which influences security settings.
Use the Get-NetConnectionProfile command to see your current status. To change it, use the Set-NetConnectionProfile command:
Set-NetConnectionProfile -Name "YourNetworkName" -NetworkCategory Private
Replace "YourNetworkName" with your actual network name. This works for both WiFi and Ethernet.
Method 3Windows Registry (Advanced)
Modifying your WiFi network profile in Windows 11 via the Registry is an advanced option for users comfortable editing system settings. You'll need to open the Registry Editor, a tool for editing system settings, and locate specific network information to make changes.
- Press Windows + R, type
regedit, and hit Enter. - Navigate to the following location in the Registry Editor:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles - Look through the folders to find your network name in the ProfileName value.
Troubleshooting Connectivity
If you cannot see other devices, ensure your profile is set to Private. If you still have issues, check your Windows firewall settings to confirm that file and printer sharing is allowed through the firewall.
Summary
You've learned how to change your network profile using Settings, PowerShell, and the Registry. Always use Public for untrusted networks and Private for home. This adjustment helps balance your security needs with the convenience of sharing files across your local network.
Can I change the network profile for an Ethernet connection?
Yes, you can change the profile for Ethernet connections using the same methods. In Settings, go to Network & internet, click Ethernet, and toggle the Network profile type. You can also use the PowerShell method, which applies to both WiFi and wired connections equally.
Was this guide helpful?
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.
[…] default, your Windows device with WiFi adapters will allow users to enable or disable the ability to connect to a WiFi network. No particular […]
[…] More details here: Change network profile in Windows 11 […]