askvity

How to Block a Device on WiFi?

Published in Networking 4 mins read

To block a device from your WiFi network, you typically use your router's settings and the device's MAC address. Here's a step-by-step guide:

1. Identify the Device's MAC Address:

  • The MAC (Media Access Control) address is a unique identifier for network devices. You can usually find it on the device itself (often on a sticker) or within the device's network settings. Common locations include:
    • Smartphones/Tablets: Settings > About Phone/Tablet > Status > Wi-Fi MAC address
    • Computers: Command Prompt (Windows: ipconfig /all) or Terminal (macOS/Linux: ifconfig)
    • Gaming Consoles/Smart TVs: Typically found in network settings.

2. Access Your Router's Configuration Page:

  • Open a web browser (e.g., Chrome, Firefox, Safari).
  • Enter your router's IP address in the address bar. Common router IP addresses are:
    • 192.168.1.1
    • 192.168.0.1
    • 192.168.2.1
    • If none of these work, you can find your router's IP address through your computer's network settings.
  • You will be prompted to enter your router's username and password. If you haven't changed them, check your router's documentation or the manufacturer's website for the default credentials. Common default credentials are:
    • Username: admin, Password: password
    • Username: admin, Password: (blank)
    • Username: admin, Password: admin

3. Locate MAC Address Filtering (or Similar) Settings:

  • Once logged in, navigate through your router's settings to find options like:
    • "MAC Filtering"
    • "Wireless MAC Filter"
    • "Access Control"
    • "Device Filtering"
    • The specific name and location vary depending on your router's manufacturer and model. Look for something related to controlling access based on MAC addresses.

4. Enable MAC Address Filtering:

  • If the feature is disabled by default, enable it. You may need to select an option like "Allow" or "Deny" list mode. "Deny" list mode blocks specified MAC addresses, while "Allow" list mode only allows specified MAC addresses to connect. For blocking a specific device, choose "Deny" or "Block."

5. Add the Device's MAC Address to the Block List:

  • Click on "Add Device," "Add Entry," or a similar button.
  • Enter the MAC address of the device you want to block in the designated field. Double-check that you've entered it correctly.
  • Give the entry a description if the router allows (e.g., "John's Phone").
  • Save the settings.

6. Test the Block:

  • The device with the blocked MAC address should now be disconnected from your WiFi.
  • Attempt to reconnect the device to confirm that it is blocked. It should either fail to connect, or receive a limited connection with no internet access.

Important Considerations:

  • Router Variations: Router interfaces differ widely. Consult your router's manual or the manufacturer's website for precise instructions specific to your model.
  • MAC Address Spoofing: Technically savvy users can sometimes change or "spoof" their device's MAC address. If a blocked device is still able to connect, it may be using a different MAC address. In that case, identify the new MAC address and block it as well.
  • Static vs. Dynamic IP Addresses: While MAC address filtering is effective, it works at a lower network layer than IP address filtering. While related, blocking by MAC address is more direct than relying on IP assignments.
  • Alternative: Pause Device Access Through Router App: Many modern routers have companion apps. These often allow you to see a list of connected devices and the option to temporarily "pause" access to the internet for specific devices. This is functionally similar to blocking and can be easier to manage through a user-friendly app interface.

By following these steps, you can effectively block a device from accessing your WiFi network.

Related Articles