The Apple “Measure” app is a pre-installed, native iOS application that utilizes the device’s camera, accelerometer, gyroscope, and (on Pro models) the LiDAR scanner to calculate physical dimensions and distances using Augmented Reality (AR) technology. While a remarkable demonstration of computational photography and spatial mapping, the app represents an unnecessary attack surface and a severe operational security (OPSEC) liability in strict enterprise, military, or zero-trust deployment environments. In highly secure facilities where photography is strictly prohibited and the spatial mapping of internal architecture is classified, an application designed explicitly to continuously analyze and map physical space through the camera lens is entirely unacceptable. Because it relies on the ARKit framework, its operation generates a complex footprint that is difficult to monitor.
This guide explains how to completely disable the ‘Measure’ app system-wide on an iPhone, ensuring the application is cryptographically neutralized, its spatial mapping capabilities are severed, and its UI footprint is entirely removed.
Disable the Measure App via Screen Time Content Restrictions
While standard users can delete the Measure app from the home screen, this does not prevent a user from simply redownloading it from the App Store. To enforce a strict, irreversible block at the OS kernel level, we must utilize Screen Time’s cryptographic Content & Privacy Restrictions.
- Unlock the iPhone and open the main Settings app.
- Tap on Screen Time. (If this is not yet configured, tap “Turn On Screen Time” and define a secure, alphanumeric passcode known only to the IT administrator).
- Tap on Content & Privacy Restrictions.
- Toggle the main Content & Privacy Restrictions switch at the very top to the On (green) position.
- Tap on Allowed Apps. You will be prompted to authenticate with your secure Screen Time passcode.
- In the list of native Apple applications, locate the toggle for Measure.
- Switch the toggle to the Off (grey) position. (By explicitly disabling this toggle, you instruct the iOS kernel to instantly terminate the app’s execution, sever all its access to the camera array and ARKit mapping frameworks, and completely purge the app icon from the SpringBoard UI).
Verify the Configuration Lockdown
Because Screen Time operates at the kernel level, this restriction is applied instantaneously without requiring a device reboot.
To verify the lockdown is active, return to the iPhone’s Home Screen. The Measure app icon will be entirely missing. Swipe down to access Spotlight Search and query “Measure”—the OS will refuse to launch or suggest the application, and the App Store will prevent its reinstallation. The iPhone is now operating under a strict zero-trust configuration regarding spatial mapping utilities, completely eliminating the app’s potential to compromise secure physical environments.