Reverting to IntelliJ IDEA Classic UI
Problem Statement
JetBrains introduced a major UI overhaul starting with IntelliJ IDEA 2022.2 as an experimental preview. While some users welcomed the modern interface, many found the changes disruptive to their workflow. The redesigned UI removed familiar elements like the traditional toolbar and repositioned key navigation controls, causing frustration for established users. This article explores how to restore the classic UI in different IntelliJ versions.
Important version considerations
The method for restoring the classic UI varies significantly depending on your IntelliJ version. Check your IDE version under Help > About before proceeding.
Solution by Version
For IntelliJ IDEA 2024.2 and Later
Starting with version 2024.2, JetBrains removed the built-in option to disable the new UI. The solution is to install the official Classic UI plugin:
- Open Settings (
Ctrl+Alt+S
on Windows/Linux,Cmd+,
on macOS) - Navigate to Plugins > Marketplace
- Search for "Classic UI"
- Click Install on the plugin from JetBrains
- Restart the IDE when prompted
Screenshot: Installing Classic UI Plugin
Post-installation notes
- Backup your configuration before installation
- If UI issues occur after installation:
- Reset settings to defaults
- Install Classic UI plugin
- Restore your backed-up configuration
For IntelliJ IDEA 2022.3 to 2024.1
Versions between late 2022 and mid-2024 provide a built-in toggle:
- Open Settings (
Ctrl+Alt+S
) - Navigate to Appearance & Behavior > New UI
- Uncheck Enable New UI
- Click OK and restart the IDE
Screenshot: Disabling New UI in Settings
For IntelliJ IDEA 2022.2
For the original preview version, modify the IDE registry:
- Press
Ctrl+Shift+A
to open Find Action - Search for "Registry" and select it
- Find and disable
ide.experimental.ui
- Restart the IDE
Registry alternative
If you can't locate the registry option:
- Navigate to Help > Find Action > Registry...
- Search for
ide.experimental.ui
- Uncheck its checkbox
Alternative Solutions
Downgrading IntelliJ IDEA
If plugin installation isn't possible (firewall restrictions, corporate policies), downgrade to a version that supports the classic UI natively:
- Download an older version (pre-2024.2) from JetBrains Archive
- Install separate from your current version
- Transfer settings via File > Manage IDE Settings > Export Settings
Downgrade considerations
- You can maintain parallel installations of different IntelliJ versions
- Perpetual fallback licenses allow staying on a specific version indefinitely
- Test newer versions in a separate install before upgrading your main environment
Configure New UI to Emulate Classic Behavior
For users who must stay on the new UI but want a more classic experience:
- JetBrains' official migration guide suggests adjustments to:
- Enable "Compact Mode"
- Restore menu positions
- Adjust tool window appearance
- Create custom keymap presets to mimic previous shortcuts
Limitations
Configuration adjustments cannot fully restore the classic UI layout and may not preserve all custom toolbar configurations.
Version Compatibility Reference
IntelliJ Version | Method | Permanent Solution |
---|---|---|
2022.2 | Registry setting | No |
2022.3-2024.1 | Settings toggle | Through 2024.1 |
2024.2+ | Classic UI plugin required | Yes (via plugin) |
When to Consider Adaptation
While reverting to classic UI is ideal for many, consider that:
- JetBrains will gradually phase out classic UI support
- New features may appear first in the modern UI
- The plugin solution requires ongoing maintenance
Future-proofing your workflow
- Document your current toolbar customizations
- Gradually incorporate new UI elements while keeping the classic layout
- Provide feedback to JetBrains about critical missing features
Conclusion
Restoring IntelliJ's classic UI requires different approaches depending on your version:
- 2024.2+: Install Classic UI plugin (official solution)
- 2022.3-2024.1: Use settings toggle
- 2022.2: Modify IDE registry
For environments with restricted plugin access, downgrading to a pre-2024.2 version remains a viable option. The Classic UI plugin provides the most sustainable solution for modern IDE versions while preserving familiar workflows.