Windows

How to Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11

Richard
Written by
Richard
Mar 5, 2026 Updated Mar 29, 2026 2 min read

Do you use two or more monitors with your Windows 11 computer? You might have noticed something happen when you unplug a monitor. All the windows and programs on that screen disappear. They get minimized (hidden). This guide will show you how to turn this feature on or off. It’s easier than you think.

Why Does Windows Do This?

When you disconnect a monitor, Windows 11 has two choices. It can hide all the windows that were on that screen. Or it can move those windows to your main screen so you can still see them. Right now, Windows is probably hiding them. You might want to change that.

What Happens When You Change This Setting?

If you turn off the minimize feature, something different will happen. Instead of hiding your windows, Windows will move them all to your main screen. You can keep working without losing anything.

How to Change This Setting Using Windows Settings

  1. Press the Windows Key + I on your keyboard. The Settings window opens.
  2. Look at the left side. Click System.
  3. On the right side, click Display.
  4. Scroll down and find Multiple displays. Click it to open more options.
  5. Look for the option called Minimize windows when a monitor is disconnected.
  6. Check the box to turn it on. Uncheck the box to turn it off.

Here is what it looks like in Settings:

Windows Display Settings tile

Windows Display Settings tile

windows 11 minimize windows on disconnected monitor

Windows 11 minimize windows on disconnected monitor

Click here to open Display Settings directly

How to Change This Setting Using the Registry (Advanced Users Only)

Warning: The Registry is where Windows stores important settings. Editing it the wrong way can cause problems. Follow these steps carefully. If you are not sure, ask someone for help.

To Turn ON Minimize Windows (This Is the Default):

🗝️Registry
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):

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v MonitorRemovalRecalcBehavior /t REG_DWORD /d 1 /f

Want to use these commands? Create a text file. Paste the code into it. Save it with a .reg extension. Then double-click the file. Windows will add it to your 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.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version