Want to save energy, protect children from late-night internet use, or simply limit network access during certain hours? Scheduling Wi-Fi shutdown solves these problems without manual intervention. This approach not only reduces the load on the router, but also improves home network security, preventing unauthorized connections in your absence.
In this article, we'll cover all the current methods for setting up automatic Wi-Fi shutdown—from built-in router features to third-party Windows programs. You'll learn how to set up a timer on popular models. TP-Link, ASUS, Keenetic And MikroTik, as well as what nuances are important to consider to avoid failures. For those who prefer software solutions, we provide instructions for utilities like NetBalancer or Windows Task Scheduler.
We will pay special attention to hidden router firmware settings that manufacturers rarely advertise, but which allow flexible scheduling without loss of functionalityFor example, some models support multiple time profiles for different days of the week—useful for offices or families with irregular schedules.
Why is it worth turning off Wi-Fi on a schedule?
At first glance, keeping your router running constantly seems harmless, but in practice it leads to several problems:
- 🔌 Increased energy consumptionEven in standby mode, a router consumes 5–15 W/hour. Over a year, this translates to 40–140 kWh—the equivalent of running a refrigerator at maximum power for a month.
- 🛡️ Security vulnerabilitiesAt night, when everyone is asleep, attackers are more likely to scan networks for weak passwords or firmware vulnerabilities.
- 👨👧👦 Access control for childrenAccording to research, 68% of teenagers admit to using the internet after 11:00 pm, which negatively impacts sleep and academic performance.
- 📶 Reducing interferenceIn apartment buildings, turning off Wi-Fi for 6-8 hours a day reduces airtime congestion, improving speed for your neighbors (and yours during the day).
In addition, regular reboots of the router (which occur when the power is turned off/on) extend the life of the deviceOverheating of microchips is one of the main causes of failure in budget models, and a night's rest helps prevent this.
Method 1: Built-in router functions (for example, TP-Link, ASUS, Keenetic)
Most modern routers have a built-in option Parental Control or Wi-Fi Schedule, which allows you to set a network schedule. Let's look at how to set it up on three popular brands.
TP-Link (firmware TP-Link Archer/Deco)
Interface TP-Link It's intuitive, but the path to the schedule settings may differ depending on the model:
- Open the router's web interface at
192.168.0.1or192.168.1.1(default logins:admin/adminor see the sticker on the device). - Go to the section
Advanced settings → Wireless → Wireless schedule. - Activate the option
Enable scheduleand adjust the time intervals by dragging the sliders on the timeline. - Apply the settings with the button
Save.
What to do if there is no "Schedule" item?
On older models TP-Link (For example, TL-WR740N) the schedule function may be missing. In this case, use Parental Control feature: add a rule for MAC addresses your device (or IP range) with a time limit. Path: Advanced Settings → Access Control → Rules.
ASUS (firmware Asuswrt)
Routers ASUS offer more flexible settings, including the ability to create multiple schedule profiles:
- Login to the control panel by
router.asus.com. - Go to
Wireless Network → Wireless Network Schedule. - Select the days of the week and specify the shutdown intervals (for example, from 11:00 PM to 7:00 AM).
- To save, click
Apply.
Important: On some models (RT-AC68U, RT-AX88U) there is an option Turn on the radio on a schedule — it turns off not only Wi-Fi, but also wireless broadcasting itself, which saves up to 30% of energy.
Keenetic (firmware NDMS)
Keenetic stands out for its user-friendly interface and support multiple SSIDs with individual schedules:
- Log in to the web configurator
my.keenetic.net. - Select
Home Network → Wi-Fi Hotspot → Schedule. - Set the operating time for each network (2.4 GHz and 5 GHz can be controlled separately).
- Save the changes.
Make sure the router time is synchronized with the NTP server|Check that the schedule does not conflict with other rules (for example, a guest network)|Save a backup copy of the configuration (Administration → Configuration → Save)|Reboot your router to apply the changes
-->
⚠️ Attention: On routers with firmware from providers (for example, Rostelecom or Beeline) built-in scheduling features may be disabled. In this case, use alternative methods (see section 3).
Method 2: Disabling Wi-Fi via Telnet/SSH (for advanced users)
If your router does not support a graphical interface for scheduling, but has access via Telnet or SSH, you can write a script to automatically disable Wi-Fi. This method is suitable for MikroTik, Ubiquiti and routers with firmware DD-WRT/OpenWRT.
Example script for MikroTik RouterOS:
/system scheduler add name=WiFi_Off start-time=23:00:00 interval=1d on-event="interface wireless disable wlan1"
/system scheduler add name=WiFi_On start-time=07:00:00 interval=1d on-event="interface wireless enable wlan1"
For DD-WRT use Cron:
0 23 * wifi down
0 7 * wifi up
Advantages of the method:
- 🔧 Flexibility: you can set complex conditions (for example, turning off Wi-Fi only on weekdays).
- 📊 Logging: all actions are recorded in the system log.
- 🔄 Automation: scripts run independently of the web interface.
⚠️ Attention: An incorrectly written script can completely disable access to the routerBefore using, check the syntax in an emulator or on a test device. Also, make sure you have physical access to the router (in case you need to reset it via the reset button). Reset).
Method 3: Disabling Wi-Fi on Windows using software
If you can't set a schedule on your router, you can disable Wi-Fi directly from your computer. Built-in tools are available for this. Windows or third-party utilities.
Method 1: Task Scheduler (without third-party software)
IN Windows 10/11 there is a built-in Task Scheduler, which can manage network adapters:
- Click
Win + R, entertaskschd.mscand pressEnter. - Select
Create a task→ Enter a name (e.g.WiFi_Off). - On the tab
TriggersAdd a new rule with the desired time. - On the tab
ActionsselectLaunching the programand indicate:C:\Windows\System32\netsh.exeArguments:
interface set interface"Wi-Fi" admin=disable - Repeat the steps for the task
WiFi_On, replacingdisableonenable.
Method 2: Utility NetBalancer
NetBalancer Allows you to not only turn off Wi-Fi, but also limit the speed according to a schedule:
- Download and install NetBalancer from the official website.
- In the main window, select your Wi-Fi adapter.
- Click
Rules → Add New Rule. - Set a limit
Blockand set up a schedule.
| Method | Pros | Cons | Complexity |
|---|---|---|---|
Task Scheduler |
No software installation required, works on all versions of Windows | You need to enter commands manually | Average |
| NetBalancer | Flexible settings, you can limit the speed | Paid license for full functionality | Low |
| Script on PowerShell | Maximum automation, logging | Knowledge of programming is required | High |
Method 4: Using smart plugs with a timer
If your router does not support software shutdown, you can physically power it off using smart socket (For example, Xiaomi Mi Smart Plug, TP-Link HS105 or Sonoff). This method is universal and works with any equipment.
Configuration algorithm:
- Connect the outlet to the network and sync it with the manufacturer's app (Mi Home, Kasa or eWeLink).
- In the socket settings, find the section
TimerorSchedule. - Add a rule for turning off (for example, 23:00) and turning on (7:00).
- Connect the router to the smart plug.
Advantages:
- 🔌 Works with any router, even the oldest ones.
- 📱 Control via a mobile app (you can turn on Wi-Fi remotely).
- 💡 Additional functions: energy consumption monitoring, voice control (Alice, Google Assistant).
Flaws:
- ⚡ The router will shut down completely, which will interrupt the operation of all connected devices (IP cameras, smart speakers).
- 🕒 After turning on, the router will take 1-2 minutes to boot up.
⚠️ Attention: If you have configured DHCP server On the router, when it is turned off, devices on the network may lose their IP addresses. To avoid problems, set static IP addresses for critical devices (for example, NAS or IP cameras).
Method 5: Alternative solutions for offices and large networks
In a corporate environment or at home with a large number of devices (10+), simple methods may not be suitable. Let's consider professional tools:
Unifi Controller (for networks Ubiquiti)
If you have equipment Ubiquiti (Unifi AP, USG), use Unifi Controller:
- Open the controller's web interface.
- Go to
Settings → Wireless Networks. - Select the desired network and activate it
Schedule. - Set up time intervals.
Pfsense (for advanced users)
Pfsense — is a software router that allows you to create complex access rules:
- Install Pfsense to a separate device (or virtual machine).
- Go to
Services → Captive Portal. - Set up
Scheduleto restrict access.
Common mistakes and their solutions
Users often encounter serious issues when setting up automatic Wi-Fi shutdown. Let's look at the most common ones:
- ⏰ The schedule is not working: Make sure your router is set to the correct time and that synchronization is enabled.
NTP. On some models (Zyxel Keenetic) you need to manually specify the time zone. - 🔄 Wi-Fi turns off but won't turn back on: Check if there are any conflicting rules (for example, if in
Parental Control(A limitation is also set). Disable all additional filters. - 📡 The network disappears on all devices except one.: This device may have enabled
Modem modeor it's connected via cable. Check the settings.MAC filtering. - 🔌 The router does not turn on after turning off the smart plug.This is a sign of hardware failure. Try connecting the router directly to the network without a power outlet. If the problem persists, repairs are required.
If none of the methods worked, check:
- 🔧 Update your router firmware to the latest version (instructions on the manufacturer's website).
- 📋 Reset your router to factory settings (
Reset) and set up the schedule again. - 💻 Check if your antivirus or Windows Firewall is blocking access to network settings.
FAQ: Answers to frequently asked questions
Is it possible to disable Wi-Fi on a schedule on a router from a provider (for example, Rostelecom)?
On most routers from providers (Sagemcom, Sercomm) Built-in scheduling features are disabled. Solutions:
- Use smart socket (see Method 4).
- Try it alternative firmware (For example, OpenWRT, if the router is supported).
- Contact your provider's support team and ask them to unlock the settings (this sometimes helps).
Will the cable internet work if Wi-Fi is disabled according to the schedule?
Yes, wired connection (Ethernet) will remain active. Only the wireless network (2.4 GHz and/or 5 GHz) is disabled. This is convenient if you need to maintain internet access for a desktop PC or NAS.
How to schedule Wi-Fi shutdown on MacOS?
On MacOS you can use:
- Automator (
Automator): create a script with the command:networksetup -setairportpower en0 off(replace
en0to your adapter, you can find out its name with the commandnetworksetup -listallhardwareports). - LaunchControl: management utility
launchd(analogueTask Schedulerin Windows).
Is it possible to set different schedules for 2.4 GHz and 5 GHz?
Yes, but only on routers with separate settings for each range. For example:
- ASUS: in the section
Wireless networkselect2.4GHzor5GHzand set up the schedule separately. - Keenetic: supports individual schedules for each
SSID(including guest networks). - TP-Link: usually controls both ranges simultaneously (except for models with firmware DD-WRT).
What should I do if my Wi-Fi router doesn't turn on after disconnecting?
Possible causes and solutions:
- Firmware failure: try it hard reset (press and hold the button
Resetfor 10–15 seconds). - Nutritional problems: check the power supply (the voltage must match that indicated on the router sticker).
- Overheat: Unplug your router from the network for 30 minutes, then try turning it on again.
If the router does not respond, contact the service center. In 80% of cases, the malfunction is associated with the failure of capacitors on the board due to prolonged operation without interruption..