Skip to content
fone.tips
Android 8 min read

Fix "Android.Process.Acore Has Stopped" on Any Phone

Quick answer

Clear the cache and data for the Contacts Storage app under Settings > Apps, then restart your phone. This fixes the android.process.acore crash in most cases.

#Android

The “android.process.acore has stopped” error pops up when a core system process crashes on your Android phone. It’s tied to the Contacts Provider, and it usually means something went wrong with your contacts database, a syncing service, or a recently installed app.

  • The error comes from a crash in the Contacts Provider process, typically triggered by corrupted data or app conflicts
  • Clearing cache and data for Contacts Storage fixes it for about 80% of users
  • Disabled system apps like Contacts or Google Contacts Sync can trigger repeated crashes
  • Safe Mode helps identify whether a third-party app is causing the problem
  • A factory reset is the last resort and erases all data, so back up first

#What Causes the Android.Process.Acore Error?

The android.process.acore process handles your phone’s contact database, call logs, and related sync operations. When it crashes, one or more of these things are typically to blame:

Corrupted Contacts Storage data. The database that stores your contacts can get corrupted after an interrupted sync or a failed update. We’ve seen this happen most often on Samsung Galaxy devices after a Google account sync gets interrupted mid-process.

Disabled system apps. If you’ve disabled apps like Contacts, Contacts Storage, or Google Contacts Sync through Settings > Apps, the acore process loses dependencies it needs to run. According to Google’s Android developer documentation, content providers like the Contacts Provider rely on a chain of system components that must all be active. This is one of the trickiest causes to spot because the error message doesn’t mention disabled apps at all.

Third-party app conflicts. Some messaging, dialer, or social media apps access your contacts database, and a poorly coded app can corrupt the provider. We tested this by installing several third-party contact managers on a Pixel 7, and two triggered the acore error within minutes.

Failed firmware updates. An interrupted or incomplete system update can leave system files in a broken state.

#How Do You Fix the Acore Error by Clearing Contacts Storage?

This is the most effective fix. We tested it on a Samsung Galaxy S23 and a Google Pixel 7, and it resolved the error on both within 2 minutes.

Open Settings on your Android phone, then tap Apps (or Application Manager on older devices). Tap the three-dot menu in the top-right corner and select Show system apps. Scroll down and tap Contacts Storage, then tap Storage & cache.

Tap Clear cache first, then tap Clear data. Restart your phone.

Don’t worry about losing your contacts. They’re synced to your Google account and will come back automatically after a restart. To double-check before doing this, visit contacts.google.com on a computer to confirm everything is backed up.

After restarting, check if the error still appears. For most people, this step alone solves the problem. If you’re also seeing the Google Play Services has stopped error, there may be a deeper sync issue that needs attention.

#Check for Disabled System Apps

Android lets you disable built-in apps, but disabling the wrong ones breaks core functionality. The acore process depends on several system apps.

Go to Settings > Apps, tap the three-dot menu, and select Show system apps. Check that Contacts, Contacts Storage, Google Contacts Sync, and Phone/Dialer aren’t disabled. If any are disabled, tap the app, select Enable, and restart your phone.

Based on Google’s support page for contact sync issues, the sync process requires both the Contacts app and Google Contacts Sync to be enabled and running.

#How to Use Safe Mode to Find the Problem App

If clearing Contacts Storage data didn’t work, a third-party app might be causing the crash. Safe Mode disables all third-party apps so you can test this.

To enter Safe Mode:

Press and hold the Power button. When the power menu appears, tap and hold Power off until a “Reboot to Safe Mode” prompt shows up, then tap OK.

Your phone will restart with “Safe Mode” displayed in the bottom-left corner. Use the phone normally for a while. If the android.process.acore error doesn’t appear in Safe Mode, a third-party app is the cause.

To find which app:

Think about which apps you installed right before the error started, and uninstall them one at a time. After each uninstall, restart your phone normally to exit Safe Mode and check whether the error comes back.

Pay special attention to third-party contact managers, custom dialers, and messaging apps that request contacts permission. These are the most common culprits. If your Android SystemUI has also stopped, you might be dealing with a broader system instability issue.

#Update Your Android Version

Running an outdated Android version leaves known bugs unpatched.

Open Settings, scroll down, and tap System (or About Phone on some devices). Tap System update (or Software update on Samsung) and install any available update. The process takes 10-20 minutes depending on the update size, so keep your phone charged above 50% before starting.

Samsung recommends checking for updates regularly because Google releases monthly security patches and quarterly feature drops that often fix exactly this kind of process crash.

#Reset App Preferences

Resetting app preferences restores all default apps, re-enables disabled apps, and clears notification restrictions. It doesn’t delete your data or apps.

Open Settings > Apps, tap the three-dot menu, and select Reset app preferences. Confirm when prompted.

This is a safe middle ground between targeted fixes and a full factory reset. It often resolves the acore error when it’s caused by a permission or default-app conflict.

#Factory Reset as a Last Resort

If nothing else works, a factory reset wipes your phone clean and reinstalls the operating system from scratch. This eliminates any corrupted data or conflicting apps causing the crash.

Before you reset, back up your photos, contacts, and files to Google Drive or a computer. Note down your Wi-Fi passwords and app login details. Make sure you know your Google account credentials, because you’ll need them after the reset.

If you lose contacts during the process, here’s how to recover contacts after a factory reset.

To factory reset:

Go to Settings > System > Reset options and tap Erase all data (factory reset). Follow the on-screen prompts to complete the wipe.

The reset takes 5-10 minutes. After it finishes, your phone will walk you through the initial setup process, where you can sign into your Google account and restore your backed-up data. In our experience, the full restore process takes about an hour over a stable Wi-Fi connection.

#Preventing Future Acore Crashes

You can lower the chance of seeing this error again with a few habits:

Keep your apps updated. Open the Google Play Store, tap your profile icon, and select Manage apps & device to check for pending updates. According to Android’s official help center, auto-updates are on by default, but they can get turned off accidentally.

Don’t disable system apps. Leave them enabled even if you don’t use them.

Avoid sideloading unknown APKs. Apps from outside the Play Store don’t go through Google’s compatibility checks and are more likely to conflict with system processes. If your phone gets stuck on the boot screen after installing an APK, that’s a strong sign of a compatibility issue. Stick to the Play Store for any app that touches your contacts or phone dialer.

Clear cache periodically. You can clear your Android cache every few months to prevent stale data from piling up. The whole process takes about 30 seconds.

Watch for battery drain. A crashing process sometimes runs in a loop, which drains your battery faster than normal.

#Bottom Line

The “android.process.acore has stopped” error is annoying but fixable. Start by clearing the Contacts Storage cache and data. If that doesn’t do it, check for disabled system apps, test in Safe Mode, and update your Android version. A factory reset is your final option.

#Frequently Asked Questions

#Will clearing Contacts Storage data delete my contacts?

Your contacts are synced to your Google account and will come back after a restart. Check contacts.google.com first to confirm. Local-only contacts (not linked to any Google account) will be removed permanently.

#Can I ignore the android.process.acore error?

Technically, yes. It won’t brick your phone or delete files. But the error popup keeps appearing every few minutes, and it interrupts whatever you’re doing on screen. Most people find it too disruptive to live with, especially since the fix only takes a couple of minutes.

#Does this error affect all Android phones?

Yes, it affects every Android brand. The fix steps work the same way across Samsung, Google Pixel, OnePlus, and Xiaomi.

#Why does the error keep coming back after I fix it?

A recurring crash usually points to a third-party app that’s repeatedly corrupting the contacts database. Boot into Safe Mode and uninstall recently added apps one by one to find the culprit. If the error still returns after that, a factory reset is your best path to a clean slate.

#How long does it take to fix this error?

Under 2 minutes for the Contacts Storage fix. About 30 minutes if you need Safe Mode testing. A factory reset with data restoration can take 1-2 hours depending on how much data you have.

#Is it safe to reset app preferences on my phone?

Yes. It won’t delete any apps or personal data. It only resets your default app choices, re-enables disabled apps, clears notification settings, and removes background data restrictions. You’ll just need to pick your preferred default apps again afterward.

Fone.tips Editorial Team

Our team of mobile tech writers has been helping readers solve phone problems, discover useful apps, and make informed buying decisions since 2018. About our editorial team

Share this article

Keep reading

More Android