Changing the name of a wireless network is a task many users face when replacing equipment or moving to a new office. Confusion often arises: users try to change the access point name (SSID) directly through the operating system interface, which is technically impossible without access to the router. However, Windows allows you to edit the local profile name under which the network appears in the list of previously connected devices and in system settings.
In operating systems of the family Windows Network profiles store information about security, encryption type, and username. Changing this setting doesn't affect the router itself, but it helps organize your connections, especially if you frequently move between different coverage areas or use multiple access points with the same settings. SSIDUnderstanding the difference between the global network name and the local profile is critical to proper configuration.
Next, we'll cover all available methods for changing your display name, from simple GUI steps to command line options for advanced users. We'll also cover resetting settings if your profile is corrupted or displays incorrectly after updating drivers.
The difference between a network name and a connection profile
Before you begin taking action, you need to clearly understand the architecture of wireless networks in the environment. MicrosoftThe network name you see when searching for available access points is broadcast by the router and is called SSID (Service Set Identifier). It can't be changed directly from a computer, as it's a signal emitter parameter. To do this, you need to log in to the router's administrative panel.
On the other hand, Windows creates a local record of each successful connection. This record contains security keys and a custom name that the system assigns to the network after the first successful pairing. It is this local name that we will edit. In older versions of the OS, this was done through the Network and Sharing Center, but in modern releases Windows 10 And Windows 11 the mechanism has changed.
β οΈ Warning: Editing the registry or deleting profiles may result in the loss of saved passwords. Make sure you have the current Wi-Fi security key before attempting any changes.
It's important to note that changing the profile name will only affect your computer. Other devices connecting to the same access point will see the network under the name configured in the router, or under their own local profile name if they've previously changed it.
Changing the network name via the Windows registry
The most reliable way to rename a network in current versions Windows β using the system registry. This method requires care, as working with system keys requires precision. We'll be accessing the registry key that stores network profile configurations.
First, you need to open the registry editor. Press the key combination Win + R, enter the command regedit and press Enter. You will need to navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Inside the folder Profiles You'll see numerous subfolders with long identifiers (GUIDs). Each of them corresponds to a saved network connection. To find the one you need, you'll have to open them one by one and look at the parameter ProfileName on the right side of the window.
- π Open the folder with the unknown GUID and find the string parameter
ProfileName. - βοΈ Double-click on it and in the "Value" field enter the new desired network name.
- πΎ Click OK and check the changes in the list of available networks or in the system settings.
- π If the name doesn't change immediately, try disconnecting from the network and reconnecting.
After making the change, the new name should appear in the network settings. However, keep in mind that some system services may cache old names until a full computer reboot or network stack reset.
Using the command line to manage profiles
For users who prefer console utilities or need remote control, Windows provides a powerful tool netshThe command line not only allows you to view profiles, but also delete them, which is often the only way to "rename" a network if a direct name editor is blocked or unavailable.
Launch the Command Prompt as administrator. To do this, right-click the Start button and select Terminal (Administrator) or Command Prompt (Administrator)First, let's list all saved profiles:
netsh wlan show profiles
The list will display all networks the computer has previously connected to. Find the network name you want to change. Unfortunately, there is no direct rename command in netsh No, but we can delete the old profile and create a new one with the desired name, while saving the password if it is exported, or entering it again.
β οΈ Warning: The profile deletion command immediately erases the saved password. Make sure you remember your network security key before executing the deletion command.
To delete a profile, use the following construction:
netsh wlan delete profile name="Network_Name"
After deleting, the next time you connect, Windows will ask for the name and password again. At this point, the system may offer to save the network under a new name if you manually enter one during the connection process, although most often it will simply take the SSID from the router. This method is useful if the profile is corrupted.
βοΈ Preparing to work with netsh
Resetting network settings as a radical method
If the graphical interface isn't working correctly and the registry seems too complex, you can use the built-in network settings reset feature. This will reset all network components to factory defaults, delete all saved Wi-Fi profiles, and reset adapter settings.
To perform a reset, go to the menu Start β Settings β Network & Internet. At the bottom of the window, find the section Additional network parameters (in Windows 11) or just scroll down (in Windows 10) to the Network reset. Click the button Reset now.
The system will warn you that your computer will restart in 5 minutes. After turning it on, you'll need to reconnect to your Wi-Fi network. When you first connect, Windows will create a new profile with a default name matching your router's SSID, without any extra suffixes or old names.
| Action | Impact on profile | Saving password | Need to reboot |
|---|---|---|---|
| Editing the registry | Name change | It is saved | Recommended |
| Removing via netsh | Complete removal | It is being removed | No |
| Network reset | Deleting all profiles | All are deleted | Necessarily |
| Forget network (GUI) | Removing a specific | It is being removed | No |
This method is especially effective in resolving connection issues where the system refuses to accept changes or continually tries to use old, outdated security settings.
What happens when you reset your network?
When resetting network settings, Windows reinstalls network adapter drivers, resets firewall settings, and removes all VPN connections. This may temporarily disrupt corporate software.
How to change the name of the access point itself (SSID)
If your goal is to change the name that all nearby devices see when searching for Wi-Fi, you need to do this on the router, not on your computer. To do this, you'll need to access the router's web interface. Open a browser and enter the device's IP address, usually 192.168.0.1 or 192.168.1.1.
After entering the administrator login and password (often found on a sticker on the bottom of the router), go to the wireless network section. It may be called Wireless, Wi-Fi or Wireless modeFind the field SSID or Network Name and write the desired name there.
After saving the settings, the router will reboot the wireless module. All devices will lose connection and be forced to reconnect to the network with a new name. The Windows computer will recognize this as a new network and create a new profile for it.
- π‘ Access your router settings via your browser.
- π Find the SSID field in the Wireless settings section.
- π Enter a new name and save changes.
- π± Reconnect all devices using the new ID.
When choosing a name, avoid using special characters that may not be supported by older devices, and do not use Cyrillic if you have gadgets in your home that do not support UTF-8 encoding in the SSID.
Possible problems and their solutions
During the renaming process, users may encounter a number of common issues. For example, after changing the name in the registry, the old name may still appear in the system tray. This is due to interface caching. Try running the command ipconfig /flushdns or simply restart Windows Explorer.
Another common situation is the inability to delete a profile through netsh with the error "Access Denied." This can be resolved by running the command prompt as administrator. Antivirus software may also block changes to network system settings, considering this suspicious activity.
β οΈ Note: Wi-Fi adapter driver interfaces and Windows versions are constantly updated. The location of menu items may vary depending on the OS build and hardware manufacturer.
If none of these methods help and the system persistently returns the old network name, the network configuration file may be corrupted. In this case, a full reset via system settings or using a restore point to a date when the network was working correctly will help.
Is it possible to change the name of a Wi-Fi network without access to the router?
No, the global network name (SSID) broadcast over the air is set only on the router. From a computer, you can only change the local profile name under which this network is saved in the Windows connection history.
Why did the network become "Public" after the renaming?
When you create a new profile or change its settings, Windows assigns it the "Public network" profile by default for security purposes. You can change this in the network settings by selecting the "Private" type.
Does renaming affect internet speed?
No, changing the network letter designation (SSID or profile name) does not affect the technical data transfer rate, signal frequency or connection stability.
How to hide your network name from strangers?
To do this, you need to disable SSID broadcasting in your router settings. This will make the network hidden, and you'll have to enter its name manually to connect.