Have you noticed your internet has slowed down and your data usage is depleting faster than usual? Perhaps unauthorized devices have connected to your Wi-Fi. On an Android smartphone, you can quickly identify these "uninvited guests" using both dedicated apps and manually through your router settings. In this article, we'll cover all the available detection methods, including online services, mobile utilities, and hidden Android features.
It's important to understand: simply detecting connected gadgets isn't enough. You also need to determine which ones yours (smartphone, laptop, smart speaker), and which ones? strangersWe'll show you how to distinguish legitimate devices from malicious ones, even if they're disguised under common names like Android-1234 or iPhoneWe'll also give you tips on what to do if you spot a suspicious connection—from changing your password to setting up a MAC address whitelist.
Why is it important to check devices connected to Wi-Fi?
Internet speeds don't just drop for no reason. Every extra device on your network steals some of the bandwidth, especially if it's downloading files, watching 4K videos, or mining cryptocurrency. But that's not the only problem:
- 🔍 Data Leak: Hackers can intercept your traffic (passwords, messages, banking data) through vulnerabilities in your router.
- 💸 Traffic overuse: If you have a limited plan, your "neighbors" can use up all your gigabytes in a couple of days.
- 🚨 Spread of viruses: An infected device on your network can also infect your gadgets.
- 📵 DDoS attacks: Your router can be used to attack other networks, which will lead to IP blocking.
According to statistics KasperskyMore than 30% of home networks have at least one unauthorized connection. And 70% of users aren't even aware of it! Most often, these unauthorized connections are made by neighbors who've guessed a weak password or by bots scanning vulnerable routers.
⚠️ Attention: If you are using the default password for your router (for example, admin/admin (or the combination from the sticker on the device), the probability of hacking is close to 100%. Change it immediately!
Method 1: Checking via the router's web interface (without apps)
The most reliable method is to access your router's control panel. This doesn't require any additional software, just a browser on your phone. The instructions are universal for most models (TP-Link, ASUS, Keenetic, Zyxel and others):
- Find out Router IP address. Usually it is
192.168.0.1or192.168.1.1You can check this in your Android's Wi-Fi settings:Settings → Wi-Fi → [your network] → Advanced → Gateway - Enter this address into the address bar of your browser (for example, Chrome or Firefox).
- Log in. The default login and password are located on the router sticker (usually
admin/adminoradmin/password). - Find the section with connected devices. The path depends on the model:
- TP-Link:
DHCP → DHCP ClientsorWireless Mode → Statistics - ASUS:
Network Map → Devices - Keenetic:
Devices → Device List
- TP-Link:
In the table you will see all the gadgets connected to your network: their IP addresses, MAC addresses, names, and even the amount of traffic consumed. Pay attention to the column Host Name — device models are often displayed there (for example, Xiaomi Redmi Note 10 or Samsung SM-G975F).
| Field in the table | What does it mean? | How to use for verification |
|---|---|---|
IP Address |
Local address of the device on the network | If the IP starts with 192.168. — the device is connected locally. External IPs (for example, 10.0.0.x) may indicate a VPN or proxy. |
MAC Address |
Unique identifier of the network card | Compare with the MAC addresses of your devices (you can find them in the Android settings section About phone → Status). |
Host Name |
Device name on the network | Other people's gadgets often have standard names (android-1234, desktop-pc) or Cyrillic (if these are not your devices). |
RX/TX Bytes |
Volume of received/transmitted data | If a device is transferring gigabytes of data, but you don’t know it, it’s suspicious. |
⚠️ Attention: Some routers (especially budget ones) only show active connections. To see all devices, including dormant ones, refresh the page or reboot the router.
Method 2: Android Apps - Top 5 Wi-Fi Testing Utilities
If you're too lazy to access your router settings or they're too complicated, you can use mobile apps. They scan your network and display all connected devices right on your smartphone screen. We've tested dozens of utilities and selected the best:
- 📊 Fing — Network Scanner (free + premium):
- Scans the network in 10-20 seconds.
- Shows the device manufacturer by MAC address (e.g. Apple, Samsung).
- There is a speed test and port check.
- 🔍 NetScan (for free):
- Minimalistic interface without unnecessary fluff.
- Displays connection history (useful for tracking "guests").
- Can export device list to CSV.
- 🛡️ WiFi Guard (for free):
- Compares current connections with a "whitelist" of your devices.
- Notifies you about new gadgets on the network.
- Works in the background.
- 📱 Network Analyzer (free + purchases):
- Shows not only devices, but also open ports on them.
- There is a built-in ping and traceroute.
- Supports IPv6.
- 🔗 IP Tools: WiFi Analyzer (for free):
- Scans the network and builds a channel load graph.
- Shows the signal strength of each device.
- Can block suspicious MAC addresses (root required).
How to use any of these apps:
- Connect to your Wi-Fi network.
- Start the scan (usually the button
ScanorAnalysis). - Wait for completion (10-60 seconds).
- Review the list of devices. Please note:
- Unknown names (eg
TP-LINK_Client). - Devices with high traffic (usually marked in red in apps).
- MAC addresses that do not match your gadgets.
- Unknown names (eg
Important: Apps can't block other devices without access to the router. They only display information. To disable the "guest" device, you need to access the router settings or change the Wi-Fi password.
Method 3: Online services for checking connections (without installing programs)
If you don't want to install apps, you can use online services. They work through a browser and don't require registration. However, they have limitations:
- ✅ Pros:
- You don't need to download anything.
- Works on any device (even PC).
- Some services show the geolocation of suspicious IPs.
- ❌ Cons:
- May not see all devices on the local network.
- Require access to your router (you need to enter your login/password).
- Some services store data about your network (risk of leakage).
Top 3 trusted services:
- GRC ShieldUP! (grc.com):
- Checks open ports and router vulnerabilities.
- Shows external IP address and ISP information.
- WhatIsMyIP (whatismyipaddress.com):
- Displays your public IP and potential threats.
- There is a map with the location of your IP (useful if someone is using your Wi-Fi to disguise themselves).
- Shows all devices connected via your router (you need to enter its IP and login/password).
- Can identify the device manufacturer by MAC address.
- Install Termux and open it.
- Enter the command to scan the local network:
(Replacefor ip in $(seq 1 254); do ping -c 1 192.168.1.$ip | grep "bytes from" | cut -d" " -f4 | cut -d":" -f1 & done192.168.1.to your subnet, if it is different.) - After scanning, enter:
arp -aThis command will show all devices that responded to the ping, along with their MAC addresses.
- Compare MAC addresses with your devices (you can find them in
Settings → About phone → General information → Wi-Fi MAC address).
⚠️ Attention: Online services that request your router login and password can be dangerous! Use only trusted websites with HTTPS protocol. Never enter data on suspicious resources.
How to check the security of an online service?
Before using the service, please check:
1. The presence of HTTPS in the address bar (🔒 icon).
2. User reviews on forums (for example, 4PDA or Reddit).
3. The domain creation date (you can check it on whois.com – older domains are more reliable).
4. Privacy Policy (should be accessible via link).
Method 4: Manual verification via Android terminal (for advanced users)
If you like to tinker with settings, you can check connected devices via Android terminalYou will need an app for this. Termux (free in Google Play) or any other with command support ping And arp.
Instructions:
Example of command output arp -a:
? (192.168.1.5) at 00:1A:2B:3C:4D:5E [ether] on wlan0
? (192.168.1.7) at 00:0A:95:9D:68:15 [ether] on wlan0
Here 192.168.1.5 And 192.168.1.7 — IP addresses of devices, and 00:1A:2B:3C:4D:5E — their MAC addresses. The first 3 pairs of MAC characters usually indicate the manufacturer (e.g., 00:1A:2B - This Intel, 00:0A:95 — Apple).
How to distinguish your device from someone else's: 5 signs of "guests"
Even if there are dozens of items on the list of connected devices, not all of them are necessarily foreign. Here's how to separate "friends" from "foes":
- 📱 Device name:
- Your gadgets usually have meaningful names: Galaxy-S21-Ultra, iPad-Pro, Mi-TV-Stick.
- Aliens are often named randomly:
Android_abc123,Client-5678, or in generalUnknown.
- 🔧 MAC address:
- The first 3 bytes of the MAC (eg.
00:1A:2B) indicate the manufacturer. Check them in the database. macvendors.com. - If the address starts with
00:0C:29or00:50:C2- these are virtual machines (maybe someone is using your Wi-Fi for VPN).
- The first 3 bytes of the MAC (eg.
- 📊 Traffic consumption:
- In the router or applications like Fing See how much data the device is transmitting.
- If an unknown gadget transfers gigabytes per hour, it is 100% a “guest”.
- ⏱️ Connection time:
- Your devices connect at their usual time (morning, evening).
- Strangers may appear at night or when you are not at home.
- 🔗 Connection type:
- If the device is connected via
Wi-Fi, but its signal is weak (for example, -80 dBm), it is located far from the router (possibly at the neighbors). - Devices with connection via
Ethernet(wire) are unlikely to be strangers unless you have a guest cable.
- If the device is connected via
1. Check the MAC address using the macvendors.com database
2. Compare your activity time with your schedule
3. View the amount of traffic consumed
4. Try disconnecting the device via the router and see if the speed improves.
5. Ping the IP address (if it responds, the device is active) -->
What to do if you find someone else's device on your network
Spotted a "guest"? Don't panic—here's a step-by-step plan:
- Disable the device temporarily:
- Find the section in your router settings
DHCP ReservationorConnected Devicesand block the MAC address of the stranger. - Some routers have a button
KickorDisconnectnext to each device.
- Find the section in your router settings
- Change your Wi-Fi password:
- Use a complex combination of 12+ characters with numbers, letters and symbols (eg.
kL9#pQ2!mN4@xY7). - Do not use personal information (dates of birth, names).
- Use a complex combination of 12+ characters with numbers, letters and symbols (eg.
- Configure a MAC address whitelist:
- Enable the function in your router
MAC Filteringand add only the addresses of your devices. - Cons: If you buy a new gadget, you will have to update the list.
- Enable the function in your router
- Update your router firmware:
- Outdated versions of software have vulnerabilities that hackers exploit.
- The update is usually available in the section
Administration → Firmware Upgrade.
- Enable guest network:
- Create a separate network for guests with limited access to local resources.
- This will protect your main devices even if the password is hacked.
- Some malware (Mirai, VPNFilter) infect routers and provide access to hackers.
- Use Dr.Web CureIt! or Kaspersky Virus Removal Tool for scanning.
⚠️ Attention: If someone else's device reappears after changing the password and blocking MAC addresses, your router may have been hacked at the firmware level. In this case, only a full factory reset (press the button) will help. Reset on the back panel).
How to Protect Your Wi-Fi from Future Hacking: 7 Tips
The best defense is prevention. Follow these recommendations to minimize your risks:
- 🔐 Use WPA3:
- This is the most secure encryption standard available today. If your router doesn't support it, update its firmware or buy a new one.
- WPA2 is vulnerable to attacks KRACK, and WEP can be cracked in minutes.
- 🔄 Change your password regularly:
- Do this once every 3-6 months, especially if you have guests often.
- Do not use the same password for Wi-Fi and the router admin panel.
- 📵 Disable WPS:
- Technology Wi-Fi Protected Setup It's convenient, but it has a critical vulnerability - it can be hacked in a few hours.
- It can be disabled in the router settings in the section
Wireless → WPS.
- 🌐 Hide SSID:
- Disable network name broadcasting in settings (
Hide SSID). This won't protect you from experienced hackers, but it will stop random "neighbors". - Cons: You will have to enter the network name manually on new devices.
- Disable network name broadcasting in settings (
- 📡 Limit signal strength:
- If the router is located near a window, reduce the transmission power so that the signal does not “leave” beyond the apartment.
- The setting is usually located in
Wireless → Transmit Power.
- 🔍 Enable connection logging:
- Enable logging in your router (
System LogorEvent Log). - This will help you track when and which devices connected to the network.
- Enable logging in your router (
- 🛡️ Use VPN on your router:
- Set up OpenVPN or WireGuard directly on the router (if it supports it).
- This will encrypt all traffic, even if a hacker connects to the network.
Extra tip: If you have a smart home (Google Home, Yandex Station, Xiaomi Mi Home), create a separate network for these devices (VLAN (or guest Wi-Fi). This way, even if your speaker is hacked, the hacker won't have access to your laptop or smartphone.
FAQ: Frequently asked questions about checking Wi-Fi on Android
Is it possible to check who is connected to my Wi-Fi without accessing the router?
Yes, but with limitations. Apps like Fing or NetScan They will show devices on your local network, but they won't block them. For full control, you'll need access to your router settings.
What should I do if I see an unknown MAC address in the list of devices, but it doesn't consume any traffic?
This could be:
- The device is in sleep mode (for example, a smartphone with Wi-Fi turned on but the screen turned off).
- A neighbor's gadget that was connected earlier but is now inactive.
- Smart device (eg. smart light bulb), which rarely goes online.
Turn it off for a day and see if it comes back. If it does, that's cause for concern.
How to find out what device is hidden behind a MAC address?
Use manufacturers' databases:
- Take the first 3 bytes of the MAC (eg.
00:1A:2B). - Enter them on the website macvendors.com or wireshark.org/tools/oui-lookup.html.
- The system will show the manufacturer (for example, Apple, Samsung, Xiaomi).
If the manufacturer is unknown or does not match your devices, this is suspicious.
Can a hacker spoof a MAC address to impersonate my device?
Yes, that's what it's called MAC-spoofingExperienced attackers can replace their MAC address with the address of your smartphone or laptop. To avoid this:
- Use IP + MAC binding (in the router settings).
- Turn on notifications about new connections (available in WiFi Guard).
- Check active devices manually periodically.
Is it true that my neighbors can hack my Wi-Fi through the wall?
Yes, if:
- You are using a weak password (eg.
12345678orqwerty). - You have WPS enabled (it can be hacked in a few hours).
- The router is outdated and has vulnerabilities (for example, TP-Link TL-WR740N with firmware from 2015).
Modern encryption standards (WPA3) and complex passwords make hacking virtually impossible for ordinary users.