Android 17 will kill memory-hogging apps — here's what changes

By: Anton Kratiuk | today, 17:51
Android 17 will kill memory-hogging apps — here's what changes

Google is done being patient with apps that eat RAM. Android 17 introduces a hard memory enforcement system that first tries to compress an offending app's data, then terminates the process outright if it keeps pushing limits. It launched on Pixel phones on June 16, 2026, and will expand to devices from other manufacturers over the next year.

How the limit works

The system covers a wide range of hardware — from budget phones with 4GB of RAM up to flagships with 16GB or more. When an app crosses its allocated ceiling, Android responds in two stages.

First, the system moves part of the app's data into zRAM — a compressed memory region. The app stays running, but CPU overhead from decompression can make it feel slightly slower. If the app continues to exceed its limit even after compression, Android kills the process with no warning and no stack trace, per the Android Developers Blog.

The thresholds scale relative to device RAM, and Google says limits are set conservatively to target extreme outliers. Most well-behaved apps will never trigger either stage.

What this means for users and developers

For most people, Android 17's memory enforcer will be invisible. Apps that are already lean won't hit the ceiling. The users most likely to notice are those running image-heavy apps, AI-assisted tools, or multiple intensive tasks at once on mid-range hardware — exactly the scenario where one greedy app can slow down everything else.

Developers face a tighter window. Google is pointing them toward the R8 Optimizer and memory profiling tools to get compliant before the broader rollout hits non-Pixel devices in late 2026 and into 2027. Indie developers are particularly exposed — the Stora developer guide notes a roughly six-week optimization window, and apps dealing in large images or media assets are at the highest risk of sudden termination.

The competitive context matters too: Apple's iOS enforces similar per-app memory caps, so Google is closing a gap rather than setting a new precedent. The practical difference is that Android's enforcement now happens at the OS level rather than being left to individual manufacturers to implement.

The outlook

Samsung's One UI 9 is expected to bring the change to Galaxy devices in Q3–Q4 2026. Motorola is targeting a stable rollout around the same period. Carrier timing may vary, particularly in the US and UK where operators sometimes delay OS updates.

For now, if your phone is a Pixel running Android 17, the new memory rules are already in effect. Everyone else has a few months before it becomes their problem too.