Follow
Windows

How to Enable or Disable Remembering Window Positions on Multiple Screens in Windows 11

Richard
Written by
Richard
Mar 5, 2026 Updated Mar 29, 2026 2 min read
How to Enable or Disable Remembering Window Positions on Multiple Screens in Windows 11

Windows 11 remembers the position of your open applications on multiple screens, automatically placing them back where you left them when you reopen them.

This feature, known as the “Taskbar” setting for remembering window positions, helps streamline your workflow by restoring your desktop layout.

For instance, if you close an app on your primary display and reopen it, Windows 11 will attempt to place it on that same display in its previous location.

You can easily enable or disable this helpful function through your Windows 11 Settings.

Why Is This Helpful?

When you unplug your laptop from extra monitors, Windows hides the windows that were on those screens. When you plug the monitors back in, Windows puts everything right back where you left it. You don’t have to spend time moving windows around again.

For more tips on using multiple monitors, visit How to use multiple monitors in Windows – Microsoft Support

How to Enable or Disable Remembering Window Positions Using Settings

This is the easiest way to change this setting:

  1. Press Windows key + I to open Settings.
  2. Click on System on the left menu.
  3. Select Display on the right side.
  4. Scroll down until you see Multiple displays.
  5. Click the arrow next to it to expand the options.
  6. Find the option that says Remember window locations based on monitor connection.
  7. Check the box to turn this on. Uncheck it to turn it off.
  8. Close Settings when you’re done.

Click here to open Display Settings directly

Windows Display Settings tile
Windows Display Settings tile

Windows Display Settings tile

windows 11 remember window locations based on monitor
windows 11 remember window locations based on monitor

Windows 11 remember window locations based on monitor

How to Enable or Disable Remembering Window Positions Using the Registry (Advanced)

Warning: Editing the Registry can affect how your PC works. Make sure to back up your Registry before you make any changes. 🚨 Admin privileges required for this method.

To Enable (This is the default setting):

Open Command Prompt as Administrator and type this command:

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

To Disable:

Open Command Prompt as Administrator and type this command:

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

After you change the Registry, restart your PC so the changes take effect.

Summary

  • Windows 11 can remember where you last placed your windows on different monitors.
  • You can turn this feature on or off using Settings. This is the easiest way.
  • You can also change this setting using the Registry if you’re comfortable with advanced settings.
  • This feature helps keep your workspace organized when you connect or disconnect monitors.
  • Adjusting this setting lets you customize how your windows behave across multiple screens.
  • For more help, check out Microsoft Support’s guide on using multiple monitors.

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 Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11
Windows How to Turn On or Off Minimize Windows When a Monitor is Disconnected in Windows 11
How to Show Windows 11 Taskbar on All Monitors
Windows How to Show Windows 11 Taskbar on All Monitors
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Setup External Monitors in Windows 11
Windows How to Setup External Monitors 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 *