How to find out your Wi-Fi network name on your computer: all the methods in 2 minutes

Need to connect a new gadget to your home network but forgot the name of your Wi-Fi network? Or want to check if your router is working properly? Find out the name (SSID) of the current connection on your computer in just a few seconds - without special programs or extensive knowledge. In this article, we'll cover all the current methods for Windows 10/11, macOS And Linux, including methods via the GUI, command line, and even mobile devices.

A mistake many users make is trying to find the network name on the router itself. This only works if you can physically get to the device (and it's not hidden in a closet or on the attic). It's much easier to just look at it. SSID directly on a computer that is already connected to Wi-Fi. This is especially useful if the network is hidden (Hidden Network), and its name does not appear in the list of available networks on other devices.

Important: If your computer is connected to the network via a cable (Ethernet), these methods will not work - they only show the name active wireless connectionIn this case, the Wi-Fi name can only be found through the router settings or on another device connected over the air.

Method 1: Through the Windows Control Panel (the fastest)

This method works on Windows 7/8/10/11 and does not require administrator rights. Suitable even for hidden networks (Hidden Network), to which the computer is already connected.

Instructions:

  • 🖱️ Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
  • 📋 In the window that opens, find the line "Connected" - the name of your network will be written below it (SSID).
  • 🔍 If the name is not visible, click on Network properties (or Network settings (in the English version).

If the Wi-Fi icon is not displayed:

  1. Open Start → Settings (⚙️) → Network & Internet → Wi-Fi.
  2. In the section Current Connection The network name will be indicated.

Method 2: Via the command line (for advanced users)

Command line (CMD) allows you to find out SSID Even if the Windows graphical interface isn't working correctly, this method is universal and works on all operating systems.

Follow these steps:

  1. Open command prompt:
    • 🔎 Click Win + R, enter cmd and press Enter.
    • 🖱️ Or find it through search: enter "Command Prompt" in the menu Start.
  • Enter the command:
    netsh wlan show interfaces
  • Find the line "SSID" — the name of your network will be next to it.
  • Example of command output:

    Profile name: WiFi_Home_5G
    

    SSID: MySuperWiFi_5GHz

    Network type: Infrastructure

    ...

    What to do if the command doesn't work?

    If after entering netsh wlan show interfaces If you see the error "No wireless interfaces", this means that:

    1) Your computer is connected to the network via a cable (Ethernet), and not via Wi-Fi.

    2) The wireless adapter is disabled or faulty.

    3) You do not have administrator rights (relevant for corporate PCs).

    For macOS And Linux The commands will be different - they are given in the relevant sections below.

    3. Method: Via "Network Connections" (alternative method for Windows)

    This method is suitable if you have network notifications disabled in the system tray or the taskbar isn't working. Here we'll use the classic Control Panel, which is included in all versions of Windows.

    Step-by-step instructions:

    1. Open Control Panel:
      • 🔎 Click Win + R, enter control and press Enter.
      • 🖱️ Or find it using the search in the menu Start.
  • Go to the section Network and Internet → Network and Sharing Center.
  • In the right part of the window, find Connections and click on the name of your Wi-Fi network (for example, Wi-Fi (Network Name)).
  • In the window that opens Wi-Fi Status will be indicated SSID.
  • Is your computer connected to Wi-Fi (not a cable)?

    Is the wireless adapter enabled (check the button on the laptop or in the BIOS)?

    Are there drivers for Wi-Fi (open Device Manager)?

    -->

    If there is no Wi-Fi in the list of connections, but only Ethernet, this means that the computer is using a wired connection, and the name of the wireless network cannot be found out this way.

    Method 4: On Mac computers (macOS)

    On MacBook or iMac There are several ways to find out the name of your current Wi-Fi network. The easiest is through the menu bar.

    Method 1: Via the Wi-Fi icon

    • 🍎 Click on the icon Wi-Fi in the top panel (next to the clock).
    • 📋 In the drop-down menu, the name of the current network will be highlighted with a checkmark.

    Method 2: Via "System Preferences"

    1. Open System Preferences → Network.
    2. Select Wi-Fi in the left menu.
    3. The right side of the window will show Network Name (SSID).

    Method 3: Through Terminal (for advanced users)

    /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep" SSID"

    After executing the command, you will see a line like this:

     SSID: MyHomeWiFi_5G

    Via the Wi-Fi icon in the menu

    Via System Preferences

    Via Terminal (command line)

    Another way-->

    5. Method: On Linux (Ubuntu, Debian, Fedora, etc.)

    In distributions Linux You can find out the Wi-Fi network name through the graphical interface or terminal. The method depends on the desktop environment you are using (GNOME, KDE, XFCE and others).

    Method 1: Via GUI (GNOME/KDE)

    • 🐧 Click on the icon Wi-Fi in the taskbar (usually in the upper right corner).
    • 📋 The current network will be checked or highlighted.
    • 🔧 For details, open Settings → Wi-Fi.

    Method 2: Via Terminal

    Use one of the commands depending on your network manager:

    • For NetworkManager (the most common option):
      nmcli -fields active,ssid dev wifi | grep'yes'

      or

      nmcli connection show --active | grep wifi
    • For iwconfig (outdated, but still works):
      iwconfig 2>&1 | grep"ESSID"

      The network name will be after ESSID:"....

    • For iw (modern instrument):
      iw dev wlan0 info | grep ssid

      (replace wlan0 to your interface, if necessary).

    If the commands don't work, make sure you have the packages installed. network-manager, wireless-tools or iw (install via sudo apt install For Debian/Ubuntu).

    6. Method: Via a mobile device (if a computer is not at hand)

    If you don't have access to a computer but have a smartphone or tablet connected to the same network, you can find out the Wi-Fi name through it. This is a universal method that works on Android And iOS.

    On Android:

    1. Open Settings → Wi-Fi.
    2. Find your current network - it will be marked as "Connected".
    3. 🔍 On some devices (Samsung, Xiaomi) you need to click on the network name to see SSID.

    On iPhone/iPad:

    1. Open Settings → Wi-Fi.
    2. The current network will be marked with a check mark (✓).
    3. 📋 To copy a network name, click the ⓘ icon next to its name.

    If the network is hidden (Hidden Network), on iOS her name will be displayed as "Another...", and on Android - How Hidden network or Saved NetworkIn this case, the name can only be found through a computer or router settings.

    7. Additional methods: Third-party programs and a router

    If standard methods don't work, you can use specialized utilities or look into your router settings. These methods take a little more time, but they're guaranteed to show SSID.

    Method 1: Wi-Fi analysis software

    Utilities like WifiInfoView (Windows), NetSpot (macOS/Windows) or LinSSID (Linux) shows all networks within range, including the one you're connected to. Examples:

    • 🖥️ WifiInfoView — a free utility from NirSoft, shows SSID, signal level and other parameters.
    • 🍎 NetSpot - suitable for Mac And Windows, builds a network coverage map.
    • 🐧 LinSSID - a graphical analyzer for Linux.

    Method 2: Through the router settings

    If your computer is connected to a router (even via cable), you can find the Wi-Fi name in its web interface:

    1. Find out Router IP address (usually it is 192.168.0.1, 192.168.1.1 or 192.168.8.1).
    2. Open your browser and enter this address in the address bar.
    3. Enter your login and password (usually admin/admin, if you haven't changed it).
    4. Go to the section Wi-Fi, Wireless or Wireless network — there will be SSID.
    How to find out the IP address of a router?

    Open Command Prompt (Win + R → cmd) and enter:

    ipconfig

    Find the line Main Gateway - this is the router's IP.

    Method 3: Using the label on the router

    If the router has not been reconfigured, its factory network name (SSID) and password are usually found on a sticker on the bottom or back of the device. The name may look like:

    • 📡 TP-Link_1234 (for routers TP-Link),
    • 📡 KEENETIC-5G-9876 (For Zyxel Keenetic),
    • 📡 ASUS_5G_D4E2 (For ASUS).

    Please note: If the network has been renamed, this information will be out of date.

    Comparison of methods: which one to choose?

    Depending on your operating system and situation, one method may be more convenient than another. The table below compares all methods by speed, complexity, and versatility.

    Way OS Speed Complexity Does it work for hidden networks? Do you need admin rights?
    Windows Control Panel Windows ⭐⭐⭐⭐⭐ Yes No
    Command line (netsh) Windows ⭐⭐⭐⭐ ⭐⭐ Yes No
    macOS System Preferences macOS ⭐⭐⭐⭐⭐ Yes No
    Linux Terminal (nmcli) Linux ⭐⭐⭐ ⭐⭐⭐ Yes Sometimes
    Mobile device Android/iOS ⭐⭐⭐⭐ No (only for visible networks) No
    Router settings Any ⭐⭐ ⭐⭐⭐ Yes Yes (router password required)

    For most users, the fastest way would be viewing through the notification panel (Windows/macOS) or Wi-Fi icon (Linux). The command line is convenient if you need to automate a process (for example, in a script). Mobile devices are helpful if a computer is unavailable.

    Common problems and their solutions

    Sometimes the network name isn't displayed or is displayed incorrectly. Let's look at common situations and how to resolve them.

    Problem 1: Instead of the network name, "Unidentified network" or "Network *" is shown

    This means that Windows cannot detect SSIDCauses and solutions:

    • 🔌 Hidden network (Hidden Network) — the name is not broadcast, but the computer is connected to it. Use the command line (netsh wlan show interfaces).
    • 🔄 The Wi-Fi adapter driver is out of date. - update it through device Manager.
    • 🛠️ Windows services crash - restart the service WLAN AutoConfig:
      net stop wlansvc & net start wlansvc

    Problem 2: Linux Terminal Commands Not Working

    Possible reasons:

    • 🐧 No package network-manager - install it:
      sudo apt install network-manager
    • 🔌 The Wi-Fi adapter is disabled — check with the command:
      rfkill list

      If the adapter is blocked, please unblock it:

      sudo rfkill unblock wifi
    • 📡 No permission to execute command - use sudo.

    Problem 3: Network name is not displayed on the mobile device

    Solutions:

    • 📱 Hidden network - the name will not be displayed, use a computer.
    • 🔄 Connection failure - Disable and reconnect Wi-Fi.
    • 🛠️ Manufacturer's limitations - on some Xiaomi or Huawei you need to enable display SSID in the developer settings.

    FAQ: Answers to frequently asked questions

    Is it possible to find out the Wi-Fi name if the computer is connected via cable?

    No, if the computer is using Ethernet (wired connection), standard methods cannot find out the Wi-Fi network name. In this case:

    • Use another device (smartphone, tablet) connected to Wi-Fi.
    • Go to your router settings via a browser (usually at 192.168.0.1 or 192.168.1.1).
    • Look at the name on the router sticker (if it has not changed).
    Why are question marks or blank space displayed in the command line instead of the SSID?

    This happens if:

    • You are connected to hidden network (Hidden Network), and Windows cannot determine its name.
    • Wireless adapter disabled or faulty.
    • No permission to execute command (run CMD (as administrator).

    Solution: Try the method with Control Panel or check your connection.

    How can I find out the Wi-Fi name on a computer without an operating system (for example, on the BIOS)?

    Without the OS loaded (for example, in the menu BIOS/UEFI (or on the loading screen) find out the name of the Wi-Fi network it is forbiddenOptions:

    • Connect to the router via cable and go to its settings.
    • Use another device (smartphone, tablet) connected to this network.
    • Look at the name on the router sticker (if it has not changed).
    Is it possible to change the name of a Wi-Fi network using a computer?

    No, network name (SSID) can only be changed in the settings routerTo do this:

    1. Open the router's web interface (usually at 192.168.0.1 or 192.168.1.1).
    2. Log in (login/password usually admin/admin, if you haven't changed it).
    3. Go to the section Wi-Fi or Wireless.
    4. Find the field SSID and change the name.
    5. Save the settings and reconnect all devices.

    ⚠️ Attention: After the change SSID All devices will be disconnected from the network and will require reconnection.

    What should I do if I forgot my Wi-Fi password but know the network name?

    If you know SSID, but forgot your password, you can recover it like this:

    On Windows:

    1. Open Command Prompt as administrator.
    2. Enter:
      netsh wlan show profile name="NETWORK_NAME" key=clear

      (replace NETWORK_NAME to yours SSID).

    3. Find the line Key Contents - this is the password.

    On macOS:

    1. Open Terminal.
    2. Enter:
      security find-generic-password -wa"NETWORK_NAME"

    On Linux:

    1. Use the command:
      sudo grep psk= /etc/NetworkManager/system-connections/"NETWORK_NAME"

    Now you know all the ways to find your Wi-Fi network name on your computer. If none of these methods work, check that the wireless adapter is turned on and that your computer is connected to the network. As a last resort, you can always find the network name in the router settings or on its case.