My question is internal storage for use is 2.23 GB and I use 1.64gb & system show 1.97 GB why?

- 91,166
- 73
- 343
- 943
1 Answers
You have not made clear where you're seeing the 2.23 GB (which looks an odd number to me to define "device internal storage": storage chips usually come in numbers of 2n – i.e. 2 GB, 4 GB, 8 GB, 16 GB etc.), but let me try an explanation:
Not all of the device's storage is visible to you, or visible in a direct way. See e.g. my answer here: your device's internal storage is divided into multiple partitions, only one of them is for your apps and their /data
. There's also the /system
partition (with the OS on it), the /cache
partition, /boot
, /recovery
, and so on. Not all of those are mounted at the same time (e.g. /recovery
is not mounted/shown when you've booted your device normally).
As initially said, 2.23 GB looks strange in this context. So for a more detailed explanation, we'd need more details from you than just "I use Android One device".
/sdcard
section into account? It mainly does not belong to a specific apps, it is usually located on the internal storage. – Robert Jul 22 '16 at 18:49