Verified for macOS Tahoe 26.2

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

Symptom: After a reboot or waking from sleep, Sequoia Stage Manager loses the custom grouping and layering order of your application windows.

TL;DR fix

Start with Fix 1: Delete the WindowServer Preferences. If the issue persists after that, try Fix 2: Reset Stage Manager via Defaults. Full Terminal commands and step-by-step instructions are in each section below.


Why this happens

The WindowServer database that stores Stage Manager "sets" can become corrupted, leading to a default reset of window positions.

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: Delete the WindowServer Preferences

  1. Open Terminal.
  2. Remove the corrupted preference file:

rm ~/Library/Preferences/com.apple.WindowManager.plist

  1. Log out and log back in to recreate a fresh file.

Fix 2: Reset Stage Manager via Defaults

  1. Run the following command in Terminal:

defaults delete com.apple.WindowManager

  1. Restart the Dock:

killall Dock