Who's Using My Wi-Fi: 7 Ways to Check Connected Users for Free

Have you noticed that your internet has become slower and your data usage is depleting faster than usual? Perhaps strangers have connected to your Wi-Fi. In 2026, the problem of "freeloading neighbors" remains relevant: according to J’son & PartnersUp to 15% of home networks in Russia have unauthorized connections. But how can you find out who's using your Wi-Fi without paying for software?

In this article we will look at 7 working methods — from built-in router tools to mobile apps that will display all connected devices, including their MAC addresses, IP addresses, and even model names. You'll be able to not only identify "unnecessary" gadgets, but also block them foreverwithout changing the network password. All methods have been tested on the latest router firmware and work without root access on smartphones.

Important: If you're a landlord or office network administrator, these methods can help you control legitimate users—for example, restricting guest access after hours. But remember: Scanning other people's networks without the owner's permission violates Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information").

1. Checking via the router's web interface (the most reliable method)

Any modern router keeps a log of connected devices. To see a list of them, you don't need to install any additional software—just log in to the admin panel. Instructions vary depending on the model, but the general procedure is the same.

First, find your router's IP address. This is usually 192.168.0.1 or 192.168.1.1, but may differ (check the sticker on the device). Enter the address in the browser address bar, log in (default logins/passwords are admin/admin or admin/password, if you haven't changed it). Next:

  • 🔧 TP-Link: go to Basic Setup → Wireless → Wireless Statistics or Advanced Settings → Network Tools → DHCP Clients
  • 🖥️ ASUS: open Network map in the main menu - all devices are displayed here, indicating their type (phone, laptop, TV)
  • 🌐 Keenetic: chapter Devices in the top menu. The system automatically detects the gadget manufacturer (Apple, Samsung, etc.)
  • Zyxel: Network → Active ClientsHere you can even see the connection history for the last 24 hours.

In the table you will see:

ParameterWhat does it mean?Example of meaning
Host NameDevice name (can be changed in the gadget settings)iPhone-12-Pro, DESKTOP-7X3K9P
MAC AddressUnique identifier of the network cardA4:83:E7:12:F5:89
IP AddressLocal IP on your network192.168.0.103
Connection TimeNetwork connection time02:45:12
RX/TX RateData reception/transmission speed (in Mbps)86.7 / 12.3

🔍 How to identify other people's devices? Please note:

  • 📱 Unfamiliar names (eg. Xiaomi_4A2B, if you don't have Xiaomi devices)
  • 🕒 Connections at unusual times (at night, when everyone is asleep)
  • 📉 High channel load (in the RX/TX Rate column)
⚠️ Attention: If a device with a MAC address appears in the list 00:00:00:00:00:00 or FF:FF:FF:FF:FF:FF This is a sign of a network attack (MAC flooding). Change your Wi-Fi password and update your router firmware immediately.
📊 What kind of router do you have at home?
TP-Link
ASUS
Keenetic
Zyxel
D-Link
Another brand
Don't know

2. Mobile applications for Wi-Fi network analysis

If accessing your router settings is inconvenient, use specialized smartphone utilities. They scan the network and display all connected devices, detailing their manufacturer, model, and even their approximate location (based on signal strength).

📌 Top 3 Free Apps (2026):

  • 📊 Fing (Android/iOS) — detects open device ports and checks network vulnerabilities. There is a function Intruder Alert to discover new gadgets.
  • 🔍 NetScan (Android) — displays connection history and data usage by device. Supports CSV report export.
  • 🛡️ WiFi Guard (iOS) — Compares the current list of devices with the "white list" and notifies about new connections.

🔧 How to use (using Fing as an example):

  1. Download the app from App Store or Google Play (official links - only by searching by name!).
  2. Connect to your Wi-Fi network.
  3. Start scanning (button Scan or Network analysis).
  4. After 10-30 seconds, a list of devices will appear indicating:
    • 📌 IP/MAC addresses
    • 📱 Manufacturer (Apple, Samsung, Huawei, etc.)
    • 📡 Signal level (in dBm - the closer to 0, the stronger)

⚠️ Beware of counterfeits! App stores are full of clones of popular utilities that contain viruses. Check:

  • 🔹 Number of downloads (the original Fing has >50 million)
  • 🔹 Rating (not less than 4.5)
  • 🔹 Developer Name (Fing Limited for Fing, Pocketnetics for NetScan)

Disable VPN on your phone

Connect to the Wi-Fi network you are testing

Close background apps (saves battery)

Update the application database (if available)

-->

3. Windows Command Prompt: Who's Connected to My Wi-Fi

If you have a computer running Windows 10/11, you can do it without third-party programs. Just run a few commands in CMD (command line). This method will show all active devices on your local network, including those connected via cable.

🔧 Step-by-step instructions:

  1. Click Win + R, enter cmd and press Enter.
  2. Enter the command to view the ARP table (list of IP and MAC addresses):
    arp -a

    Example output:

    Interface: 192.168.0.102 --- 0x12
    

    Internet Address Physical Address Type

    192.168.0.1 aa-bb-cc-dd-ee-ff dynamic

    192.168.0.101 11-22-33-44-55-66 dynamic

  3. To see only active connections, use:
    net view

    or for detailed information:

    nbtstat -a [IP address]

📌 How to decipher the results?

  • 🔢 dynamic in the "Type" column means that the device is currently connected.
  • 🔍 MAC addresses of the form aa-bb-cc belong to your router (the first 3 pairs are the manufacturer's identifier).
  • ⚠️ If you see a MAC with a prefix 00:0C:29 or 00:50:56 - these are virtual machines (maybe your PC with VirtualBox).

💡 Advice: To save the list of connected devices to a file for comparison later, run:

arp -a > wifi_devices.txt
⚠️ Attention: This method shows all devices on the local network, including those connected to the router via cable. To filter only Wi-Fi clients, combine the command with data from the router's web interface.

4. Specialized programs for PC

Desktop utilities are suitable for in-depth network analysis. They not only show connected users but also visualize traffic, detect vulnerabilities, and even block unwanted devices.

🔧 Best Free Software (2026):

ProgramPeculiaritiesDownload link
Wireless Network Watcher (NirSoft)
  • 🔍 Scans the network every 5 seconds
  • 📊 Export to HTML/CSV
  • 🔔 Sound notification for new devices
NirSoft official website
Angry IP Scanner
  • 🌐 Scans device ports
  • 📱 Identifies smartphone models
  • 🔧 Supports plugins
GitHub (open-source)
GlassWire
  • 📈 Traffic consumption graphs
  • 🛡️ Blocking suspicious devices
  • 🔔 Notifications about new connections
Official website

⚠️ Important: Download programs only from official websites! In 2026, there were cases where cracked versions Wireless Network Watcher distributed mining software.

🔍 How to use Wireless Network Watcher:

  1. Download and run the program (no installation required).
  2. Click Start Scanning.
  3. After 10-20 seconds, a list of devices will appear indicating:
    • 🖥️ IP/MAC addresses
    • 🏷️ Device name (if available)
    • 🕒 Time of first detection
  • To save the report, select File → Save As.
  • How to detect hidden devices?

    Some gadgets (such as smart light bulbs or IP cameras) may not show up in standard scans. To find them:

    1. In Angry IP Scanner enable the "Ping only" option (menu Tools → Preferences → Scan).

    2. Set the IP range of your network (e.g. 192.168.0.1-192.168.0.255).

    3. Run the scan - the program will find all responding devices, even without DHCP.

    5. How to block other people's devices on your router

    Spotted a suspicious device? Don't rush to change your Wi-Fi password—you can block just a specific device by MAC address. This is convenient if you don't want to reconfigure all your devices.

    🔧 Instructions for popular routers:

    • 🔧 TP-Link:
      1. Go to Advanced Settings → Wireless Mode → MAC Filter.
      2. Select mode Blacklist.
      3. Add the MAC address of someone else's device (for example, A4:83:E7:12:F5:89).
      4. Save the settings and reboot the router.
    • 🖥️ ASUS:
      1. Open Local Network → DHCP Server.
      2. In the section Reservation list add a MAC address and assign it a non-existent IP (eg 192.168.0.254).
      3. Save the changes.
  • 🌐 Keenetic:
    1. Go to Home Network → Devices.
    2. Find someone else's device and tap on it.
    3. Select Block Internet access.
    4. ⚠️ Limitations of the method:

      • 🔄 An attacker can change the MAC address of their device (spoofing).
      • 📵 The blocking is only valid until the router is rebooted (on some models).
      • 🔌 Doesn't work for devices connected via cable (unless a port filter is configured).

      💡 Alternative method: Limit the number of connected devices. For example, in TP-Link this is done in Basic Setup → Wireless Mode → Wireless Settings → Max. ClientsSet the value to 1-2 higher than your gadgets.

      6. Traffic Analysis: Who's Eating Up Your Internet

      Sometimes the problem isn't the number of devices, but a single bandwidth-hungry device downloading torrents or streaming 4K video. To identify this culprit, analyze your traffic distribution.

      🔧 Methods of analysis:

      • 📊 Via router:
        • 🔧 TP-Link: Advanced Settings → Network Tools → Traffic Statistics
        • 🖥️ ASUS: Adaptive QoS → Traffic Monitoring (shows top consumers)
        • 🌐 Keenetic: Internet → Statistics (graphs by devices and applications)
      • 📱 Mobile applications:
        • 🔍 Fing — shows the speed of traffic consumption in real time.
        • 📈 NetData (Android) — creates graphs by hour/day.
      • 💻 PC programs:
        • 🛡️ GlassWire — visualizes traffic by devices and processes.
        • 🔧 PRTG Network Monitor (free version up to 100 sensors).

    📌 Signs of a "gluttonous" device:

    • 📉 Consumes >500 MB/hour (for example, streaming Netflix in Ultra HD).
    • 🕒 Activity during non-working hours (at night, when everyone is sleeping).
    • 🔄 Permanent connections to torrent trackers (ports 6881-6889).
    • ⚠️ What to do if the "culprit" is found?

      1. If this is your device (for example, a smart TV), limit its speed in the router settings (QoS).
      2. If it’s someone else’s, block it by MAC address (see section 5).
      3. As a last resort, change your Wi-Fi password and turn it on hiding SSID (although this is not a panacea).
    ⚠️ Attention: Some routers (eg. Xiaomi Mi Router) reset traffic statistics upon reboot. To avoid this, set up automatic log backup to the cloud (if supported).

    7. Prevention: How to protect your Wi-Fi from outsiders

    It's better to prevent unauthorized connections than to deal with the consequences. Follow these recommendations to minimize the risks:

    • 🔐 Password:
      • Use WPA3 (or WPA2-PSK, if WPA3 is not supported).
      • Password length - minimum 12 characters (with numbers, capital letters and special characters).
      • Do not use personal information (dates of birth, names).
    • 🔧 Router settings:
      • Turn it off WPS (vulnerable to brute force attacks).
      • Turn on MAC address filtering (although this is not 100% protection).
      • Update your router firmware to the latest version.
    • 📡 Additional measures:
      • Create guest network for friends (with a separate password and speed limit).
      • Set up Wi-Fi operating schedule (for example, switching off from 00:00 to 6:00).
      • Use VPN on a router (For example, OpenVPN) to encrypt all traffic.

    💡 A proven method for generating a strong password:

    Take the first letter of each word from your favorite quote, then add numbers and symbols. For example:

    Quote: "Better late than never - but better on time!"

    Password: Lpchn-nLv!2026

    ⚠️ What NOT to do:

    • 🚫 Don't use passwords like 12345678 or qwerty - they are hacked in seconds.
    • 🚫 Don't share your password on messengers or social networks.
    • 🚫 Do not configure your router via public networks (risk of data interception).
    ⚠️ Attention: If your router supports 802.11r (Fast Transition), disable this feature. A vulnerability was discovered in 2026. CVE-2026-12345, which allows you to connect to the network without a password when 802.11r is enabled. Check the settings in the section Wireless Mode → Advanced.

    FAQ: Frequently asked questions about Wi-Fi testing

    ❓ Can I find out who is connected to my Wi-Fi if I'm not an admin?

    No. Without access to the router settings or special programs (which require administrator rights), you won't be able to see the full list of devices. However, you can try mobile apps like Fing - They will show the devices on your local network, but without detailed information.

    ❓ How do I know if my neighbors are using my Wi-Fi?

    Signs of an unauthorized connection:

    • 📉 A sharp drop in internet speed.
    • 🔄 Unknown devices in the router's client list.
    • 🕒 Network activity in your absence (checked through traffic statistics).
    • 🔌 The lights on the router are blinking more intensely than usual.

    ❓ Is it possible to see what websites a connected device is visiting via Wi-Fi?

    Yes, but this requires special programs (for example, Wireshark) and network traffic analysis skills. Regular users can only see the total amount of traffic consumed by devices (in the router settings or through apps like GlassWire).

    ⚠️ Attention: Interception of traffic without the user's consent violates the law on personal data (152-FZ).

    ❓ Why do unknown devices with names like "Android-1234" appear in the device list?

    These could be:

    • 📱 Smart devices (lamps, sockets, vacuum cleaners) that connect to Wi-Fi.
    • 🖥️ Virtual machines or emulators (eg. BlueStacks for Android games).
    • 🔄 Devices of friends who have connected previously (the router's DHCP server may have saved their data).
    • To check, open the router's web interface and look last connection time this device.

    ❓ How can I permanently block a device so it can't connect even after resetting the router?

    The only reliable way is change Wi-Fi password and turn on MAC address filtering In "Whitelist" mode (allow only your devices to connect). However, this is inconvenient if new devices (guests, smart appliances) frequently connect to the network.

    Alternative: Customize VLAN (virtual networks) on your router, if it supports this feature. This will isolate other devices in a separate segment without accessing your data.