How to Find the Current Raspberry Pi Wi-Fi Network Name (SSID)

Finding your Pi's current network name is easy.
Zach Zach (248)
1 minute

This short guide will show you how to list the network name (SSID) for the active wireless (Wi-Fi) network your Raspberry Pi is connected to.

Raspberry PiRaspberry Pi ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

To figure out which network your Raspberry Pi is connected to, you'll need to access the command line. To do this, you can either SSH in from your main computer or connect a keyboard, mouse, and monitor to your Pi.

Run the following command to return the network name, or SSID, the Wi-Fi network that your Pi is connected to:

iwgetid

iwgetid is similar to the iwconfig utility you may have used before, except that its output is easier to parse.

If no network name is returned, you might need to set up your Raspberry Pi's wireless network once more. Next, learn how to forget a Wi-Fi network on your Rasberry Pi.

Forget your Wi-Fi networks and other network settings.
Ash Ash (362)
5 minutes

Resetting your network settings is usually a last-resort effort when troubleshooting network issues. It completely wipes your network settings including any saved networks—proceed with caution.