Xiaomi Guide: What is this application and how to configure it

When using Mi or Redmi smartphones regularly, users often notice a system component called the Handbook or Xiaomi Handbook in the list of running processes and installed applications. Many gadget owners wonder about the functionality of this module, considering it an extra element that occupies memory resources. In fact, it is an integrated system service that is responsible for integrating the device with the smart home ecosystem and provides a quick search for information about connected devices.

This component is not a virus or malware, as some inexperienced users mistakenly believe when they see it in Task Manager, but acts as a link between MIUI (or HyperOS) and the company’s cloud servers, allowing you to instantly get data on the characteristics of your equipment. Understanding the principles of this tool will help you better control the operation of your smartphone and, if necessary, correctly adjust its parameters.

In this article, we will discuss in detail the purpose of the system application, how it is used to control gadgets and how to disable intrusive notifications. It is important to know that the complete removal of this component can lead to incorrect operation of smart home scenarios, so you should interfere with its work consciously. Let’s find out what role this service plays in the architecture of the Android shell from the Chinese manufacturer.

Main purpose of the system component

The Handbook app (often known as Mi Reference or Xiaomi Reference) is primarily focused on device identification. When you connect a new gadget, whether it’s a headphone, fitness bracelet or robot vacuum cleaner, it reads a unique identifier and downloads relevant information from the manufacturer’s database, allowing the system to automatically suggest the correct control interface and the required drivers.

In addition, the component is responsible for displaying pop-ups with charge status and settings when pairing accessories. Without active backgrounds of the com.xiaomi.reference process (or similar), you may find that smart light bulbs will stop responding to commands, and the phone will not “see” scales or an air purifier. This is a critical part of the IoT (Internet of Things) infrastructure in the brand ecosystem.

It is also used to authenticate accessories and provide links to official user manuals, analyzes the connected hardware and, if it finds matches in the database, suggests going to detailed specifications, which is especially useful when you need to quickly find out supported Bluetooth codecs or the version of the Wi-Fi protocol for a particular device.

⚠️ Note: If you see that the Handbook process consumes an abnormally high amount of energy (more than that). 10-15% per day), this may indicate a failure in the communication module or an attempt to constantly update the database at a weak network signal.

Importantly, the service is closely integrated with the Mi Home (or Xiaomi Home) application, which acts as a reference layer that provides metadata: images, feature descriptions, and firmware version compatibility, and disabling this component can break the logical chain between hardware and the software shell, causing device icons to disappear from the notification curtain.

How to find and run an application on a smartphone

Since the Handbook is a system component, it is often hidden from the eyes of the average user and does not have a bright icon on the desktop. To find it, you need to go to the settings menu and select the App section, then tap on the All Apps item. The list that opens should look for the title "Handbook", "Mi Reference" or "Xiaomi Reference".

To get more in-depth access to functions, you can use the settings search. At the top of the settings screen, there's a magnifier where you want to type in the "Directory" request. The system will highlight the section you want to see the version of the application, the amount of memory you're using, and the access rights, which is the standard procedure for diagnosing any system services on Android.

In some versions of MIUI firmware, the directory is accessed via a security app or through the About Phone menu. By clicking on the MIUI version several times in a row, you can see a hidden menu where sometimes you duplicate information about connected devices that our service processes. However, the main interface is often hidden and runs in the background.

Hidden Launch Pathways
In older versions of firmware, full functionality of the directory could be accessed via the engineering menu by typing the code ##64663## in the call, but in modern versions of HyperOS this path is closed for security reasons.

If you plan to reset the settings of this application, you need to do this through the memory management menu. Select Clear Data and confirm the action. This will not delete your personal files, but reset the cache of downloaded device descriptions, which can be useful in eliminating sync errors.

Use to manage a smart home

The main practical benefit of the handbook is when you configure smart home scenarios, it allows your smartphone to “understand” which devices are nearby and suggest appropriate actions, for example, when you connect a smart socket, the handbook will tell you that this device can work on a timer, and add the appropriate switches to the control interface.

When you add a new device to the Mi Home app, Xiaomi's handbook downloads the interface localization. If you bought a device designed for the Chinese market but use a Russified smartphone, this component will try to adapt the feature names so that they are understandable to the user. Without it, all settings could be displayed in English or Chinese.

📊 What Smart Home Devices You Are Using?
Light bulbs and ribbons
Robot vacuum cleaners
Security cameras
I don't have a smart home.

It also provides a desktop widget, and when you put the air conditioner button on the screen, or you see the headphone charging status in the curtain, it's often the handbook database that displays this graphic information, and it stores icons and status parameters for thousands of models.

  • 📱 Provides correct display of icons of connected gadgets in the notification curtain.
  • 🌐 Uploads current feature descriptions for new device models.
  • 🔗 Synchronizes device statuses between different ecosystem applications.
  • ⚙️ Provides an interface for quick customization of automation scenarios.

It is worth noting that the directory requires an active Internet connection at the time of initial pairing. Once the device is added and the data is cached, the basic management can work locally, but you still need to communicate with the server to update firmware and complex scenarios.

Problem with advertising and intrusive notifications

One of the most common reasons users are interested in this application is the appearance of banner ads. Indeed, in some regions and firmware versions, the Guide can be used as a channel for delivering advertising content, especially after a new device is connected or a system update, which causes irritation and a desire to immediately remove the component.

Ads usually appear as pop-ups offering to buy accessories or use the company’s services. To minimize this effect, you need to go to the settings of the application itself, “Security” or “Download” (as the directory often works through them), there you should find the section Get recommendations and disable all sliders related to personalization and promotions.

⚠️ Note: Complete shutdown of system processes through ADB Or root rights can lead to a smartphone being "bricked" or unable to boot the operating system!

Push notifications can also come from Mi. To turn them off, go to Settings → Passwords & Security → Access to Personal Data. Find the “Handbook” or “Mi Reference” list and deny Internet access. This will deprive the application of the ability to download banner ads, but will retain its basic functionality by identifying devices.

Another effective method is to disable notifications specifically for this app. Go to Settings → Notifications and Status bar → Notification Management. Find the Directory and uncheck permission to display notifications. This will remove pop-up messages, but will not disrupt background services.

Instructions for shutting down or restricting work

If you're not using the smart home ecosystem and you're annoyed by the presence of a redundant process, you can try to limit it, but remember that completely removing a system application without root rights is not possible by standard means. We can only stop it from working or limit background activity.

To start, try the standard method through settings. Open Settings → Apps → All apps, find the Handbook. Press Stop and then Disable (if this option is available in your Android version). If the Disable button is inactive, it means that the component is critical to the shell.

☑️ Action plan to limit the service

Done: 0 / 5

A more radical but effective way is to use ADB (Android Debug Bridge) from a computer, which requires a USB connection and minimal technical skills, and allows the app to be frozen for the current user, which is effectively tantamount to deletion, but leaves the possibility of recovery.

adb shell pm disable-user --user 0 com.xiaomi.reference

Executing this command in the command line (after connecting the phone in debugging mode) will hide the application and stop all its processes. If you want to return everything as it was, use the command adb shell pm enable com.xiaomi.reference. This is the safest way to deal with system “garbage”.

Method of exposureDifficultyRisks.Efficiency
Disabling notificationsLow.No.Medium (removes only pop-ups)
Banning Internet accessLow.No.High (blocks ads)
Stopping through settingsLow.MinimumTemporary (starts again)
Disconnection through ADBTall.Medium (care is needed)Maximum (complete shutdown)

Impact on productivity and battery

In normal condition, the Xiaomi Handbook consumes minimal resources, a background service that only activates when new hardware is connected or on schedule to check database updates, and its standby effect on battery power is less than 1% per day, which is absolutely normal.

However, if you see a fast discharge, it is worth checking whether the application is on the list of “Spooky.” Sometimes software failures occur when the process “stuck” in the cycle of trying to connect to the server, in which case it helps to clean the cache or restart the device, and it is also worth checking the firmware version – in old builds there may be optimization errors.

💡

If your phone is running out fast, try to limit the background work of the directory for a week, and if the autonomy increases, then the problem was precisely in the constant attempts to synchronize.

The interface speed (FPS in games, application opening speed) is almost unaffected by the directory, it doesn't use a graphics accelerator, it doesn't require large amounts of RAM, and its presence in task manager is a regular situation, indicating that the system is ready to work with the periphery.

⚠️ Warning: Do not use third-party memory accelerators and cleaners that aggressively end the Handbook process. This can cause permanent service restarts, which will lead to increased battery consumption.

For users who value each percent of autonomy, it is recommended to disable automatic data updates in the settings of the Mi Account. This will prevent the service from periodically accessing the network to check new products in the device catalog, which will slightly reduce network activity.

Frequently Asked Questions (FAQ)

Can I remove the Xiaomi Directory completely without root rights?
The standard system means no, the Delete button will not be available, but you can use the computer and the ADB utility for the pm disable-user command, which effectively hides the application and stops it from working, although the files will remain in the system partition.
Is it safe to deny internet access to this app?
Yes, it's safe for the smartphone itself to work, so you just turn off the ability to download device database updates and banner ads, and you can typically maintain local control over Bluetooth or Wi-Fi for your already connected devices.
Why did the Reference Resurface appear again after the reset?
Because it's a system application, it's embedded in the operating system image, and when you reset it, it goes back to the factory state, where it's the default component, and you have to turn it off again.
Does disabling the directory affect Mi Home?
Basic management of already added devices is likely to continue, but status pop-ups may disappear, desktop widgets may stop updating, and adding new devices may not be correct or Russified.
Is this process a virus if it loads the processor?
The com.xiaomi.reference process itself is not a virus, but if it loads the processor 100%, it can be a sign of software conflict, firmware error, or (in rare cases) masking a malicious miner as a system process.