Short answer: on Android, enable Developer options and look under Memory. On iPhone, you cannot â Apple does not show RAM anywhere in Settings, so you need a lookup or an app.
Android: three ways
Developer options (built in, no install)
- Settings â About phone
- Tap Build number seven times
- Go back to Settings â System â Developer options
- Open Memory
This shows total RAM, average use over the last few hours, and a per-app breakdown â which is more detail than most apps give you.
Manufacturer shortcuts. Samsung shows it under Settings â Device care â Memory. Xiaomi puts it in Settings â About phone. These skip the developer-mode step.
A device info app. A device info app reads total and available RAM directly with no developer mode required, and usually shows the memory type and speed alongside it.
iPhone: why Settings never shows it
Apple has never exposed RAM in iOS, on any model. The reasoning is that iOS manages memory automatically and the number is not something a user can or should act on. There is no hidden menu and no setting to enable.
Your options:
- Look up your model. Settings â General â About gives the exact model; the RAM figure for that model is published.
- Use an app that reads the system value.
For reference, recent iPhones ship with 6 to 8 GB, with Pro models at the upper end. This sounds low next to Android flagships advertising 12 or 16 GB, and it matters less than it appears â see below.
How much RAM do you actually need?
| RAM | Realistic experience in 2026 |
|---|---|
| 3â4 GB | Struggles. Apps reload constantly, browser tabs drop. |
| 6 GB | Fine for messaging, browsing, social, light gaming. |
| 8 GB | The comfortable mainstream point. Heavy multitasking is smooth. |
| 12 GB | Useful for gaming, video editing, many background apps. |
| 16 GB+ | Mostly headroom and on-device AI features. Diminishing returns. |
Android needs more than iOS for the same result. Android apps run on a managed runtime with garbage collection and the system keeps more processes warm; iOS uses a different memory model and terminates background apps far more aggressively. An 8 GB iPhone and a 12 GB Android phone often feel comparable.
"Free RAM" is a misleading number
The most common misunderstanding: seeing "1.2 GB free" of 8 GB and concluding the phone is short of memory.
Android deliberately fills RAM with cached apps and data. An app held in memory reopens instantly; an app evicted from memory has to reload from storage. Empty RAM does nothing for you. The system reclaims cached memory the moment a foreground app needs it.
This is why RAM cleaner and booster apps are counterproductive. Force-closing cached apps means:
- Everything reloads from storage when you switch back â slower
- Reloading costs CPU and battery
- Notifications from killed apps may be delayed or missed
The one legitimate case for force-stopping an app is when a specific app is misbehaving.
Why the reported figure is lower than advertised
A phone marketed as 8 GB typically reports 7.3â7.6 GB. The difference is reserved before the operating system ever sees it:
- Kernel and bootloader
- Graphics memory shared with the GPU
- Secure enclave / trusted execution environment
- Modem firmware
Losing 400â700 MB is entirely normal. A much larger gap would be unusual and worth investigating.
Virtual RAM and memory extension
Many Android phones now advertise features like "RAM Plus", "Memory Extension" or "Virtual RAM" â typically 4 to 8 GB of extra apparent memory.
This is swap space on the internal storage, not real RAM. It is far slower than physical memory, and it consumes storage write cycles. It genuinely helps a 4 GB phone keep one more app alive; on an 8 GB or 12 GB phone it makes little practical difference and can be turned off to save storage.
Checking without installing anything
Our device specs tool reads what the browser exposes, including the deviceMemory hint where supported. Note that browsers deliberately round and cap this value for fingerprinting reasons â it reports in coarse steps and usually maxes out at 8 GB, so treat it as an approximation rather than the exact figure.
Related
- How to check your device specs â the full walkthrough
- What processor does my phone have?
- How to check phone storage