How to remove a device from a Wi-Fi network: instructions for all routers

Have you noticed an unknown device in the list of connected gadgets? Or do you want to restrict internet access for a specific device? Removing a device from a Wi-Fi network is a simple but important procedure for router security and optimization. In this article, we'll cover all possible methods: from standard web interface settings to advanced methods via Telnet or mobile applications.

Regardless of the router model (TP-Link, ASUS, Keenetic, MikroTik), the principle of action is the same: you need to access the admin panel, find the list of connected clients, and manually block or delete the unwanted device. But there are some nuances: some routers only allow block MAC addressSome may even completely reset the connection session. We'll cover both options, as well as alternative methods for when access to the router is restricted.

Important: If you remove a device to restrict access, please note that an experienced user can reconnect by changing MAC address or using a different authentication protocol. For reliable protection, we recommend combining deletion with changing the Wi-Fi password or setting MAC filtering.

1. Removing a device via the router's web interface

The most universal method is to use the router's admin panel. This works for most models, including TP-Link Archer, ASUS RT-AX88U, Keenetic Giga And Zyxel KeeneticThe instructions may differ slightly depending on the firmware, but the general algorithm is the same.

To get started, you will need:

  • 🌐 IP address of the router (usually 192.168.0.1 or 192.168.1.1).
  • 🔑 Administrator login and password (often by default) admin/admin).
  • 📱 A device connected to the same network (PC, smartphone, tablet).

Next, follow the step-by-step instructions:

  1. Open your browser and enter your router's IP address in the address bar. For example: http://192.168.0.1. Click Enter.

  2. Enter your login and password. If you haven't changed them, try the standard combinations (admin/admin, admin/blank password). On some models Keenetic login can be keenetic.

  3. Find the section with connected devices. It's usually called:

    • 📡 Wireless → Client Statistics (TP-Link),
    • 🖥️ Local Area Network (LAN) → Client List (ASUS),
    • 🔗 My Network → Devices (Keenetic).

  • In the list, find the device you want to remove. Look for:

    • 🔤 Device name (if assigned),
    • 🔢 MAC address (unique identifier),
    • 📶 IP address (may change upon reconnection).
    • Click the button Delete, Block or Disconnect (depending on the model). On some routers (MikroTik) you need to manually add the MAC address to the blacklist.

    ☑️ What to do if you don't see the "Delete" button

    Completed: 0 / 4

    If the device reconnects after deletion, it means it retains its Wi-Fi settings. In this case, change the network password or configure MAC address filtering (more on this below).

    ⚠️ Attention: On routers with firmware OpenWRT or DD-WRT The path to the client list may vary. Look for the section Status → Wireless or use the command iw dev wlan0 station dump V SSH.

    2. MAC address blocking: a reliable way to restrict access

    Removing a device from the client list is a temporary measure. To block it permanently, add it MAC address Blacklist. This method works on all modern routers and prevents the device from connecting, even if it knows the password.

    How to find the MAC address of the device you want to block:

    • 📱 On Android: Settings → About phone → General information → Wi-Fi MAC address.
    • 🍎 On iPhone/iPad: Settings → Wi-Fi → (i) next to the network → MAC address.
    • 💻 On Windows: run the command ipconfig /all V CMD and find the line Physical address.
    • 🖥️ On MacOS: System Preferences → Network → Advanced → Ethernet/Wi-Fi.

    Now add the MAC address to the router's blacklist:

    Router brand Path to settings Action
    TP-Link Wireless Mode → MAC Filtering Select Ban, add MAC and save.
    ASUS Local Network → Route → MAC Filter Install Deny, enter MAC, apply.
    Keenetic Home Network → Devices → Access Rules Create a rule Block for the desired MAC.
    Zyxel Network → MAC Filter Add the address to the list Block.
    MikroTik Wireless → Security Profiles → MAC Filter Add MAC to the list Blacklist.

    If a device changes its MAC address (spoofing), blocking won't help. In this case, the only reliable solution is to change the Wi-Fi password or temporarily disable the network.

    📊 What router are you using?
    TP-Link
    ASUS
    Keenetic
    Zyxel
    MikroTik
    Another

    3. Removing a device via a mobile app

    Router manufacturers offer official apps for managing the network from a smartphone. This is convenient if you need to quickly remove a device without accessing the web interface. Let's look at some popular apps:

    • 📱 Tether (For TP-Link): allows you to see all connected devices and disconnect them with one tap.
    • 📱 ASUS Router: there is a section Clients, where you can block a device by MAC.
    • 📱 Keenetic: there is a tab in the application Devices with option Block.
    • 📱 Mi Wi-Fi (for routers Xiaomi): supports deleting devices and setting parental controls.

    Example for the application Tether:

    1. Open the app and connect to the router.
    2. Go to the section Devices or Clients.
    3. Find the desired device in the list and tap on it.
    4. Select Disable or Block.

    The advantage of mobile apps is convenience and speed. However, functionality may be limited compared to the web interface. For example, Tether can't be configured MAC filtering, but only turn off the device for a while.

    4. Command Line and Telnet: For Advanced Users

    If you have a router that supports SSH or Telnet (For example, MikroTik, Ubiquiti, or a router with firmware DD-WRT), you can remove the device via the command line. This method is suitable for automation or when the web interface is unavailable.

    Example for MikroTik:

    /interface wireless registration-table remove [find mac-address=00:1A:2B:3C:4D:5E]

    For DD-WRT:

    wl -i eth1 deauthenticate 00:1A:2B:3C:4D:5E

    To block a device permanently, add its MAC address to the blacklist:

    /interface wireless security-profiles add mac-filter=00:1A:2B:3C:4D:5E mac-filter-mode=blacklist

    ⚠️ Attention: Incorrect commands in Telnet/SSH may interfere with the router's operation. If you're unsure, use the web interface.

    How to connect to a router via SSH?

    1. Find out the router's IP (for example, 192.168.1.1).

    2. Enable SSH in the settings (usually in the "Administration" or "System" section).

    3. Use the program PuTTY (Windows) or command ssh admin@192.168.1.1 (Mac/Linux).

    4. Enter the administrator password.

    5. DHCP session reset: forced disconnect

    If the device does not turn off using standard methods, you can reset it DHCP sessionThis will cause the router to "forget" the connection, and the device will have to request a new IP address. This method works on most routers, but requires access to the settings. DHCP.

    Instructions:

    1. Log into your router's web interface.
    2. Find the section DHCP or Local Network → DHCP Server.
    3. View the list of issued IP addresses (DHCP Clients List).
    4. Find the IP of the device you want to disable.
    5. In some routers (ASUS, TP-Link) there is a button Release or Free next to IP. Click it.
    6. If there is no button, reboot the router - this will reset all DHCP sessions.

    This method doesn't permanently block the device, but it does forcefully disconnect it. To prevent reconnection, combine it with MAC address blocking or changing the Wi-Fi password.

    6. Additional security measures after removal

    Removing a device from the network is just the first step. To prevent future unauthorized access, follow these steps:

    • 🔒 Change your Wi-Fi password complex (minimum 12 characters, with numbers and special characters).
    • 🔄 Update your router firmware — vulnerabilities have been fixed in new versions.
    • 🛡️ Enable WPA3 (if supported) instead of the deprecated one WPA2-PSK.
    • 📵 Disable WPS - This protocol is vulnerable to brute force attacks.
    • 🕵️ Set up a guest network for low-trust devices (smart bulbs, cameras).

    It is also useful to include notifications about new connections. Some routers (ASUS, Keenetic) can send push messages to the mobile app when a new device connects to the network.

    7. Common problems and their solutions

    Removing devices from Wi-Fi can cause difficulties. Let's look at common situations and how to resolve them:

    Problem Possible cause Solution
    The device reappears after deletion. Automatic connection in the gadget settings Forget the network on your device or change the Wi-Fi password
    There is no "Delete" button in the web interface. Limited user rights or old firmware Log in as an administrator or update your router's firmware.
    The device is not visible in the client list. The device is connected via cable (LAN) or is disconnected Check the section LAN or reboot the router
    After blocking the MAC address, the device still connects. The device uses a random MAC (spoofing) Change your Wi-Fi password and turn it on MAC filtering in mode Allow only the specified ones

    If none of these methods help, the problem may be with the router itself. Try resetting it to factory settings (button Reset on the back panel) and set up from scratch.

    ⚠️ Attention: Router settings may vary depending on the firmware version. If you can't find the section you need, check the documentation for your model on the official website.

    FAQ: Answers to Frequently Asked Questions

    Is it possible to remove a device from Wi-Fi without going into the router settings?

    Yes, but with restrictions:

    • 📱 Via the manufacturer's mobile app (if it supports this function).
    • 💻 On Windows you can use the command netsh wlan disconnect, but this will only disable your device.
    • 🔌 Physically disconnect the router from the power supply (this will break all connections, but will not permanently block the device).

    For complete removal, you still need access to the router.

    How do I know who is connected to my Wi-Fi?

    There are several ways:

    • 🖥️ View the list of clients in the router's web interface (section Wireless or DHCP).
    • 📱 Use mobile apps like Fing or WiFi Analyzer (scan the network and show devices).
    • 🔍 In Windows run the command arp -a V CMD — will show IP and MAC addresses of devices on the local network.

    Pay attention to the unknowns vendors (manufacturers) in MAC addresses. For example, 00:1A:79 - This Samsung, 3C:5A:B4Google.

    What should I do if my device is blocked by the router?

    If you accidentally blocked yourself:

    1. Connect to the router via cable (LAN).
    2. Go to the web interface and remove your device from the blacklist.
    3. If there is no access, reset the router using the button Reset (hold for 10-15 seconds).

    If resetting doesn't help, check if it's turned on MAC filtering in mode Allow only the specified ones — add your MAC to the whitelist.

    Is it possible to remove a device from a neighbor's Wi-Fi?

    No, unless you have access to their router. Connecting to someone else's network without permission is illegal (Article 272 of the Russian Criminal Code - "Unauthorized access to computer information").

    If your neighbor is stealing your Wi-Fi:

    • 🔒 Change your password to a complex one.
    • 🛡️ Turn on WPA3 and turn it off WPS.
    • 📵 Hide network name (SSID) won't help - experienced users will find it through scanning.
    Why does the device reconnect after deletion?

    Possible reasons:

    • 🔄 Automatic connection to known networks is enabled on the device.
    • 🔄 The device uses a static IP (not via DHCP).
    • 🔄 The device's MAC address has changed (spoofing).
    • 🔄 The Wi-Fi password is saved in cloud services (for example, Google Wi-Fi on Android).

    Solutions:

    • 🔒 Change your Wi-Fi password.
    • 📵 Set up MAC filtering in mode Allow only the specified ones.
    • 🔄 Forget the network on the problematic device (Wi-Fi Settings → Forget this network).