Stop Screen Flickering Macos Sequoia Safe Mode [Solved]

Immediate Fix: Booting into Safe Mode

If your screen is flickering on macOS Sequoia, the fastest resolution is to trigger a Safe Mode boot. This process clears system caches and disables third-party kernel extensions that typically cause display driver conflicts.

Mac Hardware Steps to Enter Safe Mode
Apple Silicon (M1, M2, M3) Shut down. Hold Power button until “Loading startup options” appears. Select your disk, hold Shift, and click “Continue in Safe Mode.”
Intel Processors Restart your Mac and immediately press and hold the Shift key until the login window appears.

Once you have logged in to Safe Mode, let the desktop sit for 30 seconds. Restart your Mac normally via the Apple Menu. This “flush and reboot” cycle often fixes flickering caused by corrupted Sequoia window server caches.

Technical Explanation

Screen flickering in macOS Sequoia is frequently linked to the WindowServer process and how it interacts with GPU acceleration. When system-level caches become bloated or corrupted during an OS update, the synchronization between the display buffer and the refresh rate breaks.

Safe Mode forces macOS to use a basic graphics driver instead of the fully accelerated GPU stack. By doing this, it bypasses problematic code paths and deletes temporary files located in /private/var/folders that are known to cause UI stuttering and flickering.

MacBook Pro displaying a stable macOS Sequoia desktop after fixing screen flickering issues.

Alternative Methods

Manual Cache Clearance via Terminal

If the flickering returns after a normal reboot, you can use the Terminal to delete the WindowServer preference files. This forces the OS to regenerate the display configuration from scratch.

sudo rm /Library/Preferences/com.apple.windowserver.plist
killall WindowServer

Adjusting Refresh Rate Settings

macOS Sequoia sometimes struggles with ProMotion (Variable) refresh rates on specific external monitors. If the flickering persists, navigate to System Settings > Displays.

Change the “Refresh Rate” from “ProMotion” to a fixed “60 Hertz” or “50 Hertz”. This stabilizes the signal sent to the display controller and often stops the flickering immediately.

Disabling Automatic Graphics Switching

For Intel MacBook Pro users with dual GPUs, flickering often occurs when the system toggles between integrated and discrete graphics. Go to System Settings > Battery > Options and disable “Automatic graphics switching” to keep the dedicated GPU active.