Are you tired of the annoying red accents on your messages, browser, or Xiaomi notes? This spell check feature in MIUI often works inappropriately β emphasizes foreign words, slang, acronyms, or even properly spelled terms. Worst of all, on some Redmi and Poco models, this line appears even in password fields, preventing you from entering data.
In this article, we will discuss all the working ways to disable underline, from the standard MIUI 14/15 settings to the hidden developer settings. Importantly, the methods differ depending on the firmware version and model (Redmi Note 12, Poco X5, Xiaomi 13T, etc.).
If you've tried to disable spell checker via Settings β Additional β Language and input, but the red line still appears - don't rush to reset your phone. 90% of the time, the problem is solved in 2-3 steps without losing data.
Why Xiaomi is emphasizing the words: 3 main reasons
Before you turn off the function, you should understand which module is responsible for emphasizing in your case, and MIUI may be responsible for this:
- π± Gboard or Miui Keyboard system keyboard β highlights errors right while typing. Most commonly found on Redmi and Poco with firmware MIUI 13+.
- π Google's text checker service, which runs on Chrome, Mi Browser and some apps, highlights when text is sent.
- π Built-in function MIUI "Text Checking β activated in language settings and may conflict with other services.
Interesting fact: on Xiaomi with global firmware (Global) ROM) The emphasis is often more aggressive than in Chinese (China). ROM). This is because in the global versions MIUI Google services are enabled by default, which duplicate the verification.
To pinpoint the culprit, try entering the error text in different apps:
- βοΈ In SMS or Telegram β if stressed, the keyboard is to blame.
- π In the address bar of the browser β a problem in Google services.
- π In notebook or notes β a system check worked MIUI.
Method 1: Disable the keyboard settings (works 80% of the time)
To start with, the simplest method that most users can use is that if the underline appears during typing (rather than after sending), the keyboard is to blame. MIUI can have two:
- Gboard (Google Keyboard) is standard for global firmware.
- Miui Keyboard is a Xiaomi keyboard, found on Chinese versions and some Poco models.
The instructions are a little different for them.
For Gboard (Google Keyboard):
βοΈ Disabling verification in Gboard
If there is no "Text Check" option, update Gboard to Play Market or reinstall it. On some versions of MIUI 14, this option is hidden, then resetting the keyboard settings will help:
- Go to Settings β Applications β Application Management β Gboard.
- Click Warehouse β Clear the data (do not delete the cache!).
- Reboot the phone.
For the Miui Keyboard:
Xiaomiβs signature keyboard is less flexible, but the underlining in it is turned off as follows:
- Open Settings β Additional β Language and Enter β Current Keyboard
- Select Keyboard Settings β Check text.
- Turn off the slider to check spelling.
Important! On some models (Redmi 10C, Poco M5), the "Text Check" item may be called Autocorrect or Error Correction. If it's not, try Method 2.
π‘
If the keyboard starts to slow down after the check is turned off, clear the cache in the application settings, which will eliminate conflicts with system services.
Method 2: Disabling system text check in MIUI
If the underline appears after you enter text (e.g., in messages sent or saved notes), the system verification service is to blame. In MIUI 14/15, it works independently of the keyboard and can conflict with it.
To turn it off:
- Go to Settings β Additional β Language and Enter β Text Check.
- Turn off the Spelling Check (or Text Check on English firmware).
- In the Text Check Services section, select No or Off.
On some firmware (MIUI 13 for POCO), this section may be called Advanced Keyboard Settings or hidden behind the option Additional in the language menu.
What if there is no βText Checkβ section?
Warning: On Xiaomi with China ROM, disabling the system check may cause some applications (e.g. Mi Browser or Notes) to crash, in which case, return the settings back and use Method 3.
Method 3: Disable verification in Google Chrome and other browsers
If the red line only appears in the browser (for example, when searching Google or filling out forms), the Chrome or Mi Browser settings are to blame. These browsers use their own verification module, which is independent of system settings.
For Google Chrome:
- Open your browser and go to chrome://settings/languages.
- In the Spelling Check section, turn off the slider Enable spell check.
- Remove all languages from the list of Languages to check spelling (click on the three dots next to each language).
For Mi Browser:
- Open the browser, click on the three dots at the bottom β Settings.
- Go to the Supplementary β Language and input.
- Turn off Spelling Check and Autocorrection.
If the underline remains after that, clear the browser data:
- π§Ή For Chrome: Settings β Confidentiality β Clear the data β Cache and cookies.
- π§Ή For Mi Browser: Settings β Clear the data β Kesh.
π‘
Disabling the browser check does not affect the keyboard and system services; it is a local solution for web pages only.
Method 4: Restricting Google Services (for advanced users)
On Xiaomi Global ROM smartphones, the underline is often associated with the background performance of Google services, even if you have turned off the Settings Checker, which is because Google Play Services is forced to include some features βto improve the user experience.β
To fix this:
- Go to Settings β Applications β Application Management.
- Find Google Play Services and open its settings.
- Press the Battery. β Limit background activity.
- Also disable AutoRun for this application.
Warning: This can cause delays in receiving push notifications and geolocation problems in some applications (e.g. Google Maps or Uber).
Alternative method (more secure):
- Open Settings β Accounts and Sync β Google.
- Disable synchronization for Language and Entering and Personal Data.
| Method | Efficiency | Side effects | Recommendation |
|---|---|---|---|
| Restrictions on Google Play Services | ββββ | Notification delays, geolocation problems | Unless other ways have helped. |
| Disabling Google Sync | βββ | Does not affect notifications, but resets personal settings | Safe option |
| Removing Gboard Updates | ββ | The keyboard may not work smoothly. | Only for older models (Redmi 9 and below) |
Method 5: Disconnect via ADB (for power users)
If none of the previous methods worked, there is a forced shutdown via ADB. This method is suitable for all Xiaomi models (including Redmi Note 12 Pro+, Poco F5, Xiaomi 13 Ultra), but requires a connection to a computer.
You'll need:
- π₯οΈ Computer with Windows/Mac/Linux.
- π USB-cable (preferably original).
- π οΈ Installed drivers ADB and Fastboot.
- π± Included Debugging by USB phone-on.
Step-by-step:
- Activate Developer Mode: Settings β About Phone β MIUI Version (click 7 times)
- Enable USB debugging in Settings β Additional β For developers.
- Connect your phone to your PC and execute: adb shell settings put secure spell_checker_enabled 0
- To disable autocorrect in Gboard add: adb shell settings put secure spell_checker_enabled_app_specific_settings 0
- Reboot the phone.
Warning: misuse of ADB can cause system failures, and if you are unsure about your actions, skip this method or contact the XDA Developers or 4PDA forums for help.
How do you get the underline back?
What to do if the underline returns after the MIUI update
Many Xiaomi users find that after updating the firmware (MIUI 14 β MIUI 15), the error highlighting is automatically activated again, due to the fact that system applications (Gboard, Miui Keyboard, Google Play Services) reset the settings to standard.
To prevent this from happening:
- π Turn off automatic app updates in the Play Market for Gboard and Google Play Services.
- π΅ Freeze system applications through ADB (Developer rights required: adb shell pm disable-user --user 0 com.google.android.inputmethod.latin (replaces Gboard with standard keyboard) MIUI)
- π§ Use alternative keyboards (such as SwiftKey or Fleksy) that are independent of system settings.
If the update has already occurred and the underline has returned, repeat the steps from Method 1 or 2, but before that:
- Clear the cache and Gboard/Miui Keyboard data.
- Turn off the Internet (flight mode) for 5 minutes β this will prevent synchronization of settings with Google servers.
- Only then turn off spelling check.