Symptoms
- Clicking the app icon again just brings the existing window forward
- No option to open a new window from the menu
- App briefly flashes then does nothing when trying to open again
- Works fine after a restart but recurs later
Likely causes
- CommonApp is designed to run as a single instance by defaultMany apps intentionally only allow one window unless a specific new-window command is used.
- CommonKeyboard shortcut for new window not being usedOpening a new window often requires a specific shortcut like Ctrl+N rather than relaunching the app.
- PossibleStuck background process from a previous crashA leftover process can block the app from launching a fresh window.
- Less commonSystem resource limits reachedExtremely low memory can occasionally prevent new windows from opening.
What to do
- Try the app's specific new-window keyboard shortcut, commonly Ctrl+N or Cmd+N.
- Check the app's File menu for a 'New Window' option.
- Close the app completely, including any background process in Task Manager or Activity Monitor, then reopen it.
- Restart the computer if the issue persists.
- Check the app's settings for any 'single instance' option that might be enabled.
- Update the app to its latest version.
Safety
Generally low risk
Generally low risk for a careful person. Stop if anything looks different from what this guide describes.