VLC Opens Off-Screen: How to Get the Window Back

opened VLC and it’s running but there’s no visible window anywhere. it shows in the taskbar and i can see it’s using memory but clicking on it does nothing visible. the window is somewhere off-screen.

happens after i disconnected a second monitor. my guess is VLC remembered the position of the window on the monitor that’s no longer there.

how do i get the window back without reinstalling? i know there’s usually a keyboard shortcut method for this kind of thing but i can’t find the right one for VLC specifically.

also: is there a setting to prevent VLC from remembering window positions so this doesn’t happen again?

Alt+Space for the window menu is a Windows keyboard shortcut that works for any off-screen window, not just VLC. It’s worth memorizing as a general troubleshooting tool. The Move option followed by arrow keys has saved me from restarting applications multiple times when a window ended up off-screen after a monitor config change.

the windows + up arrow maximize shortcut is the fastest fix. click the taskbar button to ensure it’s active, then windows + up arrow. the window maximizes to fill the primary screen regardless of where it was. resize after. two keystrokes and you’re done.

Multiple monitor users hit this constantly when disconnecting a secondary monitor without moving windows first. VLC and other apps remember the position on the disconnected monitor and open there on next launch. The lasting fix is to always move windows to the primary monitor before disconnecting external displays.

VLC remembering a window position from a disconnected monitor is the standard cause of this.

fix 1 (usually works): click the VLC icon in the taskbar once to focus it. then hold Shift and right-click the taskbar button. you should see Move in the context menu. click Move, then press any arrow key once. the window will attach to your cursor. move it to your visible screen and click to place it.

fix 2: while VLC is running (even off-screen), use Alt+Space to open the window menu. select Move, then use arrow keys to bring it back on screen.

fix 3: reset VLC’s window position in the settings. tools > preferences > show settings: all > interface > change the position values to something in range of your current monitor (e.g., x=100, y=100).

fix 4: delete VLC’s preferences file entirely. close VLC. navigate to %APPDATA%\vlc and delete or rename the vlcrc file. VLC will start fresh with default settings including default window position.

to prevent it happening again: tools > preferences > interface > uncheck “save main window position and size on exit.” VLC will always open in the default position rather than remembering where it was last.

This happens to other media players too – the vlcrc solution generalizes to checking the config or preferences file for any application that stores window position. For Windows apps that use the registry, Tools like Process Monitor can find which registry key stores the position.