# Messages tool window

> **TL;DR**
> `View | Tool Windows | Messages`

The Messages tool window opens up automatically to show the [build](build-actions.html) output. You can choose to have it visible for every build or to appear only if a warning or an error occurs.

![Messages tool window](https://resources.jetbrains.com/help/img/idea/2026.2/cl_MessagesToolWindow.png)

Click ![](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and choose one of the options:

* Always Show on Build (default) Select this option to force the Messages tool window to stay visible for every build. In case it was closed manually, the window will be reopened for the next build.

* Auto-Hide and Show on Warning/Error Select this option to let the Messages tool window appear only if a warning/error occurred during the compilation. If the window was opened manually, CLion will hide it for the next build.

If you disable both options, then CLion will not force the Messages tool window to open unless there is a warning/error. Otherwise, the window remains in the state you previously forced (opened or closed).

> **Tip:**
> Press `Ctrl+F` (Windows), `⌘ F` (macOS), `⌘ F` (IntelliJ IDEA Classic (macOS)), `⌘ F` (macOS System Shortcuts), `Ctrl+F` (XWin), `Ctrl+F` (GNOME), `Ctrl+F` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+F` (Sublime Text), `⌘ F` (Sublime Text (macOS)), `⌘ F` (Xcode), `Ctrl+F` (Visual Studio), `⌘ F` (Visual Studio (macOS)), `Ctrl+F` (ReSharper), `⌘ F` (ReSharper (macOS)), `Ctrl+F` (QtCreator), `⌘ F` (QtCreator (macOS)), `Ctrl+F` (NetBeans), `Ctrl+F` (Eclipse), `Ctrl+F` (Eclipse (macOS)) to search in the Messages output:
>
> ![Search inside the Messages tool window](https://resources.jetbrains.com/help/img/idea/2026.2/cl_messagestw_search.png)

## See also

### How tos

[Build actions](build-actions.html) [Compile files without build](compiling-single-file.html)

