How to Move a Window That Is Off the Screen

It happens to almost everyone eventually: you open an app and its window is completely invisible — either partially hanging off the edge of your display or hiding somewhere beyond the visible area entirely. This is especially common after disconnecting an external monitor, changing display resolution, or using a multi-monitor setup. The window is still running; it's just positioned somewhere your screen can't show it.

Here's how to bring it back, across different operating systems and situations.


Why Windows End Up Off-Screen

Before fixing the problem, it helps to understand why it happens. Windows remember their last position on your desktop. If you had a window open on a second monitor and then disconnected that monitor, Windows doesn't always snap the window back to your primary display — it stays at the coordinates where it last lived, which are now off-screen.

The same thing can happen when:

  • You change your screen resolution to something lower
  • You use remote desktop software that applies a different screen layout
  • A display driver update resets or reconfigures your monitor arrangement
  • An app saves a window position that's slightly outside your screen boundaries

The window is technically open. It's just parked somewhere invisible.


Method 1: Use the Taskbar Right-Click Menu (Windows)

This is the fastest fix for most people on Windows 10 or 11.

  1. Find the app's icon in the taskbar at the bottom of your screen
  2. Right-click the taskbar icon (or right-click the thumbnail preview that appears)
  3. Select "Move" from the context menu
  4. Your cursor will change — now press any arrow key (left, right, up, or down) once
  5. The window will attach to your cursor; move your mouse to drag it back onto the screen
  6. Click to drop it in place

This works because Windows allows you to reposition a window through the system menu even when it's not visible. The key press in step 4 is essential — without it, moving the mouse alone won't work.


Method 2: Keyboard Shortcut — Windows Key + Arrow Keys 🪟

If the app is currently active (selected in the taskbar), you can try snapping it back with keyboard shortcuts:

  • Press Win + Left Arrow or Win + Right Arrow to snap the window to a half of your screen
  • Press Win + Up Arrow to maximize it

When a window is maximized or snapped, it always appears on the current primary display — so this effectively forces it back into view.


Method 3: Cascade Windows (Windows)

Right-click on an empty area of the taskbar and select "Cascade windows" (available in Windows 10; may vary in Windows 11). This repositions all open, non-minimized windows so they overlap neatly on the visible screen area. It's a blunt instrument — it moves all windows — but it works when you're not sure which window is missing.


Method 4: Use the Move Command via Keyboard (Windows — All Versions)

This is a reliable fallback:

  1. Click the app's taskbar button to make it the active window
  2. Press Alt + Space to open the system menu (even for an invisible window)
  3. Press M to select "Move"
  4. Use the arrow keys to move the window back onto the screen
  5. Press Enter to confirm

This method works even when the window is completely off-screen and you can't right-click anything visible.


Method 5: macOS — Move Off-Screen Windows Back

On a Mac, the process is slightly different because macOS handles window management differently.

Option 1 — Mission Control: Press Mission Control (F3, or swipe up with three fingers on a trackpad). All open windows become visible as thumbnails. Click the one you want, and it will come to the front — usually snapping back to a visible position.

Option 2 — Drag from the Dock: Click and hold the app icon in the Dock, then drag upward. This sometimes forces the window to reposition.

Option 3 — Resize via Terminal (advanced): If a window is stubbornly off-screen, you can use a script or third-party utility like Moom or Magnet to force windows into defined positions. These tools give you explicit control over where any window sits on your display.


Method 6: Adjust Display Settings Temporarily

If none of the above work, there's a more universal approach: temporarily change your display resolution or arrangement to force the window back into bounds.

On Windows:

  • Right-click the desktop → Display settings
  • Lower the resolution temporarily — this often pushes off-screen windows back into the visible area
  • Move the window, then restore your original resolution

On macOS:

  • Go to System Settings → Displays
  • Try switching to a lower resolution temporarily
  • Reposition the window, then switch back

Variables That Affect Which Method Works for You

FactorWhy It Matters
Operating systemWindows and macOS have different keyboard shortcuts and menu systems
Windows versionWindows 11 changed some taskbar right-click behaviors vs. Windows 10
Number of monitorsMulti-monitor setups create more off-screen scenarios
Whether the app is activeSome shortcuts only work on the currently focused window
App behaviorSome apps override standard window controls, making system methods less reliable

When the Standard Methods Don't Work 🔧

Some applications — particularly older software, games running in borderless windowed mode, or apps with non-standard UI frameworks — don't respond to the usual system-level window commands. In these cases:

  • Check the app's own settings or preferences for a "reset window position" option
  • Look for a config file in the app's folder that stores window coordinates (editing or deleting it forces the app to reset its position on next launch)
  • Third-party window management tools like DisplayFusion (Windows) or Moom (macOS) give you finer control over window placement

The right fix ultimately depends on which operating system you're running, which version of it, how your displays are configured, and how the specific app handles window positioning.