Table of Contents
Learn how to turn off text suggestions in Windows 11 with clear steps, practical tips, and troubleshooting guidance for a reliable result.
Instructions on how to turn off text suggestions on Windows 11
Step 1
Open Settings, then tap on Time & language on the left, and then look to the side and select Typing .

Step 2
In the new interface, find the "Show text suggestions when typing on the physical keyboard" option and turn it off to disable text suggestions in Windows 11.
If you're using text suggestions on Windows 11, you can enable Multilingual text suggestions to see suggestions in a wider range of supported languages.

Disable text suggestions using the Registry
To turn off text suggestions on Windows 11
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInputSettings" /v EnableHwkbTextPrediction /t REG_DWORD /d 0 /f
In case you want to turn it back on
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInputSettings" /v EnableHwkbTextPrediction /t REG_DWORD /d 1 /f
Enable multilingual text suggestions.
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInputSettings" /v MultilingualEnabled /t REG_DWORD /d 1 /f
Turn off multilingual text suggestions
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInputSettings" /v MultilingualEnabled /t REG_DWORD /d 0 /f
Final Thoughts
Use this guide as a practical checklist for how to turn off text suggestions in windows 11. Work through the steps in order, verify each result, and adjust the options to match your needs.
FAQ
What do you need before following this How to Turn Off Text Suggestions in Windows 11 guide?
Review the required tools, accounts, settings, or materials mentioned in the article. Learn how to turn off text suggestions in Windows 11 with clear steps, practical tips, and troubleshooting guidance for a reliable result.
What are the main steps for how to turn off text suggestions in windows 11?
Follow the sections in order, especially Instructions on how to turn off text suggestions on Windows 11, Step 1, Step 2. Complete each step before continuing and verify the result as you go.
What should you do if the process does not work as expected?
Recheck the prerequisites, update the relevant app or service, review the settings, and repeat the step that caused the issue. Use any troubleshooting notes included in the guide.
Reader Comments 0
Sign in with email or Google to join the discussion.