Unfortunately, Settings has stopped

Android 'Unfortunately, Settings has stopped' crash fix

Mobile – Android Beginner 👁 17 views 📅 May 25, 2026

This error means the Settings app crashed, usually from a bad app update or corrupt cache. Clear the Settings app data and cache, then reboot — that fixes 90% of cases.

Quick answer

Go to Settings (if it opens briefly) or long-press the Settings icon and tap App Info. Then tap Storage & Cache, then Clear Cache and Clear Storage. Reboot the phone. If Settings won't open at all, boot into Safe Mode and do it there, or use ADB.

Why this happens

This error pops up when the Settings app itself borks — almost always from a corrupt cache or data file. The usual triggers: a failed system update, restoring a backup from an older Android version, or installing a third-party launcher that messes with system preferences. I've seen it on Samsung Galaxy S22s after One UI updates and on Pixel 6s after sideloading an OTA. It's rarely hardware — it's almost always software corruption.

Don't bother uninstalling the last app you downloaded. That's a waste of time. The culprit here is the Settings app's own cache or data partition getting corrupted.

Fix steps (90% success rate)

  1. Clear Settings app cache and data
    Go to Settings > Apps > See all apps > Settings. Tap Storage & Cache, then Clear Cache first. Then tap Clear Storage (or Clear Data on older Android). Confirm when prompted. This wipes the Settings app's local data — it doesn't delete your personal files or accounts, but you may need to re-set some preferences like wallpaper or default apps.
  2. Reboot the phone
    A plain restart clears residual memory. Don't skip this — the cache clear often doesn't take effect until you reboot.
  3. If Settings won't open
    Force close it: long-press the Settings icon, tap the info (i) icon, then tap Force Stop. Then do the cache/data clear from that same screen. If the app doesn't respond at all, boot into Safe Mode (press and hold Power, then long-press Power off until Safe Mode prompt appears). Safe Mode disables third-party apps. Then repeat step 1.

Alternative fixes if the main fix fails

If clearing cache and data didn't work, move to these in order:

1. Wipe the system cache partition

This clears Android's system-level cache (not app-specific). Steps vary by manufacturer:

  • Samsung: Power off. Press and hold Volume Up + Power until recovery menu appears. Use volume keys to scroll to Wipe cache partition, press Power to select. Reboot.
  • Pixel: Power off. Press and hold Volume Down + Power until bootloader appears. Use volume keys to select Recovery mode, press Power. When the Android mascot appears, press and hold Power + tap Volume Up. Select Wipe cache partition from the menu.
  • OnePlus: Power off. Press and hold Volume Down + Power until recovery menu. Select Wipe data and cache — but only choose Wipe cache, not factory reset.

2. Uninstall recently updated system apps

Sometimes an update to Android System WebView or Google Play Services triggers this. Go to Apps > Google Play Services > Three-dot menu > Uninstall updates. Do the same for Android System WebView. Reboot.

3. Boot into Safe Mode and check for troublemakers

If the error stops in Safe Mode, a third-party app is the cause. Uninstall apps one-by-one, starting with anything that modifies system settings — launchers, battery savers, or automation apps like Tasker. Reboot after each uninstall and test.

4. Factory reset (last resort)

If none of the above works, back up your data (photos, contacts, etc.) and do a factory reset from Recovery Mode. This nukes the entire Settings data and rebuilds it fresh. Only do this if you're ready to set up the phone from scratch.

Prevention tip

To keep this from happening again: don't restore Settings app data from backups. When you set up a new phone or reflash firmware, skip the option to restore system settings from a cloud backup. Manually re-enter your Wi-Fi passwords and preferences instead. Also, avoid installing system-modifying apps right after a major OS update — give it a week for patches to roll out.

Pro tip: If you're rooted, you can freeze or remove the Settings app entirely and install a third-party settings replacement like Simple Settings. But that's advanced stuff — stick to clearing cache if you're not comfortable with ADB or root.

Was this solution helpful?