A cell broadcast receiver is a built-in app on your phone that catches, processes, and displays emergency alert messages sent over your mobile network. If you’ve spotted “CellBroadcastReceiver” in your phone’s app list or settings, it’s the system component responsible for those loud, full-screen warnings you occasionally receive about severe weather, AMBER alerts, or other emergencies. It’s not something you installed, and it’s not malware. It’s a standard part of your phone’s operating system.
How Cell Broadcast Works
Cell broadcast is a method of sending short messages to every mobile phone within a specific geographic area simultaneously. Unlike a regular text message, which travels from one phone to another through individual connections, a cell broadcast pushes a single message out to all devices connected to nearby cell towers at once. Think of it like a radio station: the tower transmits, and every tuned-in device receives the signal. No phone numbers are needed, and no one tracks which devices received the message.
This design gives cell broadcast a major advantage during emergencies. Normal calls and texts rely on individual connections between your phone and the network, so when thousands of people try to use their phones at the same time (as typically happens during a disaster), the network gets jammed. Cell broadcast bypasses that bottleneck entirely. Critical alerts can reach millions of phones in seconds, even when the network is otherwise overloaded.
What the Receiver App Actually Does
The cell broadcast receiver is the final step in a short chain. When a cell tower sends out an emergency message, your phone’s modem picks up the raw signal. A background service called CellBroadcastService then decodes the message, checks whether it’s a duplicate you’ve already seen, and verifies whether your phone is actually inside the targeted alert zone (a feature called geofencing). Once all of that checks out, the service hands the message off to the CellBroadcastReceiver app, which is the part that actually puts the alert on your screen, triggers the loud tone, and vibrates your phone.
On Android devices, the CellBroadcastReceiver is a modular system component, meaning Google can update it independently from your phone manufacturer’s software updates. On iPhones, the same functionality exists but is built directly into iOS without a separately visible app name. You’ll never need to open, update, or manage the receiver yourself. It runs silently in the background until an alert arrives.
Types of Alerts You Receive
In the United States, the system that delivers these alerts is called Wireless Emergency Alerts (WEA). There are four categories:
- National Alerts issued by the President or the head of FEMA
- Imminent Threat alerts for situations involving immediate danger to life or safety, such as tornadoes, tsunamis, or flash floods
- AMBER Alerts for missing or abducted children
- Public Safety Messages with recommendations for protecting lives and property
Other countries use their own systems built on the same underlying cell broadcast technology. The European Union has EU-Alert, Japan has its earthquake and tsunami warning system (ETWS), and South Korea runs KPAS. Your phone’s cell broadcast receiver handles whichever system is active in the country where you’re connected to a network.
Can You Turn It Off?
Partially. Your phone’s settings typically let you disable AMBER Alerts, Imminent Threat alerts, and Public Safety Messages individually. National Alerts (sometimes labeled “Presidential Alerts” or “Extreme Alerts”) cannot be turned off. This is by design: carriers are required to deliver them, and the operating system does not offer an opt-out for this category.
To find these controls on most Android phones, go to Settings, then Apps, then look for “Wireless Emergency Alerts” or “Cell Broadcast.” On some devices you’ll find the options under Messages or Notifications instead. On iPhones, the toggles are in Settings under Notifications, near the bottom of the screen. The exact path varies by manufacturer and software version, but the options exist on every modern smartphone sold in the U.S.
Why It Shows Up in Your App List
Most people discover the cell broadcast receiver when they’re browsing their phone’s app list, checking battery usage, or reviewing storage. Seeing an unfamiliar system app can be alarming, but CellBroadcastReceiver is a normal, pre-installed component on every Android phone. It uses virtually no battery or storage when idle. You cannot (and should not) uninstall it, as doing so would prevent you from receiving emergency alerts. If your phone prompts you to update it through the Google Play Store or a system update, it’s safe to do so.

