Verified for macOS Tahoe 26.2

How to Fix Stage Manager Window Flickering in macOS Sequoia 15.x

Symptom: When switching apps in Stage Manager on macOS Sequoia, the side thumbnails flicker, or the active window "jumps" slightly every few seconds.

TL;DR fix

Start with Fix 1: Reset Window Manager. If the issue persists after that, try Fix 2: Disable Wallpaper Tinting. Full Terminal commands and step-by-step instructions are in each section below.


Why this happens

This is usually a result of a conflict between Sequoia's hardware-accelerated window animations and certain third-party "floating" apps or overlays.

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.


Fix 1: Reset Window Manager

  1. Open Terminal.
  2. Run:

killall WindowManager

Fix 2: Disable Wallpaper Tinting

  1. Go to System Settings > Appearance.
  2. Toggle Allow wallpaper tinting in windows to OFF.
  3. In Terminal, apply the change:

defaults write -g AppleWindowTints -bool no

Recommended Tool: Rectangle

If Stage Manager feels unstable:

- Get Rectangle for a more traditional, keyboard-driven window management system that doesn't rely on the buggy WindowManager animation engine.