How to Downgrade Apps on Android Without Losing Any Data

Hello, everyone today I come up with the method how to downgrade android apps on android. You might think it’s easy you just have to download the older version file and install it but friends sometimes it cost you may lose some of your important data. Today I m gonna tell you the easiest and the safest method to downgrade your apps without losing your data. Sometimes you upgrade the app so that you get more feature but instead of feature you got ads and you might think of installing the older version.
Before further proceeding do these things first
Install ADB on your computer using either Minimal ADB & Fastboot or the official Google binaries.
.
Enable USB Debugging on your Android device.
To enable USB debugging go to settings>about>built number
Tap on built number seven times. Now go back to setting page you will see an option the developer option like this

 Downgrade your apps without losing data

1)    First of all download the apk file you want to install it, move it to the extracted folder of ADB, and paste it.
2)     Now press shift key on your keyboard and right-click on anywhere on this folder.
3)    After the right click, select the option of “Open PowerShell or command window here”.
4)    After that, a window opens and you just have to put a code in it.
I am taking an example of whats app
adb push whatsapp.apk /sdcard/whatsapp.apk
adb shell pm install -r -d /sdcard/whatsapp.apk

That’s it all set you will see a success message in the command window and now you will see a downgraded app on your phone without losing your data. This method of downgrading app is very simple to use. this method works in my Redmi 4 and Asus Zenfone 2. If you have any doubts let me know in the comment section.

Leave a Comment

Scroll to Top