# Notifications

> **TL;DR**
> Notifications  ![](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.toolwindows.notifications%4020x20.svg)

Whenever there is an important event or a suggestion in the IDE, you will see a notification balloon that pops up in the bottom right corner of CLion. You can also access all notifications and events in the [Notifications](#notifications_tool_window) tool window.

CLion allows you to configure notification settings for every group of events individually. For example, you can disable all VCS notifications or enable sound notifications to inform you that your application has been built.

Procedure: Configure notifications per event group

1. Press `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `⌘ Comma` (Xcode), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (ReSharper), `⌘ Comma` (ReSharper (macOS)), `Ctrl+Alt+S` (QtCreator), `⌘ Comma` (QtCreator (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) to open the IDE settings and select `Appearance & Behavior | Notifications`.

![Notifications settings page with event groups list and Popup type, Show in tool window, Play sound, and Read aloud options](https://resources.jetbrains.com/help/img/idea/2026.2/cl_notification_settings.png)

2. Select the event group for which you want to configure notification settings.

3. From the Popup type list, select one of the following options for balloon notifications:

* Balloon: notification balloons appear on the screen for a short period of time and then disappear automatically.

* Tool window balloon: notifications appear in popups. This type of notifications is available only for those event groups for which there is a corresponding tool window.

* Sticky balloon: notification balloons stay on the screen until you close them.

* No popup: balloon notifications do not appear.

4. Enable the Show in tool window option to display notifications for the selected event group in the [Notifications tool window](#notifications_tool_window).

5. Select Play sound to enable sound notifications or select Read aloud (macOS only) to generate voice notifications from the notification text.

## Notification balloons

Balloon notifications show up in the bottom right corner of the IDE and inform you about important events and suggestions.

If you prefer to work without distractions, you can disable all balloon notifications at once.

Procedure: Disable all balloon notifications

1. Press `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `⌘ Comma` (Xcode), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (ReSharper), `⌘ Comma` (ReSharper (macOS)), `Ctrl+Alt+S` (QtCreator), `⌘ Comma` (QtCreator (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) to open settings and then select `Appearance & Behavior | Notifications`.

2. Disable the Display balloon notifications option.

You can also configure or completely disable balloon notifications for specific event groups using the [Popup type](#popup_type) list.

Procedure: Change the location of notifications

By default, notifications appear in the bottom right corner of the IDE. If you find this distracting, you can select another place where notifications are shown.

1. Press `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `⌘ Comma` (Xcode), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (ReSharper), `⌘ Comma` (ReSharper (macOS)), `Ctrl+Alt+S` (QtCreator), `⌘ Comma` (QtCreator (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) to open the IDE settings and select `Appearance & Behavior | Notifications`.

2. From the Notification location drop-down list, select a new location and apply the changes.

## Notifications tool window

> **Note:**
> Notifications tool window has replaced Event Log that existed in earlier versions of the IDE.

You can open the tool window by clicking the corresponding [tool window bar]() or by selecting `View | Tool Windows | Notifications` from the main menu.

The tool window can also open messages that you can see in the [status bar](guided-tour-around-the-user-interface.html#status-bar): click a message to view it in the tool window.

![Notifications tool window in CLion with Timeline section showing build finished and CMake profiling entries](https://resources.jetbrains.com/help/img/idea/2026.2/cl_notifications_tw.png)

* On the right, you can find the Notifications tool window bar. Click it to quickly open the tool window. The indicator next to the tool window title marks new notifications and their importance: a blue dot ![Notification icon with blue dot](https://resources.jetbrains.com/help/img/idea/2026.2/app.toolwindows.notificationsNew.svg) marks regular events and unimportant suggestions. A red dot ![Notification icon with red dot](https://resources.jetbrains.com/help/img/idea/2026.2/app.toolwindows.notificationsNewImportant.svg) marks errors and important suggestions.

* The Timeline area lists notifications and events that take place in CLion in sequential order.

Notifications remain in the tool window until you manually clear them or until you reopen your project.

> **Tip:**
> You can [disable and enable tool window notifications](#show_in_tool_window_step) for specific event groups.

