Skip to content
Follow
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 Aug 13, 2026 3 min read
How to Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11
How to Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11

Minimize windows on disconnect is a Windows 11 feature that automatically hides open apps when you unplug an extra monitor, so your programs do not get stuck on a missing screen. Windows 11 handles this transition by moving your apps out of sight until you plug that monitor back in.

You can turn this setting on or off in your display settings to stop Windows from hiding your windows when you unplug your second screen. Managing multiple displays gets much easier once you control how Windows reacts to lost connections.

⚡ Quick Answer

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

  1. Press the Win+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.

Controlling whether windows minimize upon disconnecting a monitor in Windows 11 happens inside the built-in Settings app . This preference, called ‘Minimize windows when a monitor is disconnected,’ toggles on or off to dictate how open applications react.

Windows Display Settings tile
Windows Display Settings tile

Windows Display Settings tile

windows 11 minimize windows on disconnected monitor
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)

Heads up: The Registry is a critical database storing vital system configurations for Windows. Unintended edits create severe instability, so proceed with extreme caution. Seeking technical assistance remains the safest path when uncertainty arises regarding specific modifications.

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

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.

Unplugging an extra display doesn't have to mean losing your active windows. Disabling this default behavior tells Windows to shuffle those stranded apps over to your main screen instead of hiding them. Finding this setting inside Windows Settings requires navigating a couple of menus. Advanced system tweaks via the Registry offer an alternative route for those preferring manual configuration. Testing both methods reveals which workflow fits daily habits best.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Change Your Main Screen in Windows 11
Windows How to Change Your Main Screen in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Enable or Disable Snap Windows in Windows 11
Windows How to Enable or Disable Snap Windows in Windows 11
How to Switch Between Open Windows in Windows 11
Windows How to Switch Between Open Windows in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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