How to increase the volume of the speaker on Xiaomi Mi 9T: from the settings of MIUI to the engineering menu

Why is the speaker on the Mi 9T running too quiet?

Owners of Xiaomi Mi 9T (also known as Redmi K20 in some regions) often face the problem of low volume of the speaker. Even at maximum settings of the interlocutor’s sound, it can be difficult to hear in a noisy environment, the reasons can be both software (MIUI restrictions, incorrect uniformity settings) and hardware (contamination of the speaker, wear of the membrane).

It's important to understand that the earpiece and the louder speaker are different components, the former being optimized for voice (300-3400 Hz) and physically unable to produce the same volume as a multimedia speaker, but there are ways to get the most out of it, from standard MIUI settings to hidden engineering menu settings.

In this article, we'll look at all the current ways to increase the volume of the conversational speaker on the Mi 9T, including secure modifications to system files and proven applications. None of the ways require root rights unless otherwise stated.

1. Check basic sound settings in MIUI

Before digging deeper, make sure the problem isn't with the standard settings. On the Xiaomi Mi 9T with MIUI 12-14, the path to key audio parameters may be different, but the overall logic holds.

Open the Settings β†’ Sound and vibration and check:

  • πŸ”Š Call volume: the slider should be at maximum. On some firmware, it's divided into Melody and Challenge -- check both.
  • 🎧 Headphone amplification: Turn off this option if it’s active – it can affect the overall volume.
  • πŸ”„ Adaptive sound: try turning it on/off, and on some devices, it artificially lowers the volume to make it "comfortable.
  • πŸ› οΈ Settings of uniformity: in the section Additional β†’ Select Preset "Dynamic" or turn off the uniformity completely.

If the volume hasn’t changed after these manipulations, move on to the next step. Note that on some custom firmware (e.g. Pixel Experience or LineageOS), the path to settings may be different.

πŸ“Š You have already tried to change the sound settings in MIUI?
Yeah, but it didn't help.
Yeah, it helped in part.
No, just turning up the volume with the buttons.
I don't know where those settings are.

2. Cleaning the conversational speaker from dust and debris

One of the most common causes of volume loss is speaker pollution. On the Mi 9T, the speaker is located at the top of the screen (above the display) and over time gets clogged with dust, potassium deposits and fine debris, which physically blocks the vibrations of the membrane, reducing the volume by 30-50%.

How to clean the speaker without breaking the phone:

  1. Take a toothpick (not a metal one!) and gently wrap its tip with a wet optics wipe.
  2. Walk through the speaker grille with a light movement, without pressing hard. The movements should be parallel to the screen, not deep into the holes.
  3. Use a vacuum cleaner with minimal power (or a dryer in cold air mode) at a distance of 5-7 cm to blow out the dust.
  4. For final cleaning, you can use alcohol wipes (at least 70% alcohol), but without excessive pressure.

⚠️ Warning: Do not use needles, pins or other sharp objects - they can damage the speaker's protective net. Also avoid getting liquid inside the housing: Mi 9T There is no official protection from water (IP-certification).

If the volume didn't go back after cleaning, it's more of a software problem.

πŸ’‘

Before cleaning the speaker, make a test call on the speakerphone and record the sound on the recorder. After cleaning, repeat the test so you can objectively assess the difference.

3.Use of the engineering menu (without root)

Engineering menu (Engineer Mode) is a hidden section of Android where you can fine-tune the parameters of hardware components, including speakers. 9T access to it is opened through USSD-code, but requires caution: incorrect settings can lead to distortion of the sound or even damage to the speaker.

Instructions to increase volume through the engineering menu:

  1. Open the Phone app and enter the code: ##36446337## Some firmware may run an alternative code: ##4636###
  2. In the menu, select Hardware Testing β†’ Audio.
  3. Go to LoudSpeaker Mode (or Receiver is a conversational speaker).
  4. In the Value field, increase your current value by 5-10 units (usually the maximum safe value is 160-180). Do not bet more than 200 - this can lead to distortion!
  5. Press Set, then Exit and restart the phone.

If the sound becomes hoarse or intermittent after changing the values, go back to the engineering menu and reduce the value by 5-10 units. The optimal balance between volume and quality is selected experimentally.

What to do if the engineering menu is not opened?
If USSD-The codes don’t work, try the following options: 1. Install the app MTK Engineering Mode (for MediaTek processors) or Qualcomm Engineer Mode (for Snapdragon). 9T built by Snapdragon 730, So the second utility will do. 2. Enable Developer Mode (Settings) β†’ The phone. β†’ Version. MIUI β€” press 7 once) and activate the debugging USB. Then connect the phone to the PC and use it. ADB-Command: Adb shell am start -n com.android.settings/.DevelopmentSettings 3. On some firmware, the engineering menu is blocked by the manufacturer, in which case only flashing to the custom version will help. MIUI (For example, xiaomi.eu).

4.Apps for sound amplification (TOP-3 verified)

If system methods fail, you can use third-party applications. It is important to choose utilities that do not require root rights and do not contain suspicious permissions (for example, access to SMS or contacts), We tested dozens of applications and selected the three most effective for the Mi 9T:

AnnexAdvantagesDeficienciesLink (Google Play)
Volume BoosterVolume increases by 20-30% without distortions Works on MIUI 12-14 Free version without adsDoes not support separate setting of the speakerDownload
Speaker BoostThere is a mode "Call Volume Boost" specifically for the speaker Automatically optimizes the sound for ambient noiseThe paid version is needed for fine-tuningDownload
Precision Sound EqualizerAllows you to configure equalizer separately for calls Supports presets for voice rangeA complex interface for beginnersDownload

Before installing any application, check the user reviews of Xiaomi Mi 9T - some utilities may conflict with MIUI. We also recommend testing the volume in the headphones: if the sound in them is also quiet, the problem may be in the microphone of the interlocutor, not in your speaker.

⚠️ Warning: Avoid apps that require root rights for "maximum boost of sound." 9T This often causes the speaker to burn out because it's overloaded.

5. Modification of system files (for advanced users)

If you're willing to take risks, you can manually edit the system files that control volume, which requires an unlocked bootloader and a super-user (root) right, but it has the most noticeable effect. We'll look at two options: build.prop and over. mixer_paths.xml.

Method 1: Editing build.prop

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/build.prop and back up the file.
  3. Add the following lines to the end of the file: ro.audio.volume.max=100 ro.audio.volume.boost=1
  4. Save the changes, restart the phone.

Method 2: Change of change mixer_paths.xml

This file contains hardware volume limits for each speaker: /vendor/etc/mixer_paths.xml or /system/etc/mixer_paths.xml (firmware-dependent).

Find a box with parameters for rx-voice and increase the max values by 10-15%.

<path name="rx-voice">


<ctl name="RX1 Digital Volume" value="84" />




<ctl name="RX2 Digital Volume" value="84" />




</path>

⚠️ Attention: Incorrect editing mixer_paths.xml This can cause a complete loss of sound or looping of the phone on the boot.Be sure to back up through the phone before making changes. TWRP!

If the sound is distorted after the modification, return the original values or restore the file from the backup. Also note that after the MIUI update, all changes will reset.

Backup all important data

Make sure the loader is unlocked

Check for root rights (via Magisk or SuperSU)

Download the original build.prop/mixer_paths.xml kickback

Charge your phone at least 50 times%-->

6 Hardware solutions: replacement of the speaker or repair

If the software methods didn’t help, the problem could be a physical speaker malfunction. On the Xiaomi Mi 9T, the most common hardware causes of quiet sound:

  • πŸ”§ Dynamic wear of the membrane (natural aging after 2-3 years of use).
  • πŸ’§ Corrosion of contacts due to moisture (even without complete flooding).
  • πŸ”Œ Oxidation of soldered joints on the board (often after falls).
  • πŸŽ›οΈ Sound chip malfunction (less often but requires motherboard replacement).

The cost of replacing the speaker with the Mi 9T in service centers is 800-1500 rubles (depending on the region).

  • The original speaker has the article XIAOMI 190410801 (or 190410802 for some revisions).
  • To disassemble the phone, a plastic spatula and a sucker will be required (the display is glued).
  • After the speaker is replaced, it may be necessary to calibrate the sound through the engineering menu.

If you are not sure of your skills, it is better to contact the service. Poor soldering or damage to the display plume during disassembly can turn into more expensive repairs.

πŸ’‘

Before replacing the speaker, check its performance through the test menu: type ##6484## and select Manual Test β†’ Receiver. If the sound in the test is quiet and the headphones are normal, the speaker is faulty.

7.Alternative solutions: headphones, Bluetooth, external speakers

If you can not increase the volume of the speaker, consider alternative ways of making calls:

  • 🎧 Wired headphones with a microphone: even budget models (for example, Xiaomi Basic) will give a clearer sound than the built-in speaker.
  • πŸ”— Bluetooth headset: any model with profile support is suitable HFP (Redmi AirDots and Mi True Wireless Earphones).
  • πŸ“ž Loud communication: in noisy places, you can use the main speaker of the phone (but it is inconvenient for long conversations).
  • πŸ”Š External Bluetooth speaker: some models (e.g, JBL Go) support telephone call mode.

For Mi 9T owners, there is another life hack: if you have a smartwatch or a fitness bracelet (like the Mi Band 6/7), you can receive calls through them, the sound will be transmitted to the clock, and the microphone will remain in the phone, while the quality of communication does not deteriorate.

If you make frequent calls in noisy places, consider buying a dedicated noise-cancelling headset (like the Xiaomi FlipBuds Pro) that will not only amplify the sound, but also improve the voice perception for the person you are talking to.

FAQ: Frequent Volume Up questions on Mi 9T

Can I increase the volume of the speaker without root?
Yes, most of the ways in this article don't require root rights. Effective methods without root: Settings MIUI (uniformity of sound, adaptive sound. Engineering menu (USSD-Third-party applications (Volume Booster, Speaker Boost) Cleaning the speaker from dust. Root will only be required for editing system files (build.prop, mixer_paths.xml).
Why did the sound turn hoarse after the volume in the engineering menu?
This means you have exceeded the maximum allowable load on the speaker. Go back to the engineering menu and reduce the Value value by 5-10 units. The optimal range for the Mi 9T is 150-170. If the wheezing remains, reset to the standard settings (usually 140-150). Also check if the MIUI has a surround effect (Settings β†’ Sound β†’ Sound Effects) - it can distort the voice range.
How to check if the speaker is faulty?
Diagnose: Enter the code ##6484## β†’ Manual Test β†’ Receiver. If the sound is quiet or missing, the speaker is faulty. Connect the headphones and make a test call. If the headphones sound normal, the problem is in the speaker. Call from another phone and turn on the speaker on Mi 9T. If the main speaker is loud and the conversational speaker is not, it's the hardware. If the speaker is not working at all, check the settings β†’ Special features β†’ Hearing β†’ Monoaudio - sometimes this mode turns off the speaker.
Will I be guaranteed the Mi 9T if I edit the system files myself?
No, any modifications to system files (including build.prop and mixer_paths.xml) If you go to a service center with a problem with sound, and the specialists find traces of manual editing, repair may be denied. MIUI. Engineering menu (unless critical parameters have changed), speaker cleaning, third-party applications (unless they require rooting).
Which headphones are better for Mi 9T calls?
For Xiaomi Mi. 9T We recommend the following models: Model Advantage Type Price (2026) Xiaomi Hybrid Pro HD Wireless clear microphone, noise cancellation, compatibility with MIUI ~1 200 β‚½ Redmi AirDots 3 Pro Bluetooth (TWS) Low call delays, 28 hours of autonomy ~2 500 β‚½ Mi True Wireless Earphones 2 Bluetooth (TWS) Support AAC, call-management ~3 000 β‚½ For the office or home, wired models are suitable, and for the street - Bluetooth headsets with noise cancellation. Avoid cheap no-name headphones - they often have a bad microphone, which will make your voice difficult to hear the interlocutor.