How to Uninstall Magisk Module Without TWRP

4/5 - (3 votes)

Magisk is a powerful tool for Android customization, but sometimes a module can cause issues like boot loops or system instability. If you don’t have TWRP installed, don’t worry, there are alternative methods to safely remove Magisk modules. This guide will walk you through step-by-step solutions,

including using the Magisk App or using ADB commands, and Safe Mode, to uninstall Magisk modules without TWRP. Whether you’re troubleshooting a bootloop or simply cleaning up your device, these methods ensure a safe and effective uninstallation process.

What Is a Magisk Module and Why You May Need to Remove It

A Magisk module is a systemless modification that changes your Android system without altering the actual system partition. Modules can enable features like Viper4Android, LSPosed, Play Integrity fixes, ad blockers, custom fonts, and more.

However, not all modules are perfectly compatible with every Android version, kernel, or device. You may need to uninstall a Magisk module if:

  • Your phone is stuck in a boot loop after installing it
  • Apps keep crashing
  • SafetyNet or Play Integrity fails
  • Banking apps stop working
  • You updated Android, and the module is no longer compatible

Because Magisk works systemlessly, removing a module is usually simple and does not requirea custom recovery like TWRP.

Method 1: Uninstall Magisk Module Using the Magisk App (Recommended)

This is the safest and easiest method if your device is booting normally.

  • Open the Magisk app on your device. Make sure you are using the latest official version of Magisk. Using outdated versions can cause removal issues.
  • Go to the Modules tab. You will see a list of all installed modules currently active on your device.
  • Next to the module you want to remove, tap the Remove (trash icon) button. Magisk will mark it for removal.
  • Now reboot your device. The module is completely removed only after a reboot. Once the phone restarts, the changes made by that module will no longer be active.

This method works in most situations and does not require TWRP, fastboot, or any flashing.

2. Method 1: Using ADB Commands

ADB (Android Debug Bridge) is a powerful tool that allows you to interact with your device via a computer. Follow these steps to remove Magisk modules using ADB:

  1. Set Up ADB: Download and install ADB on your computer. Enable USB Debugging on your device by going to Settings > Developer Options > USB Debugging.
  2. Connect Your Device: Connect your phone to the computer using a USB cable. Open a command prompt or terminal on your computer.
  3. Enter ADB Command: Type the following command to remove all Magisk modules:adb wait-for-device shell magisk --remove-modules Press Enter and wait for the process to complete.
  4. Reboot Your Device: Once the command is executed, your device will reboot automatically. Check if the issue is resolved.

Conclusion

Uninstalling Magisk modules without TWRP is entirely possible using ADB commands or Safe Mode. These methods are reliable and effective for resolving boot loops or removing problematic modules. Always proceed with caution and back up your data to avoid any complications.

By following this guide, you can safely manage your Magisk modules and keep your device running smoothly. If you encounter any issues, feel free to explore the Magisk community forums for additional support.

Leave a Comment