Skip to content

How to Check What's Taking Your Storage Using Only Termux

Termux. That’s it. We will be using dua package (basically a nicer du).

You only need to run this once, provided you don’t uninstall Termux. If you do, you need to redo this section.

Terminal window
pkg upgrade -y && pkg install dua tsu -y
  • Internal Storage:
Terminal window
sudo dua i /sdcard/
  • Apps:
Terminal window
sudo dua i /data/data/