Fast charging on Xiaomi Redmi Note 8 Pro: how to turn on and speed up charging to 18 watts

Why does the Redmi Note 8 Pro not always charge fast?

Owners of Xiaomi Redmi Note 8 Pro often face a paradoxical situation: the smartphone supports fast charging technology Quick Charge 3.0 (18 W), but in reality charges from the standard power supply 2-3 times slower. The reason lies not in hardware limitations, and in the software settings MIUI, which by default turn off accelerated charging β€œto extend the battery life”.

The manufacturer does not advertise this point: the documentation for the device indicates that the Note 8 Pro is compatible with the QC 3.0, but not a word about the need for manual activation. Moreover, even the original charging unit from the kit (the MDY-10-EP model) produces only 10 watts without additional manipulations. In this article, we will analyze all the ways to enable fast charging - from official to "hidden" methods for power users.

It’s important to understand that fast charging not only saves time, but also increases battery wear 15-20% faster when used regularly. If you plan to use a smartphone longer than 2-3 years, weigh the pros and cons before activating.

1. Compatibility Check: Which Charges Are Right for the Note 8 Pro?

Before you turn on fast charging, make sure your power supply supports the necessary protocols.The Redmi Note 8 Pro works with:

  • πŸ”Œ Quick Charge 3.0/4.0 (18 W) - best option.
  • ⚑ Power Delivery (PD) (Up to 18W – partially compatible, but may require a support adapter PD 2.0.
  • ❌ Standard charging 5V/2And (10 W) – will not give acceleration, even if you turn on the function in the settings.
  • ⚠️ Uncertified units – can damage the battery or power controller.

How do you check your power supply? Pay attention to the labeling:

  • πŸ” Inscriptions. QC 3.0, 18W, 9V/2A or 12V/1.5A β€” fitting.
  • πŸ” Qualcomm Quick Charge logo – compatibility guarantee.
  • πŸ” If it is specified 5V/2A β€” It's just a regular exercise.

Tip: the original unit from Xiaomi from the kit (MDY-10-EP) does not support QC 3.0! For a full fast charging you will have to buy an adapter, for example, Xiaomi Mi Charge Turbo (MDY-11-EP) or a block from Redmi K20 Pro.

πŸ“Š What power supply do you use for the Redmi Note 8 Pro?
Original from the kit
Charging from another Xiaomi
Third-party QC 3.0
Power Delivery (PD)
I don't know.

Charger compatibility table

Model of the power supply unitProtocolMax. Power.Compatible with Note 8 Pro
Xiaomi MDY-10-EP (from the kit)Standard.10 W (5V/2A)❌ No quick charging.
Xiaomi MDY-11-EP (Mi Charge Turbo)QC 3.018 W (9V/2A)βœ… Full support
Samsung EP-TA800QC 2.015 W.⚠️ Partial (up to 15 W)
Anker PowerPort IIIPD 3.018 W.βœ… Yes (requires cable) USB-C)

⚠️ Note: Using uncertified chargers with power above 18W (such as 30W or 65W) may overheat the Note 8 Pro power controller.

2.Official method: enable fast charging via MIUI settings

The easiest method is to activate the function in the MIUI menu, but it doesn't work on all firmware versions.

  1. Open Settings β†’ Battery and Performance.
  2. Select Charging (on some versions – Charging settings).
  3. Find the option "Fast Charge" (or Quick Charge) and switch the slider to the position "On".
  4. Confirm the action if a warning appears about reducing the battery life.

If you don't have "Fast Charge" on the menu, your version of MIUI hides that option, so move on to the following methods.

Use an original or certified USB-C cable

Connect a compatible power supply (QC 3.0 or PD)

Close all background applications

Make sure the battery temperature is below 40Β°C

-->

On MIUI 12.5+ versions, the path to settings may vary: Settings β†’ Additional β†’ Special Features β†’ Charging settings.

⚠️ Warning: After turning on fast charging, the smartphone can heat up to 45-50°C while charging.This is normal, but it is not recommended to use the device during accelerated charging (especially playing or shooting video).

πŸ’‘

The official method only works when you connect a compatible power supply, and if the "Fast Charge" option is inactive, check the charger.

3. Hidden settings: activation via MIUI Hidden Menu (Engineer Mode)

If the standard method didn’t work, you can turn on fast charging via the engineering menu, which requires caution, as the wrong actions can disrupt the smartphone.

Instructions:

  1. Open the Phone app and type the combination: ##4636## Some firmware may run ##6484## (battery testing menu).
  2. In the menu that opens, select Battery Information.
  3. Find the Fast Charge or Quick Charge string and click on it.
  4. In the window that appears, select Enable.
  5. Reboot your smartphone.

If #4636### doesn’t work, try an alternative method:

  • Install the MTK Engineering Mode app (for MediaTek processors).
  • Launch it, go to MTK Settings β†’ Battery.
  • Activate the Fast Charging option.

Important: on some firmware after enabling fast charging through the engineering menu, protection can work, and the smartphone will limit the current to 10 W. In this case, only resetting settings or firmware through Fastboot will help.

What to do if the engineering menu is not opened?
If ## combinations don’t work, it means the manufacturer has blocked access to Hidden Menu in your version. MIUI. Alternatives: 1. Use it. ADB-commands (unlocked loader required). 2. Install custom recovery (TWRP) and edit the file. /system/build.prop, line ro.miui.support_qc3=true. 3. Update the firmware to the latest version MIUI (Sometimes they return access to hidden settings).

Table of engineering menu codes for Redmi Note 8 Pro

CombinationAppointmentWorks for MIUI.
##4636##General information and tests11–12.5
##6484##Battery and charging test12+
##36446337##Information about the camera moduleAnybody.
##232338##MAC-Wi-Fi addressAnybody.

4. Compulsory Entry via ADB (for Advanced Users)

If previous methods didn’t work, you can try enabling fast charging via Android Debug Bridge (ADB), which requires an unlocked bootloader and installed ADB drivers on your PC.

Step-by-step:

  1. Enable USB Debugging in the Developer Settings (Settings β†’ About Phone β†’ MIUI Version – Press 7 times, then return to Additional β†’ For Developers).
  2. Connect your smartphone to your PC and open the command line (or Terminal on Mac/Linux).
  3. Enter the commands in order: adb devices (should display your device) adb shell su (if root rights are available) setprop persist.sys.qc3.enable 1 reboot

After the reboot, check the charging speed with the AccuBattery or Ampere app. If the charging current has increased to 2000-3,000 mA, the method worked.

If the commands are not executed due to lack of root rights, try an alternative method:

adb shell settings put global fast_charge 1

⚠️ Attention: Misuse of the right ADB Do not change other parameters through setprop unless you are sure of their purpose. persist.sys.qc3.enable 0 will turn off fast charging forever before resetting settings.

πŸ’‘

Before using ADB, back up your data via Settings β†’ System β†’ Backup. This will help you recover information in the event of a crash.

5. Problems and Solutions: Why Does Fast Charging Not Work?

Even after you turn on all the settings, the Redmi Note 8 Pro can charge slowly.

πŸ”‹ Problem: charging goes to 10 watts instead of 18 watts

  • πŸ”Œ Reason: Incompatible power supply or cable is used.
  • πŸ›  Solution: Replace the cable with the original USB-C (For example, from the Redmi kit K20 Pro) and check the power supply for support QC 3.0.

🌑 Problem: the smartphone heats up and reduces the charging current

  • πŸ”₯ Reason: Battery temperature exceeds 45Β°C.
  • πŸ›  Solution: Remove the case while charging. Don't use your smartphone for games or videos. Place the device in a cool place (but not in the refrigerator!).

⚑ Problem: Quick Charging option is missing after update MIUI

  • πŸ”„ Reason: Xiaomi has removed the setting in the new firmware.
  • πŸ›  Solution: Reverse to the previous version MIUI It's on Fastboot. ADB or engineering menu (see sections above).

πŸ“‰ Problem: Charging speed drops after 80%

  • πŸ”‹ Reason: Optimized Charging Mode is Activated (Settings) β†’ Battery β†’ Optimizing charging).
  • πŸ›  Solution: Disable this option if you want 100% full charge without restrictions.

If none of these methods worked, check the battery status through the AccuBattery app. A worn-out battery (capacity below 80% of nominal) can block fast charging at the controller level.

πŸ’‘

The most common cause of "failed" fast charging is a non-original cable. Even if the power supply supports QC 3.0, a cheap cable can limit current to 1-1.5A.

6. Alternative methods of accelerating charging

If you fail to turn on fast charging, you can optimize the process in other ways:

πŸ”„ Airplane mode

Disconnection of network modules (Wi-Fi, 4G, Bluetooth reduces power consumption by 15-20% by speeding up charging. Activated through notification curtain or Settings β†’ SIM-maps and networks β†’ Airplane mode.

❄️ Cooling of the device

Use a cooling stand or fan (e.g. Xiaomi Yuemi USB Fan) and lowering the battery temperature by 5-10Β°C increases the charging current by 10-15 percent.

πŸ”‹ Background activity shutdown

Close all apps through Settings β†’ Apps β†’ Run and disable auto-run of unnecessary services, especially β€œgluttonous” messengers (Telegram, WhatsApp) and social networks.

πŸ”„ Resetting battery settings

Sometimes a failure in the power controller results in an artificial current restriction. Reset settings through Settings β†’ Battery β†’ Reset battery statistics (reboot required).

For maximum effect, combine these methods. For example, charging in cooled aircraft mode can give you a speed increase of up to 30% even without a QC 3.0.

7.Myths and truths about fast charging on Redmi Note 8 Pro

There's a lot of rumors going around the Quick Charge technology.

❌ Myth: β€œFast charging ruins your battery in 6 months"

βœ… Truth: Modern lithium-polymer batteries are designed for 500-800 charge cycles regardless of speed. Rapid charging increases wear by 15-20%, but not critically. The main enemy of the battery is overheating and deep discharge (below 10%).

❌ Myth: The original unit from the kit supports QC 3.0"

βœ… Truth: Block MDY-10-EP It only gives you 10 watts out of the box. You need a labeled adapter to charge fast enough. QC 3.0 or PD 18W.

❌ Myth: After the update MIUI fast charging is shut down forever"

βœ… Truth: Settings are reset, but they can be turned on again through ADB or Hidden Menu. Exception is custom firmware, where the function can be removed at the core level.

❌ Myth: "Recharge from a laptop (USB 3.0 gives 18 watts"

βœ… Truth: Ports USB PCs and laptops are limited by protocol USB BC 1.2 (max 7.5 W). Even USB 3.1 Type-C is less than 15 watts without Power Delivery support.

Bottom Line: Fast charging is safe when used correctly, but requires quality equipment and temperature control.

FAQ: Frequent questions about fast charging Redmi Note 8 Pro

Can I use iPhone charging (5V/1A) for the Note 8 Pro?
Yes, but the charging speed will be minimal (about 5 watts). QC 3.0 or PD.
Why does the smartphone charge up to 80% and then slow down?
This is normal MIUI behavior. After 80%, the system automatically reduces the current to protect the battery. Shuts down in Settings β†’ Battery β†’ Optimize charging.
How to check the actual charging speed?
Install the AccuBattery or Ampere app, which displays current (mA) and voltage. For QC 3.0, the normal values are 3000-3500 mA at 9B.
Can I turn on fast charging without root rights?
Yes, through ADB or Hidden Menu (see sections 3 and 4). Root is only required to edit system files (e.g. build.prop).
Which cables support QC 3.0 for Note 8 Pro?
Best options: Original cable from the Redmi K20 Pro kit (USB-C β†’ USB-C); USB-IF certified and 5A supported cables (such as Anker PowerLine+); E-Marker chip cables (for stable high-current transmission); Avoid cheap "no-name" cables - they often limit current to 1.5-2A.