[GUIDE] DISABLE Redmi NOTE 7 Bloatware (NO ROOT NEED no need for unlocked bootloader)

Search This thread

XeoNoX

Senior Member
Oct 25, 2010
1,033
783
These are quick instructions on how to disable some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to disable that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.

1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/

2) once you have adb running and working with your device run the following commands to remove the desired packages.

Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs  # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
 
Last edited:

kennyk09

Senior Member
Mar 24, 2009
217
79
Hi, Thanks for the easy instruction. How is the device working after reinstalling all the mentioned apps?
Stable? better performance? better battery? any error or problem? please let us know the difference?


Never mind, I used Saki_EU's Xiaomi ADB/Fastboot Tools and uninstalled many apps already. No problem, more free RAM now!
 
Last edited:
  • Like
Reactions: ChriMo

Aaagogo

Senior Member
Mar 3, 2014
70
18
These are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.

1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/

2) once you have adb running and working with your device run the following commands to remove the desired packages.

Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs  # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum

thanks for the refresher for the code, i am now trying to get adb to for second space.
 

arik100

Senior Member
Apr 6, 2012
238
15
E:\desktop\platform-tools-latest-windows>adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found

this goes to all
running fastboot devices shows
 
D

Deleted member 8320586

Guest
Do I have to run the commands one by one or together is fine?
 

XeoNoX

Senior Member
Oct 25, 2010
1,033
783
E:\desktop\platform-tools-latest-windows>adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found

this goes to all
running fastboot devices shows

seems like you dont have your phone device correctly setup. make sure u have BOTH usb debugging enabled AND your computer authenticated to allow your PC to make USB debugging tasks....you can find it on your phone from developer options. youtube or google how to run and install adb
 

arik100

Senior Member
Apr 6, 2012
238
15
seems like you dont have your phone device correctly setup. make sure u have BOTH usb debugging enabled AND your computer authenticated to allow your PC to make USB debugging tasks....you can find it on your phone from developer options. youtube or google how to run and install adb

thanks already solved the problem myself
then i run into another problem , when trying to install new rom and need to do meta? command,
solution was to update the adb tools
 
  • Like
Reactions: Nav929

it'smerj

New member
May 23, 2019
1
0
Thanks guys I removed all bloatwares
But how to install deleted system apps cuz I need miui gallery app
Help me!
 

el.tsupaka

Member
May 17, 2019
35
31
Xiaomi Redmi Note 7
Redmi 9C
remove bloatware

Thanks for the guide it came pretty handy when i needed it, for the fellow members that want to follow the easiest path there is a Java-writen tool for xiaomi devices.
Xiaomi ADB/Fastboot Tools by Saki_EU there is a guide in xda forums for download link & tutorial.
 

kenzoribz

New member
May 24, 2019
2
0
Code

These are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.

1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/

2) once you have adb running and working with your device run the following commands to remove the desired packages.

Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs  # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum



May I request for another code for these apps? Mi pay and Mi credit?
 

[email protected]

New member
Jun 3, 2019
1
0
Hi, followed the instructions.
Phone immediately got stuck in boot loop to redmi recovery 3.0 screen. Rebooting repeats process.
There is a "Connect with MiAssistant option", but this application does not recognize the phone. In the forum for the app some people say that the english version will not connect with newer versions of android (as in the redmi note 7)

So I kind of just lost my phone now, rather than improved it.. Not sure what to do now, I did not want to get into unlocking the bootloader and flashing roms as I'm not comfortable with that and really don't trust it to actually work.

Any advice would appreciated, thanks.
 

XeoNoX

Senior Member
Oct 25, 2010
1,033
783
Hi, followed the instructions.
Phone immediately got stuck in boot loop to redmi recovery 3.0 screen. Rebooting repeats process.
There is a "Connect with MiAssistant option", but this application does not recognize the phone. In the forum for the app some people say that the english version will not connect with newer versions of android (as in the redmi note 7)

So I kind of just lost my phone now, rather than improved it.. Not sure what to do now, I did not want to get into unlocking the bootloader and flashing roms as I'm not comfortable with that and really don't trust it to actually work.

Any advice would appreciated, thanks.

i doubt it was any of those packages that have you stuck in a boot loop as they are non system apk's. however if you want to restore your phone back to OEM, just grab the OFFICIAL MI TOOLS from XIAOMI and flash the latest firmware. https://xiaomifirmware.com/roms/miui-roms-for-xiaomi-redmi-note-7-lavender/
 
Last edited:

eriktu

Member
Dec 29, 2011
11
0
Aix en Provence
More bloatware

Hi, you can add this to clean your Redmi Note 7:

Code:
adb shell pm uninstall –k ––user 0 com.miui.calculator
adb shell pm uninstall –k ––user 0 com.android.calendar
adb shell pm uninstall –k ––user 0 com.miui.bugreport
adb shell pm uninstall –k ––user 0 com.mi.android.globalFileexplorer
adb shell pm uninstall –k ––user 0 com.miui.fm
adb shell pm uninstall –k ––user 0 com.miui.gallery
adb shell pm uninstall –k ––user 0 com.xiaomi.glgm
adb shell pm uninstall –k ––user 0 com.mipay.wallet.id
adb shell pm uninstall –k ––user 0 com.mipay.wallet.in
adb shell pm uninstall –k ––user 0 com.xiaomi.payment
adb shell pm uninstall –k ––user 0 com.xiaomi.mirecycle
adb shell pm uninstall –k ––user 0 com.miui.virtualsim
adb shell pm uninstall –k ––user 0 com.android.soundrecorder
adb shell pm uninstall –k ––user 0 com.miui.cleanmaster
adb shell pm uninstall –k ––user 0 com.miui.securitycenter
adb shell pm uninstall –k ––user 0 com.miui.securityadd
adb shell pm uninstall –k ––user 0 com.miui.miwallpaper
adb shell pm uninstall –k ––user 0 com.miui.weather2
adb shell pm uninstall –k ––user 0 com.miui.providers.weather
adb shell pm uninstall –k ––user 0 com.miui.yellowpage
adb shell pm uninstall –k ––user 0 com.miui.antispam
adb shell pm uninstall –k ––user 0 com.xiaomi.simactivate.service
adb shell pm uninstall –k ––user 0 com.miui.msa.global
 

IrisX0715

Member
May 29, 2019
29
0
Each time I run your command, adb says “adb error device null not found”. BTW, I had flashed TWRP and vbmeta image via adb/fastboot without any problem.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 55
    These are quick instructions on how to disable some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to disable that need to be added to the list just post a reply on this thread and i will add it to the list
    Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.

    1) install fastboot and adb on your PC
    fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
    fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/

    2) once you have adb running and working with your device run the following commands to remove the desired packages.

    Code:
    adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
    adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
    adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
    adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
    adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
    adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
    adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
    adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
    adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
    adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
    adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
    adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
    adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
    adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
    adb shell pm uninstall -k --user 0 com.google.android.apps.docs  # Google Docs
    adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
    adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
    adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
    adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
    adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
    2
    These are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
    Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.

    1) install fastboot and adb on your PC
    fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
    fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/

    2) once you have adb running and working with your device run the following commands to remove the desired packages.

    Code:
    adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
    adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
    adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
    adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
    adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
    adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
    adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
    adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
    adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
    adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
    adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
    adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
    adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
    adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
    adb shell pm uninstall -k --user 0 com.google.android.apps.docs  # Google Docs
    adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
    adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
    adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
    adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
    adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum

    thanks for the refresher for the code, i am now trying to get adb to for second space.
    2
    Is there any way to remove the four features at the top of your recent apps shade? Cleaner, security scan, deep clean, manage apps.

    You can go into Settings, Home screen and recents then untick show suggestions
    2
    Hey thanks for this, it worked great for me on my redmi note 7 global om miui 10.3.6.

    I also went ahead and removed all google apps, I used this list as reference to chose what I didnt wanted:

    Code:
    adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
    adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
    adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
    adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
    adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
    adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
    adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
    adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
    adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps 
    adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
    adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
    adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
    adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
    adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
    adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
    adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
    adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
    adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
    adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
    adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
    adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
    adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
    adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
    adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
    adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
    adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
    adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
    adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
    adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner

    This list was found HERE.
    1
    I disabled all these and everything is okay for me:
    Code:
    com.android.thememanager
    com.android.thememanager.module
    com.facebook.appmanager
    com.facebook.services
    com.facebook.system
    com.google.android.apps.googleassistant
    com.google.android.apps.subscriptions.red
    com.google.android.apps.tachyon
    com.google.android.apps.walletnfcrel
    com.google.android.apps.work.oobconfig
    com.google.android.gm
    com.google.android.googlequicksearchbox
    com.google.android.marvin.talkback
    com.google.android.music
    com.google.android.talk
    com.google.android.tts
    com.google.android.videos
    com.miui.analytics
    com.miui.miservice
    com.miui.msa.global
    com.miui.weather2
    com.netflix.partner.activation
    com.xiaomi.midrop
    com.xiaomi.payment
    com.xiaomi.scanner