Key Takeaway: When GIMP’s toolbox and docked dialogs disappear, it is almost always caused by a corrupted window management configuration. Restoring them takes about 30 seconds by resetting the saved window positions in GIMP’s preferences — no reinstallation needed.
Table of Contents
Why GIMP Toolboxes Disappear
GIMP uses a single-window mode by default in recent versions, but it also supports multi-window mode. When you switch between these modes, or when GIMP crashes while saving its window state, the saved window positions can become corrupted. The next time you open GIMP, it remembers these corrupted positions — which might place the toolboxes at negative screen coordinates, making them effectively invisible.
This is not a bug in your installation, and it does not require reinstalling GIMP. It is simply a configuration issue that is easily fixed.
Quick Fix: Reset Saved Window Positions
Step-by-step instructions:
1. Open GIMP — even with the hidden toolboxes, GIMP itself will open. You will only see the image window and menu bar at the top.
2. Navigate to Edit > Preferences — Click on “Edit” in the top menu bar, then select “Preferences” from the dropdown menu. The Preferences dialog window will open.
3. Find Window Management — In the Preferences dialog, look at the navigation tree on the left side. Scroll down and expand “Window Management” if needed (it may be under a “Interface” section depending on your GIMP version).
4. Reset Saved Window Positions to Default Values — In the Window Management section, look for a button labeled “Reset Saved Window Positions to Default Values.” Click this button. It will clear the corrupted position data.
5. Click OK twice — First OK to confirm the reset, then OK again to close Preferences.
6. Restart GIMP — Close GIMP completely and reopen it. The toolboxes and dialogs will appear in their default positions.
For GIMP 2.10 and Later (Single-Window Mode)
If resetting window positions does not work, try toggling the single-window mode: Go to Windows > Single-Window Mode and toggle it off, then on again. This forces GIMP to reload its window layout. If the toolboxes appear after this toggle, you can also customize the layout using Windows > Dockable Dialogs to add back specific tool panels.
Preventing Future Issues
- Always close GIMP using File > Quit rather than killing the process
- Avoid connecting or disconnecting external monitors while GIMP is running
- If you use multiple monitors, set GIMP to single-window mode before disconnecting the external display
Frequently Asked Questions
Will resetting window positions delete my GIMP settings or brushes?
No. Resetting window positions only clears the stored coordinates for toolbox and dialog positions. Your brushes, patterns, fonts, color profiles, and other preferences remain untouched.
What if the Preferences window also does not appear?
If even the Preferences dialog does not show on screen, it may be opening off-screen. Try pressing Alt+Space, then M, then using arrow keys to move the window back into view. Alternatively, delete the GIMP profile folder at ~/.config/GIMP/ (Linux) or %APPDATA%/GIMP (Windows) — this resets everything.
Can I manually edit the GIMP config file instead?
Yes. The window positions are stored in the `sessionrc` file inside your GIMP profile directory. You can edit this file with a text editor to remove the position values, but the Preferences reset method is safer and easier.
Related Reading
External Resources
Sources: GIMP Documentation, Community Forums, Personal Experience

