How to Rename a WiFi Network in Windows 10: A Complete Guide

Changing the name of a wireless network is a task many users face when upgrading their equipment or moving. Confusion often arises: router owners try to change the name through the operating system's control panel, failing to understand the fundamental difference between a connection profile and the broadcast signal. In Windows 10, the system stores connection history, assigning them its own labels, which may differ from the actual name. SSID, broadcast by the router.

It's important to clearly understand the architectural difference: the name you see in the list of available networks is defined at the hardware level of your router. The operating system only reads this parameter and, upon initial connection, creates a local profile with the same name for user convenience. However, there are situations when you need to change the local display or force a profile update if your router has been replaced with a new model with the same security settings but a different name.

In this article, we'll take a detailed look at all available methods for managing network names. You'll learn how to rename a profile in the registry, how to reset network settings via the command line, and why this can't be done directly using standard Windows interface tools. Understanding these processes will help you avoid connection conflicts and keep your list of saved networks organized.

The fundamental difference between an SSID and a Windows profile

Before you begin any technical manipulations, it's important to understand the terminology so that your actions are informed. SSID The Service Set Identifier (SSID) is a unique name broadcast by an access point (router). It's embedded in the radio signal and visible to all devices within range. It can only be changed by accessing the router's settings via the web interface, typically at 192.168.0.1 or 192.168.1.1.

On the other hand, Windows 10 creates network profile Every time you connect to a new WiFi network, the system remembers the network name, encryption type, and password and assigns this set of data a name that, by default, copies the SSID. It's this local shortcut that we'll be editing. If you simply changed the router but left the same name and password, Windows may "remember" the old security settings, making renaming the profile a necessary step to restore the connection.

Users often encounter a situation where the list of networks displays "Network 2," "Network 3," and so on. This occurs when security settings or the broadcast channel change, and the operating system believes it is connecting to a new device, creating a duplicate profile. Deleting old entries and renaming the current one helps clear the connection cache and eliminate potential authorization errors.

It's worth noting that changing the profile name in Windows doesn't affect how other devices (smartphones, tablets, or guest laptops) see the network. This is purely a local setting on your computer, designed to help you identify your saved connection in the list of known networks.

⚠️ Caution: Changing the profile name in the Windows registry requires extreme caution. Errors in editing system keys may result in an inability to connect to the internet or unstable network adapter operation.

Preparing to change network settings

Before making any changes to your network configuration, we recommend performing a few preparatory steps. This will prevent data loss and ensure a rollback in case of unexpected errors. First, ensure you have administrator rights on the computer, as elevated access to the registry and command prompt will be required.

It's also helpful to know the exact name of the network you plan to edit and have the WiFi password handy in case the profile is deleted and a new one needs to be created. If you're changing your router, write down the new security settings in advance, including the encryption type (usually WPA2-Personal or WPA3) and an access key.

Creating a system restore point is the gold standard before any registry manipulation. It only takes a couple of minutes, but can save hours of troubleshooting later. You can revert to the system state before the changes if something goes wrong.

  • 📋 Write down your router's current IP address and administrator password.
  • 💾 Save important data and create a Windows restore point.
  • 🔑 Make sure you know the password for the WiFi network.
  • 📱 Have an alternative internet connection on hand (for example, via a USB modem or smartphone) in case of connection loss.

☑️ Preparing to rename the network

Completed: 0 / 4

Method 1: Renaming via Registry Editor

The most direct, though not the most obvious, way to change the network name is to use the system registry. This is where all connection profiles are stored. Be careful: navigating through registry keys requires precision. Open the Run window by pressing Win + R, enter the command regedit and press Enter.

In the window that opens, follow the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles. Inside the folder In the Profiles folder, you'll see numerous folders with names consisting of long strings of numbers and letters (GUIDs). Each of these corresponds to a specific network profile. Find the one that matches your WiFi network.

To do this, click on each folder and look at the parameter ProfileName in the right part of the window. Once you find the one you need, double-click on it. ProfileName and enter the desired name. After restarting your computer or reconnecting to the network, the new name should appear in the list of available connections.

This method is effective when the standard Windows interface is stuck on an old name or displays the network as "Network 5." However, it doesn't change the SSID broadcast by the router; it only updates the local label.

Registry parameter Description Data type
ProfileName Network display name in Windows REG_SZ (String)
Description Profile description (often the same as the name) REG_SZ (String)
Managed Network control flag (0 or 1) REG_DWORD
DateCreated Connection profile creation date REG_BINARY
⚠️ Note: The registry interface may differ across different Windows 10 builds. If you don't find the ProfileName parameter, your OS version may use an alternative profile storage mechanism, and this method won't work.
📊 How often do you change your network settings?
Once a month
Only when purchasing a router
Never changed
Every time I move

Method 2: Using the Command Prompt (Netsh)

For users who prefer console commands or do not have access to the graphical registry interface, there is a powerful tool netshIt allows you to manage network settings directly. Run the command prompt as administrator: press Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".

First, you need to find out the exact profile name as it appears in the system. Enter the command: netsh wlan show profilesFind your network name in the list. Next, to rename the profile, use the command: netsh wlan set profilename name="OldName" newname="NewName"Replace "OldName" and "NewName" with the current values, keeping the quotation marks.

If the command is successful, the system will display a message informing you that the profile name has changed. This method is especially useful for scripted automation or remote computer control. It is more secure than manually editing the registry, as the command is validated by the system.

If you want to change the name of a network you've never connected to, this method won't work—you'll need to connect first.

netsh wlan set profilename name="HomeWiFi" newname="MyNewHomeNetwork"
⚠️ Note: netsh commands are case-sensitive and space-sensitive. If the network name contains spaces, quotation marks are required, otherwise the command will not execute correctly.

Resetting network settings as a radical solution

If renaming doesn't help, or the list has accumulated a ton of junk profiles ("Network 2," "Network 3," etc.), the best solution is to completely reset the network settings. This will delete all saved WiFi profiles, VPN settings, and virtual adapters, returning the Windows network stack to its factory defaults.

To perform a reset, go to Start → Settings → Network & Internet → StatusScroll down the page and find the "Network Reset" link. Click it, then the "Reset Now" button. Your computer will warn you that it will restart in 5 minutes. After the restart, you will have to re-enter passwords for all WiFi networks.

This method often resolves driver issues and IP address conflicts that may arise after multiple configuration changes. It's a "clean slate" for your network connection.

  • 🗑️ Deletes all saved WiFi passwords.
  • 🔄 Resets TCP/IP and DNS settings to default values.
  • 🚫 Disables and reinstalls network adapters.
  • 🛡️ Resets Windows Firewall settings for network profiles.
What happens when you reset your network?

When you reset your network, Windows deletes registry keys associated with your network adapters and reinstalls them. This may take a few minutes after you reboot. Don't panic if the network icon disappears briefly—this is a normal driver initialization process.

Changing the SSID on the router side

If your goal isn't simply to rename a Windows profile, but to change the name visible to all devices around you (neighbors, guests, smartphones), you'll need to change the settings on the router. To do this, open a browser and enter the device's IP address (often 192.168.0.1, 192.168.1.1, or 192.168.31.1). The username and password are usually found on a sticker on the bottom of the router.

Find the section in the router interface Wireless (Wireless network) or WLAN Settings. There will be a field there. SSID Name or "Network Name." Change it to your desired name and save the settings. The router will reboot, and the network will appear with the new name. All devices, including your Windows 10 PC, will lose the connection and will require reconnecting with a password.

When you change the SSID on your router, Windows will automatically create a new profile with a new name, as it will appear to the system as a completely new network. The old profile with the previous name will remain in memory and can be deleted using "Manage known networks" in Windows settings.

It is recommended to use unique names that do not contain personal information (addresses, apartment numbers) to make it difficult for attackers to identify the network owner.

Frequently Asked Questions (FAQ)

Is it possible to rename a network without administrator rights?

No, changing system network settings, including renaming profiles via the registry or command line, requires administrator privileges. Without these privileges, you won't have access to the necessary registry keys or netsh commands.

Will the Internet disappear after renaming the profile?

Renaming a profile in the registry or via netsh shouldn't interrupt your internet connection. However, if you make a syntax error or corrupt a registry key, your connection may be lost, requiring a restore point or network reset.

Why does Windows call my network "Network 2" or "Network 3"?

This happens when the router's security settings change (for example, from WPA to WPA2) or the access point's MAC address changes, but the name (SSID) remains the same. Windows considers this a new network and creates a new profile, automatically numbering it. To fix this, delete old profiles using "Manage Known Networks."

Does the length of a network name affect WiFi speed?

Technically, a longer name (SSID) takes up slightly more space in the wireless network management frame, which theoretically can have a minimal impact on throughput. However, in practice, the difference is imperceptible to the user. It is recommended to use names up to 32 characters long for maximum compatibility with older devices.

How do I remove an old network name from the list of known ones?

Go to Settings → Network & Internet → WiFi → Manage known networks. Select the network you no longer need and click "Forget." This will remove the profile and password from Windows memory.