Users often need to accurately identify the wireless network they're currently connected to. This might be necessary for setting up a printer, setting up a game server, or simply to distinguish their access point from those of their neighbors, especially if the router in an apartment building uses a standard factory name. Knowing how to find this parameter is a basic skill for home network administration.
The network name, technically known as SSID (Service Set Identifier) is a unique identifier that allows devices to find each other over the air. In the Windows operating system, this setting is hidden in several interface layers and can be accessed in a variety of ways, from a simple visual inspection to advanced console commands. We'll cover all the methods so you can choose the most convenient one for your situation.
It's important to understand that the network name displayed to the user and the internal profile name in the system may differ if the connection has been manually renamed previously. Therefore, we'll look at ways to obtain information about both the currently active connection and saved profiles, which can be useful for diagnosing automatic connection issues.
Using the command line to get the SSID
The fastest and most reliable way to find out the name of your active wireless network is to use the built-in command line utility. netshThis method doesn't require a graphical interface and works even if Windows network controls are frozen or malfunctioning. First, you need to launch the command prompt with administrator privileges, although standard user privileges are often sufficient to view the information.
Enter the command netsh wlan show interfaces and press Enter. In the list that opens, find the line SSIDThe value to the right of it is the name of your current Wi-Fi network. This method is advantageous because it displays the exact name broadcast by the access point, without any possible interface distortion.
If you need to find out the names of all networks that have ever been stored on this computer, use the command netsh wlan show profilesYou will see a list of all profiles. To see details of a specific profile, including the encryption type and name, enter netsh wlan show profile name="Profile_Name"This is useful if you want to check if your computer has connected to a suspicious network in the past.
What to do if the command prompt does not open?
If the standard search doesn't work, try pressing Win+R, typing cmd, and pressing Enter. You can also open Task Manager, select File -> Run new task, and type cmd.
The command line provides access to raw network interface data without using graphical shells. This makes this method indispensable for system administrators and advanced users who require precision. Furthermore, the command output can be copied to the clipboard by simply selecting the text, which is convenient for creating reports.
Finding a Network Name Using PowerShell
The modern Windows operating system increasingly relies on PowerShell for configuration management. This tool provides more structured output than the classic command line. To find the network name, open PowerShell and enter the command Get-NetConnectionProfile.
In the execution results, you will see an object with several fields. We are interested in the field Name, which contains the network name, and the field InterfaceAlias, indicating the network adapter. This method is especially useful if you have multiple network adapters installed (for example, Wi-Fi and Ethernet) and need to clearly distinguish their statuses.
To get more detailed information about wireless interfaces, you can use the command netsh wlan show interfaces directly within PowerShell, as it supports native netsh commands. However, if you're working in an environment that requires pure module-based management, use a cmdlet. Get-NetAdapter to check the adapter status, and then check the network name through the connection properties.
PowerShell also allows you to output information in JSON or XML format, which can be useful for automation. For example, adding a parameter ConvertTo-Json By sending a command to your team, you'll receive a machine-readable response. This opens the possibility of writing scripts that will automatically log changes in the network environment.
Finding the SSID via the Windows GUI
For most users, the most obvious method is to use the operating system's graphical interface. In Windows 10 and 11, simply click the network icon in the system tray (usually the image of waves or a globe in the lower-right corner of the screen). If you're already connected, the network name will be displayed in large font under the "Wi-Fi" heading or above the disconnect button.
If you want to know the name of the network you are connected to, but the icon is hidden, go to Settings → Network and Internet → Wi-FiThe name of the current network will be displayed at the top of the window where the connection status is displayed. In Windows 11, this interface was redesigned, and the network name is often duplicated in the title of the network properties page.
You can also use the classic control panel. Click Win + R, enter ncpa.cpl and press Enter. Find the "Wireless Network" icon, hover your cursor over it, and the network name (SSID) will often appear in a tooltip. If hovering isn't enough, right-click the adapter, select "Status," and the window that opens will either show a "Details" button or the network name itself.
The graphical interface is visually appealing, but it can obscure technical details. For example, if a network is hidden, Windows may display it as "Hidden Network" until a connection is established. In this case, the graphical interface will only show the connection status, not the actual SSID unless it's saved correctly in the profile.
View saved profiles and passwords
Often, you need to not only see the name of the current network, but also remember the name of the network your computer connected to a week ago. Windows stores a list of all known networks in a special profile store. To access them, you'll need to run the command prompt as an administrator.
Run the command netsh wlan show profilesYou will receive a list of all profiles. Note that the profile name (Profile Name) is usually the same as the network name (SSID), but the user may have manually renamed the profile when first connecting. To see the actual network name that was broadcast when you saved it, you need to select a specific profile.
Enter the command netsh wlan show profile name="ProfileName" key=clearIn the "Security settings" section, you will find the "SSID name" field. This is the canonical name of the network. The parameter key=clear It will also show the password in clear text if you have administrator rights, making this method doubly useful.
| Parameter | Description | Where to find |
|---|---|---|
| SSID Name | Real name of the wireless network | In the output of the show profile command |
| Profile Name | The name given to the profile in Windows | In the list of profiles (show profiles) |
| Authentication | Network protection type | In the profile security settings |
| Key Content | Network password (if shown) | In the security settings with the clear key |
⚠️ Attention: Command with parameter
key=clearDisplays the password in clear text. Never run this command in the presence of strangers and do not take screenshots of the results if you have important data on your computer.
Checking the network name in the router settings
If your computer isn't connected to the network or you want to change the network name, the only sure way is to access the router's settings. To do this, open a browser and enter the router's IP address (often 192.168.0.1 or 192.168.1.1). The address is usually indicated on a sticker on the bottom of the device.
After entering your login and password (either found on the sticker or set by you earlier), go to the wireless network section. It may be called Wireless, Wi-Fi, Wireless mode or WLANThere you will see a field SSID or Network NameThis is the name that all devices around you see.
Here you can also divide networks into 2.4 GHz and 5 GHz bands. Routers often add the suffixes "_2G" or "_5G" to the network name by default to help users understand the difference. Make sure you're looking at the SSID that matches your connection frequency, unless they're combined into a single network with intelligent switching.
☑️ Checking router settings
Changing the network name on your router will break the connection on all devices. You'll have to reconnect every smartphone, laptop, and smart bulb, as they will be connected to a new network with the same password (or a new one if you changed it). Plan this step in advance.
Diagnostics of hidden and duplicate networks
Sometimes the list of available networks displays a "Hidden Network" or multiple networks with the same name. A hidden network does not broadcast its SSID. To find its name on a computer that has previously connected to it, use the command netsh wlan show profilesHidden networks will be listed there even if they are not visible in the regular Wi-Fi list.
If you see multiple networks with the same name, it may be a configured feature. Mesh systems or simply a coincidence of names among neighbors. In the case of Mesh systems (for example, Keenetic, TP-Link Deco, Asus AiMesh) The same name is normal; the devices automatically switch you between routers. If they are neighbors, you can distinguish them by their signal strength (RSSI) or the access point's MAC address (BSSID).
To get the MAC address of the access point you are connected to, enter the following in the command line: netsh wlan show interfaces and find the line BSSIDThis is a unique hardware identifier. By comparing it to the sticker on your router, you'll know exactly which device your computer is connected to.
⚠️ Attention: Don't attempt to connect to hidden networks whose names you don't know. Windows may automatically attempt to connect to any network with that name, creating a vulnerability to "Evil Twin" attacks, where an attacker creates a network with the same name as your home Wi-Fi.
Frequently Asked Questions (FAQ)
Is it possible to completely hide the name of your Wi-Fi network?
Yes, you can do this in your router settings by disabling the "Broadcast SSID" option. However, this isn't 100% secure, as professional scanners will still see your traffic, and your devices will have to manually enter the network name each time they connect.
Why is the network name in Windows different from the name on the router?
Most likely, you or the system changed the profile name in Windows when you first connected. The network name (SSID) is taken from the router, but Windows allows you to rename the local connection profile for user convenience. This does not affect network operation in any way.
How to find out the network name if the Wi-Fi driver is not installed?
Without the driver installed, the operating system doesn't see the wireless adapter as a network device. In this case, it's impossible to find the network name through the OS. You'll need to use a different device (such as a smartphone) or install the drivers from a flash drive or CD.
Does the length of the network name (SSID) affect internet speed?
Technically, a longer name increases the size of beacon frames, which creates minimal overhead. However, in real-world conditions, the difference between a 3-character name and a 32-character name is negligible in terms of user data transfer speed.
What should I do if my computer sees the network but can't determine its name?
This may indicate a corrupted profile. Try forgetting the network (use the "Forget" button in Wi-Fi properties) and reconnecting. If the problem persists, reset the network settings with the command netsh int ip reset and restart your computer.