How to Rename a Wi-Fi Network on Windows 10: A Complete Guide

Changing the name of the wireless network you connect to daily may seem like a simple task, but the Windows 10 operating system often prevents this by retaining old profiles. Users encounter situations where the router is replaced or renamed, but the computer continues to display "Wireless Network 2" or the old name, even though the SSID has been updated. This occurs because the system associates the profile name with a unique security identifier and connection history.

In most cases, the standard options menu does not provide a direct "Rename" button for already saved networks. Windows treats the profile as an immutable configuration object created upon the first successful connection. Changing the display name requires more in-depth configuration methods, including editing the registry or completely resetting network components.

In this article, we'll detail safe solutions. You'll learn how to manually edit registry keys to change the profile name and when it's best to simply delete the old network and create a new entry from scratch. Understanding these processes will help you keep your list of available connections organized.

Why Windows won't let you rename a network directly

operating system Windows 10 Stores information about previously connected Wi-Fi networks in a special registry section. Each profile contains not only the name (SSID), but also the password hash, encryption type, and other security settings. When you try to change the network name in the interface, the system often ignores the request, as it believes changing the profile name could disrupt the connection with the saved security settings.

In addition, there is a name priority mechanism. If a network with a default name (for example, TP-LINK_1234), and you already have a saved profile with the same name but a different access point MAC address, the system adds a postfix. This is a security mechanism that prevents IP address conflicts and incorrect traffic routing.

⚠️ Warning: Directly editing system files or the registry without creating a restore point may cause network instability. We recommend backing up the registry before making changes.

It's also worth considering that some corporate policies or installed antivirus software may block changes to network profiles. In such cases, even administrative privileges may not help unless third-party security software is temporarily disabled. Wireless adapter drivers also play a role: outdated software may incorrectly transmit network name data to the OS interface.

📊 Have you encountered the problem of duplicate network names?
Yes, I see Network 2 all the time.
No, I rename everything.
I don't use Wi-Fi at all.
I have Mac/Linux

Preparing to change network profiles

Before making changes to the system registry, you must ensure that you have administrator privileges. Without elevated privileges, access to the registry keys responsible for network connections will be blocked. Open the Start menu, type cmd, right-click on "Command Prompt" and select "Run as administrator".

The second important step is to record your current settings. If you plan to delete a network profile and recreate it with a new name, you will need to re-enter the Wi-Fi password. Make sure you know the current security key or can view it in your router settings. Write down the current network name and security type (WPA2-Personal, WPA3 etc.).

It's recommended to close all programs actively using the internet to avoid connection interruptions at a critical moment. While renaming a profile usually doesn't immediately disconnect you, resetting network settings, which may be necessary, will temporarily disconnect you from the global network.

☑️ Preparing to edit the registry

Completed: 0 / 4

Method 1: Renaming via Registry Editor

The most effective method, which doesn't require deleting the profile, is to manually edit the registry entries. This method allows you to change the network display name while preserving all other connection settings. To get started, press the key combination Win + R, enter regedit and press Enter.

In the window that opens, you need to follow the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles. Inside the folder Profiles You'll see several folders with long names consisting of numbers and letters (GUIDs). Each of them corresponds to a saved network profile.

To find the one you need, click on the folders and look at the parameter ProfileName in the right part of the window. When you find the profile with the name of your Wi-Fi network:

  • 📁 Double-click on the parameter ProfileName.
  • ✏️ In the "Value" field, enter the new desired network name.
  • 💾 Click "OK" and close the Registry Editor.

The changes will take effect after you restart your computer or reconnect to the network. If the name doesn't change immediately, try disconnecting from Wi-Fi and reconnecting. This method works for most builds. Windows 10 Home And Pro.

What to do if the folder is not in the list?

If you don't find your network in the specified directory, it may be saved as a public profile. Also check the HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles directory, although system profiles are more often stored in LOCAL_MACHINE.

Method 2: Delete the old profile and create a new one

If editing the registry seems too risky, you can use the built-in network removal tool. This is guaranteed to reset all settings for a specific SSID, and the next time you connect, Windows will create a new profile with the current name. Open Settings from the Start menu or by clicking Win + I.

Go to the "Network & Internet" section, then select the "Wi-Fi" tab in the left menu. Find the "Manage known networks" link. Find the network you want to rename (or delete) in the list, click it, and select the "Forget" button.

After this procedure, the network will disappear from the list of known connections. Now find it in the list of available connections and click "Connect." The system will ask for a password, and after successful authorization, it will create a new profile. If the router name (SSID) has been changed on the hardware side, Windows will automatically assign a new name to the profile.

This method is especially useful if you've changed your router but left the same network name, and your computer is experiencing issues due to a MAC address conflict between the old and new equipment. In this case, deleting the profile is the only correct solution.

⚠️ Note: When using the "Forget Network" method, you lose your saved password. Make sure you know it, otherwise you will lose internet access until you enter new information.

Using the command line to manage profiles

A tool is available for advanced users. netsh, which allows you to manage wireless profiles through the console. This provides more flexible control than the graphical interface. First, you need to export the current profile to an XML file, edit it, and import it back.

Open Command Prompt as administrator. Enter the following command to view all saved profiles: netsh wlan show profilesFind the name of the desired profile in the list. Then export its configuration using the command: netsh wlan export profile name="Network_Name" folder=c:\ key=clear.

Parameter key=clear This is important if you want to save the password in clear text in an XML file for later import. Go to the folder c:\, find the file Wi-Fi-NetworkName.xml and open it with notepad. Find the tag and change the contents to the new network name. Save the file.

Now delete the old profile with the command: netsh wlan delete profile name="Network_Name". After that, import the modified XML file: netsh wlan add profile filename="c:\Wi-Fi-New_Name.xml"This method allows you to rename a network even in complex corporate environments.

Comparison of methods and possible problems

Each of the described methods has its advantages and disadvantages. Editing the registry is faster, but requires precision. Deleting a profile is more secure, but requires re-entering the password. The command line is versatile, but more difficult for a beginner.

Method Complexity Risk of data loss Need to reboot
Registry Editor Average Low (if done carefully) Desirable
Deleting a profile ("Forget") Low Medium (password required) No
Command line (netsh) High Short No

A common issue is that after renaming a device, Windows may continue to use the old name in some system logs or monitoring utilities. This is due to DNS and NetBIOS name caching. To fully update the information, you may need to clear the DNS cache with the command ipconfig /flushdns.

Users also sometimes encounter a situation where the name is changed in the system, but the old one appears in the list of available networks. This means you're trying to rename the profile but are connecting to the network with the original SSID broadcast by the router. SSID (the network name you see when searching) and Profile Name (profile name in Windows) are different things. You can only rename a profile in Windows.

Frequently Asked Questions (FAQ)

Is it possible to rename the access point (SSID) itself through Windows?

No, it's not possible to change the router's broadcast name (SSID) through Windows settings. To do this, you need to log into the router's web interface (usually at 192.168.0.1 or 192.168.1.1) and change the wireless network settings there. Windows can only change the local profile name for user convenience.

What happens if I make a mistake in the registry when renaming?

If you change the wrong setting or enter invalid characters, the network profile may stop working, and Windows will be unable to connect automatically. In the worst-case scenario, this won't affect the entire system, but you will lose access to the specific Wi-Fi network. Always create a restore point before editing the registry.

Why did the network become "Public" instead of "Private" after the renaming?

When creating a new profile or making significant changes to settings, Windows assigns the "Public network" security profile by default for protection. To change this, go to Settings → Network & Internet → Wi-Fi → Network name and select "Private."

How to return everything to the way it was if nothing worked?

The easiest way is to use the "Forget" feature for the problematic network and then reconnect to it. Windows will create a default profile with a name matching the router's current SSID. This will roll back all your changes to the profile's factory settings.

Does renaming a profile affect internet speed?

No, changing the profile name in the registry or through Windows settings is purely cosmetic. It does not affect the physical connection level, signal strength, or data transfer speed between the adapter and the router.