How to view the Wi-Fi network name on a Windows 10 computer: all working methods

Sometimes Windows 10 users need to quickly find out the name of their current Wi-Fi network (SSID)—for example, to connect another device, troubleshoot connection issues, or configure a router. Unlike mobile devices, where the network name is always displayed in the status bar, on desktop PCs and laptops this option isn't always immediately visible. This is especially challenging if the network hidden (without SSID broadcasting) or the connection is configured manually.

In this article we will look at all available methods Viewing the Wi-Fi network name in Windows 10—from standard system tools to alternative methods using the command line and third-party software. You'll also learn why the SSID sometimes isn't displayed and how to fix this problem. The instructions are suitable for all versions of Windows 10 (including the latest updates) and most Wi-Fi adapters. Intel, Realtek, Broadcom and other manufacturers.

1. View the Wi-Fi name through Windows Settings

The easiest and most intuitive way is to use the built-in network settings menu. This method doesn't require administrator rights and works even on limited accounts.

To find out the network name:

  1. Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
  2. In the window that opens, find the block Net - the current connection and its SSID (network name).
  3. If you need more details, right-click on the network name and select Properties.

In some cases (for example, if the network is hidden), the name may not appear in this menu. In that case, proceed to the next method.

📊 How often do you connect new devices to your Wi-Fi network?
Once a week or more often
1-2 times a month
Less than once a month
I never connect

2. Using the Network and Sharing Center

The classic Windows interface, familiar from previous versions of the OS, allows you to obtain detailed information about the connection, including the SSID.

Instructions:

  • 🖱️ Right-click on the icon Wi-Fi in the tray and select Open Network & Internet Settings.
  • 📋 In the window that opens, scroll down and click on the link Network and Sharing Center.
  • 🔗 Next to the inscription Connections The network type will be indicated (for example, Wi-Fi) and its name. Click on it.
  • 📡 In a new window in the section General you will see a line Network name (SSID).

This method is suitable for diagnosing connection problems, as it also displays connection speed, session duration And IP address.

The Wi-Fi adapter driver has been updated to the latest version|

Problems with the router (reboot it)|

The network is not hidden (SSID broadcasting is enabled in the router settings)|

Antivirus or firewall is not blocking the network-->

3. Command Line: A Quick Way for Advanced Users

If you prefer to work with the console, you can find out the name of the Wi-Fi network in a few seconds through command line (CMD). This method is universal and works even if the graphical interface crashes.

Follow these steps:

  1. Open Command line (click Win + R, enter cmd and press Enter).
  2. Enter the command:
    netsh wlan show interfaces
  3. Find the line in the output SSID - this is the name of your network.

Additionally, in this output you can see:

  • 📶 Security type (For example, WPA2-Personal).
  • 📊 Connection speed (in Mbit/s).
  • 🔋 Signal level (in percent).

4. PowerShell: A CMD Alternative for Advanced Users

PowerShell — a more powerful tool than the standard command line. It allows you to obtain detailed information about your Wi-Fi connection, including hidden networks.

How to find the SSID using PowerShell:

  1. Open PowerShell (click Win + X and select Windows PowerShell).
  2. Enter the command:
    (Get-NetAdapter | Where-Object {$_.MediaType -eq "Native 802.11"}).Name; (Get-NetConnectionProfile | Where-Object {$_.NetworkCategory -eq "Public" -or $_.NetworkCategory -eq "Private"}).Name
  3. In the output, find the name of your Wi-Fi adapter and the current network.

For a more detailed analysis, you can use the command:

Get-NetAdapterWiFi | Select-Object Name, InterfaceDescription, Status
What should I do if PowerShell doesn't recognize the Get-NetAdapter command?

This means that the module NetAdapter not loaded. Fixed by the command:

Import-Module NetAdapter

If the module is missing, update Windows 10 to the latest version or install it manually via Windows Features.

5. View hidden networks (without broadcasting SSID)

If your router is configured to covert broadcasting (option Hide SSID or Hide network If the network name is enabled, standard methods may not work. In this case, you can still find out the network name, but additional steps will be required.

Methods for hidden networks:

  • 🔍 Via the command line:
    netsh wlan show profiles

    The list of saved profiles will include the name of your network (even if it is hidden).

  • 📋 In the router settings: Log into your router's web interface (usually at 192.168.0.1 or 192.168.1.1) and check the section Wi-Fi or Wireless network.
  • 🛠️ Using third-party utilities (For example, WirelessNetView from NirSoft).
⚠️ Attention: Hidden networks do not provide additional security - their name is easily determined using specialized software (for example, Wireshark or Airodump-ng). The main purpose of this feature is to reduce the number of connection attempts from third-party devices.

6. Third-party Wi-Fi monitoring programs

If Windows' built-in tools aren't enough, you can use free utilities. They not only display the network name but also provide detailed information about the signal, channels, and nearby access points.

Popular programs:

Program Possibilities Download link
WirelessNetView Shows all networks in range, including hidden ones, with signal and security details NirSoft official website
NetSpot Visualizes Wi-Fi coverage, analyzes channels and interference netspotapp.com
inSSIDer Advanced network analyzer with 2.4 GHz and 5 GHz support metageek.com
Acrylic Wi-Fi Professional diagnostic and monitoring tool acrylicwifi.com
⚠️ AttentionWhen installing third-party software, disable offers to install additional software (such as browsers or antiviruses). Download programs only from official websites to avoid viruses.

If you're using a laptop with a Wi-Fi 6 (802.11ax) adapter, some utilities may display connection speeds incorrectly. In this case, rely on the data from the command prompt or Windows settings.

7. Troubleshooting: Why the SSID is not displayed

If none of the methods helped you find out the network name, the problem may be as follows:

  • 🔌 There is no Wi-Fi connection: Check that the adapter is turned on (some laptops have a physical switch or a key combination, such as Fn + F2).
  • 🔄 Driver failure: Update your Wi-Fi adapter driver via device Manager or the manufacturer's website.
  • 🚫 Blocked by antivirus: Temporarily disable protection and check the connection.
  • 📡 Problems with the router: Reboot your router or reset it.

If the network was previously connected, but its name is no longer displayed, try “forgetting” it and reconnecting:

  1. Go to Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks.
  3. Select the problematic network and click Forget.
  4. Reconnect to the network by entering the password.

FAQ: Frequently asked questions about viewing the name of a Wi-Fi network

Is it possible to find out the name of the Wi-Fi network to which another computer on my local network is connected?

No, this is not possible directly. The network name (SSID) is stored only on the device connected to it. However, if you have access to the router, you can go to its settings and see a list of connected devices along with the network name.

Why does the command line display an incomplete network name (for example, only the first characters)?

This may be due to console width limitations. Try enlarging the CMD window or using the command:

netsh wlan show interfaces | more

for paginated output. Also check the font encoding in the command line properties (it should be Lucida Console or Consolas).

How do I find out the name of my Wi-Fi network if Windows 10 won't load?

If the system does not start, but the laptop turns on, you can boot from LiveCD (For example, Linux Mint or Hiren’s BootCD) and use built-in utilities to scan networks. The network name can also be specified in the BIOS/UEFI (section Network Boot or Wireless), but it depends on the motherboard model.

Can a Wi-Fi network name contain Cyrillic or special characters?

Yes, SSIDs can include Cyrillic letters, spaces, hyphens, and even emoji (if the router supports them). However, some devices (especially older ones) may display these networks incorrectly. For maximum compatibility, it is recommended to use Latin characters and numbers.

How do I export a list of all saved Wi-Fi networks on my computer?

To save a list of all Wi-Fi profiles (including passwords), run the following in the command line:

netsh wlan export profile key=clear folder="C:\WiFi_Backup"

Files with extension .xml will appear in the specified folder. Attention: Storing passwords in plain text is not safe!