How to Change the Wi-Fi Name on Your Computer: 5 Proven Methods

Changing the wireless network name (SSID) is a task that every home Wi-Fi user faces. But not everyone knows that this can be done not only through the router's web interface, but also directly from a computer running Windows 10/11. Moreover, in some cases (for example, when using mobile hotspot or virtual router) this is the only available method.

In this article, we will look at all possible methods - from standard router settings to advanced commands in PowerShell And CMDYou'll learn how to rename a network correctly to avoid losing your internet connection, what characters shouldn't be used in the name, and how to avoid common mistakes when changing SSIDFor those using their computer as an access point, we've prepared separate instructions on changing the name of the shared Wi-Fi.

Important: If you rent a router from a provider (for example, Rostelecom, Beeline or MTS), some settings may be blocked. In this case, you'll need to contact support or use workarounds, which we'll also share.

1. What is an SSID and why should it be changed?

Abbreviation SSID (Service Set Identifier) ​​is the unique name of the wireless network that appears in the list of available connections on your devices. By default, router manufacturers (e.g., TP-Link, ASUS, Keenetic) assign standard names to the network like TP-LINK_1234 or Keenetic-5GSuch names are not only uninformative, but also create problems:

  • 🔍 Safety: The default name may reveal your router's model, making it easier for hackers to exploit vulnerabilities.
  • 📡 Confusion: In apartment buildings, networks with the same names are often found, which complicates connection.
  • 🔒 Access control: A personalized name helps you quickly identify your network among strangers.

In addition, the change SSID useful if you:

  • 🏠 You've moved and want to update your network name to reflect your new address.
  • 🔄 You change your provider, but keep the same router.
  • 🛡️ You suspect that strangers have connected to your Wi-Fi (along with a password change).

However, there is a downside: changing the network name too often can cause devices (especially smart speakers or IP cameras) will lose connection and require reconfiguration. Therefore, change SSID only if necessary.

📊 How often do you change the name of your Wi-Fi network?
Never changed
Once every few years
When changing providers
Regularly (once a year)

2. Method 1: Changing the Wi-Fi name via the router's web interface

This is the most reliable and universal method that works on any router, from a budget one Tenda to the flagship ASUS RT-AX88UThe instructions are suitable for most models, but the interface may differ slightly.

To change SSID via the web panel:

  1. Connect your computer to the router via cable (LAN) or via Wi-Fi.
  2. Open your browser and enter your router's IP address in the address bar. This is usually:
    • 192.168.0.1 (For D-Link, TP-Link)
    • 192.168.1.1 (For ASUS, Zyxel)
    • my.keenetic.net (For Keenetic)
  • Enter your login and password (by default it is often admin/admin or indicated on the router sticker).
  • Go to the section Wireless network (or Wi-Fi, Wireless).
  • Find the field Network name (SSID) and enter a new name.
  • Save the changes and reboot the router.
  • Example path for popular models:

    Manufacturer Model Path to SSID settings
    TP-Link Archer C6 Basic → Wireless
    ASUS RT-AX55 Wireless → General
    Keenetic Giga III Wi-Fi network → Basic settings
    Zyxel Keenetic Speedster Network → Wi-Fi → Access Point

    Important! If the Internet connection is lost after saving changes, check:

    • Are you connected to the correct network (the old name may remain in the list until you reboot your devices).
    • Have the settings been lost? DHCP (sometimes you need to specify it manually IP And DNS).
    • Doesn't the antivirus (for example, Kaspersky or ESET) new connection.

    Check the current IP of the router (via cmd → ipconfig)

    Take a screenshot of your current Wi-Fi settings

    Connect via cable (in case you lose Wi-Fi)

    Create a new name without spaces or special characters.

    -->

    3. Method 2: Change the Wi-Fi name via the command line (CMD)

    This method is useful if you don't have access to your router's web interface (for example, it's blocked by your ISP) or you're using your computer as an access point. To change SSID through CMD Administrator rights will be required.

    Instructions for Windows 10/11:

    1. Open Command line as administrator (click Win + XTerminal (Administrator)).
    2. Enter the command to view current networks:
      netsh wlan show hostednetwork settings

      Here you will see the current name (SSID name) and password (User security key).

    3. To change the name, use:
      netsh wlan set hostednetwork ssid="New_name" key="New_password"

      Replace New_name And New Password to their values.

    4. Restart Wi-Fi sharing:
      netsh wlan stop hostednetwork
      

      netsh wlan start hostednetwork

    A critical detail: this method ONLY works for virtual networks shared from a computer. It will NOT change the name of the router's primary Wi-Fi network! If you need to rename your ISP network, use Method 1 or 4.

    To check if the changes were successful, enter:

    netsh wlan show hostednetwork settings

    The response should display the new configuration.

    What to do if the command doesn't work?

    If after entering netsh wlan set hostednetwork The error "Failed to start hosted network" appears, please check:

    1. Is the service enabled? WLAN Automatic Configuration Service (V services.msc).

    2. Does your Wi-Fi adapter support the mode? SoftAP (you can find out through Device Manager → Network Adapters).

    3. Are there any conflicts with the antivirus or VPN (for example, NordVPN may block distribution).

    4. Method 3: Using PowerShell to Manage Wi-Fi

    PowerShell offers more flexible wireless networking options than CMDFor example, it can be used not only to rename a network, but also to export/import settings and manage multiple profiles.

    To change SSID through PowerShell:

    1. Launch PowerShell on behalf of the administrator.
    2. View the list of saved networks:
      Get-NetConnectionProfile | Where-Object { $_.NetworkCategory -eq "Public" -or $_.NetworkCategory -eq "Private" } | Select-Object Name, InterfaceAlias
    3. Find your network name in the column Name (For example, WiFi-5G).
    4. Change the name using the command (replace Old_name And New_name):
      Rename-NetConnectionProfile -Name "OldName" -NewName "NewName"

    This method does not change the router's SSID, but only renames the saved connection profile on your computer. This means the old name will remain in the list of networks on other devices (phone, tablet). For a global change, use Method 1.

    If you need to delete your old profile and reconnect:

    Remove-NetConnectionProfile -Name "OldName" -Confirm:$false

    5. Method 4: Changing the Wi-Fi name through the provider's app

    Many internet service providers (eg. Rostelecom, Dom.ru, Third Transport Ring) block access to full router settings, but provide their own mobile or desktop apps for network management. These apps often allow you to change SSID, without going to the web interface.

    Application examples:

    • 📱 Rostelecom — Personal Account (for subscribers Rostelecom).
    • 🖥️ Keenetic (universal for routers) Keenetic).
    • 🌐 My Beeline (for clients Beeline).
    • 📡 Yota Router (for devices Yota).

    General algorithm:

    1. Download your provider's official app from Microsoft Store or from the website.
    2. Log in using your username (usually this is the contract number or the linked email).
    3. Find the section Wi-Fi or Network settings.
    4. Change the field Network name and save.

    The advantages of this method:

    • ✅ Does not require knowledge of the router's IP address.
    • ✅ There are often hints and verification of the correctness of the entered data.
    • ✅ You can manage the network remotely (for example, via 4G on your phone).

    Flaws:

    • ❌ Functionality is limited to what the provider allows.
    • ❌ Sometimes applications work unstable (especially on Windows 7).

    6. Method 5: Changing the Wi-Fi name on a computer with a mobile hotspot

    If you are distributing the Internet from your computer (for example, via Mobile hotspot V Windows 10/11), then the network name is changed in the system settings. This method is relevant for those who use 3G/4G modem or USB phone as an internet source.

    Instructions:

    1. Open Parameters (Win + I) → Network and InternetMobile hotspot.
    2. In the section Properties click Change.
    3. In the field Network name enter a new one SSID (up to 32 characters, no spaces).
    4. In the field Network password Please enter a new key (minimum 8 characters).
    5. Save and restart the hotspot.

    Restrictions:

    • 🔄 The network name will reset after a reboot if you do not save the settings in the registry.
    • 📶 The maximum number of connected devices is 8 (limit Windows).
    • 🔒 Some symbols (eg. #, $, %) may cause a connection error on devices Android.

    To make the hotspot name permanent, create .reg-file with the following contents and run it:

    Windows Registry Editor Version 5.00
    
    

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\Tethering]

    "DeviceName"="New_network_name"

    "DevicePassword"="New_Password"

    7. Common mistakes and how to avoid them

    Even experienced users sometimes encounter problems when changing SSIDHere are the most common errors and how to solve them:

    Error Cause Solution
    There is no access to the router's web interface. Incorrect IP address or blocked by ISP Try it 192.168.100.1 or 10.0.0.1Reset the router using the button Reset.
    After changing the SSID, the Internet disappeared. Settings not saved or lost DHCP Restart your router and computer. Check your settings. IPv4 (should be set to "Receive automatically").
    You cannot enter Cyrillic characters in the network name. Router firmware limitation Use Latin or transliteration (for example, MoyWiFi instead of MyWiFi).
    Devices do not connect to the new network The old profile is saved in the device memory. On your devices, delete the old network and reconnect.

    A few more important points:

    • 🔄 Do not use in the SSID name:
      • Spaces at the beginning or end.
      • Symbols \ / : * ? " < > |.
      • Titles are too long (maximum 32 characters).
    • 🔒 Always change your password along with your name! Leaving the old key increases the risk of the network being hacked.
    • 📡 For dual-band routers (2.4 GHz and 5 GHz) change the names of both networks separately, but keep them similar (eg. MyWiFi_2G And MyWiFi_5G).
    Why are some characters prohibited in SSIDs?

    Symbols like \ or " may disrupt the operation of authentication protocols (for example, WPA2), as they are used to parse strings in configuration files. Additionally, some devices (especially older printers or IP cameras) cannot correctly handle Unicode characters in the network name.

    8. Additional safety tips

    Change SSID — a good reason to conduct a full security audit of your network. Here's what else you should do:

    • 🔐 Update your router firmware. Outdated versions often contain vulnerabilities (eg. KRACK V WPA2).
    • 🛡️ Turn on WPA3. If your router supports WPA3-Personal, use it instead WPA2.
    • 👤 Turn it off WPS. This feature simplifies the connection, but makes the network vulnerable to brute-force attacks.
    • 📵 Hide network (option Hide SSID). This does not provide 100% protection, but it will reduce the number of accidental connections.
    • 🔄 Set up a guest network. For friends and temporary devices, use a separate one SSID with limited access to the local network.

    To check how secure your network is, use utilities like Wireshark or Acrylic Wi-FiThey will show which devices are connected to your router and whether any of them are unauthorized.

    If you suspect that unwanted users have connected to your Wi-Fi, follow these steps:

    1. Go to the router's web interface → DHCPClient list.
    2. Check it out MAC addresses connected devices.
    3. Block unknown addresses in the section MAC filtering.
    4. Change your Wi-Fi password and network name.

    FAQ: Answers to Frequently Asked Questions

    Is it possible to change the Wi-Fi name without accessing the router?

    No, if we're talking about the network shared by the router. You can only rename the saved profile on your computer (Method 3), but this won't affect the network name for other devices. To change it globally SSID You need access to your router settings or provider's application.

    Why do some devices not connect after changing the SSID?

    This happens because the devices retain old network settings. Solutions:

    • On your phone/tablet: go to Wi-Fi settings, select the old network → "Forget".
    • On your computer: delete your profile via PowerShell (team Remove-NetConnectionProfile).
    • On smart devices (eg. Xiaomi): Perform a network reset in settings.
    How to restore the default Wi-Fi name?

    To reset SSID to factory, do the following:

    1. Find the button Reset on the router (usually it is recessed and requires a paper clip).
    2. Press and hold it for 10-15 seconds until the indicators start flashing.
    3. Wait 1-2 minutes for the router to reboot.
    4. Connect to the network with the factory name (indicated on the router sticker).

    ⚠️ Attention: The reset will return to factory settings not only SSID, but also the password, encryption type and other parameters.

    Can I use emojis in my Wi-Fi name?

    Technically yes, but:

    • ✅ Some routers (for example, ASUS with firmware Asuswrt-Merlin) support emoji in SSID.
    • ❌ Many devices (especially older ones) Android-smartphones or printers) cannot correctly display such networks.
    • ⚠️ Emoji may cause errors when connecting to devices with limited support Unicode (For example, Kindle or some IP cameras).

    If you want to experiment, use simple emojis like ⚡, 🏠, or 🔒.

    How to change Wi-Fi name on MacOS?

    On computers Mac change SSID This is only possible through the router settings (similar to Method 1). However, you can rename the saved network System settings:

    1. Open System Preferences → Network.
    2. Select your Wi-Fi connection → Additionally.
    3. On the list Preferred networks Find your network and rename it.

    This will not change the actual name of the network, but will help you find it in the list faster.

    If your question isn't covered in the FAQ, check your router's documentation or contact your provider's support team. To diagnose connection issues after a change SSID use the utility ping or tracert V CMD.