Disable Wi-Fi on your router via your smartphone Android It can be done in 2-3 minutes if you know the correct sequence of actions. This procedure is useful when you need to temporarily disable internet sharing (for example, overnight), save energy, or restrict network access for other devices. Unlike a computer, where router settings are accessed through a browser, on a phone there are some nuances: entering the address correctly 192.168.x.x before working with the mobile version of the web interface.
It is important to understand that the process differs depending on router models (TP-Link, ASUS, Keenetic, Zyxel and firmware versions. In some cases, manufacturers simplify the interface for mobile devices, hiding some features. We'll look at universal methods that work on 90% of modern routers, and also address common errors that can prevent Wi-Fi from disconnecting.
Preparation: What you need to know before disabling Wi-Fi
Before you begin, make sure your phone is connected to the same router you're setting up. This is a must—no local network connection required.LAN) you won't be able to access the admin panels. If Wi-Fi is already disabled on the device, connect via Ethernet adapter (for phones with support USB OTG) or use another device as a "bridge".
Also check the following points:
- 📶 Router IP address: usually it is
192.168.0.1,192.168.1.1or192.168.8.1The exact address can be found on the sticker on the back of the device or in the instructions. - 🔑 Login and password to enter settings. By default, this is often
admin/admin, but if you have changed them, use the current data. - 📱 Browser on your phone: better to use Chrome, Firefox or Samsung InternetSome "lightweight" browsers (for example, Opera Mini) may not display the router interface correctly.
⚠️ Attention: If you have previously changed your network settings (for example, disabledDHCPor assigned a staticIP), access to the router may be blocked. In this case, reset the device to factory settings using the buttonReset(hold for 10-15 seconds).
If you are unsure of your router model, find it on the label underneath the device or in the manufacturer's mobile app (e.g. TP-Link Tether or ASUS Router). On routers with dual-band Wi-Fi (2.4 GHz + 5 GHz), disabling the network may require separate actions for each band.
Method 1: Disabling Wi-Fi via the router's web interface
This is a universal method that works on most routers, regardless of brand. The instructions are suitable for TP-Link, D-Link, Mercusys, Tenda and other popular models. Follow the steps:
- Open your browser on your phone and enter in the address bar
Router IP address(For example,192.168.0.1). ClickEnter. - Log in in the system by entering your login and password (by default, see the router sticker).
- Find the Wi-Fi settings sectionDepending on the model, the path may differ:
- 🔄 TP-Link:
Basic Settings → Wireless - 🔄 ASUS:
Wireless Network → General - 🔄 Keenetic:
Wi-Fi → Hotspot
- 🔄 TP-Link:
Enable wireless broadcasting, Enable Wireless or Wi-Fi Radio. Move it into position Off (Off).Apply, Save or OK (usually at the bottom of the page).After applying the changes, Wi-Fi will be disabled for all devices, including your phone. To reconnect to the router, use a cable or re-enable Wi-Fi through the web interface from another device.
Check your router's IP address|Connect to the correct network|Remember your login/password|Open your browser in "For a computer" mode (if available)|Save your settings before exiting-->
Method 2: Using the manufacturer's mobile app
Many brands offer official apps for managing routers from a smartphone. This is more convenient than a web interface, especially on smaller screens. Let's look at the process using popular apps as an example:
| Application | Supported routers | How to disable Wi-Fi |
|---|---|---|
| TP-Link Tether | TP-Link Archer, TL-WR, Deco | Home → Wi-Fi → Network Switch |
| ASUS Router | ASUS RT-AX, RT-AC, ZenWiFi | Devices → Wireless → On/Off |
| Keenetic | Keenetic Giga, Hero, Viva | Wi-Fi → Access Point → Status |
| Zyxel Network | Zyxel Keenetic, NBG | Settings → Wi-Fi → General |
The advantages of this method:
- ⚡ Quick access to settings without typing
IP addresses. - 📊 User-friendly interface adapted for touch screens.
- 🔔 Ability to turn Wi-Fi on/off according to a schedule (in some applications).
However, there are also some downsides: not all router models are supported, and some applications have limited functionality compared to the web version. For example, in TP-Link Tether there may be no disable option 5 GHz separately from 2.4 GHz.
Via the web interface on your phone|Via the mobile app|From your computer|I've never set it up myself-->
Method 3: Disabling Wi-Fi via Telnet/SSH (for advanced users)
This method is suitable for advanced users who want to manage the router through command lineIt works on firmware with support Telnet or SSH (for example, on routers with OpenWRT or DD-WRT). For Android, you will need a terminal application, for example Termux or JuiceSSH.
Instructions:
- Install the app on your phone for
SSH-connections (for example, Termux). - Connect to the router via
SSH:ssh admin@192.168.1.1(replace
adminAnd192.168.1.1on your data). - Enter your password when prompted.
- Run the command to disable Wi-Fi (example for OpenWRT):
uci set wireless.@wifi-device[0].disabled=1uci commit
wifi down - To turn Wi-Fi back on, use:
uci set wireless.@wifi-device[0].disabled=0uci commit
wifi up
⚠️ Warning: Incorrect commands in Telnet/SSH may cause your router to malfunction. If you're unsure, use the web interface or mobile app.
This method is useful for automation (for example, turning off Wi-Fi on a schedule via cron) or when the web interface is unavailable. However, it requires knowledge of commands and access rights to the router.
What to do if the router does not support SSH?
If your router doesn't have built-in SSH support, you can try enabling it through the web interface (under "System Tools" or "Administration"). On some models (for example, ASUS) This is done by enabling "JFFS" mode or installing alternative firmware. Be careful: incorrect actions can brick the device (loss of functionality).
Common mistakes and how to avoid them
Users often encounter problems when disabling Wi-Fi on their phones. Here are the most common ones and their solutions:
- 🚫 The router page won't open.:
Please check if you entered it correctly.
IP addressTry connecting using a different browser or clearing the cache. If the router is unresponsive, reboot it (unplug it from the outlet for 30 seconds). - 🔄 After disabling Wi-Fi, I can't access settings again.:
Connect to the router via Ethernet cable (use
USB OTG adapterfor your phone) or turn Wi-Fi back on from another device. - 🔒 I forgot my router password.:
Reset settings with the button
Reset(hold for 10-15 seconds). After reset, use the default data (usuallyadmin/admin). - 📶 Only 2.4 GHz turned off, but 5 GHz continues to work.:
In your router settings, find separate switches for each band. On some models (ASUS RT-AX88U, TP-Link Archer C6) they are located in different tabs.
If after disabling Wi-Fi the internet is lost on all devices, check whether you accidentally disabled it WAN port (Internet cable). Some routers have the option Enable Internet located next to the Wi-Fi settings.
How to turn off Wi-Fi on a schedule (timer)
Many routers support the function scheduled Wi-Fi shutdownsThis is convenient if you want to automatically turn off the network at night or during certain hours. Let's look at how to do this:
For example TP-Link:
- Go to the router's web interface (
192.168.0.1). - Go to
Advanced settings → Wireless → Wi-Fi schedule. - Activate the option
Enable schedule. - Specify the days of the week and time intervals when Wi-Fi should be disabled (for example, from
23:00to7:00). - Save the settings.
On ASUS:
- Open the section
Wireless Network → Schedule. - Select
Add a ruleand specify the turn-on/turn-off time. - Apply the changes.
If your router does not support scheduling, use smart sockets with a timer (for example, Xiaomi Smart Plug or TP-Link Kasa). Connect the router to such a socket and set it to automatically turn off the power at the desired time.
Security: What to do after Wi-Fi goes down
Disabling Wi-Fi is not only a way to save energy but also a security measure. However, after doing this, it's worth taking a few additional steps:
- 🔐 Check connected devices: In the router's web interface, find the section
DHCP clientsorConnected devicesMake sure there are no unknown devices connected to the network. - 🔄 Update the firmware: If Wi-Fi is disabled for maintenance, check the firmware update in the section
System Tools → Software Update. - 📡 Set up a guest network: If you need to leave internet access for guests but restrict the main network, enable
Guest Wi-Fiwith a separate password.
If you've disabled Wi-Fi because you suspect it's been hacked, change:
- Password from
Wi-Fi(in the sectionWireless network). - Password to enter the router settings (
Administration → Password). - Network Name (
SSID), if it contains personal information.
⚠️ Caution: If your Wi-Fi router starts overheating or making unusual noises (such as buzzing) after disconnecting, unplug it immediately. This may indicate a hardware problem.
FAQ: Frequently asked questions about disabling Wi-Fi on Android
Is it possible to disable Wi-Fi on a router if I don't know the password?
Yes, but to do this you need to reset the router to factory settings using the button Reset (hold for 10-15 seconds). After reset, use the standard login/password (admin/admin (or see the sticker). Please note that resetting will delete all settings, including Wi-Fi passwords and port forwarding.
Why did I lose internet access on all my devices after disabling Wi-Fi in my router settings?
Most likely, you turned off not only Wi-Fi, but also WAN port (Internet connection). Check the section Network → WAN and make sure the option is Enable WAN active. It's also possible that the router requires a reboot after the changes.
How do I disable Wi-Fi on a router from my provider (Rostelecom, Beeline, MTS)?
Routers from providers (for example, Sagemcom, Sercomm) often have a limited interface. Try:
- Login via
192.168.0.1or192.168.1.1(login/password is usually on a sticker). - Find a section
Wi-FiorWireless network. - If there is no disable option, contact your provider's support team—some routers block changes to settings.
Is it possible to turn off Wi-Fi remotely if I'm not at home?
Yes, if your router supports it. cloud management (For example, TP-Link Cloud, ASUS AiCloud). To do this:
- Install the manufacturer's official application.
- Register an account and link your router to it.
- Disable Wi-Fi in the remote control section of the app.
If there is no such function, use TeamViewer or AnyDesk to connect to a home PC that is connected to the same network.
What should I do if my router stops responding after disconnecting Wi-Fi?
Possible causes and solutions:
- 🔌 The router froze: Turn off the power for 30 seconds, then turn it on again.
- 🔧 Firmware failure: If the router does not boot, try restoring the firmware via
TFTP(instructions are available on the manufacturer’s website). - 📡 IP conflict: Check if the router address has changed (for example, from
192.168.0.1on192.168.1.1).
If nothing helps, contact support, specifying your router model and describing the problem.