Have you noticed your internet speed has become slower than usual? Or do you suspect that someone else is accessing your Wi-Fi network? Viewing the list of devices On your home network, troubleshooting is the first step to diagnosing problems. Fortunately, you can do this directly from your phone, without resorting to a computer or complex router settings.
Many users mistakenly believe that they need to access their router's control panel to check connected devices. In fact, Android And iOS Offer built-in tools, while third-party applications expand monitoring capabilities. In this article, we'll explore all the relevant methods—from standard functions to advanced utilities with traffic analysis.
⚠️ Note: Some methods require administrator rights on the network (access to the router). If you don't own the Wi-Fi, request the details from your provider or landlord.
Method 1: Through the router settings (universal method)
The most reliable way is to log into the router's web interface. This method works on all router models (TP-Link, ASUS, Keenetic, Xiaomi, etc.), but requires knowledge of the device's IP address and authorization data.
Instructions:
- Find out the IP address of your router. This is usually
192.168.0.1or192.168.1.1On . Android look inSettings → Wi-Fi → [your network] → AdvancedOn . iPhone - VSettings → Wi-Fi → (i) next to the network. - Enter the address in your phone's browser. The login page will open.
- Log in (standard login/password -
admin/adminor indicated on the router sticker). - Find the section
DHCP clients,DevicesorWirelessThere will be a list of connected gadgets with MAC addresses.
In some firmware (for example, Keenetic) the list of devices is displayed directly on the main page. Xiaomi look for the tab Devices in the menu.
Make sure only known devices are connected|View MAC addresses for identification|Check connection time (if present in logs)|Change password if unrelated devices are found-->
Method 2: Network analysis apps (without access to the router)
If you don't have access to your router's control panel, use mobile apps. They scan the network and display all active devices. Popular utilities:
- 🔍 Fing (Android/iOS) - identifies IP, MAC, manufacturer and even vulnerabilities.
- 📊 WiFi Analyzer (Android) - visualizes channel load and device list.
- 🛡️ NetScan (iOS) - scans the local network and saves connection history.
Example of working with Fing:
- Connect to your Wi-Fi network.
- Launch the app and click
Scan. - After 10-30 seconds, a list of devices will appear indicating
IP,MACand names (if defined).
Please note: Apps only show active devices. If the gadget is turned off or in sleep mode, it will not appear in the list.
Fing|WiFi Analyzer|NetScan|Other|I don't use-->
Method 3: Built-in Android tools (no third-party programs)
On some phones Android 10+ There's a hidden feature for viewing devices on the network. It doesn't work on all firmware versions, but it's worth a try:
- Open
Settings → Network & Internet → Wi-Fi. - Tap on the name of your network.
- Scroll down to the section
DevicesorConnected clients(if any).
On smartphones Samsung With One UI, this section is called "Device Management" and is available in the Wi-Fi menu. On Xiaomi (MIUI) similar function may not be available.
If there is no built-in tool, use ADB (for advanced users):
adb shell dumpsys wifi getWifiApConfig
This command will display information about connected clients (requires developer privileges).
How to enable developer mode on Android
Go to Settings → About phone and tap the build number seven times. After that, the "Developer options" section will appear in the main settings menu.
Method 4: On iPhone (limited capabilities)
iOS Strictly restricts access to network functions, so there are no standard tools for viewing Wi-Fi devices. However, there are workarounds:
- 📱 Use apps from the App Store (e.g. NetScan or LAN Scan).
- 🖥️ Connect to the router via
Safari(as in Method 1). - 🔧 If you have Mac, use the utility
nmapVTerminal:
nmap -sn 192.168.1.0/24
On iPhone You can also see the list of devices in Router (if the router supports HomeKit). To do this:
- Open the app
House. - Tap on the router icon (if added).
- Select
Wi-Fi settings→Connected devices.
⚠️ Note: This feature only works with routers certified for Apple HomeKit (For example, AirPort Extreme or some models Linksys).
Method 5: Via the command line (for advanced users)
If you have access to Windows/Python-scripts or Termux On Android, you can use network utilities for scanning.
Example for Termux (install via F-Droid):
pkg install nmap
nmap -sn 192.168.1.0/24
The result will show all active IP addresses on the network. To determine the manufacturer by MAC address, use the command:
nmap -O 192.168.1.100
(replace 192.168.1.100 to the desired IP).
| Team | Description | Output example |
|---|---|---|
nmap -sn 192.168.1.0/24 |
Scans all devices on a subnet | 192.168.1.5 MAC: A4:83:E7:12:F5:89 (Samsung) |
arp -a |
Shows ARP cache (connected devices) | ? (192.168.1.3) at b8:27:eb:4d:1a:2c [ether] |
ping 192.168.1.1 |
Checks the router's availability | Reply from 192.168.1.1: bytes=32 time=2ms |
For Windows similar commands are executed in Command line (cmd).
How to identify "foreign" devices on the network
Finding unrelated gadgets in the list of connected devices can be done through analysis:
- 🔍 MAC addresses: The first 3 bytes (eg.
A4:83:E7) indicate the manufacturer. Check them through services like MAC Vendors. - ⏱️ Connection time: Check the router logs to see when the device appeared on the network.
- 📱 Device name: Some gadgets are displayed with a model (eg.
iPhone-12-Pro).
If a suspicious gadget is found:
- Change the Wi-Fi password in the router settings.
- Enable filtering by
MAC addresses(allow only your devices). - Turn it off
WPS- This is a vulnerable protocol.
Common problems and solutions
Sometimes the device list isn't displayed or shows incomplete data. Let's look at some typical situations:
Problem 1: There is no "Connected devices" section in the router settings.
Solution: Update your router's firmware or check your model's documentation. On some budget devices (Tenda, Mercusys) this section may be missing.
Problem 2: The network scanning app only shows some of the devices.
Solution: It is possible that some gadgets are sleeping or have disabled the response to pingTry scanning at different times of day.
Problem 3: On iPhone access to the router via is not working Safari.
Solution: Make sure you are connected to the router's network (not via mobile data). Check if your antivirus software is blocking access to 192.168.0.1.
⚠️ Attention: If after changing the Wi-Fi password other devices continue to connect, reset the router to factory settings (button Reset on the back panel).
FAQ: Answers to frequently asked questions
Is it possible to see devices connected to Wi-Fi without the router password?
Yes, but with limitations. Apps like Fing will show active devices on the network, but without access to the router you won't see:
- Hidden gadgets (with disabled
ping). - Full connection history.
- MAC addresses, if they are spoofed.
For full control, you need access to the router settings.
Why are there unknown gadgets with names like "android-12345" showing up in the list of devices?
These are the standard names that are assigned Android devices when connecting to Wi-Fi. They are generated automatically and may relate to:
- Your old smartphones/tablets.
- Smart devices (Google Home, Xiaomi Mi Band).
- Guest gadgets, if you have granted network access.
Check your MAC address using the service MAC Vendorsto determine the manufacturer.
How to block a device on a Wi-Fi network?
There are two ways:
- Via router: Find the section
MAC filterorBlacklistand add the address of the unwanted device. - Via the app: Some utilities (eg. WiFi Blocker) allow you to block gadgets directly from your phone (required root on Android).
Once blocked, the device will not be able to connect, even if it knows the password.
Is it possible to find out what websites a device visits on my network?
Without special software, no. Home-class routers don't keep a log of visited websites. To monitor traffic, you'll need:
- Install OpenWRT on the router and configure
dnscrypt. - Use apps like GlassWire (only for your own traffic).
- Tune Pi-hole on Raspberry Pi to filter DNS queries.
Attention: Monitoring other people's traffic may violate privacy laws.
Why do some devices remain connected after changing the Wi-Fi password?
This happens if:
- The device has saved old data (try forgetting the network in its settings).
- The router did not update the client list (reboot it).
- The network is on
WPS- it allows you to connect without a password.
To ensure that all gadgets are disabled, change not only the password, but also network name (SSID).