What is an SSID (Service Set Identifier)?

An SSID is the name of a Wi-Fi network that appears when you scan for available connections. Learn what SSID means, how to change it, whether hiding your SSID improves security, and what BSSID is.

networking-basics

A Service Set Identifier (SSID) is the technical term for your Wi-Fi network’s name. Every wireless network has one. When you tap the Wi-Fi icon on your phone and see “HomeNetwork,” “NETGEAR-5G,” or “CoffeeShop_Free,” each of those entries is an SSID. The SSID lets your device distinguish between the dozens of wireless networks that may be within range at any given moment.

Your router broadcasts its SSID so that nearby devices can discover the network and connect to it. Without an SSID, your phone would see radio signals but would have no way to identify which network they belong to or present you with a meaningful list to choose from.

How SSIDs Work

An SSID is a text string up to 32 characters long that is embedded in the header of every Wi-Fi beacon frame your router transmits. Beacon frames are small packets that the router sends out roughly 10 times per second, announcing the network’s presence and capabilities to any device within range.

When you open your device’s Wi-Fi settings, it listens for these beacon frames and displays the SSIDs it finds. Selecting an SSID and entering the password initiates the authentication and association process. Once connected, your device stores the SSID and password so it can reconnect automatically in the future.

The SSID operates at Layer 2 of the networking model, alongside MAC addresses. It is part of the 802.11 Wi-Fi standard maintained by the IEEE. While the SSID identifies the network by name, the BSSID (Basic Service Set Identifier) identifies the specific access point by its MAC address.

On a technical level, the SSID is just a label. It does not affect speed, security, or performance. Two networks with identical SSIDs but different passwords and configurations are completely separate. The SSID’s only job is identification.

Routers ship with a default SSID set by the manufacturer. Common defaults include the brand name followed by a model number or random characters: “NETGEAR78,” “TP-Link_A4B2,” “ASUS_5G.” You can change this to any name you prefer through the router’s admin panel.

Changing Your SSID

Changing the SSID is one of the first things many people do after setting up a new router. The process takes about two minutes.

Log into your router’s admin panel by typing the router’s IP address (usually 192.168.1.1 or 192.168.0.1) into a browser. Go to the wireless settings section. The exact location varies by manufacturer, but it is typically under “Wireless,” “Wi-Fi,” or “WLAN.” Find the SSID field, type your new network name, and save.

When choosing a name, consider a few practical points. Avoid using your name, address, or apartment number since anyone within Wi-Fi range can see it. Do not include your router model (like “Linksys-WRT3200”) because that tells potential attackers exactly which firmware exploits to try. Avoid special characters beyond basic letters, numbers, hyphens, and underscores, as some older devices struggle with unusual characters in SSIDs.

After changing the SSID, every device that was connected to the old name will be disconnected. You will need to reconnect each device using the new SSID and enter the Wi-Fi password again. The password itself does not change unless you modify it separately.

If your router is a dual-band model (2.4 GHz and 5 GHz), you may see two SSID fields. You can give them the same name (the router uses band steering to direct devices to the optimal band) or different names (like “HomeWiFi” and “HomeWiFi_5G”) to manually control which band devices connect to.

Hidden SSIDs: Why They Do Not Help

Most routers offer an option to hide the SSID, sometimes labelled “Disable SSID Broadcast” or “Hidden Network.” When enabled, the router stops including the SSID in its beacon frames. Your network disappears from the visible list on nearby devices.

To connect to a hidden network, you must manually enter the SSID and password on each device. This creates the impression that the network is invisible and therefore more secure. That impression is incorrect.

A hidden SSID does not provide meaningful security for several reasons. First, the SSID is still transmitted in probe request and probe response frames when devices connect or reconnect. Any wireless packet capture tool (like Wireshark or Kismet) reveals the SSID within seconds of a device connecting. Second, client devices that have saved a hidden network actively broadcast the SSID in probe requests as they search for the network, even when away from home. This actually leaks your network name to anyone monitoring Wi-Fi traffic in your vicinity.

Third, hiding the SSID creates inconvenience without corresponding benefit. Guests cannot find your network without being told the exact name. Some devices handle hidden networks poorly, experiencing connection drops or slow reconnections.

The security measures that actually protect your Wi-Fi network are strong encryption (WPA3 or WPA2), a long and random password, and keeping your router firmware updated. These are documented in most router setup guides and are far more effective than SSID hiding.

BSSID and Multiple Access Points

The BSSID (Basic Service Set Identifier) is the MAC address of a specific wireless access point. While the SSID is the human-readable network name, the BSSID is the machine-readable hardware identifier that uniquely identifies a single radio on a single access point.

This distinction matters in networks with multiple access points sharing the same SSID. A home mesh system (like Google Wifi, Eero, or Orbi) typically broadcasts one SSID across all nodes. Your phone sees one network name, but as you walk from room to room, it transitions between different access points, each with a different BSSID.

In enterprise Wi-Fi (offices, airports, universities), hundreds of access points may share a single SSID. Roaming protocols like 802.11r (Fast BSS Transition) handle the handoff between BSSIDs so that the connection is not interrupted as you move.

You can view the BSSID of your current connection using network diagnostic tools. On macOS, hold Option and click the Wi-Fi icon. On Windows, run netsh wlan show interfaces in Command Prompt. On Linux, use iwconfig or iw dev. The BSSID appears as a MAC address in the format XX:XX:XX:XX:XX:XX.

When troubleshooting Wi-Fi issues in a multi-access-point environment, knowing which BSSID your device is connected to helps identify whether the problem is with a specific access point or the network as a whole.

SSID Best Practices

A well-chosen SSID makes your network easier to manage and slightly harder for casual snoops to target.

Use separate SSIDs for separate purposes. If your router supports it, create a guest network with its own SSID. Guest networks isolate visitor devices from your main network, preventing them from accessing shared files, printers, or other devices. Most modern routers have a guest network option in the wireless settings.

Match SSID names across mesh nodes. If you use a mesh Wi-Fi system, all nodes should broadcast the same SSID. This enables seamless roaming. Different SSIDs on different nodes force manual switching and defeat the purpose of mesh.

Consider a single SSID for both bands. Modern routers with band steering intelligently direct devices to the 2.4 GHz or 5 GHz band based on signal conditions. Using one SSID for both bands simplifies connections and lets the router optimize performance automatically. Split-band SSIDs are useful only if you need to force specific devices to a particular band.

Do not use the default SSID. A default SSID advertises your router’s make and model to anyone scanning, giving attackers specific firmware vulnerability information. Changing the SSID costs nothing and removes this signal.

Keep a record of your SSID and password. Store your network name and password somewhere accessible. If you forget the password, you can retrieve it from the router’s admin panel, but knowing the SSID helps guests connect and helps you reconfigure devices after router changes.

Frequently Asked Questions

How do I change my SSID?

Log into your router's admin panel (usually at 192.168.1.1 or 192.168.0.1), go to the wireless settings section, and edit the SSID field. Save and apply the changes. All previously connected devices will need to reconnect using the new network name.

Does hiding my SSID improve security?

No. Hiding your SSID removes it from the visible network list, but the network still broadcasts data frames that include the SSID. Any wireless scanning tool can detect hidden networks in seconds. Use strong WPA3 or WPA2 encryption with a long, random password for real security.

Can two networks have the same SSID?

Yes. Multiple networks can share the same SSID, which is common in enterprise environments and mesh systems. Your device distinguishes between them using the BSSID (the access point's MAC address). If two unrelated networks share an SSID, your device may attempt to connect to the wrong one.

What is a good SSID name?

Choose a name that is easy to identify as yours but does not reveal personal information like your name, address, or router model. Avoid special characters that some devices may not support. Keep it reasonably short so it displays fully on all devices.

Why do I see two SSIDs from my router?

Most modern routers broadcast two SSIDs by default: one for the 2.4 GHz band and one for the 5 GHz band. The 2.4 GHz network offers better range and the 5 GHz network offers faster speeds. Some routers add a suffix like _5G to differentiate them. Band steering on newer routers can merge both into a single SSID.