Termux Status is a simple terminal-based system monitoring tool that displays useful information about your Android device. It shows CPU usage, memory usage, storage, battery, network activity, and device details in a clean terminal interface. It is useful for checking your device technical details and performance in Termux.
Here’s what you can see with Termux Status tool:
- Monitor real-time CPU usage.
- Check memory and RAM usage.
- View storage usage.
- Check battery information.
- Monitor network activity.
- View device and Android information.
- Check CPU cores and frequency.
- View running processes.
- Browse storage from the terminal.
Install Termux Status Tool
Below are the simple commands to download and run Termux Status tool. Copy and run each command one by one.
Install Python and wget.
pkg install python wget -yInstall the required psutil package.
pkg install python-psutil -yInstall required python module.
pip install richDownload the status.py file.
wget https://raw.githubusercontent.com/AhmarZaidi/termux-status/main/status.pyRun Termux Status.
python status.pyIt will open a system monitoring dashboard in the terminal.
Use Termux Status in Tool
After running the tool, it displays a system overview with different sections for your device.
The main screen shows:
- CPU – Displays current CPU usage.
- Memory – Shows RAM usage.
- Storage – Displays used and available storage.
- Battery – Shows battery information.
- Network – Displays upload and download activity.
- Device – Shows your device model and Android version.
- CPU Cores – Shows the number of CPU cores.
- CPU Frequency – Displays the current CPU frequency.
- Memory Total – Shows the total available RAM.
- Memory Used – Shows the amount of RAM currently being used.
- Storage Total – Shows total device storage.
- Storage Free – Shows available storage.
- IP Address – Displays the available IP address information.
Navigation
You can use the keyboard to move through different sections of the monitor.
↑ / ↓– Switch between tabs.Enter– Open the file explorer or edit settings.← / →– Change setting values.Esc– Exit the file explorer.r– Reset settings to default.q– Quit the monitor.
End Note
Termux Status is a simple system monitor that gives you a quick view of your Android device from the terminal. It brings CPU, RAM, storage, battery, network, and process information together in one easy-to-use interface.

