In the age of ubiquitous wireless technologies, identifying your current network connection is becoming critical for many users. Situations can vary: you're in an office with dozens of open access points, traveling with a laptop, or simply want to make sure your home computer hasn't hopped over to a neighbor's router due to a weak signal. Understanding How to see which Wi-Fi network a computer is connected to, is a basic digital literacy skill.
Often, the operating system automatically selects the network with the strongest signal, but this doesn't always mean you'll connect to the internet source you need. For example, in an apartment building, many networks may have similar names, and Windows may prefer SSID A neighbor's connection if your router has temporarily lost signal. In this article, we'll cover all the ways to check an active connection, from standard interface settings to advanced command-line methods.
We will look at not only the visual definition of the network name, but also methods for obtaining technical information such as MAC address of the access point (BSSID) and signal strength. This data is essential for diagnosing speed issues and ensuring the security of your traffic. Get ready to dive into the world of network settings to fully control your connection.
Checking the connection via the system tray and Windows settings
The most obvious and quick way to find out the name of your active wireless network is to look at the taskbar. In the lower right corner of the screen, next to the clock, is the Wi-Fi icon. If it's active (not crossed out), hovering over it will display a tooltip with the network name. However, if you need more details, left-click the icon itself.
The menu that opens will display a list of available networks, with the one you're currently connected to marked as "Connected" and possibly with a check mark. Signal quality is often displayed here as a bar graph. For more information, see the operating system. Windows 10 And Windows 11 You need to go to the "Start" menu and select "Settings" (gear icon).
In the window that opens, select the "Network & Internet" section. On the "Wi-Fi" tab, you'll see the current network name in large font. Below that, you'll see the connection properties, including the security protocol (e.g., WPA2/WPA3) and a random device name. This is a basic level of information, sufficient for most users.
- 📡 The network name (SSID) is displayed in the center of the quick access panel.
- 🔒 You can see the encryption type in the wireless network properties.
- 📶 The signal level is shown as a graphical scale next to the name.
Using the command line to get detailed information
For those who prefer precision and speed, and also need technical details, the command line is an indispensable tool. CMDThis method allows you to find out not only the network name, but also BSSID (physical address of the access point), broadcast channel, and radio type. To launch the console, press Win + R, enter cmd and press Enter.
In the black window that opens, enter the command netsh wlan show interfacesThis command will output a detailed report on the wireless interface status. You should be interested in the "SSID" line, which indicates the network name, and the "BSSID" line, which contains the MAC address of the router you're connected to. This is especially useful in offices where multiple access points with the same name are installed to create a unified coverage area.
netsh wlan show interfaces
You can also get a list of all saved profiles and see which one is active using the command netsh wlan show profilesThe active profile is usually marked or can be determined using additional parameters of the show command. Knowing the BSSID helps distinguish your router from your neighbor's, even if they have the same name, such as "TP-LINK_2G."
⚠️ Warning: When working with the command line, be careful when entering commands. Although the show interfaces command is safe, changing parameters via
netsh wlan setmay break the connection or change the adapter settings.
Analyzing a connection via PowerShell
A more modern analogue of the command line is PowerShell, which offers more powerful tools for working with network objects. Unlike the classic CMD, PowerShell allows you to retrieve information in a structured format, which is convenient for scripts or quickly copying data. You can launch it via the Start menu search.
To get the name of the connected network, use the command that refers to the class MSFT_NetConnectionProfile. Enter the following line: Get-NetConnectionProfileIn the output, you'll see the network name (Name), network category (Public/Private), and connection status. This is a quick way to confirm you're in the correct zone.
If you need to find out the IP address of the gateway (router) to which the computer is connected, use the command ipconfigFind the "Wireless LAN" section and the "Default Gateway" line. This is the address of the device distributing the internet. Knowing this address, you can access the router's web interface for more in-depth diagnostics.
Checking network status on macOS and Linux
Computer users Apple They can also easily check their network settings. On macOS, just hold down the key Option (Alt) and click the Wi-Fi icon in the upper-right corner of the menu. This will open an expanded menu showing the network name (SSID) and technical information: BSSID, channel, signal strength (RSSI), and noise.
For a more detailed analysis on a Mac, go to System Preferences → Network. Select Wi-Fi on the left to see the connection status. Clicking the Advanced button (or More Details in newer versions of macOS) opens a tabbed window with the router's IP address in the TCP/IP section.
In operating systems based on Linux (for example, Ubuntu or Debian) you can use the terminal. The command nmcli (NetworkManager command line interface) provides comprehensive information. Enter nmcli device wifi listto see all available networks, or nmcli connection show --activeto find out which network is currently active.
- 🍏 On macOS, hold Option + click on Wi-Fi to quickly view the BSSID.
- 🐧 On Linux, use the nmcli utility to manage connections.
- 💻 The gateway IP address can be found on all operating systems through the TCP/IP settings.
Diagnostics via the router's web interface
The most reliable way to find out which devices are connected to your Wi-Fi and with what settings is to access the router's settings. To do this, enter the gateway IP address (usually 192.168.0.1 or 192.168.1.1). After entering your login and password (often found on a sticker on the bottom of the device), you will be taken to the control panel.
In the router menu (interfaces) TP-Link, ASUS, Keenetic, MikroTik (These may vary.) Find the section labeled "Status," "Network Map," "Client List," or "Wireless Statistics." This displays a table of all connected devices. You'll be able to see your computer's hostname, its IP and MAC address, and the connection time.
This method also allows you to see which frequency (2.4 GHz or 5 GHz) your computer is using if your router broadcasts networks with different names or supports Smart Connect. If you see your device in the list, the connection has been established successfully and the router "sees" it.
| Parameter | Description | Where to find |
|---|---|---|
| SSID | Wireless network name | Windows tray / Settings |
| BSSID | MAC address of the access point | cmd (netsh) / Option+Wi-Fi |
| Gateway | Router IP address | ipconfig / TCP/IP settings |
| Protocol | Safety standard | Wi-Fi adapter properties |
What should you do if your computer is not on the router's client list?
If your computer is connected via Wi-Fi but isn't visible in the router's client list, AP Isolation may be enabled or the device may be blocked by MAC address filtering. Also, check if you're connected to a guest network, which may have a separate list or visibility restrictions.
Security: How to check if someone else's computer is connected
The question "how to see which Wi-Fi network my computer is connected to" often morphs into "who's connected to my Wi-Fi network?" If you suspect a neighbor or intruder has connected to your network, use the same methods: log in to the router's web interface and view the list of clients. Compare the MAC addresses of the devices in the list with known devices (phones, TVs, laptops).
Pay attention to unknown device names. Manufacturers often use standard names, such as "Android-xyz" or "Honors-Phone." If you see a device you can't identify, try disabling Wi-Fi on your devices one by one and see if the "suspect" disappears from the list. This will help you identify the intruder.
Use strong passwords and encryption for protection. WPA2/WPA3Regularly checking the list of connected clients is a good habit. If you detect an uninvited guest, immediately change the Wi-Fi password in the router settings, which will force all devices to disconnect, and reconnect them with the new key.
⚠️ Note: Router interfaces are constantly updated by manufacturers. The location of the "Client List" or "Wireless Status" menu items may differ from what's described. If you can't find the section you need, refer to the official documentation for your router model or look for screenshots of the interface for your specific firmware version.
☑️ Network security check
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if the computer is already connected?
Yes, this is possible. In Windows 10/11, go to "Settings" → "Network & Internet" → "Advanced network settings" → "Advanced sharing settings." Find "Change adapter settings," right-click Wi-Fi → "Status" → "Wireless network properties." Go to the "Security" tab and check "Show characters as you type."
Why does my computer connect to the wrong Wi-Fi network?
Windows prioritizes networks based on signal strength and connection history. If you have two networks with the same name (for example, at home and at a neighbor's), your computer may switch to the neighbor's stronger signal. To avoid this, delete the unnecessary network profile from the list of known networks or change the network priority via the command line.
How do I know which frequency (2.4 or 5 GHz) I'm operating on?
Click the Wi-Fi icon and select "Properties" for your active network. Scroll down to the "Properties" section. There you'll see a line labeled "Protocol" (for example, Wi-Fi 5 (802.11ac) typically means 5 GHz, while Wi-Fi 4 (802.11n) can be either). The command will tell you the most accurate information. netsh wlan show interfaces In the "Channel" or "Radio Module Type" line. Channels 1-13 are 2.4 GHz, channels above 36 are 5 GHz.
What does "No internet access" mean even though I'm connected to Wi-Fi?
This means there's a physical connection to the router, but it can't access the external network. Possible causes include issues with your ISP, a router configuration error, an expired payment, or an IP address conflict. Try rebooting the router or running Windows troubleshooting.