Have you ever wondered how Disable Wi-Fi remotely on your smartphone without touching it? Situations can vary: your phone is lost in another room, but its internet connection is hogging up data, your child won't log out of online games, or you need to urgently stop downloading files to save mobile data. In this article, we'll look at all working methods turning off Wi-Fi on Android And iPhone via computer - from standard tools to advanced technical solutions.
Many users mistakenly believe that this requires root access or specialized knowledge. In fact, most modern smartphones allow you to control wireless modules remotely—the main thing is to know which tools to use. We tested each method on the latest versions. Android 13/14 And iOS 16/17, so the instructions will work even on new devices.
1. Disable Wi-Fi via ADB (Android Debug Bridge)
The most reliable way for Android - usage ADB (Android Debug Bridge), built-in tool from Google for debugging devices. It allows you to send commands to your smartphone directly from your computer, including controlling wireless modules. The advantage of this method: it works even if the phone isn't connected to the same Wi-Fi network as the PC.
To use ADB, you will need:
- 🖥️ Computer with Windows, macOS or Linux
- 📱 Android smartphone with enabled USB debugging (set up once)
- 🔌 USB cable (or wireless ADB connection, if configured in advance)
- 🛠️ Utility
adb(part of Android SDK Platform Tools)
If USB debugging is not yet enabled, you can do it in the menu Settings → About phone → Build number (press 7 times) then return to Settings → System → Developer options → USB debugging. Without this step, ADB will not be able to connect to the device.
Download Android SDK Platform Tools from the official Google website|
Enable USB debugging on your phone|
Connect your phone to your PC via cable (or Wi-Fi, if configured)|
Run command prompt in the folder with adb.exe|
Check the connection with the command adb devices
-->
2. Step-by-step instructions: Disabling Wi-Fi via ADB
Once the preparation is complete, follow these instructions:
Open Command Prompt (
cmdV Windows orTerminalV macOS/Linux) in the folder where it is locatedadb.exe.Verify that the device is detected:
adb devicesYour phone's serial number should appear in the list.
Issue a command to disable Wi-Fi:
adb shell svc wifi disableTo turn Wi-Fi back on, use:
adb shell svc wifi enable
If the command doesn't work, try this alternative:
adb shell am start -a android.settings.WIFI_SETTINGS
This command will open the Wi-Fi settings on your phone, but you will have to manage the module manually.
3. Remote control via TeamViewer or AnyDesk
If ADB seems too complicated, you can use programs for remote access, such as TeamViewer or AnyDeskThey allow you to fully control your phone's screen from your computer, as if you were holding it in your hands. The downside of this method is that it requires preliminary setup on the smartphone itself.
How does this work:
- 📱 Install the app TeamViewer QuickSupport (or AnyDesk) on the phone.
- 🖥️ Launch the desktop version of the program on your computer.
- 🔑 Enter your device ID (displayed in the mobile app) and connect.
- 📶 On your phone screen, open the Wi-Fi settings and turn it off manually.
This method is suitable for Android And iPhone, but has limitations:
| Parameter | TeamViewer | AnyDesk |
|---|---|---|
| iOS support | ✅ Yes (with limitations) | ✅ Yes |
| Phone verification required | ✅ Yes (with every connection) | ❌ No (you can set up permanent access) |
| Works without internet on your phone | ❌ No | ❌ No |
| Free plan | ✅ Yes (for personal use) | ✅ Yes |
What to do if TeamViewer won't connect?
Make sure your phone's mobile data is enabled or connected to a different Wi-Fi network (e.g., a mobile hotspot). Also, make sure remote access is enabled in the app settings. If you're using iPhone, may require USB connection for first run.
4. Using cloud services (Google Find My Device, iCloud)
If your phone is lost or physically unavailable, you can try disabling Wi-Fi via cloud services manufacturer. For example, Google Find My Device For Android or iCloud For iPhoneUnfortunately, these services don't have a direct command to disable Wi-Fi, but there are workarounds.
For Android:
- Go to the website Google Find My Device and log in.
- Select the lost device from the list.
- Click "Block the device» and set a temporary password.
- Once blocked, Wi-Fi will turn off automatically (on some devices).
For iPhone:
- 🔒 Go to iCloud Find My.
- 📍 Select your device and activate the "Lost Regime».
- 📴 This will disable all wireless modules, including Wi-Fi and Bluetooth.
⚠️ Attention: After activating the "Lost Mode" on iPhone You can only unlock your device with your Apple ID. Make sure you remember your password!
5. Automation with Tasker and AutoRemote (for advanced users)
For users willing to spend time on setup, there is a powerful tool – the app Tasker paired with a plugin AutoRemoteThis allows you to create remote commands, which will be executed on the phone upon request from the computer.
How does this work:
- 📱 Install Tasker And AutoRemote on the phone.
- 🖥️ Register on the website AutoRemote.
- 🔧 Create a task in Tasker to turn off Wi-Fi (action "Net → Wi-Fi → Off»).
- 📤 Set up a trigger for a remote event via AutoRemote.
- 💻 From your computer, send a command via the web interface or a special browser extension.
Example command to disable Wi-Fi in Tasker:
ACTION: Net → Wi-Fi Set [ Set:Off ]
This method requires initial setup, but then allows you to manage Wi-Fi (and more) from any device with internet access. Suitable for Android (on iPhone There is no similar functionality without jailbreak).
6. Alternative methods: SMS commands and telecom operators
Some manufacturers and mobile operators provide remote control via SMS or your personal account. For example:
- 📶 Samsung Knox: on devices Samsung with support Knox You can send commands via the web console (volume license required).
- 📞 USSD commands for operators: for some operators (for example, MTS, Beeline) there are services for traffic management. Sending a USSD code (for example,
*111*123#) can turn off data transfer, but this affects mobile Internet, not Wi-Fi. - 🔄 Rebooting the router: If your phone is connected to your Wi-Fi, you can simply reboot the router via the web interface (
192.168.1.1or192.168.0.1). This will break all connections, but will not disable the Wi-Fi module on the phone itself.
⚠️ Please note: USSD commands and operator services may vary depending on your region and plan. Before using, check your operator's official website for the latest codes.
7. Restrictions and safety measures
Remotely turning off Wi-Fi is a useful feature, but it has its limitations. risks and limitations:
- 🔒 ADB SecurityIf you leave USB debugging enabled, an attacker with physical access to your phone could gain complete control of the device. Always disable debugging after use.
- 📡 Connection dependencyMost methods require the phone to be connected to the internet (either via a mobile network or Wi-Fi). If there's no connection, you won't be able to control it remotely.
- 📱 iOS limitations: On iPhone Without jailbreaking, remote control capabilities are extremely limited. Apple strictly controls access to system functions.
- 🔄 Automatic connectionMany phones automatically connect to known Wi-Fi networks. Manually disabling the module may reactivate it.
If you are using ADB or Tasker, we recommend:
- 🔐 Set a password on
adbusing the commandadb pair(available in new versions). - 📵 Disable USB debugging after finishing work.
- 🔄 Update regularly Android SDK Platform Tools to the latest version.
FAQ: Frequently asked questions about remotely disabling Wi-Fi
Is it possible to disable Wi-Fi on a phone via a computer without installing any programs?
Yes, but only if USB debugging is already configured on your phone (Android) or remote access is enabled via TeamViewer/AnyDeskWithout prior configuration, this is not possible for security reasons.
Will ADB work if the phone is connected to the PC via Wi-Fi instead of a cable?
Yes, but you need to set it up first. wireless ADB debugging via USB, and then connect via local network. The command to switch to Wi-Fi:
adb tcpip 5555
adb connect [phone IP address]:5555
After this, the cable can be disconnected.
Why the team svc wifi disable doesn't work on my phone?
In some firmware (for example, on Xiaomi, Huawei (or custom ROMs) the command may differ. Try these alternatives:
adb shell am start -a android.settings.WIFI_SETTINGS
adb shell settings put global wifi_on 0
If nothing helps, check if the manufacturer has blocked access to system commands.
Is it possible to disable Wi-Fi on an iPhone without jailbreaking?
There's no complete solution. The most that's available is:
- Use TeamViewer or AnyDesk for manual shutdown.
- Activate Lost Mode via iCloud (will disable all wireless modules).
- Send an SMS with a command (works only on some operators to manage mobile Internet).
Apple strictly restricts remote access to system functions.
How can I check if my phone's Wi-Fi has been disabled after a command?
Verification methods:
- 📊 View connection status in Google Find My Device (For Android).
- 🔍 Use the command
adb shell dumpsys wifi— the output will contain a lineWi-Fi is disabled. - 📵 Try calling the phone - if it's not connected to Wi-Fi, the call will go through the mobile network (if it's enabled).