Find Network Profiles and Categories in Regedit

Windows stores all saved and active network connection details—including whether a network is set to Public, Private, or Domain—directly inside the Windows Registry. This article details the exact registry keys used by Windows to manage network profiles, explains how to interpret their connection category values, and outlines the steps to view or modify these settings using the Registry Editor (Regedit).

The Registry Path for Network Profiles

To locate all network profiles stored on a Windows system, open the Registry Editor (regedit.exe) and navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

Under the Profiles key, you will see a list of subkeys represented as unique GUIDs (e.g., {A1B2C3D4-E5F6-...}). Each GUID corresponds to a specific network that the device has connected to in the past or is currently using.

Identifying Network Details

Select any GUID subkey under Profiles to view its registry values in the right pane:

Understanding Connection Categories

The Category DWORD value determines the firewall and sharing rules applied to the network profile:

Locating Currently Active Networks

While the Profiles key lists all saved profiles (both past and present), Windows identifies currently active network connections using the Signatures key located nearby:

Inside the Signatures subkeys, check the ProfileGuid string value to find which profile GUID from the Profiles folder is currently in active use.

How to Change a Network Category via Regedit

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles.
  3. Click on each GUID subkey until you find the matching network name in the ProfileName string.
  4. Double-click the Category DWORD value in the right pane.
  5. Change the Value data field to 0 (Public), 1 (Private), or 2 (Domain).
  6. Click OK and restart the network adapter or reboot the computer for changes to take effect.