How to rename a Wi-Fi network on a Windows 10 computer

When connecting to a wireless network in a public place or office, users often notice that their device displays as "Laptop," "PC," or a generic model name. This happens because the operating system assigns a network profile to each network. unique network name, which is taken from the computer name by default. However, there are situations when the default designation is inconvenient, too long, or contains unnecessary information that you don't want to display to other users.

Changing this setting doesn't affect connection speed or signal stability, but it helps you better navigate the list of available connections, especially if you manage multiple access points with the same SSID. Windows 10 stores this data in a special section of the system registry, and editing it requires administrator privileges. The process is not difficult, but it does require attention, as working with system records always carries the risk of entering incorrect data.

Before changing the identifier, it's worth understanding why you need to do so. Users often confuse the computer name, network profile name, and router SSID. In this context, we're talking specifically about how your computer "sees" and names the saved network in its settings. This is useful if you've moved to a new office, changed your provider but the network name remains the same, or if you want to tidy up your connection list.

It's worth noting that renaming a network profile on one device will not change its name on other devices. This is a local Windows setting. If you want to change how your laptop is seen by other devices on the local network, you'll need to change the computer name itself in the system. For all features to work correctly, local network It is important that names are unique within a single domain or workgroup.

⚠️ Caution: Editing the system registry requires care. Incorrectly deleting or renaming keys may prevent the system from correctly detecting network adapters. It is strongly recommended to create a system restore point before beginning.

📊 How often do you change your network settings?
Once a week
Once a month
Only when moving
Never changed

The difference between a network name, SSID, and computer name

Many users mistakenly believe that renaming a network in Windows will change the Wi-Fi name assigned by the router. This is not true. SSID (Service Set Identifier) — This is the name of the wireless access point itself, broadcast over the air. It can only be changed through the router's settings. Windows only remembers this name and assigns it an internal profile.

The computer name is your device's identifier on the local network. When you change a network profile, you only change how Windows names that specific connection in its lists. For example, the "Home_WiFi" network on your laptop might be called "Home_Primary" but remain "Home_WiFi" on your tablet. This is purely a visual label for user convenience.

Understanding this difference is crucial. If your goal is to hide your network from strangers or make its name more appealing to guests, you need to go to your router settings. If you simply want to organize the list of saved connections on your PC, then the instructions below are just what you need. In Windows 10, the mechanism for storing these names has become more hidden than in previous versions of the OS.

Preparing to edit network settings

Before making any changes, ensure you have access to an account with administrator rights. Without these rights, the system will block access to the registry editor. It's also a good idea to disable any unnecessary network adapters if you have multiple ones to avoid confusion over profile names.

It's recommended to write down the current network name you plan to change in advance so you can find the corresponding registry entry. If you have many saved connections, finding the right key may take time. It's easiest to use the open list of networks in the control panel to check the data.

It's important to understand that after renaming a profile, Windows may treat the network as a new one. This means that some custom settings tied to the old profile name (for example, the network type "Public" or "Private") may be reset to their default values. You'll have to reselect the network type the next time you connect.

  • 📋 Write down the exact current Wi-Fi network name that is displayed in the connection status.
  • 🔒 Make sure you are logged in as an Administrator.
  • 💾 Create a system restore point in case of unexpected errors.
  • 📶 Disable VPN clients and third-party firewalls during setup.

☑️ Check before editing the registry

Completed: 0 / 4

Finding a profile name in the Windows registry

The primary tool for changing a network name is the system registry. To access the desired section, press the following key combination: Win + R and enter the command regeditAn editor window will open, where you need to follow the path where the profiles of all ever-connected networks are stored.

The path to the section looks like this: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles. Inside the folder Profiles You will see many folders with names in the form of long hashes (for example, 0239A5B1-...). Each of these folders corresponds to one saved network profile.

To find the one you need, you will have to click on each folder and look at the parameter ProfileName in the right side of the window. This value is displayed in the Windows interface as the network name. Find the entry that corresponds to your Wi-Fi network. This is the most time-consuming step if you frequently connect to different access points.

⚠️ Note: Network driver interfaces and registry structure may vary slightly depending on the Windows 10 build version (Home, Pro, Enterprise) and updates. If you don't find the ProfileName parameter, check the adjacent keys or make sure you've selected the correct folder with the hash.

To speed up the search, you can use the Find function in the Registry Editor (key F3), entering part of a known network name. However, be careful: the search is performed across the entire registry, and matches may be found in completely different sections unrelated to the network. Always double-check the path to the found key.

What to do if there are a lot of profile folders?

If you've been using your computer for a while, the list can be overwhelming. In this case, you can temporarily rename the network in your router settings to a unique name (for example, "TEST123"), connect to it, find the corresponding profile in the registry, and then change the router name back. After that, you'll know exactly which hash corresponds to your network.

Renaming process via Registry Editor

Once you have found the desired folder with the hash and made sure that the parameter ProfileName contains the correct network name, you can begin editing. Double-click on the parameter ProfileNameA window will open, in the "Value" field of which you need to enter the new name.

Use Latin or Cyrillic, but avoid special characters such as /, \, :, *, ?, ", <, >, |These characters are reserved by the file system and can cause errors. The optimal name length is up to 32 characters, although the system can support longer strings.

After entering the new name, click the button OKChanges take effect almost instantly, but to ensure the network list in the Windows interface is updated, we recommend restarting your computer or reconnecting to the network. Open the list of available Wi-Fi networks and check if the name has changed.

Path to copy:

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

If the connection status displays the old name after renaming, try forgetting the network (using the "Forget" button in Wi-Fi properties) and reconnecting. The system retrieves the new profile name from the registry when creating a new connection. In some cases, flushing the DNS cache with the command ipconfig /flushdns in the command line.

Alternative Method: Command Prompt and PowerShell

For experienced users who prefer not to manually dig into the registry, it is possible to manage profiles via the command line, although the renaming functionality is limited. Primarily, via netsh You can find out the exact names of the profiles. Run the command prompt as administrator and enter: netsh wlan show profiles.

This command will list all saved Wi-Fi profiles. You'll see how the system names them internally. Unfortunately, there's no direct command to rename a profile in the standard functionality. netsh is missing, making the registry method the primary one. However, PowerShell can help with diagnostics.

PowerShell can be used to obtain more detailed information about networks. Get-NetConnectionProfile will show currently active profiles and their names. This is useful if you want to run a script to check whether a change has been applied, or if you manage networks centrally through Group Policy.

Parameter Registry Editor Command line (netsh) PowerShell
Possibility of renaming Yes (direct) No (view only) No (view only)
Complexity Average Low Average
Risk of errors High Short Average
Rights required Administrator Administrator Administrator

Using third-party renaming utilities is also possible, but not recommended for security reasons. Programs like Wireless Network Watcher or similar registry tweakers can automate the process, but they also require access to system keys. It's better to do it manually once than to trust third-party software with access to critical OS sections.

Possible problems and their solutions

During the renaming process, you may encounter a situation where, after entering a new name and rebooting, the name in the network list doesn't change. This often happens if the network is currently active. Try disabling the Wi-Fi adapter and re-enabling it through the Network and Network Control Panel.

Another common issue is "Read-only" access to a registry key. If the system doesn't allow you to change the parameter ProfileNameCheck the access rights to the profile folder itself. Right-click the hash folder, select "Permissions," and make sure your user group has Full Control.

If you lose internet access after renaming or the network is listed as "No internet access," check your DNS and IP settings. Sometimes changing a profile resets static settings to automatic. Reset the required settings in the protocol properties. IPv4.

  • 🔄 The network was not renamed: Disable and re-enable the adapter.
  • 🔒 Access error: Check the permissions on the registry folder.
  • 🌐 No internet: Check your DNS and gateway settings.
  • 💻 System failure: Use the created restore point.

⚠️ Caution: If you're using a corporate computer, changing network profiles may violate your organization's security policies. In a domain environment, profile names may be centrally managed, and your changes will be discarded upon reboot or policy updates.

Frequently Asked Questions (FAQ)

Is it possible to rename a Wi-Fi network so that it appears differently on all devices?

No, renaming a profile in Windows 10 only changes the name on that specific computer. To change the name for all devices, you need to change the SSID in the router settings.

Is it safe to edit the registry to change the network name?

Yes, it's safe as long as you follow the instructions carefully and only change the ProfileName parameter. Errors may occur if you delete the profile folder or change other keys in this section.

What happens if I enter a network name that is already in use by another profile?

The system will allow this, but you'll see two connections with the same name in the network list. This can cause confusion when choosing which network to connect to. Windows will distinguish between them using their internal hash.

Do I need to reboot my router after renaming my network in Windows?

No, the router doesn't know what you name its network on your computer. Restarting the router isn't required; all changes occur only on your PC.

How do I restore the original network name if something goes wrong?

You can re-enter the registry using the same path and restore the old value to the ProfileName parameter. Alternatively, simply delete this network profile (forget the network) and reconnect—Windows will create a new profile with the default name.