How to Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11
Minimize windows when a monitor is disconnected in Windows 11 is a display feature that automatically moves open apps off a missing screen so they do not get lost. Windows 11 turns this setting on by default to protect your windows when you unplug an extra monitor.
You can turn this feature off in your display settings if you want your apps to stay put when you disconnect a second screen. Managing multiple displays works best when you stop Windows from hiding your windows during display changes.
Navigate to Settings System Display Multiple displays. Find “Minimize windows when a monitor is disconnected” and check the box to enable or uncheck it to disable. This setting controls whether applications automatically hide when an external display is unplugged.
Why Does Windows Do This?
Disconnecting a monitor leaves Windows 11 with two choices. It can hide all the windows residing on that screen. Alternatively, it can shuffle those windows to the primary display so everything remains visible. Default behavior usually leans toward hiding them, but changing that preference is entirely possible.
What Happens When You Change This Setting?
Disabling this feature stops windows from vanishing entirely. Windows shifts them to the main screen instead, letting work continue without losing track of active tasks.
How to Change This Setting Using Windows Settings
- Press the Win+I on your keyboard. The Settings window opens.
- Look at the left side. Click System.
- On the right side, click Display.
- Scroll down and find Multiple displays. Click it to open more options.
- Look for the option called Minimize windows when a monitor is disconnected.
- Check the box to turn it on. Uncheck the box to turn it off.
You can change how Windows handles your open apps by using the main Settings app to control the minimize windows when a monitor is disconnected feature. Open Settings, go to System, click Display, and open the Multiple displays menu to find the checkbox that turns this helpful behavior on or off.

Windows Display Settings tile

Windows 11 minimize windows on disconnected monitor
How to Change This Setting Using the Registry (Advanced Users Only)
Heads up: The Registry (a database of low-level Windows settings) is delicate. Back up your system before making changes. Seeking technical assistance remains the safest path when uncertainty arises regarding specific modifications.
To Turn ON Minimize Windows (This Is the Default):
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v MonitorRemovalRecalcBehavior /t REG_DWORD /d 0 /f
To Turn OFF Minimize Windows (Keep Windows on Main Screen):
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v MonitorRemovalRecalcBehavior /t REG_DWORD /d 1 /f
Executing these commands requires creating a new text file, pasting the code inside, and saving the document with a .reg extension. Double-clicking that resulting file applies the changes directly to the Registry.
Summary
- You can control what happens to your windows when you unplug a monitor.
- By default, Windows hides windows on the disconnected monitor.
- You can turn off this feature. Then Windows will move those windows to your main screen instead.
- Change this setting in Windows Settings. It takes just a few clicks.
- Advanced users can also edit the Registry using commands.
- Try both settings. See which one works better for you.
The minimize windows when a monitor is disconnected feature controls whether your open apps hide away or move to your main screen when you unplug an extra display. Windows normally hides these windows by default, but you can change this behavior through the Settings app or by editing the Registry.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!