How to factory reset my device ? When my screen is not available Install adb (doc here) Reboot the device into recovery adb shell twrp wipe data (doc here) /!\ This command format only app data. Files are still present on internal storage. adb shell rm -rf /sdcard/* remove files from internal storage