Russification of Xiaomi laptop: from BIOS to OS in 5 steps

Xiaomi laptops are gaining the Russian market due to the ratio of price and performance, but many users face the problem of the lack of Russian language in the system. Even if you bought a device with global firmware, some elements β€” from BIOS/UEFI to utility utilities β€” can remain in Chinese or English. This article will help fully Russify the Xiaomi Mi Notebook, RedmiBook or Mi Gaming Laptop, regardless of the model and installed OS.

We will look at official and alternative methods, including BIOS Russification, Windows 10/11 and Linux language packs, and typical keyboard and driver issues. All instructions are relevant to 2020-2026 models and tested on MIUI for PC firmware and standard OS builds.

⚠️ Important: Some operations (such as firmware) BIOS) If your laptop is under warranty, first check with the Xiaomi service center whether Russification blocks warranty service.

πŸ“Š What model of Xiaomi laptop you are Russifying?
Mi Notebook Pro
RedmiBook 15/14
Mi Gaming Laptop
Another model

1. Check the current version of the BIOS and firmware

Before you start russification, you need to determine which firmware is installed on your laptop, which determines the choice of method and the potential risks. Xiaomi uses two types of firmware:

  • 🌍 Global (Global) ROM) β€” It usually supports Russian out of the box, but may contain limited features.
  • πŸ‡¨πŸ‡³ Chinese (China) ROM) β€” requires Russification, but offers more options for fine-tuning.

To check the version:

  1. Restart your laptop and press F2 or Del (depending on the model) to log in to BIOS/UEFI.
  2. Find the System Information or Main section, and it will show the firmware version (e.g. 1.0.5.3CN for Chinese or 1.0.3.0Global for global).
  3. If the name has CN, it is Chinese firmware, if Global or EEA is global.

⚠️ Note: Some RedmiBook models (e.g. RedmiBook 15 2023) have Chinese firmware blocking the installation of language packs through standard Windows tools).

What to do if you can’t get into the BIOS?
If your laptop is not responding to F2/Del, try: 1. Disable Quick Start in Windows: Control Panel β†’ Power Panel β†’ Power buttons β†’ Change settings that are not available now β†’ Uncheck the box from "Enable Quick Start." 2. Use the Shift + Reboot combination in the Start menu, then select Diagnostic β†’ Additional settings β†’ UEFI built-in software settings.

2. Russification BIOS/UEFI (china-fix)

If your laptop runs on Chinese firmware, the BIOS/UEFI menu will be entirely in Chinese, which makes it difficult to set up a boot or update a firmware, and fortunately there are two ways to Russify:

Method 1: Upgrade to global firmware (recommended for most users).

  • πŸ”„ Download the latest global firmware for your model from the official Xiaomi Support website (Notebook section).
  • πŸ’Ύ Unpack the archive and copy the firmware file (usually with the.fd or.bin extension) to the flash drive formatted into the file. FAT32.
  • πŸ”Œ Connect the flash drive to the laptop, enter the BIOS and select the update option (an icon with a flash drive or an inscription) BIOS Update).

Method 2: Manual addition of Russian (for experienced users).

If there is no global firmware for your model, you can manually replace the language package in the BIOS file using the UEFITool utility:

  1. Download the original BIOS file from Xiaomi’s website.
  2. Open it in UEFITool and find the language section (usually Languages or Strings).
  3. Add the Russian language package (you can extract from the global firmware of another model).
  4. Save the modified file and run it through the Flash Programming Tool.

πŸ’‘

Before the BIOS firmware, disable BitLocker in Windows (if enabled), otherwise the system may not boot after the update!

3. Russification of Windows 10/11 on Xiaomi laptop

If the BIOS is already Russified, but the operating system remains in a foreign language, follow this instruction.

For Global Windows (EEA/Global):

  1. Open Settings β†’ Time and Language β†’ Region and Language
  2. Click Add Language and select Russian (Russia).
  3. Download the language package and install it as the main one.
  4. Restart your laptop – the system should switch to Russian.

For Chinese Windows (CN):

The Chinese version of Windows blocks the installation of additional languages through standard settings.

  • πŸ“₯ Download the offline language package for the Russian version of Windows (for example, lp.cab for your build) from the site UUP Dump.
  • πŸ›  Set it up through DISM In the command line (on behalf of the administrator): Dism /online /add-package /packagepath:"C:\path\to file\lp.cab"
  • πŸ”„ Restart your laptop and set the Russian language in the settings.

⚠️ Note: Some Xiaomi models (such as Mi Notebook Pro X 15) may lose touchpad gesture support after Windows Russification. EU.

Download the language package for your version of Windows|Create a system restore point |Disable antivirus during installation |Check free disk space (minimum 5 GB) |Connect your laptop to charge-->

4. Solving Keyboard and Driver Problems

After the OS Russification, you may encounter a keyboard malfunction, such as the Russian letters being replaced by characters or symbols, which is due to Chinese firmware using its own IME layout.

How to fix it:

  1. Remove all unnecessary layouts in Settings β†’ Time and language β†’ Keyboard, leaving only Russian (Russia).
  2. Download the keyboard driver for your model from the Lenovo Support website (yes, Xiaomi often uses the same drivers as Lenovo for its laptops).
  3. Install the driver manually through Device Manager (update the driver for the HID Keyboard device).

If the problem persists, try turning off the Chinese Input Service:

  1. Press Win + R, enter services.msc.
  2. Find Microsoft Pinyin IME or Chinese (Simplified) IME.
  3. Turn it off and set the type of launch manually.
Laptop modelTypical problemDecision
RedmiBook 14/15 (2020–2022)Alt+Shift switching is not workingInstall a patch for the keyboard
Mi Notebook Pro X 15Touchpad doesn't support gestures after RussificationInstall the ELAN Touchpad driver from Xiaomi EU
Mi Gaming Laptop 2021Keyboard lighting flashes after BIOS updateReset your BIOS settings to factory (Load Default Settings)

5. Russification of Linux on Xiaomi laptops

If you use Linux (like Ubuntu or Manjaro), the Russification process is easier, but there are nuances with drivers. Most distributions automatically determine the language when installed, but for full localization:

Step 1: Installation of the Russian language

sudo apt update


sudo apt install language-pack-ru

Step 2: Set up the locale

sudo locale-gen ru_RU.UTF-8


sudo update-locale LANG=ru_RU.UTF-8

Step 3: Fixing keyboard problems

On Xiaomi laptops, Linux often does not have Fn keys (brightness, volume) to fix:

  • 🐧 Install the xbindkeys utility for key binding: sudo apt install xbindkeys xbindkeys-config
  • πŸ“ Create a config for brightness keys (example for RedmiBook): # Brightness increase "xbacklight" -inc 10" m:0x0 + c:233 Decrease in brightness "xbacklight" -dec 10" m:0x0 + c:232

⚠️ Note: Wi-Fi may not work on the Mi Notebook Air with Ubuntu 22.04 due to the lack of drivers for the Intel chip AX200. The solution is to install the core of version 5.15+ or download the driver from the official repository.

πŸ’‘

For Xiaomi laptops under Linux, it is better to use distributions with a 5.10+ kernel - they have better hardware support out of the box.

6. Alternative methods of Russification (if nothing helps)

If the standard methods didn’t work, try these options:

Method 1: Installation of custom firmware

The Xiaomi EU community is releasing modified firmware with full Russification, for example, RedmiBook 15 is available firmware MIUI PC ROM with Russian interface.

  • πŸ”— Download the firmware from the Xiaomi forum EU.
  • πŸ“ Unpack the archive and follow the instructions (usually you need to create a bootable flash drive and flash through Fastboot).

Method 2: Virtual machine with Russian Windows

If you can’t Russify the main system, you can install Windows To Go on an external drive or use a virtual machine (VirtualBox or VMware) with the Russian version of Windows.

Method 3: Replacement of the system with Russian Windows Lite

There are lightweight Windows builds (like Russian Windows 10 Lite) optimized for Xiaomi laptops, which already include all the necessary drivers and Russification.

  • ⚠️ Risk: These builds may contain preinstalled software or stripped-down features.
  • πŸ” Before installing, check the reviews on the forums (for example, 4PDA).

7. Frequent mistakes and how to avoid them

Xiaomi laptops with Chinese BIOS version 1.0.7.0 and higher may block the installation of unofficial firmware. If you see a Secure Flash Error error when trying to update the BIOS, this means that the manufacturer has blocked the firmware of third-party files, in which case the only way out is to contact the Xiaomi service center for an official update.

Other common mistakes:

  • πŸ”΄ Mistake. 0x800f0954 When you install a language pack on Windows, it means that the file is corrupted. Download the package again or check the integrity of the system with the command: sfc /scannow
  • πŸ”΄ Keyboard prints characters - delete all Asian layouts in Windows settings and reinstall Russian.
  • πŸ”΄ The laptop does not turn on after firmware BIOS β€” try to throw it off CMOS (Take the battery out on the motherboard for 10 seconds).

⚠️ Note: If after Russification Fn-keys (brightness, volume control) stopped working, install the Xiaomi Quick Tools utility from the official website.

FAQ: Answers to Frequent Questions

Can you Russify Xiaomi laptop without data loss?
Yes, if you only Russify Windows or Linux. BIOS updates may require a reset, but don't affect user files. Always back up before any system manipulation!
Why did the sound disappear after Russification?
This is a typical problem for RedmiBook laptops with a Realtek ALC256 audio chip. Install the driver manually: Download the driver from the official Realtek website. In Device Manager, update the driver for Sound devices, indicating the path to the downloaded file.
How to return the Chinese firmware, if the Russification was unsuccessful?
Download the original Chinese firmware for your model from Xiaomi and run it through the BIOS Update. If your laptop doesn't turn on, use disaster recovery: Create a bootable flash drive with the MI Flash Tool utility. Connect the flash drive to the laptop that's off, pinch Win + Power for 10 seconds. Follow the recovery program instructions.
Will Russification work on Xiaomi laptops with AMD processors?
Yes, but models on AMD Ryzen (like the RedmiBook 16 Ryzen Edition) may require additional customization of chipset drivers. download drivers from the official AMD site, not from the Xiaomi site.
Can I Russify Xiaomi Laptop with Mi Account?
No, Mi Account does not affect the language settings of the laptop. This feature is only available for Xiaomi smartphones and tablets. For laptops, Russification is performed exclusively through the BIOS, OS or firmware.