Verified for macOS Tahoe 26.2

How to Fix System Settings Blank Window in macOS Sequoia 15.x

Opening System Settings on macOS Sequoia only to find a blank grey window? Here is the fix for the settings daemon.

TL;DR fix

The full fix is in The Fix section below. Verified on macOS Sequoia 15.x.

Recommended Troubleshooting Tool

Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.


The Symptom

The "System Settings" app launches, but the sidebar and content area are empty, or the app hangs immediately.

The Fix

  1. Kill the Settings Daemon

Open Terminal and run:

killall -9 com.apple.systempreferences.service
  1. Clear the Settings Cache

Run this command to clear the user-level preferences cache:

rm -rf ~/Library/Caches/com.apple.systempreferences
  1. Check for Corrupted Plists

Sometimes a specific pane is the problem. Try launching a specific settings pane via Terminal to bypass the main menu:

open x-apple.systempreferences:com.apple.preference.network

If this works, the issue is likely with the "General" or "Appearance" cache.


Pro Tip

If the issue persists, try creating a New User Account in Terminal. If it works there, your main user profile has a deeper corruption.