networking

What Is My Network Name and How to Find It

Your network name, technically called the Service Set Identifier (SSID), is the label you see when you choose a Wi‑Fi connection. It identifies a wireless local area network b...

Mara Ellison
What Is My Network Name and How to Find It

Your network name, technically called the Service Set Identifier (SSID), is the label you see when you choose a Wi‑Fi connection. It identifies a wireless local area network but does not by itself provide access; you still need the Wi‑Fi password (network key) to connect devices. The SSID is set by the router or access point owner and can be changed for clarity, security, or troubleshooting. This guide explains how to locate your network name on common devices, distinguish it from the password, and manage it safely.

Definitions and Core Concepts

SSID versus Wi‑Fi Password

The SSID is the public name of a Wi‑Fi network, visible to anyone within range. The Wi‑Fi password (pre‑shared key or WPA2/WPA3 passphrase) is required to join that network. Hiding the SSID (unbroadcast or hidden network) makes the name invisible to scanning devices, though it is still detectable with basic tools. Hidden networks require manual entry of both SSID and password and are uncommon in home use because they complicate connections without adding strong security.

MAC Address vs SSID

A MAC address is a unique hardware identifier burned into each Wi‑Fi radio, used internally for device tracking and network access control. In contrast, the SSID is a human‑readable network identifier broadcast by the router to help devices locate and join the correct network. Changing the SSID does not alter the MAC address, and filtering by MAC can complement SSID management but is not a replacement for strong Wi‑Fi encryption.

How to Find Your Network Name on Common Devices

  • Connect to Wi‑Fi and open Settings, tap Network & Internet (or Connections), then Wi‑Fi. The connected network’s name is listed under the Wi‑Fi header.
  • Open Settings, tap Wi‑Fi, and select a network; the SSID appears in the network details once selected.
  • Use Control Panel > Network and Sharing Center > Change adapter settings, then click Wi‑Fi to view connection properties and the network name.
  • Open System Settings > Network. Select Wi‑Fi in the left panel; the chosen network’s SSID displays at the top of the right pane.

How to Find Your Router’s Default SSID

The router’s default SSID is printed on a label on the device, typically formatted as manufacturer_model or a generic name like [Brand]XX. If you changed it and no longer remember it, you can locate it by connecting a device via Ethernet to the router and accessing the admin interface at an address such as 192.168.0.1 or 198.168.1.1. The status or wireless settings page will show the current SSID. Command line tools like ipconfig (Windows) or networksetup (Mac) only reveal the SSID of the network your computer is connected to, not the router’s default.

Accessing SSID Through the Router Admin UI

To view or update the SSID, log in to the router’s admin panel using the management IP and credentials. Navigate to the wireless or Wi‑Fi section to see the current SSID and security mode. Avoid using personal information in the SSID to reduce identifiability. If you recently changed the router or ISP equipment, consult the installation notes or provider documentation for the original label name and any later changes.

Command Line Checks on Connected Devices

On Windows, ipconfig /all lists profile information for saved networks, including SSID when a device is associated. On Mac, networksetup -getairportinfo en0 displays the last joined SSID and network details for the active interface. These methods reveal only the network you are currently connected to, not other available SSIDs in range.

Router and Network Considerations

Routers broadcast the SSID in beacon frames several times per second. Devices cache the SSID to reconnect automatically. For better organization, use clear, non‑identifying names (e.g., Home, Home_Guest). Guest networks should have distinct SSIDs to separate traffic. Hiding the SSID can reduce casual scanning but does not prevent detection and can make manual reconnections difficult. Strong WPA2 or WPA3 encryption and a unique admin password remain the primary defenses.

When troubleshooting connectivity, verify that the device is attempting to join the correct SSID and that the router is not disabling unrecognized clients due to MAC filtering. If you recently changed the SSID, ensure all devices are updated with the new name and password. For shared environments, document the SSID and credentials in a secure password manager rather than on paper notes left in plain sight.

Practical Summary

Your network name, or SSID, is the identifier you see in Wi‑Fi lists. It is distinct from the password needed to join. You can find it in Wi‑Fi settings on phones, computers, and routers, and use router admin pages to view or modify it. Keep SSIDs clear and purposeful, separate guest networks with unique names, and rely on strong encryption rather than hiding the network name for security. These practices support stable connections and manageable networks over time.

Attributes at a Glance

Attribute Verified Detail Source Type
Technical Term Service Set Identifier (SSID) IEEE 802.11 standard definition
Purpose Identifies a Wi‑Fi network name for discovery and selection Networking protocol specification
Visibility Broadcast by default; can be hidden (unbroadcast) Router/firmware behavior documentation
Distinction from Password SSID identifies the network; password authenticates clients Wi‑Fi security best practices
Device Access Viewable in OS Wi‑Fi settings and router admin UI Platform documentation (Windows, macOS, iOS, Android)

Quick Comparison

Aspect Home Network Guest Network Hidden Network
SSID Visibility Broadcast Broadcast (different name) Unbroadcast (must be manually entered)
Typical Use Case Primary trusted devices Visitors or IoT devices Obfuscation through non‑broadcast SSID
Security Note Rely on WPA2/WPA3 and a strong password Isolate guest traffic and limit bandwidth Not a substitute for encryption; easily detectable

Tags

wifi network name, ssid, find network name, router settings

Related Reading

More pages in this topic cluster.

AT&T Smart Hub: what it is, how it works, and how it fits your connectivity

The AT&T Smart Hub is a centralized networking solution designed to manage and extend connectivity across homes and small offices. As a long‑term profile in the evolution of f...

Read next
How to Check If a Port Is Open

To check if a port is open, use built-in command-line tools such as telnet , Test-NetConnection (PowerShell), nc (netcat), nmap , or curl . On most systems, you can run a local...

Read next
How to Find the DNS Server Closest to You for Faster, More Reliable Resolution

"Closest DNS to me" refers to a Domain Name System resolver that minimizes network distance and latency between your device or network and the DNS server, typically measured in...

Read next