How to Completely Disable ‘Airplane Mode’ (Quick Settings) System-Wide on Android

Airplane Mode is a system-level hardware toggle that simultaneously disables all radio frequency (RF) transmitters on an Android device, including cellular data, Wi-Fi, and Bluetooth. While originally designed for aviation compliance, providing users with unrestricted access to this master kill switch is a severe operational liability in strict enterprise, military, or zero-trust deployment environments. If a user (or a malicious actor with physical access) activates Airplane Mode on a managed device, it instantly severs the device’s connection to the corporate Mobile Device Management (MDM) server, disables real-time location tracking, prevents remote wipe commands, and breaks critical communication channels for field operatives or logistics personnel.

This guide explains how to completely disable ‘Airplane Mode’ system-wide on Android using MDM, ensuring the operating system cryptographically prevents the user from toggling the RF radios offline.

Disable Airplane Mode via Mobile Device Management (MDM)

Because Airplane Mode is deeply integrated into the Android System UI (specifically the Quick Settings panel and the core network stack), it cannot be disabled via standard user settings. To enforce a strict, irreversible block at the OS framework level, an administrator must utilize the Android Enterprise Management API.

  1. Access the administrative console of your organization’s MDM platform (e.g., Microsoft Intune, VMware Workspace ONE, or Google Workspace Endpoint Management).
  2. Navigate to the section for Android Configuration Profiles or Device Policies.
  3. Create a new policy (or edit an existing one) targeting Android Enterprise (Fully Managed or Dedicated devices).
  4. Locate the Device Restrictions, Connectivity, or Network Settings section.
  5. Find the policy control specifically labeled Airplane Mode or Allow Airplane Mode.
  6. Set this policy to Block or Disable. (By explicitly disabling this, you instruct the Android framework’s DevicePolicyManager to assert a permanent, system-level lock on the `Global.AIRPLANE_MODE_ON` setting, forcing it to remain `0` regardless of the physical UI toggles).
  7. Assign the profile to the relevant device groups and initiate a push synchronization.

Verify the Configuration Lockdown

Once the MDM policy syncs with the Android device, the restriction is applied directly at the OS framework layer.

To verify the lockdown is active, unlock the provisioned Android device and swipe down from the top of the screen to access the Quick Settings panel. The Airplane Mode toggle icon (usually an airplane) will be completely greyed out and unresponsive to touch. If you navigate to Settings > Network & internet, the master toggle for Airplane Mode will be locked in the “Off” position. A message stating “Action not allowed” or “Managed by your organization” will appear if the user attempts to interact with it. Furthermore, holding down the physical power button to access the emergency menu will no longer present Airplane Mode as an option. The Android device is now operating under a strict zero-trust connectivity configuration, ensuring it remains permanently online and manageable.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.