Who's Actually on Your Network?
Most routers will tell you how many devices are connected, but their built-in device lists are usually a wall of cryptic hostnames and MAC addresses that don't tell you which one is your neighbor's laptop versus your smart bulb. Fing is a free network scanning app (iOS and Android, with a companion desktop app too) that does the same discovery your router does but presents it in a way you can actually read — device names, manufacturer, IP, and open ports, scanned in seconds from your phone without touching the router's admin panel at all.
Installing and Running Your First Scan
- Install Fing from the App Store or Google Play.
- On first launch, grant the permissions it requests. On iOS, this includes a Local Network permission prompt — you must allow it, or Fing can't see any devices beyond your own phone.
- Make sure your phone is connected to the Wi-Fi network you want to audit (Fing scans whatever local network your phone is currently on).
- Tap the scan/refresh button. Fing pings and probes every address in your subnet and lists what responds, typically finishing in under 30 seconds on a home network.
Reading the Device List
Each entry in the results shows an IP address, a MAC address, and — where Fing can determine it — a manufacturer name derived from the MAC's OUI (organizationally unique identifier) prefix, like "Apple, Inc." or "Espressif Inc." for many IoT devices. Tap any device for more detail: hostname (if it broadcasts one), open ports Fing detected, and a device type icon Fing guesses based on the manufacturer and port signature.
- Recognizable devices (your phone, your laptop, your smart TV) you can rename directly in the app so future scans immediately show a friendly label instead of a MAC address.
- Unrecognized devices are the ones worth investigating — cross-reference the manufacturer name against what you actually own. An unfamiliar manufacturer name on your network is the first sign worth chasing down.
Identifying an Unknown Device
If a device shows up that you can't immediately place:
- Check the manufacturer name Fing shows — this alone often solves it (e.g., a "Sonos" or "Roku" entry you forgot was even online).
- Tap the device and check Open ports — a device with port 22 (SSH), 80/443 (web admin), or 8080 open often reveals what it is by what service is listening.
- Temporarily unplug or power off devices one at a time and re-scan — whichever entry disappears is the device you just turned off.
Acting on What You Find
Fing itself is a scanner, not a firewall — it can show you an unauthorized device, but it can't remove it from your network unless you also own a Fingbox (a paid hardware add-on) or use Fing's premium blocking features tied to compatible routers. To actually remove a device, you have two real options:
- Change your Wi-Fi password. The fastest and most reliable fix — every device has to reconnect with the new password, and anyone who doesn't know it is locked out immediately.
- MAC filtering on your router. Log into your router's admin panel and enable MAC address filtering, allow-listing only your known devices' MAC addresses. This is more granular but more maintenance, and it's easily defeated by anyone willing to spoof a MAC, so treat it as a speed bump rather than real security.
Wrap-Up
A Fing scan takes under a minute and gives you a far more readable picture of your network than your router's own admin page. Run it periodically, name your known devices once so future scans are instant to read, and treat any unfamiliar manufacturer name as worth a five-minute investigation rather than something to ignore.
Discussion & Insights