Shizuku FAQs

What apps work with Shizuku?

Many. AppOps or permission managers (VolumeManager, AppOpsX), terminal/ADB shells (LADB, Termux-Shizuku), automation apps (MacroDroid, Tasker with Tasker Settings, AutoJs), UI customizers (font changers, QuickSwitch), and more. The official Shizuku website even lists some supported apps.

What is Shizuku and why would I use it?

Shizuku is an Android app that starts a background service (via ADB or root) to let other apps access privileged system APIs. You’d use it to give apps advanced permissions (like uninstalling system apps, editing system settings, reading protected data) without actually rooting your phone. It’s popular for managing permissions and bloatware.

Do I need to root my phone to use Shizuku?

No. Shizuku itself works on non-rooted devices by using ADB (wired or wireless) to start its service. Root is optional. If your phone is rooted, you can start Shizuku with one tap. If not, you can start it via USB debugging or wireless debugging on Android 11+.

How can I start Shizuku on a device without Android 11?

If your Android is 10 or below, you must use a PC: connect via USB, enable USB debugging, and run the Shizuku start command (adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh) from your computer. For rooted devices, simply open Shizuku and tap “Start with root.”

Does Shizuku require a PC every time I want to use it?

Not necessarily. On Android 11+, you can use wireless pairing once and then run it all over Wi-Fi. On rooted devices, no PC is needed at all. A PC is only needed initially for non-root, Android-10-or-below devices to start Shizuku via USB. Once started, Shizuku runs independently.

How do I update Shizuku to the latest version?

Simply update through the same source you installed it from. If you used Google Play, it will auto-update like any app. If you sideloaded via APK, download the new APK from GitHub and install it over the old one. The app will migrate data automatically. Always backup any important data if you are cautious, but Shizuku updates are usually smooth.

Can Shizuku remove system apps (bloatware)?

Yes – but not by itself. You need a companion app that can uninstall apps (like Canta or Titan). Once Shizuku is running, open the uninstall app and grant it Shizuku permission. Then it can remove system apps for you, even though your device is “unrooted.” This is how users remove bloatware without traditional root.

What is the role of SUI (Shizuku Universal Interface)?

SUI is an alternative project by the same developer. It implements Shizuku’s API but under a fully free license. Think of SUI as a “free software cousin” of Shizuku. It’s newer and not as widely adopted yet, but it aims to provide the same functionality. You might encounter SUI on GitHub if you prefer all-FOSS solutions.