Have you noticed that your router is sharing internet not only with your own devices but also with other devices? Or do you want to temporarily disable Wi-Fi to save power or limit network access? In this article, we'll look into it. All possible ways to block Wi-Fi distribution — from completely disabling the wireless network to selectively blocking individual devices. It's important to understand that methods vary depending on the router model, firmware, and even the provider, so we'll provide general recommendations based on popular brands: TP-Link, ASUS, Keenetic, MikroTik and others.
Before you begin setting up, make sure you have access to router admin panel. Usually, all you need to do is enter into your browser 192.168.0.1 or 192.168.1.1 and log in (default logins and passwords are listed on the device's sticker). If you've forgotten your login information, you'll need to reset the router to factory settings—we'll cover that below.
Please note: Some providers (eg. Rostelecom or Beeline) block access to advanced settings on rental routers. In this case, you'll need to contact support or use the alternative methods we'll discuss in the last section.
1. Completely disable the wireless network (Wi-Fi) in the admin panel
The most radical and reliable way is turn off the Wi-Fi module in the router settings. This will cause all devices to lose connection, but the wired internet (via LAN) will continue to work. The instructions are suitable for most modern routers, including TP-Link Archer, ASUS RT And Keenetic.
Algorithm of actions:
- 🔹 Open your browser and enter the router's IP address (usually
192.168.0.1or192.168.1.1). - 🔹 Enter your login and password (by default it is often
admin/admin). - 🔹 Go to the section
Wireless network(orWireless,Wi-Fi). - 🔹 Find the option
Enable wireless broadcasting(orEnable Wireless) And Uncheck the box. - 🔹 Save changes (button
SaveorApply).
On some routers (for example, Zyxel Keenetic) may require additional confirmation or a reboot. If the Wi-Fi indicator on the router remains lit after disconnecting, try physically reboot the device (remove the plug from the socket for 10 seconds).
☑️ Check for Wi-Fi disconnection
2. Disabling Wi-Fi on a schedule (timer)
If you need to prohibit Wi-Fi distribution only at certain times (for example, at night or during working hours), use the function schedulesThis is convenient for offices, schools, or families with children who need to restrict internet access during specific periods.
Example of setting up a router TP-Link:
- Log in to your admin panel and go to
Additional settings → Schedule. - Create a new rule by specifying the days of the week and the time interval (for example, with
23:00to07:00). - In the section
Wireless networkfind the optionWi-Fi scheduleand link it to the created rule. - Save the settings and reboot the router.
On routers ASUS a similar function is called Wireless Schedule, and in Keenetic — Access rulesIf your model doesn't support scheduling, you can use an alternative method: turn off Wi-Fi manually through a mobile app (For example, Tether for TP-Link or ASUS Router).
What to do if the schedule doesn't work?
Check that your router's time is synchronized with the NTP server. If the date and time are out of sync, the schedule will not work. Also, make sure "Guest Network" mode is not enabled in the settings—it may override restrictions.
3. Blocking individual devices by MAC address
If you need to restrict Wi-Fi access to only certain devices (for example, a neighbor's smartphone or a smart speaker), use MAC address filteringThis method allows you to create a "white" or "black" list of devices that are allowed or denied access.
Instructions for the router MikroTik:
- Come in
Wireless → Security Profiles. - Create a new profile and in the field
MAC Address Filterplease indicatedeny. - Add MAC addresses of blocked devices (eg.
00:1A:2B:3C:4D:5E). - Apply the profile to your Wi-Fi network.
On routers TP-Link the path will be different: Wireless Mode → MAC FilteringImportant: MAC addresses can be spoofed, so this method does not provide 100% protection, but it is effective against most home users.
To find out the MAC address of a suspicious device:
- 📱 On Android:
Settings → About phone → Status → Wi-Fi MAC address. - 🍎 On iPhone:
Settings → Wi-Fi → (i) next to the network. - 💻 On Windows: Run the command
ipconfig /allVCMD.
4. Hiding the network name (SSID) and disabling DHCP
A less radical but effective way is Hide your Wi-Fi network name (SSID) and disable automatic distribution of IP addresses (DHCP). This will not completely prohibit distribution, but will make it extremely difficult for outsiders to connect to the network.
How to hide the SSID on a router ASUS:
- Go to
Wireless Network → General. - Find the option
Hide SSID(orHide SSID) and turn it on. - Save the settings.
To disable DHCP:
- Come in
Local Network → DHCP Server. - Set the switch to position
Disable. - Apply the changes.
After this, your network will not be displayed in the list of available ones, and to connect you will need to enter the network name (SSID) and IP address manually. Disadvantage of the method: Advanced users can detect a hidden network using specialized programs (for example, NetStumbler or inSSIDer).
⚠️ Note: Hiding the SSID may cause connection issues with some devices (such as smart TVs or printers) that are not capable of working with hidden networks.
5. Resetting the router to factory settings (extreme case)
If you suspect your router has been hacked and you have lost access to the admin panel, the only reliable way to regain control is full resetThis will remove all user settings, including passwords, filtering rules, and schedules, but will also eliminate potential vulnerabilities.
How to reset a router:
- Find the button on the back of the router.
Reset(usually recessed into the body). - Take a paper clip or a toothpick and press and hold the button 10-15 seconds.
- Wait until the indicators on the router blink and it reboots.
After reset:
- 🔧 Reconfigure the router using the data from the sticker (default logins/passwords).
- 🔒 Be sure to change your admin panel password. complex (at least 12 characters, with numbers and special characters).
- 📡 Turn on
WPA3- encryption for Wi-Fi (if supported).
⚠️ Attention: On some routers (for example, Huawei HG8245) A reset may block access to advanced settings if the device is locked to a provider. In this case, flashing alternative firmware will be required.
6. Alternative methods: turning off the power and using third-party programs
If access to the router admin panel is limited (for example, the provider has blocked the settings), you can use by physical or software methods:
- 🔌 Power off by timer: Use a smart plug (eg. Xiaomi Smart Plug or TP-Link HS100) with a schedule so that the router turns off at the right time.
- 🖥️ Blocking via PC: On Windows, you can disable Wi-Fi sharing via
Network and Sharing Center → Change adapter settings → Disable(but this will only disable Wi-Fi on one device). - 📱 Mobile applications: Some routers (eg. Keenetic) allow you to manage Wi-Fi through the official application even without access to the web interface.
For advanced users there is an option Wi-Fi blocking at the firmware levelFor example, on routers with OpenWRT or DD-WRT You can disable the module hostapd, responsible for distributing Wi-Fi, via SSH:
ssh root@192.168.1.1/etc/init.d/hostapd stop
/etc/init.d/hostapd disable
⚠️ Warning: Incorrect SSH commands can damage your router. Only use this method if you are confident in your actions.
Comparison of Wi-Fi Disabling Methods
| Method | Complexity | Efficiency | Reversibility | Suitable for |
|---|---|---|---|---|
| Disabling in the admin panel | ⭐ | ⭐⭐⭐⭐⭐ | Yes | All routers |
| Schedule | ⭐⭐ | ⭐⭐⭐⭐ | Yes | Routers with timer support |
| MAC filtering | ⭐⭐⭐ | ⭐⭐⭐ | Yes | Blocking specific devices |
| Hiding SSID + Disabling DHCP | ⭐⭐ | ⭐⭐ | Yes | Reduced network visibility |
| Factory reset | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | No (requires reconfiguration) | Hacked or inaccessible routers |
If your router was provided by your ISP (for example, Rostelecom or MTS), before resetting or changing settings, check with support to ensure this won't block your internet connection. Some carriers link your device to your account and require reactivation after a reset.
FAQ: Frequently asked questions about disabling Wi-Fi sharing
Is it possible to turn off Wi-Fi without going into the router settings?
Yes, if there is a physical button on the router Wi-Fi On/Off (available on some models) ASUS And Netgear). You can also turn off the router's power via a smart plug or remove the cable from the port. WAN (but then the wired internet will also be disconnected).
Why does the network still work after disabling Wi-Fi in the admin panel?
Possible reasons:
- The router has double firmware (for example, the guest network remains on).
- The settings were not saved due to a failure (try rebooting the router).
- The provider remotely manages the router (relevant for rented equipment).
Check all sections of the admin panel for additional access points.
How to block Wi-Fi sharing only for certain websites?
To do this you need to configure parental control or DNS filtering:
- Find the section in the router admin panel
Parental controlorFirewall. - Add domains (eg.
vk.com,youtube.com) to the blacklist. - Apply rules to all devices or selectively (by MAC address).
On routers Keenetic this is done through Access Rules → Content Filtering.
What should I do if my neighbor hacked my Wi-Fi and is sharing it?
Urgent steps:
- Reset the router to factory settings (using the button)
Reset). - Change the network name (
SSID) and a complex password (for example,WPA3-PSKwith 16+ characters). - Enable MAC address filtering for your devices.
- Check your router for unknown rules.
Port ForwardingorDMZ.
If the problem persists, consider purchasing a new router with support. WPA3 And guest network.
Is it possible to turn off Wi-Fi remotely if I'm not at home?
Yes, if:
- Do you have access to the admin panel via the Internet (on some routers this option is enabled
Remote control). - You are using mobile application from the router manufacturer (for example, TP-Link Tether or ASUS Router).
- The router is connected to cloud service (For example, Keenetic Cloud).
For security reasons, do not leave remote access enabled permanently!