一、手动卸载

1.1 桌面长按卸载

  • 如:游戏中心、小米商城、电子邮件、指南针、扫一扫、全球上网、米家、多看读书、喜马拉雅
  • 可保留:天气、计算器、录音机、笔记

1.2 应用管理卸载

  • 设置→应用设置→应用管理

  • 如:百度输入法小米版、内容中心、小米画报、垃圾清理

二、ADB命令卸载

2.1 基础命令行

  • 获取所有应用名称

    1
    adb shell pm list packages
  • 卸载命令

    1
    adb shell pm uninstall --user 0 com.android.browser #卸载小米浏览器

2.2 应用列表

2.2.1 替换为其它软件

1
2
3
4
5
6
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi #小米定制搜狗输入法(替换为Gboard等)
adb shell pm uninstall --user 0 com.android.browser #浏览器(替换为Via、Chrome等)
adb shell pm uninstall --user 0 com.miui.video #小米视频(替换为NPlayer等)
adb shell pm uninstall --user 0 com.miui.gallery #相册(替换为Google相册等)
adb shell pm uninstall --user 0 com.miui.player #音乐(替换为网易云音乐等)
adb shell pm uninstall --user 0 com.miui.mishare.connectivity #小米互传(替换为其他互传软件)

2.2.2 可卸载(酌情卸载)

1
2
3
4
5
6
7
8
9
10
11
12
adb shell pm uninstall --user 0 com.miui.personalassistant #智能助理(负一屏)
adb shell pm uninstall --user 0 com.android.quicksearchbox #搜索
adb shell pm uninstall --user 0 com.miui.yellowpage #生活黄页
adb shell pm uninstall --user 0 com.miui.hybrid #快应用服务框架
adb shell pm uninstall --user 0 com.miui.miservice #服务与反馈
adb shell pm uninstall --user 0 com.miui.contentextension #传送门
adb shell pm uninstall --user 0 com.xiaomi.aiasst.service #小爱通话
adb shell pm uninstall --user 0 com.miui.voiceassist #小爱同学
adb shell pm uninstall --user 0 com.xiaomi.aiasst.vision #小爱翻译
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service #游戏服务
adb shell pm uninstall --user 0 com.miui.bugreport #用户反馈
adb shell pm uninstall --user 0 com.miui.analytics #小米广告分析(重启会自动安装)

2.2.3 其他可卸载(酌情卸载)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
adb shell pm uninstall --user 0 com.miui.systemAdSolution #小米系统广告解决方案
adb shell pm uninstall --user 0 com.miui.translation.kingsoft #金山翻译
adb shell pm uninstall --user 0 com.miui.translation.youdao #有道翻译
adb shell pm uninstall --user 0 com.miui.translation.xmcloud #小米云翻译
adb shell pm uninstall --user 0 com.miui.translationservice #翻译服务
adb shell pm uninstall --user 0 com.xiaomi.ab #小米商城系统组件
adb shell pm uninstall --user 0 com.miui.accessibility #小米闻声
adb shell pm uninstall --user 0 com.xiaomi.migameservice #游戏高能时刻
adb shell pm uninstall --user 0 com.miui.voicetrigger #语音唤醒
adb shell pm uninstall --user 0 com.miui.nextpay #小米支付
adb shell pm uninstall --user 0 com.xiaomi.payment #米币支付
adb shell pm uninstall --user 0 com.miui.securityadd # 游戏加速
adb shell pm uninstall --user 0 com.miui.hybrid.accessory # 智慧生活
adb shell pm uninstall --user 0 com.xiaomi.macro #自动连招
adb shell pm uninstall --user 0 com.miui.freeform # 自由窗口
adb shell pm uninstall --user 0 com.miui.carlink #CarWith

2.2.4 不确定能否卸载(尽量不要卸载)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
adb shell pm uninstall --user 0 com.miui.cit # CIT手机测试
adb shell pm uninstall --user 0 com.miui.contentcatcher # 应用程序扩展服务
adb shell pm uninstall --user 0 com.miui.maintenancemode # 维修模式
adb shell pm uninstall --user 0 com.miui.securityadd # 游戏加速
adb shell pm uninstall --user 0 com.miui.touchassistant # 悬浮球
adb shell pm uninstall --user 0 com.miui.tsmclient # 小米智能卡
adb shell pm uninstall --user 0 com.miui.phrase # 常用语
adb shell pm uninstall --user 0 com.mipay.wallet # 小米钱包
adb shell pm uninstall --user 0 com.xiaomi.joyose # 运动计步
adb shell pm uninstall --user 0 com.xiaomi.mirror # MIUI+ Beta版
adb shell pm uninstall --user 0 com.xiaomi.mircs # RCS 增强短信
adb shell pm uninstall --user 0 com.xiaomi.otrpbroker # OTRP 协议协商程序(物联网)
adb shell pm uninstall --user 0 com.miui.micloudsync # 小米云同步
adb shell pm uninstall --user 0 com.miui.cloudservice.sysbase # 小米云服务系统基础
# 其他不确定:小米智能卡、小米智能卡网页组件、小米互联通信服务、米币中心

2.2.5 不可卸载

*应用商店 应用包管理组件 小米服务框架
手机管家 *小米云备份 *小米云服务
*小米账号 银联可信服务安全组件小米版本 短信
主题壁纸 *系统界面组件 日历
下载管理 文件管理 时钟
钱包 联系人

【*】卸载后将无法正常开机