MetaTrader 5 Panels Not Clickable After Language Change - Full Fix Guide

Article logo - MetaTrader 5 Panels Not Clickable After Language Change


Learn how to fix the MetaTrader 5 bug where Navigator, Toolbox, Market Watch, or Script panels stop responding after changing the platform language. This guide explains why MT5 starts beeping on clicks, what causes broken docking layouts, and how deleting terminal.ini and common.ini after closing MetaTrader fully restores the interface.

Why MetaTrader 5 Panels Stop Working After Changing the Language​

The situation looks strange at first and almost feels random. A user changes the MetaTrader 5 interface language, for example from English to Spanish, to make screenshots for a different audience, and suddenly the terminal starts behaving as if part of the interface is locked.

“Navigator”, “Toolbox”, “Market Watch”, or “Scripts” windows are still visible, but clicking them does nothing. Instead of responding normally, the terminal plays the standard Windows system beep. At the same time, the platform itself continues to work: charts update, menus open, and trades execute normally.

The most frustrating part is that switching the language back usually does not solve the issue. Even restarting Windows rarely helps.

ℹ INFO This is not a broken terminal and not a broker-related issue. In most cases the problem is caused by corrupted MetaTrader 5 interface configuration files after changing the language pack or rebuilding the docking-layout system.


Why This MT5 Bug Happens​

MetaTrader 5 still uses a fairly old interface management system. The terminal stores window positions, states, and docking information inside configuration files located in the Config folder.

When a user changes the interface language, MT5 rebuilds part of the UI components internally. In some builds, especially broker-customized versions, layout settings may conflict with each other. As a result, panels can become stuck in an invalid state.

Visually, the issue usually looks like this:
  • panels are visible but cannot be clicked;
  • a Windows system beep appears on click;
  • windows stop docking correctly;
  • through the View menu panels disappear and reappear, but remain inactive;
  • the terminal itself works visually, but part of the interface feels “frozen”.
This problem appears especially often after:
  • changing the interface language;
  • updating MetaTrader 5;
  • moving the terminal between monitors;
  • changing Windows DPI or scaling settings;
  • using RDP sessions or laptops with multiple display configurations.

Which Files Cause the Problem​

In practice, the issue is almost always related to files located inside:

Code:
MetaQuotes\Terminal...\Config

Most importantly:
  • terminal.ini
  • common.ini
This is where MT5 stores:
  • interface state;
  • window docking configuration;
  • panel coordinates;
  • floating state;
  • Toolbox and Navigator placement.
Interestingly, the issue may continue even after switching the language back again. The terminal keeps loading the corrupted layout from the ini files and restores the broken interface state every time it launches.

Why Deleting Profiles Usually Does Not Help​

Many users first try deleting the Profiles folder, assuming the workspace configuration is stored there. The logic makes sense, but in this case the problem is usually unrelated to chart profiles.

Profiles mainly stores:
  • opened chart sets;
  • workspace templates;
  • chart setup states.
Docking behavior and UI panel accessibility are stored inside Config instead.

That is why deleting Profiles often changes absolutely nothing.

The Working Solution​

After multiple tests and failed attempts, the most stable solution turned out to be surprisingly simple.
You need to fully close MetaTrader 5 first and only then delete these two files (delete them after closing the terminal completely):

Code:
Config\terminal.ini
Config\common.ini

After the next launch, MetaTrader automatically creates fresh clean versions of these files.

ℹ INFO Rebuilding terminal.ini and common.ini is what usually restores Navigator, Toolbox, Market Watch, and the entire MT5 docking system back to normal

One important detail matters here: if you delete the ini files while MetaTrader is still running, the terminal may instantly recreate them using the same corrupted parameters. That is why the platform must be completely closed first.

Why This Solution Works​

MetaTrader 5 stores interface state extremely aggressively. The terminal restores nearly every window position directly from configuration data.
If one of the docking-state parameters becomes corrupted, MT5 may treat a panel as:
  • modal;
  • hidden;
  • floating;
  • outside the visible screen;
  • unavailable for focus.
As a result, the user still sees the panel visually, but cannot interact with it.
Deleting the ini files forces the terminal to rebuild the entire UI layout from scratch.

⚠ IMPORTANT If MT5 starts beeping when clicking interface panels after changing the language, the problem is almost always located inside the Config folder rather than Windows itself or the trading platform installation.

Do You Need to Reinstall MetaTrader 5?​

In most situations - no.

A full terminal reinstall rarely helps because user configuration files continue to exist inside the AppData folder. Even a fresh MT5 installation may automatically reuse the same corrupted ini files.

How to Avoid the Problem in the Future​

After changing the interface language, it is recommended to:
  • fully restart MT5;
  • avoid leaving floating windows active;
  • avoid changing the layout immediately after switching languages;
  • keep a backup copy of the working Config folder.

FAQ​

+ Why does MetaTrader 5 play a system beep when clicking panels?
This usually happens because the MT5 docking-layout configuration becomes corrupted. The terminal treats the panel as inactive or blocked even though it still appears visible.
+ Which files should be deleted to restore the MT5 interface?
In most cases deleting terminal.ini and common.ini from the Config folder after fully closing MetaTrader 5 fixes the issue completely.
+ Do I need to reinstall MetaTrader 5?
No. Usually reinstalling the platform is unnecessary because the problem is caused by corrupted user configuration files rather than the MT5 installation itself.
+ Why do MT5 panels stop responding after changing the language?
Changing the MT5 language pack can sometimes corrupt the platform docking-layout state and break the way interface panels are restored.
+ Does deleting the Profiles folder help?
Usually not. Profiles stores chart workspaces and templates, but not the main docking-state configuration responsible for inactive panels.
+ Can I save the working MT5 configuration after fixing the issue?
Yes. After restoring the interface successfully, it is highly recommended to create a backup copy of the Config folder for future recovery.
 
Back
Top
EN VI