Exposure Notifications is a specialized system built collaboratively by Google and Apple at the height of the COVID-19 pandemic. Integrated directly into Google Play Services on Android, it uses Bluetooth Low Energy (BLE) to constantly exchange anonymous cryptographic beacons with nearby devices. If a user subsequently reports a positive COVID-19 diagnosis to an associated public health app, the system alerts other devices that logged their beacon. While revolutionary at the time, many public health authorities have decommissioned their localized apps and servers. If your local health authority no longer supports the system, leaving the underlying framework active simply burns battery by constantly broadcasting and scanning BLE payloads into the void.
This guide explains how to completely disable the Exposure Notifications framework system-wide on an Android device.
Disable Exposure Notifications
Because this framework was pushed via a Google Play Services update rather than a standard OS upgrade, it resides within the core Google account settings.
- Open the main Settings app on your Android smartphone.
- Scroll down and tap on Google (or “Google services”).
- Within the Google menu, locate the section labeled COVID-19 Exposure Notifications and tap on it. (On some newer OS builds, this might be nested under a general “Safety & emergency” or “Personal Safety” tab).
- At the top of the screen, you will see a master toggle switch labeled “Turn on Exposure Notifications” (if it is currently active).
- Tap the switch to toggle it to the Off (grey) position.
Verify the Service Lockdown
Disabling this switch instructs the Bluetooth radio to immediately cease transmitting the specialized cryptographic beacons and stops the background daemon from polling for incoming beacons from surrounding devices.
To verify the lockdown is successful, stay on the “Exposure Notifications” screen. The status should clearly indicate that the feature is turned off. If you had an associated local public health application installed (such as NHS COVID-19 or a state-specific app), that application will now report that it lacks the necessary permissions to function. You have successfully reclaimed the battery life associated with this deprecated background scanning system.