How to remove the default mode on the Xiaomi Redmi phone: from factory settings to hidden MIUI chips

The default mode on Xiaomi Redmi smartphones is a set of factory settings that are activated after a device is reset, upgraded, or turned on for the first time. For many users, such settings seem uncomfortable, from redundant animations in MIUI to forced services like mSA (Mi Security App) or Mi Cloud. But not everyone knows that some of these β€œsilences” can not just be turned off, but completely removed or replaced with alternative options.

In this article, we’ll break down the three default modes: from basic settings in the Xiaomi menu to deep changes through ADB and engineering menus. The focus will be on Redmi Note 10/11/12, Redmi 9/10 and later, but most of the ways work on older devices with MIUI 12-14. If you’re tired of intrusive notifications about β€œpower saving mode” or automatically enabled Dark Mode, here’s the solution.

1. What are the default modes on Xiaomi Redmi

Before you turn something off, you need to understand what's working in the background. There are three types of "silence" in MIUI:

  • πŸ“± System settings: screen brightness, theme, sound profiles. For example, after a reset, the phone always turns on Adaptive Brightness and Dark Theme on schedule.
  • πŸ”„ Automatic services: Mi Cloud, Find Device, Autostart for applications, which are activated on the first run and can slow down the work.
  • πŸ› οΈ Hidden modes: engineering menu (#4636##), test profiles for diagnostics, factory tests (CIT). They are not usually visible in the interface, but they affect performance.

The most annoying users of β€œsilence”: Reading mode (yellow filter), Smart recognition SIM-Cards (automatic switching between slots), battery optimization (limits background processes), while some features, such as the Game Turbo, can not be disabled by standard means – they will have to be cut through the system. ADB.

πŸ“Š Which default mode annoys you the most?
Energy saving regime
Automatic dark theme
Intrusive MIUI Notifications
Slow interface animation
Other

2. Method 1: Disconnect via standard MIUI settings

So, to start with, the simplest thing is what you can do without root rights and a computer, and most of the silences are hidden in the Settings menu β†’ Additional or Special Features.

  • πŸŒ“ Dark theme on schedule: Settings β†’ Screen. β†’ Dark subject. β†’ Turn off automatic switching.
  • πŸ”‹ Energy saving mode: Settings β†’ Battery β†’ Energy saving regime β†’ Select β€œHigh-performance".
  • πŸ“΅ Smart recognition SIM: Settings β†’ SIM-maps and mobile networks β†’ Recognition SIM-map β†’ Turn it off.
  • 🎡 Camera shutter sound: Settings β†’ Sounds and vibrations β†’ The sound of the camera shutter β†’ Turn it off.

Pay special attention to Settings β†’ Applications β†’ Application Management β†’ Autostart. You can turn off the automatic launch of unnecessary services (such as Mi Video or Mi Browser) that eat up the battery. But beware: disabling System UI or Android System can cause crashes!

β˜‘οΈ What to turn off first

Done: 0 / 5

Warning: Some settings (such as Developer Mode) may be activated again after the MIUI update is disabled. To avoid this, lock them in through ADB (more on this below).

Method 2: Reset to factory settings with data storage

If your phone is slowing down because of the accumulated silences, but you don’t want to lose files, use a soft reset, which only removes system settings, leaving photos, contacts and apps:

  1. Open the Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version to activate Developer Mode.
  3. Back to Settings β†’ Additionally. β†’ For developers.
  4. Find the Reset option (not to be confused with Reset and Reset!).
  5. Select Reset system settings – this will only delete the settings, not the files.

Once rebooted, the phone will boot with clean settings, but all apps and data will remain in place, a method that is useful if you want to get rid of digital junk, but are not ready for a complete reset.

What to do if the phone asks for a Mi Account after a reset?
If you previously linked your device to your Xiaomi account, you may be asked to enter your username/password after a reset. This is Mi Account Lock. To unlock: 1. Enter your associated account details. 2. If you don't remember your password, restore it on account.xiaomi.com. 3. If the phone is purchased by hand and the previous owner hasn't untied the account, contact Xiaomi with a purchase check.

⚠️ Warning: Soft reset does not remove updates MIUI. If the problems started after the update, you will have to roll back to the previous version via Fastboot.

Method 3: Removing System Applications Through ADB

Some of the "silences" are embedded in the firmware and not disabled through the menu, such as Mi Browser, Mi Music or GetApps (Xiaomi app store), you will need a computer and an ADB tool (Android Debug Bridge) to remove them.

Instructions:

  1. Install Platform Tools on your PC.
  2. Turn on the phone debugging over USB (Settings β†’ For developers).
  3. Connect Redmi to your computer and type in the command line: Adb devices Make sure the device is defined.
  4. To remove an unnecessary application, use the command: adb shell pm uninstall --user 0 com.xiaomi.nename Replace com.xiaomi.nename with the application package (see table below).
AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserYes (replace it with Chrome)
Mi Musiccom.miui.playerYes.
GetAppscom.xiaomi.mipicksYes (but you will lose access to branded themes)
Mi Cloudcom.miui.cloudserviceNo (will cause synchronization errors)
Security (mSA)com.miui.securitycenterPartially (you can turn off autostart)

⚠️ Warning: Removing system applications may disrupt the work MIUI. For example, without com.miui.securitycenter, your fingerprint and face unlock will stop working!

πŸ’‘

Before removing apps through ADB, check their addiction! for example, com.xiaomi.mipicks (GetApps) is linked to the theme store - its removal can break the wallpaper change.

5. Hidden modes: engineering menu and test functions

Xiaomi Redmi has hidden menus that allow you to turn off factory restrictions, for example, you can remove the volume limit in headphones (European standards) or turn off the check. SIM-roaming-card.

How to open the engineering menu:

##4636##

Here you can:

  • πŸ“Ά Testing the network (Information) β†’ GSM Service).
  • πŸ”Š Remove volume control (Hardware Testing) β†’ Audio β†’ Headset Mode).
  • πŸ“‘ View the sensor data (Sensors).

For advanced users, the CIT (Factory Test Mode) menu is available, which is opened by the command:

##248##

Here you can calibrate the screen, check the camera or reset the IMEI (caution!).

πŸ’‘

The engineering menu allows you to bypass some of the limitations of MIUI, but the wrong actions can lead to loss of communication or camera failure.

6 How to get it all back if something goes wrong

If after manipulating the settings, the phone began to glittle, there are three ways to return to work:

  1. Resetting settings (see Method 2).
  2. Recovery via Recovery: Turn off your phone. Press Power + Volume Up before the Mi logo appears. Select Wipe & Reset β†’ Reset Settings.

Fastboot flashing through Fastboot

fastboot flash all firmware.zip

Download the official firmware for your model on the Xiaomi Firmware website.

If after reset, the phone requires an old Mi Account, and you do not remember it, use the recovery service or contact support with a purchase check.

7. Frequent mistakes and how to avoid them

When working with Xiaomi Redmi settings, users often make the following mistakes:

  • 🚫 Removal of systemic APK backup β†’ leads to cyclical reset.
  • πŸ”§ Change in parameters CIT knowledgelessly IMEI β†’ loss.
  • πŸ”„ Shutdown of all auto-starts β†’ Some apps (like Google Play Services) will stop updating.
  • πŸ“± Resetting via Recovery without detachment Mi Account β†’ lock-in.

⚠️ Warning: If you plan to sell your phone, be sure to untie it from your Mi Account (Settings) β†’ Xiaomi account β†’ Exit) and make a full reset (Settings) β†’ Recovery and discharge β†’ Reset all settings otherwise the new owner will not be able to activate the device!

Can I remove ads in MIUI without root?
Yes, some of the ads are turned off in the settings: Settings β†’ Xiaomi Account β†’ Mi Advertising β†’ Disable β€œPersonalized Ads.” Settings β†’ Additional β†’ Ads β†’ Disable β€œShow Recommendations.” You can only completely remove the ads through ADB or install custom firmware.
Why does the dark topic come back on after the reset?
This is a feature of MIUI, which remembers some settings in the cloud. To permanently disable: Turn off theme sync (Settings β†’ Xiaomi Account β†’ Sync β†’ Topics). Delete the data from the Theme Manager application (Settings β†’ Applications β†’ Application Management β†’ Themes).
How to remove the inscription "Developer Mode is enabled" in the status bar?
This inscription adds MIUI It's safe, and you can only remove it through ADB: adb shell settings put global development_settings_enabled 0 But it will shut down all the functions for developers!
Can I turn off MIUI updates?
Completely not, but you can block the automatic installation: β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Turn off the "Downloading." ADB disable the update service: adb shell pm disable-user com.android.updater Important: Without updates, the phone will become vulnerable to viruses!
Why do they return after they have been removed from ADB?
This is due to the autorestore of system APKs when you update MIUI. To fix the changes: Turn off automatic app updates in Google Play. Use the command to "freeze" the package: adb shell pm hide com.xiaomi.app