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 Sep 15, 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 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.

Advertisement

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.

⚡ 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.

Advertisement

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.

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 Display Settings tile

Advertisement

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

Advertisement

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?

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.

Advertisement

📚 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 *