Show WLAN users: connected devices
To find out which devices are currently connected to your WLAN, they can be displayed via the router or a network scan.
Via the router
The connection from the home network to the Internet usually takes place via a router of the Internet provider. Of course, it is possible to display all connected devices via the router: The routers have a small web server for the administration, whichcan be called via thebrowser.

On a Windows device, the easiest way to find out the address for managing the router is to use the ipconfig command. To do this, enter the command "ipconfig"in the command prompt:
The default gateway is usually the address of the router and can be accessed in the browser:
Some routers display information about the network without a username and password. If the router requires login information to display it, it can be found either on the back of the router or in the provider's documents.
Depending on the router model, there are different menu items for the overview of the network: Network, LAN, WLAN, Status, or possibly also under DHCP Leases.
If you own a router with OpenWrt, you will find an overview of the connected devices after login, directly on the start page:
Active DHCP Leases, i.e. devices that have been assigned an address by the router:
and devices that are connected to the WLAN under "Associated Stations":
Information about OpenWRT, see also: Alternative Router Firmware: OpenWrt and no longer DD-WRT, or to additionally also display the bandwidth of individual devices: OpenWRT - Show bandwidth of individual devices (Monitor)
Network scan
Android
If the smartphone is in the WLAN, the network scan can also be done with a corresponding app.
As an example I tested the app "Network Analyzer":
Windows
If you don't have access to the router, you can scan the network for active devices. The easiest way to do this in Windows without tools is via PowerShell:

see Find IP addresses in the network, even if their firewall is enabled.

{{percentage}} % positive

THANK YOU for your review!
Top articles in this section
As is well known, the tool ping can be used to test the access to a certain network device and its response time. Not all devices will respond to a ping, but they may respond to a particular Tcp-Port if a particular network service is provided through it. Windows PowerShell allows you to test a specific port using Windows board tools. The psping tool can also measure the response time to a specific port.
A quick overview of all active devices in the network is provided - in addition to the router's management interface - by commands in the command prompt, in PowerShell or special IP scanners. The PowerShell commands presented at the beginning of this post give a quick overview of all devices on the local network and may make special programs for scanning the network unnecessary. If you would like to see the commands in action, you can do so in my YouTube video. For expanding your own network, se...
For a quick overview of which programs or services have an active network connection, they can be listed via simple commands or monitored and analyzed via specific tools.