Want to temporarily disable Wi-Fi on your network until the next day, but don't know how to do it correctly? Perhaps you need to limit internet access overnight, perform maintenance, or simply provide a digital detox for your family. Unlike completely powering off your router, temporarily disabling Wi-Fi allows you to save all settings and automatically restore network operation at a specified time.
In this article, we'll cover all possible methods in detail: from manually disabling via the web interface to setting up an automatic schedule. You'll learn how to do this on popular router models (TP-Link, ASUS, Keenetic, MikroTik), as well as using providers' mobile apps. We'll pay special attention to nuances that can help avoid mistakes—for example, why Wi-Fi sometimes doesn't turn off according to the timer or how to verify that the shutdown worked.
If you urgently need to restrict network access but don't want to mess with your router settings, there are alternative solutions—for example, disabling Wi-Fi on individual devices using parental controls. We've arranged all the methods from simplest to most complex, so you can choose the best option for your needs.
1. Disabling Wi-Fi via the router's web interface (universal method)
The most reliable method is to go to the router's control panel and manually disable the wireless network. This method works on any models, regardless of manufacturer, but requires access to settings. If you've never accessed the web interface before, don't worry: the process takes no more than 2-3 minutes.
First, connect to the router via cable (LAN) or via Wi-Fi (if the network is still active). Then:
- Open your browser and type in the address bar
192.168.0.1or192.168.1.1(the exact address is indicated on the router sticker). - Enter your login and password (by default it is often
admin/adminoradmin/empty password). - Find the section
Wireless(orWireless network,Wi-Fi). - Uncheck the box
Enable Wireless(orTurn on wireless network). - Save settings (
SaveorApply).
After this, Wi-Fi will be disabled for all devices, but the router will continue to operate (for example, by distributing internet via cable). To re-enable the network, repeat the steps and check the box again.
Make sure the router is powered on|Remember or take a photo of your current Wi-Fi settings|Check that there are no important firmware updates|Disable the guest network (if not needed)
-->
⚠️ Attention: On some routers (Zyxel Keenetic, Tenda) After disabling Wi-Fi, the binding of devices by MAC addresses may be reset. If you have configured white list, write down the MAC addresses in advance.
2. Set up a Wi-Fi schedule: Automatically turn off until tomorrow
If you need Wi-Fi to turn off and on automatically (for example, from 11:00 PM to 8:00 AM), use the function schedules (or Wi-Fi Schedule). This method eliminates the need to manually enter settings each time.
Instructions for popular routers:
- 🔄 TP-Link: Go to
Advanced settings → Wireless → Wi-Fi schedule. Specify the shutdown time (for example,23:00) and inclusions (08:00). - 🕒 ASUS: In the section
Wireless Network → ProfessionalfindWireless network timerActivate it and set the interval. - ⏰ Keenetic: Open
Home Network → Wi-Fi → ScheduleAdd a rule specifying days of the week and time.
On routers MikroTik And Ubiquiti The schedule is configured via System → Scheduler Using commands. For example, to turn off Wi-Fi at 11:00 PM:
/interface wireless set [find default-name=wlan1] disabled=yes
/system scheduler add name=WiFiOff start-time=23:00:00 interval=1d on-event=":delay 1s; /interface wireless set [find default-name=wlan1] disabled=yes"
⚠️ Attention: If you have a dual-band router (2.4 GHz + 5 GHz), set up a schedule separately for each networkOtherwise, one of the networks may remain active.
3. Disabling Wi-Fi via the provider's mobile app
Many modern routers support management via manufacturer or provider apps. This is convenient if you want to disable Wi-Fi remotely (for example, from work) or don't have access to the web interface.
Popular applications and their features:
| Application | Supported routers | Wi-Fi disable function |
|---|---|---|
| TP-Link Tether | TP-Link Archer, Deco | Chapter Wi-Fi → Switch or Schedule |
| ASUS Router | ASUS RT-AX, GT-AX | Network Management → Wi-Fi Timer |
| Keenetic | All models Keenetic | Wi-Fi → Schedule or manual shutdown |
| MTS Wi-Fi, Beeline Dom | Routers from providers | Time limit in section Parental control |
Example for TP-Link Tether:
- Open the app and connect to the router.
- Go to
Settings → Wireless. - Click the switch
Wi-Fito deactivate the network. - To turn on/off automatically, use
Schedule.
4. Alternative methods: parental controls and MAC filtering
If you need to turn off Wi-Fi not for everyone, but only for individual devices (for example, for children at night), use parental control or MAC address filteringThese methods allow for flexible access control without completely shutting down the network.
Parental control (for example TP-Link):
- Go to the router's web interface.
- Go to
Additional settings → Parental controls. - Add a device by MAC address or IP.
- Set up a blocking schedule (for example, with
22:00 to 07:00).
MAC filtering (for example ASUS):
- In the section
Wireless Network → MAC Filterselect modeAllow only specified. - Add MAC addresses of devices that are allowed access to the list.
- Set a schedule or turn off the network manually.
How to find out the MAC address of a device?
On Windows: open command prompt and type ipconfig /all — The MAC address is specified in the line Physical address.
On Android: go to Settings → About phone → General information → Wi-Fi MAC address.
On iPhone: Settings → Wi-Fi → (i) next to the network → MAC address.
⚠️ Attention: MAC filtering isn't the most reliable method of restricting access. Experienced users can spoof their device's MAC address and bypass the block.
5. Disabling Wi-Fi at the provider level (if the router is rented)
If your router is provided by your ISP (for example, Rostelecom, MTS, Beeline), some functions may be blocked. In this case, you can turn off Wi-Fi until tomorrow via provider's personal account or by calling technical support.
Instructions for popular providers:
- 📡 Rostelecom: Go to personal account, select a section
Services → Internetand find the optionWi-Fi ManagementHere you can temporarily deactivate the network. - 📱 MTS: In the appendix My MTS go to
Internet → Router Settings → Wi-FiManual shutdown and scheduling are available. - 🔌 Beeline: In your personal account or application My Beeline find the section
Home Internet → Router Management.
If you don't have this option in your account, call support and ask them to temporarily disable Wi-Fi on your router. Specify that you want the settings saved and the network turned on automatically after 24 hours. Your operator can do this remotely.
⚠️ Attention: Some providers (eg. Dom.ruDisabling Wi-Fi through your personal account will completely reset your router. Before doing this, export your configuration or write down your connection settings.
6. Checking the result and troubleshooting
After disabling Wi-Fi, it's important to verify that the network is truly disabled. Here's what to check:
- 🔍 Indicators on the router: Bulb
Wi-Fi(usually green or blue) should go out or flash differently. - 📱 Connected devices: Try connecting to the network from your phone or laptop - you should see an error
Unable to connect. - 🖥️ Web interface: Go to your router settings and make sure the Wi-Fi status is -
Disabled.
If Wi-Fi does not turn off, possible reasons:
- ❌ Settings were not saved (try rebooting the router).
- ❌ The guest network is working (disable it separately).
- ❌ Mode is enabled
WPS(it can automatically activate Wi-Fi). - ❌ The router has a firmware bug (update the firmware).
If you used a schedule, but Wi-Fi didn't turn off at the set time, check the time zone in your router settings. On some models (TP-Link Archer C6, ASUS RT-AC66U) by default, the time is set to GMT, not local time.
FAQ: Frequently asked questions about the Wi-Fi shutdown until tomorrow
Is it possible to disable Wi-Fi on a router without accessing the web interface?
Yes, if you have physical access to the router. Most models have a button. Wi-Fi On/Off (sometimes combined with WPS). Press and hold it for 3-5 seconds to turn off the wireless network. To turn it back on, repeat the action.
If there is no button, you can remove the antennas (on removable models), but this does not guarantee a complete shutdown - the signal may continue to be transmitted at low power.
Why doesn't Wi-Fi turn back on after I turn it off using a schedule?
There are several reasons:
- The router was rebooted (schedule settings were reset).
- The time on the router is out of sync (synchronize with the NTP server).
- The router firmware does not support scheduling (update the firmware).
- Conflict with other functions (eg.
Guest networkorParental control).
Try turning on Wi-Fi manually and setting up the schedule again.
How do I turn off Wi-Fi for specific devices only, not all?
Use parental control or MAC address filtering (See Section 4). An alternative option is to create guest network with a separate password and disable only it.
On routers ASUS And Keenetic You can link devices to a schedule: for example, block access to a child's smartphone from 10:00 PM to 7:00 AM without affecting other gadgets.
Will the router consume electricity if Wi-Fi is turned off?
Yes, the router will still consume electricity, but less. With Wi-Fi disabled, consumption is reduced by 20–30% (depending on the model). If saving is important to you, it's best to completely unplug the router or use a power bank. smart socket with a timer.
Please note that if the router is turned off, other functions will not work (for example, IP telephony or cable connection).
Is it possible to disable Wi-Fi on a router using the command line?
Yes, if your router supports it. Telnet or SSHFor example, for MikroTik or routers with OpenWRT firmware You can use the commands:
/interface wireless disable [find default-name=wlan1]
To automatically turn on after 24 hours, add a task to Scheduler:
/system scheduler add name=WiFiOn start-time=now+1d interval=1d on-event="/interface wireless enable [find default-name=wlan1]"
On most consumer routers (TP-Link, D-Link) access by Telnet/SSH disabled by default.