Fix System Settings Blank Window
Opening System Settings on macOS Sequoia only to find a blank grey window? Here is the fix for the settings daemon.
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.
- [Download CleanMyMac X Free Here](#)
- [Browse 240+ Premium Mac Utilities on Setapp](#)
The Symptom
The "System Settings" app launches, but the sidebar and content area are empty, or the app hangs immediately.
The Fix
- Kill the Settings Daemon
Open Terminal and run:
killall -9 com.apple.systempreferences.service
- Clear the Settings Cache
Run this command to clear the user-level preferences cache:
rm -rf ~/Library/Caches/com.apple.systempreferences
- 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.