com.android.providers.partnerbookmarks on Xiaomi: what it is, why you need it and how to work with it

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.

πŸ“Š What browser do you use on Xiaomi?
Mi Browser
Google Chrome
Firefox
Other
I don't use a browser.

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:

  1. 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).
  2. 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.
  3. 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 searchingWhat do you do?Are root rights required?
Settings β†’ ApplicationsEnable the display of system processes❌ No.
ADB-teamConnect the phone to the PC and enter a command❌ No.
File managerCross 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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the Partner Bookmark Provider.
  3. 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.partnerbookmarks

This 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-->

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 causeDecision
"The app stopped."Browser cache damagedClear the Mi Browser data
The bookmarks are not synchronizedModule offlineInsert com.android.providers.partnerbookmarks
Permanent failure notificationsConflict with the MIUI updateUpdate the firmware or reset the browser
The browser does not open the pages.Module removed incorrectlyRestore 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?
If you deleted com.android.providers.partnerbookmarks and Mi Browser now issues errors, there are two options: 1. Restore the module via firmware (for example, using the help of the software). MIUI bootloader and TWRP). 2. Install another browser (like Google Chrome or Firefox) and use it instead of Mi Browser.The second option is easier but some features MIUI (For example, synchronization with Xiaomi account will not work.

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:

  1. Open your browser and go to the tab tab Bookmarks (star icon).
  2. Press and hold the unnecessary bookmark.
  3. Choose Delete.

On Google Chrome:

  1. Open Chrome and click on the three dots in the top right corner.
  2. Select Bookmarks.
  3. 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.

FAQ: Frequent questions about com.android.providers.partnerbookmarks

❓ Can I remove this module completely without any consequences?
Technically, yes, but it can cause Mi Browser to crash, especially if you're using bookmark sync, and if you're not using a standard browser, deleting it won't hurt. ~1 MB of memory, so there is little point in it.
❓ Why After Updating MIUI Partner bookmarks appear again?
This is because the com.android.providers.partnerbookmarks module restores default bookmarks when you update your firmware. To avoid this, disable the module through the ADB or remove it with root access.
❓ Does this module affect the autonomy of the phone?
No, the power consumption is minimal, because the module is only activated when you open the browser, it doesn't run in the background all the time, and it doesn't drain the battery.
❓ Can I transfer bookmarks from Mi Browser to Chrome?
Open Mi Browser, export bookmarks to file (usually in format) HTML), Then import them to Chrome through settings (Bookmarks) β†’ Import of bookmarks).
❓ Why some Xiaomi phones don’t have this module?
On firmware for the European market (MIUI EU) Or custom builds like LineageOS, which can be removed or replaced with a peer-to-peer model without partner bookmarks, and it's not on some budget models where the Mi Browser is replaced by Google Chrome.