Have you noticed how sometimes the standard text on the Xiaomi screen seems too small, inconvenient or just donโt like the font? There are more ways to change the display of text on smartphones of this brand than you think. From basic resizing of the font to fine-tuning system messages and keyboards, in this article we will examine all the ways, including hidden functions MIUI and HyperOS.
It's important to understand that you can change text in many ways: increase its size for ease of reading, install custom font through themes, edit auto-replacement in the keyboard or even change the system inscriptions (this will require root rights). We'll look at methods from simple to complex, indicating compatibility for different versions of the firmware. If your Redmi, POCO or Xiaomi is running on MIUI 12-14 or the new HyperOS, instructions will fit.
1. Basic text size setting
The most obvious way is to scale the entire interface, which is not to replace the font, but to make the text bigger or smaller, and suitable for users with vision problems or who want to fit more information on the screen.
How to do this:
- ๐ฑ Open the Settings. โ Screen.
- ๐ Find text size (in some versions โ Screen size)
- ๐ฑ๏ธ Move the slider to the right (increase) or left (reduce)
- ๐ Apply changes โ the system will restart the launcher
The limitations of the method: not only does the text change, but the size of the icons, the interface elements changes. On some models (POCO F5, Xiaomi 13T), at the maximum scale, the inscriptions in the menu can be cropped. If you only need to change the font, read the next section.
2. Installation of custom fonts through themes
Xiaomi allows you to install third-party fonts without root rights through the official Themes app. This is a safe method, but with limitations: not all fonts support Cyrillic, and after updating the system, the settings can be reset.
Step-by-step:
- Download the font in.ttf or.otf format (recommended sources: Fontsquirrel, Google Fonts)
- Place the file in the MIUI/theme/fonts folder (create it if not)
- Open the application Topics โ My โ Local โ Fonts
- Select the downloaded font and apply it
Important nuances:
- โ ๏ธ Fonts weighing more than 10 MB can slow down the animation system
- ๐ Not all fonts support emojis โ they will remain standard.
- ๐ After updating MIUI The font may be reset to default
List of verified Cyrillic fonts
Modification of the text in communications and notifications
System notifications and SMS-You can also customize the messages, like increasing the size of the text in the messages or changing the background color in the notifications:
In Settings โ Notifications and status bar:
- ๐ Enable Display the content of notifications (if disabled)
- ๐จ Select Notification Style โ Some topics change the font
- ๐ค In Message Settings โ The display can be changed to the size of the text
HyperOS models (Xiaomi 14, POCO F6) have a feature called "Adaptive Text" that automatically adjusts the font size in the notifications to light up. To enable it: Settings โ Special Features โ Adaptive Display โ Adaptive Text.
โ๏ธ Checking before changing fonts
4.Editing auto-replacement and keyboard dictionary
If you're annoyed by automatic fixes in the Gboard or Xiaomi's standard keyboard, you can "change" the text at the dictionary level.This won't change the visual display, but it will affect what words the system offers.
For Gboard (set by default on most models):
- Open any input field, swipe down the space โ โ๏ธ "Settings"
- Select a dictionary โ Personal dictionary
- Add your words or remove unnecessary ones.
- Turn off auto-replacement in Text Correction โ Auto-replacement
For the standard MIUI keyboard:
- ๐ค Go to Settings. โ Additionally. โ Language and input โ Current keyboard โ Settings
- ๐ In the dictionary section, you can edit frequently used phrases
- โ ๏ธ Turn off Autocomplete if you donโt want the system to replace your text.
โ ๏ธ Note: After resetting or updating the firmware, the personal keyboard vocabulary is reset.Export it in advance through the keyboard settings โ Backup.
5. Advanced methods: ADB and root access
For advanced users willing to risk system stability, there are ways to modify text at the system file level.
- ๐ง Replace the menu labels (e.g., โSettingsโ with โOptions")
- ๐ฏ Remove unnecessary notifications (such as "MIUI optimized")
- ๐๏ธ Completely redefine the style of text in all applications
Method 1: Through ADB (without root)
You can change the system settings without getting root, like turning off unnecessary labels.
adb shell settings put global hide_forced_update 1 # hides update notifications
adb shell settings put secure sysui_tuner_enabled 1 # unlocks hidden settingsMethod 2: File editing (requires root)
With root rights, you can change files to /system/font/ or /system/media/, for example, replace Roboto-Regular.ttf with your font.
- ๐จ Incompatible font can cause bootloop (load looping)
- ๐ After the system update, the changes will be reset
- ๐ก๏ธ Security breaches (some banking apps refuse to work)
๐ก
Before editing system files, make a full backup via TWRP or Swift Backup, which will allow you to restore the phone if something goes wrong.
6. Specific cases: text in games and applications
Sometimes you have to change the text not in the whole system, but in a particular application, like increasing the subtitles on YouTube or changing the font on Telegram.
| Annex | What can be changed | How to do this. |
|---|---|---|
| YouTube | Subtitle size | During the viewing โ โ๏ธ โ "Subtitles" โ "Parameters" โ "Size of text" |
| Telegram | Font and text size | Settings โ Appearance โ Text size |
| Chrome | Page size | โฎ โ "Scale" or Settings โ Special facilities โ Scope of text |
| Games (Genshin Impact, PUBG) | Interface language | In the game settings โ "Languageโ (sometimes requires VPN shifting) |
For games with Mod Menu support (e.g., through GameGuardian), you can change text messages directly during the game, but this requires root rights and can lead to a ban of the account.
7. Solving problems after changes
If after experimenting with the text the system began to work unstable, here is the algorithm of actions:
- Resetting font settings: Settings โ Themes โ Fonts โ Reset
- Cache Cleanup: Settings โ Applications โ Application Management โ Topics โ Storage โ Clear Cache
- Recovery through ADB: adb shell cmd overlay reset com.android.theme.font
- Update rollback: If the problem has appeared after the update MIUI, Try to roll back through the settings โ The phone. โ Updating the system โ โฎ โ Select the update package (needs a firmware file)
โ ๏ธ Note: On HyperOS models (Xiaomi 14, POCO X6) font-reset ADB You may need additional commands because of the changed architecture of the system. If you're not sure, use standard reset via settings.
๐ก
Before any manipulation of system fonts, check compatibility with your version of MIUI/HyperOS on the 4PDA or XDA Developers forums.