If you've ever looked through the installed app list on a Xiaomi smartphone, you've probably stumbled upon a strange name -- com.android.providers.partnerbookmarks. It doesn't have a familiar icon, doesn't show up on the menu, and generally behaves like a ghost on the system. What is it? Why is it needed? Can it be removed without consequences? And why does it sometimes cause errors?
Today we're going to take a closer look at this system module, from its purpose to how it's managed, how it relates to the browser and bookmarks, why Xiaomi uses it, and what to do if it starts to "glut," and also the myth that removing it will speed up the phone (spoiler: it's not).
So, to start with, it's not a virus, it's not spyware, it's not junk. It's a standard Android component that Xiaomi has adapted to suit its needs. But let's get this straight.
What is com.android.providers.partnerbookmarks?
com.android.providers.partnerbookmarks is a system application that manages affiliate bookmarks in the browser. It's integrated into the firmware. MIUI It works in conjunction with a pre-installed browser (usually Mi Browser or Google Chrome, depending on the region).
Its main task is to manage bookmarks that are added by default by the manufacturer or carrier, for example, when you first open a browser on a new Xiaomi, there may already be bookmarks on Mi Community sites, Xiaomi Shop or partner services (for example, AliExpress, Booking.com, etc.), which is what our hero is responsible for.
Technically, it's ContentProvider, part of the Android architecture that provides data to other applications, in this case feeding the browser information about bookmarks that have not been added manually by the user.
- πΉ Not to be confused with a virus: the file does not have malicious code, it is an official component. MIUI.
- πΉ Does not take up much space: usually weighs less than 1MB as it does not contain heavy resources.
- πΉ Works in the background: activated only when opening the browser or synchronizing bookmarks.
Interesting fact: on some Xiaomi firmware (especially for the Chinese market), this module may contain bookmarks on local services that are useless outside of China, for example, links to Weibo, Taobao or Baidu.
Why would Xiaomi want that?
Xiaomi, like other vendors, is partnering with different services, and pre-installed bookmarking is one way to monetize and promote these partners, and if you see AliExpress bookmarked out of the box in your browser, for example, that's the result of that agreement.
There are also practical benefits for the user:
- β Quick access to popular services without manual search.
- β Localization: in different regions, market-relevant bookmarks are shown.
- β Integration with MIUI: Bookmarks sync with your Xiaomi account if you use Mi Browser.
However, not everyone likes these "imposed" bookmarks; fortunately, they can be manually removed (more on that later), but the com.android.providers.partnerbookmarks module itself will remain in the system.
β οΈ Note: Removal of this component through ADB or root access may cause browser malfunctions, especially if you use Mi Browser, bookmarks will no longer sync, and some features (such as Favorites) may not work properly.
Some forums recommend removing this module to "speed up the phone," which is a myth: it doesn't consume any noticeable resources or affect performance, but the browser problems after deleting are real.
π‘
com.android.providers.partnerbookmarks is not garbage, but a system component for managing affiliate bookmarks. Deleting it won't speed up the phone, but it can break the browser.
Where is this app and how to find it?
Because it's a system component, it doesn't appear in the main app menu, but it can be found in a number of ways:
- Through Application Settings: Go to Settings β Annexes β Application management, then click on the three dots in the upper right corner and select Show System Processes. In the list, find Partner Bookmarks Provider (or Partner Bookmarks Provider in English firmware).
- Through ADB (Connect your phone to your PC and execute the command: adb shell pm list packages | grep partnerbookmarks This will display the full name of the package.
- Through file manager with root access: Module is on track /system/priv-app/PartnerBookmarksProvider or /system/app/PartnerBookmarksProvider.
If you didn't find it on the app list, it might be hidden deeper in the system. - On some Xiaomi firmware (e.g, MIUI 14 and later) it can be renamed or integrated into another module.
| Method of searching | What do you do? | Are root rights required? |
|---|---|---|
| Settings β Applications | Enable the display of system processes | β No. |
| ADB-team | Connect the phone to the PC and enter a command | β No. |
| File manager | Cross the path /system/priv-app/ | β Yes. |
| Third-party utilities (e.g. App Inspector) | Scan the system for the presence of a package | β No. |
If you find it on the list, don't rush to click "Delete" or "Disable" before you check if you're using Mi Browser as your primary browser.
π‘
To quickly find system applications in MIUI, in the search bar at the top of the App Management screen, type "partner" or "bookmarks".
Can I delete com.android.providers.partnerbookmarks?
Technically, yes, but not recommended. Here's what happens if you delete it:
- β Pre-installed bookmarks will disappear (but this can be done manually too).
- β Synchronization functions in Mi Browser may break.
- β Possible errors in the update MIUI (The system will attempt to recover the remote module).
- β Released. ~1 MB of memory (minor).
If you want to get rid of it, there are several ways:
Method 1: Disconnect (without root)
This is the safest option:
- Open Settings β Applications β Application Management.
- Find the Partner Bookmark Provider.
- Click Disable (if the button is active).
Method 2: Removal via ADB (without root)
Connect your phone to your PC and do:
adb shell pm uninstall -k --user 0 com.android.providers.partnerbookmarksThis command will only remove the application for the current user without affecting system files.
Method 3: Complete removal (root required)
Using a file manager (such as Root Explorer) go to /system/priv-app/ and delete the PartnerBookmarksProvider folder.
β οΈ Note: If after deleting the browser starts to give errors such as "Unfortunately, the browser application stopped", restore the module through firmware or reset settings. MIUI airborne (OTA).
Make a backup of browser data|Check if the Mi Browser is used as the main one|Make sure there is access to ADB root|Prepare for possible disruptions-->
Errors related to com.android.providers.partnerbookmarks
Sometimes this module can cause failures, and here are the most common problems and solutions.
1. Error "Affiliate Bookmarker App has stopped"
Cause: Browser conflict or cache damage.
Decision:
- Clear the cache and browser data (Settings) β Annexes β Mi Browser β Warehouse).
- Reboot the phone.
- If the error repeats, reset your browser settings to factory.
2. The bookmarks are not synchronized
Reason: The module is disabled or damaged.
Decision:
- Check if the Partner Bookmark Provider is enabled in the application settings.
- Update the Mi Browser to the latest version.
- Log out and log in to Xiaomiβs account again.
3. Permanent failure notifications
Reason: Conflict with Update MIUI.
Decision:
- Install the latest firmware update.
- If the problem remains, reset your browser settings.
- In the extreme, disable the module through ADB (see the instruction above).
| Mistake. | Probable cause | Decision |
|---|---|---|
| "The app stopped." | Browser cache damaged | Clear the Mi Browser data |
| The bookmarks are not synchronized | Module offline | Insert com.android.providers.partnerbookmarks |
| Permanent failure notifications | Conflict with the MIUI update | Update the firmware or reset the browser |
| The browser does not open the pages. | Module removed incorrectly | Restore through firmware |
If none of these methods worked, try resetting your phone to factory settings (be sure to back up!) and 90% of the time, this solves the system module problem.
What if after removing the module, the browser stopped working?
How to remove unnecessary partner bookmarks?
If you're annoyed by pre-installed bookmarks, you can delete them without tampering with system files. Here's how to do this:
In Mi Browser:
- Open your browser and go to the tab tab Bookmarks (star icon).
- Press and hold the unnecessary bookmark.
- Choose Delete.
On Google Chrome:
- Open Chrome and click on the three dots in the top right corner.
- Select Bookmarks.
- Find the unnecessary bookmark, click on the three dots next to it and select Remove.
If bookmarks reappear after a browser or firmware update, it means that the com.android.providers.partnerbookmarks module restores them.
- π Disable the module (see instructions above).
- π Use another browser (such as Firefox or Brave).
- π Install custom firmware (for example, LineageOS), where this module is not available.
On some Xiaomi firmware for the European market (MIUI EU) Partner bookmarks have already been removed or replaced with neutral ones (e.g. Google, YouTube). If you are annoyed by Chinese services, you can consider reflashing on the Internet. MIUI EU or Global ROM.
π‘
To prevent unnecessary bookmarks from appearing again, after removing them, turn off automatic synchronization in the browser settings.
Alternative solutions: how to avoid problems with partner bookmarks
If you donβt want to mess with removing a module or resetting your browser, there are easier ways to avoid problems:
1. Use a different browser
Install Google Chrome, Firefox or Brave and make it the default browser. In this case, com.android.providers.partnerbookmarks will not affect your work, as it interacts mainly with Mi Browser.
2. Turn off bookmark synchronization
Go to the Mi Browser settings and turn off sync with your Xiaomi account. This will prevent the recovery of deleted bookmarks.
3. Install custom firmware
Firmware like LineageOS, Pixel Experience or MIUI EU They don't contain affiliate bookmarks or associated modules, but they require you to unlock the bootloader and get root access to install them.
4.Use the launcher without advertising
Some alternative launchers (like Nova Launcher or Lawnchair) allow you to hide system applications, including com.android.providers.partnerbookmarks, so that they donβt appear in the list.
If you decide to go the custom firmware route, remember that this voids the warranty and requires technical skills. For most users, simply changing your browser or removing unnecessary bookmarks manually is enough.
π‘
The easiest way to avoid partner bookmarking problems is to use a different browser, which does not require root rights and does not affect the stability of the system.