Hi Konstantinas,
Welcome to Microsoft Q&A!
Thank you for sharing the screenshots. I understand how frustrating it is when an unwanted keyboard layout keeps reappearing even though you’ve configured only one. This is a known behavior in Windows 11 and usually happens because it injects fallback layouts (often English UK or US) for system components or apps. This is a designed feature to improve compatibility, and I can suggest some advanced steps to try and see if it can get rid of that unwanted keyboard layout:
1 - Check Advanced settings
- Go to Settings > Time & language > Typing > Advanced keyboard settings
- Override for default input method is set to German (QWERTZ).
- Uncheck Let me use a different input method for each app window
- If you have more than one device:
- Settings > Accounts > Windows backup > Remember my preferences.
- Turn Language preferences to OFF to prevent re-syncing from other devices.
2 - Remove hidden layouts:
- Open PowerShell as Administrator > Run
Get-WinUserLanguageList - If you see
en-GBoren-US> Enter:-
$LangList = Get-WinUserLanguageList -
$LangList.RemoveAll({ $_.LanguageTag -eq "en-GB" }) -
Set-WinUserLanguageList $LangList -Force
-
3 - Registry cleanup
- Open Registry Editor > Navigate to these places:
-
HKEY_CURRENT_USER\Keyboard Layout\Preload -
HKEY_USERS\.DEFAULT\Keyboard Layout\Preload
-
- Delete any entry that is not
00000407(German QWERTZ) > Restart your PC.
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
If this reply is helpful, please click "Accept Answer" and kindly upvote it to assist others who might face similar problem. If you have extra questions, please click "Comment" instead.
Note: To enable e-mail notifications, follow the steps in our documentation!