Shizuku is one of the most useful tools in the Android power-user toolkit, even though it doesn’t do anything by itself. Instead, it acts as a bridge — letting other apps borrow elevated, ADB-level system permissions without requiring your device to be rooted. Apps like network monitors, ad blockers, automation tools, and system tweakers rely on Shizuku to unlock features that would otherwise be off-limits.
The catch is that Shizuku isn’t a normal “tap install and done” app — it needs to be started through one of a few different methods depending on your Android version and whether you have access to a computer. This guide covers every way to get Shizuku running, from the easiest wireless method on Android 11+ to using ADB over USB.
1 What Is Shizuku and Why Use It?
Normally, only apps installed via ADB (Android Debug Bridge) from a computer can access certain system-level APIs — the kind that let an app manage other apps, monitor network traffic system-wide, or change hidden system settings. Shizuku works around this by starting itself with ADB-level privileges once, then acting as a permanent broker that other apps can request access through, without needing a computer connected every time.
This makes it the backbone for a whole category of Android apps: network firewalls like NetGuard, automation tools, system UI tweakers, and app permission managers all use Shizuku instead of requiring full root access — which is both safer and far less invasive to your device.
2 Requirements Before You Start
| Requirement | Details |
|---|---|
| Android Version | Android 6.0+ (wireless method needs Android 11+) |
| Shizuku App | Free, official app from the Google Play Store or GitHub |
| Computer + USB Cable | Only needed for the ADB-over-USB method |
| Root Access | Not required — but supported as an optional method |
| Re-activation | Needed after every device reboot (unless rooted) |
Before any of the methods below, download Shizuku from the Google Play Store or its official GitHub repository. This installs the app, but Shizuku still needs to be “started” using one of the three methods in this guide before other apps can use it.
Starting with Android 11, Google added Wireless Debugging to Developer Options, which lets Shizuku start itself entirely from the phone — no PC or cable required. This is the easiest method for most modern Android devices.
- Open Settings → About Phone and tap Build Number seven times to unlock Developer Options.
- Go to Settings → System → Developer Options and enable Wireless Debugging.
- Tap into Wireless Debugging and select Pair device with pairing code. A pairing code and IP address/port will appear.
- Open the Shizuku app and tap “Start via wireless debugging.”
- Follow the on-screen prompt in Shizuku, entering the pairing code and IP/port shown in Developer Options when asked.
- Once paired, tap the main “Start” button inside Shizuku.
Wireless debugging pairing only needs to be done once, but Shizuku itself needs to be started again from Developer Options → Wireless Debugging every time you restart your phone, since Android disables the connection on reboot.
If your phone runs an older Android version without wireless debugging, or you’d simply rather use a direct connection, starting Shizuku through ADB over USB works on virtually any Android device.
- On your PC or Mac, download the Android SDK Platform Tools (contains ADB) from the official Android developer site.
- On your phone, enable Developer Options (tap Build Number 7 times under About Phone), then turn on USB Debugging.
- Connect your phone to your computer with a USB cable, and tap “Allow” on the USB debugging prompt that appears on your phone.
- Open the Shizuku app and scroll to the ADB section — it will show a command to run.
- On your computer, open a terminal/command prompt in the folder containing ADB, and run the command shown in the app (typically starting with
adb shell sh). - Once the command finishes, return to Shizuku — it should now show as running.
Like the wireless method, this needs to be repeated after every reboot unless you’re on a rooted device. Some devices also support running this same ADB command via a terminal app directly on the phone without a computer, if you prefer.
If your device is already rooted, Shizuku can run through root access instead — with the added benefit of starting automatically on every boot, removing the need to reconnect it manually each time.
- Open the Shizuku app.
- Tap “Start via root” under the root section.
- Grant the root permission request from your root manager (Magisk or similar) when prompted.
- Shizuku will now start automatically every time your device boots.
Shizuku was specifically designed to give ADB-level access without needing root. Rooting your device solely to auto-start Shizuku isn’t necessary — it’s really only worth doing if you’re already rooted for other reasons.
6 Granting Shizuku Access to Other Apps
Once Shizuku is running (shown as active inside the app), other apps that support it can request permission to use it — this works similarly to a normal Android permission prompt.
- Open the app you want to grant Shizuku access to (for example, a firewall or automation app).
- Look for a Shizuku option in that app’s settings or setup screen, and tap it.
- A permission prompt from Shizuku will appear — tap “Allow” to grant access.
- The app should now confirm it’s connected to Shizuku and unlock its extra features.
You can review and revoke access for any connected app at any time from inside the Shizuku app’s main screen, under its list of authorized apps.
7 Frequently Asked Questions
8 Conclusion
Here’s the quick recap of getting Shizuku running on Android:
- Android 11+: Use the wireless debugging method — no computer needed
- Older Android / no wireless debugging: Use ADB over USB with a computer
- Rooted devices: Start via root for automatic startup on every boot
Once it’s running, Shizuku quietly sits in the background, letting the apps you trust unlock system-level features they otherwise couldn’t touch — all without the risks that come with fully rooting your device.
🔓 Ready to Unlock More From Your Apps?
Pick the method that matches your Android version above, and you’ll have Shizuku running in a few minutes.