An unexpectedly changed smartphone interface often causes panic, especially when the usual text turns into massive black columns of letters. The problem of how to remove bold font on Android regularly arises among users of different versions of the operating system, from old Android 6 to the newest Android 14. Most often, this does not happen due to a virus, but due to accidentally pressing a combination of buttons or activating a function for the visually impaired.

Bold typeface may be part of a high contrast mode or large print, which are designed to help people with low vision. However, for the average user, such settings make reading information inconvenient and visually overloaded. Fortunately, the solution lies on the surface and only requires knowing the correct path in the settings menu.

In this article we will analyze in detail all the possible reasons for the appearance of thick text and provide step-by-step algorithms for eliminating them. You will learn where to look for switches in standard menus, what to do if the interface has been changed by the manufacturer, and what to do in emergency cases using engineering codes.

Reasons for changing the style of text in the system

The root cause of most visual anomalies in the interface Android is the "Accessibility" section. The operating system developers have provided many tools to adapt the device to the needs of people with disabilities. Accidentally activating one of these functions, for example, by triple pressing the volume buttons, instantly changes the perception of the screen.

In addition, some smartphone manufacturers, such as Samsung, Xiaomi or Huawei, add their own add-ons over the standard interface. In their shells, such as One UI or MIUI, font settings are placed in separate “Screen” or “Display” menus, which can confuse a user accustomed to stock Android. Sometimes the problem lies in a system update that resets user preferences to default settings that include large text.

⚠️ Warning: If the bold font appeared immediately after installing a particular application, it may have intercepted the rights to change the system display settings. In this case, remove the suspicious software before changing the system settings.

It is important to understand the difference between just a large font and a bold font. The increased size of the letters makes them taller and wider, but the line thickness remains standard. Bold font, or Bold Text, increases the weight of glyphs, making them visually heavy. Often these two settings are included in the system by default when activating the “Large Text” mode, so you may have to disable them in a complex way.

📊 How did you experience a problem with the font?
After updating the system
I accidentally pressed the buttons
After installation applications
I don’t know, it just appeared

Disabling bold font through standard settings

The most reliable and safest way to return the interface to its usual appearance is to use the standard settings menu. This method works on the vast majority of devices and does not require installing third-party software or obtaining root access. The algorithm of actions may differ slightly depending on the OS version, but the logic remains the same.

First, you need to open the main settings menu of your device. Find the section responsible for displaying information. In pure Android he is usually called “Special Features”, while in custom shells it can be found in the “Screen” or “Display” item. Inside this section, look for a subsection related to text size or visibility.

Once you are in the desired menu, pay attention to the switch called “Bold Text” or “Bold Text”. Its active position is usually highlighted in blue or green. Just press the toggle switch to deactivate the function. The system may ask for confirmation of the action or automatically reboot the interface to apply the changes.

☑️ Algorithm for disabling the font

Done: 0 / 4

In some cases, for example on devices Samsung Galaxy, the font boldness setting is hidden deeper. You will need to go through the path Settings → Display → Font size and style. It is here that there is a separate lever for controlling the saturation of letters, independent of their size. Disabling this option will instantly return the fonts to their original style set by the theme developer.

💡

If you cannot find the item you need in the menu, use the search bar at the top of the settings screen. Enter the query “Bold” or “Bold”, and the system will redirect you to the desired switch.

Accessibility and large text settings

Accessibility features are a powerful tool that, if not handled carefully, can radically change the appearance of your smartphone. Section Special Accessibility contains many options that affect visual perception. In addition to bold font, inverting colors, removing animations, or increasing the scale of the entire interface can be activated here.

Often, users accidentally activate the “Large Text” mode, which automatically includes a thicker style for better readability. To fix this, you need to go to the menu Settings → Accessibility → Improved Visibility. This block contains switches responsible for high-contrast text and color removal. Disabling the “High Contrast Text” option often solves the problem of bold letters.

It is also worth paying attention to the “Zoom” function. When enabled, any three-finger tap on the screen or a quick triple press of the power button can change the scale and style of elements on the fly. Check your gesture settings in the same Accessibility section and disable shortcuts you don't need to avoid repeated accidental activations.

Function Influence on text Where to disable
Bold text Increases the thickness of letter lines Screen / Special. features
Large text Increases font size Screen / Display
High contrast Makes text black on a white background Special. capabilities
Color inversion Changes colors to opposite ones Special. Accessibility

Remember that accessibility settings take precedence over regular display settings. Even if you change the theme, accessibility mode may override those changes, returning the font to bold. Therefore, diagnostics should always start from this section of the menu.

Features of Samsung, Xiaomi and Huawei interfaces

Chinese and Korean manufacturers often modify the standard code Android, creating unique user interfaces. This leads to the fact that the usual paths to settings change. For example, in the shell MIUI from Xiaomi font settings are placed in a separate "Themes" application, which is not obvious to a beginner.

On smartphones Samsung with a shell One UI the situation is as follows: bold the font may be part of the chosen theme. If you've recently changed your theme or downloaded a new icon pack, check your theme settings. Sometimes it is enough to return to the "Default" theme to make the fonts thin. Path to settings: Settings → Wallpaper and style.

Devices Huawei and Honor with a shell EMUI or MagicOS have "Simple Mode" item. When activated, the interface is simplified: the icons become huge, and the font becomes as bold and large as possible. To exit this mode, you need to go to Settings → System and updates → Simple mode and switch the toggle switch to the “Off” position.

⚠️ Attention: Shell interfaces are constantly updated. Menu items may change names or move to different sections after a major firmware update. Check the current paths in your manufacturer's official help if standard methods do not work.

In some cases, resetting the screen settings to factory settings helps. Display menus often have a "Default" button or an arrow-in-a-circle icon that resets all changes to text size and style. This is a quick way to eliminate visual glitches without digging deep into the system.

Secret setting in MIUI

Xiaomi smartphones have a hidden setting through the engineering menu, but for the average user it is safer to use the “Themes” application. Go to your profile → Settings → Reset font settings.

Using the engineering menu and ADB commands

If standard methods do not help and the bold font is “stuck” to the system, you can resort to more advanced methods. The engineering menu is a hidden settings section intended for developers and service centers. You can enter it through a set of special codes in the “Phone” application.

The code ##4636## or ##8255##works for most devices. Once in the testing menu, you can find a section UI Debugging or similar, where the text rendering parameters are forced to change. However, this method requires caution: incorrectly changing the parameter can lead to unstable operation of the system.

A more professional method is to use debugging by ADB (Android Debug Bridge). By connecting your smartphone to your computer and installing the drivers, you can send a command that resets the screen density or font settings. The command to reset the display scale is as follows:

adb shell wm density reset

This command will return the pixel density to the factory value, which often eliminates problems with incorrect font display caused by software glitches. To execute the command, you must first enable “USB Debugging” in the “For Developers” menu.

💡

Using ADB commands is a radical method. Use it only if you are confident in your actions and have created a backup copy of your data, since an error in the command may require a complete reset of the device.

Resetting settings and extreme measures

When none of the soft methods gives results, the option of completely resetting the phone remains. This action will return the device to its out-of-the-box state, erasing all user data, apps, and settings. Before this step, be sure to save important photos and contacts to cloud storage.

The reset is done through the menu Settings → System → Reset settings → Delete all data. After a reboot, the smartphone will be as good as new, and the problem with the bold font is guaranteed to disappear, unless it is caused by a physical malfunction of the matrix (which is extremely unlikely for a software change in the font).

Sometimes the problem is temporary and is associated with a specific firmware update. In this case, you can try clearing the cache of the Recovery partition. To do this, you need to turn off the phone, hold down the button combination (usually Volume Up + Power) and select Wipe Cache Partitionin the recovery menu. This will not delete your data, but it will clear temporary system files that may be causing graphics artifacts.

If the bold font is only observed in one specific application and not across the entire system, the problem lies with the application itself. Try clearing its cache in application settings or reinstalling it. System settings have nothing to do with it.

Frequently asked questions (FAQ)

Why did the font become bold after updating Android?

System updates often reset personalization settings to default values. Developers can change the standard font to a more readable one (bold) in new versions of the OS. Check your display settings and manually switch the font style to normal.

Is it possible to make the font thinner than the standard one?

You cannot make the font thinner than the factory default using standard Android tools. However, on devices with superuser rights (Root), you can replace the system font file Roboto-Regular.ttf with a thinner version downloaded from the Internet.

Does bold font affect battery consumption?

No, font style does not affect power consumption. Battery consumption depends on screen brightness, screen operating time and processes running in the background. Bold font is just software rendering of glyphs.

How to remove bold font if the screen does not respond to touches?

If the sensor does not work, try connecting a USB mouse via an OTG adapter. Using the cursor, you can navigate through the settings menu and disable the problematic feature. As a last resort, use the volume buttons to navigate through the Recovery menu.