Introduction: When a complete laptop cleaning is required
Xiaomi RedmiBook 7 is a popular model among users who value the balance of performance and price, but over time, even the most reliable device can start to work slower: Temporary files accumulate, outdated drivers conflict with new software, and viruses or user errors cause failures.In some cases, simply reinstalling Windows is not enough β a complete cleanup is required, including deleting all data from the drive and resetting settings. BIOS.
This article will help you figure out how to bring RedmiBook 7 back to factory status in three ways: through built-in Windows tools, using a bootable flash drive, and even through low-level formatting. SSD. We will also consider the nuances associated with BitLocker encryption, partition recovery. EFI And the Xiaomi hardware features, which can make it more complicated. If you're planning to sell a laptop, transfer it to another user, or just want to start with a clean slate, this is the guide for you.
Before you start, make sure you have:
- π Charger (the process can take up to 2 hours, and battery discharge during cleaning will lead to errors).
- πΎ Flash drive with a volume of at least 16 GB (to create a bootable media).
- π₯ Backups of important data (all files on disk C: and other partitions will be deleted!).
- π Windows Product Key (unless your version is tied to the motherboard).
Method 1: Reset Windows through system settings (the simplest method)
If a laptop is powered on and loading Windows, it starts with a built-in reset tool, which is suitable for most users and does not require additional devices, but does not guarantee complete deletion of data β if desired, it can be restored by special programs.
To start the reset:
- Open Options β Update and Security β Recovery.
- In the "Return the computer to its original state" section, click Start.
- Choose Delete Everything (not Save My Files!).
- Specify Local Reinstallation (if you want to reset the current version of Windows) or Cloud Download (to download a fresh copy from Microsoft servers).
- In additional options, select Complete Data Cleanup (this will take longer, but reduce the chances of file recovery).
The process will take from 30 minutes to 2 hours depending on the speed. SSD. The laptop will reboot several times. Importantly, if BitLocker encryption was enabled on the disk, the system will request a recovery key!
βοΈ Preparing for Windows Reset
Method 2: Clean Windows installation with bootable flash drive
This method is suitable if:
- π The laptop does not load or cyclically reboots.
- π¦ Viruses block access to recovery parameters.
- π You want to change the partition structure of the disk (for example, combine C: and D:).
- π Guaranteed deletion of all data (including service sections) is required).
To create a bootable flash drive:
- Download the Media Creation Tool from Microsoftβs official website.
- Connect the flash drive and run the utility by selecting Create an installation media for another computer.
- Specify language, architecture (x64 RedmiBook 7 and Windows version.
- Select the flash drive as the medium and wait for the recording to be completed.
Next:
- Connect the flash drive to the laptop and restart it.
- When the Xiaomi logo appears, click F12 (or Esc if F12 It does not work to open the download menu.
- Choose a flash drive (it can be called a flash drive). UEFI: [The name of the flash drive]).
- In Windows Installer, press Shift + F10, Open the command line and execute:
diskpart
list disk
select disk 0
clean
convert gpt
exitThese commands will clear the disk completely, including the hidden partitions, and then continue installing Windows by selecting unmarked space.
What to do if the laptop does not see the boot drive?
Method 3: Low-level formatting SSD (power-user)
If youβre selling a laptop and want to securely delete all data, including traces from previous Windows installations, youβll need to do a low-level formatting, such as Parted Magic or HDDErase.
Instructions for Parted Magic:
- Download the image from the official website and write it down on a flash drive (for example, through Rufus).
- Load from the flash drive (similar to method 2).
- Choose Erase Disk β Secure Erase.
- Specify the disc (/dev/nvme0n1 for SSD RedmiBook 7).
β οΈ Attention: Low-level formatting destroys all data without recovery, including service partitions. After this operation, you will need to reinstall Windows and configure it. BIOS. Do not use this method unless you are sure of your actions!
For SSD RedmiBook 7 (models with NVMe drives) can also use the built-in command:
nvme format /dev/nvme0 -s1This command will perform secure erase, resetting all memory cells to factory state.
Recovery BIOS and UEFI post-discharge
After complete disk cleaning or replacement SSD You may need to reset your settings. BIOS. This is especially true if:
- π Laptop requests password BIOS, which you did not install.
- π₯οΈ No loading device is defined.
- β‘ Ports down. USB or SATA.
To throw it off. BIOS on RedmiBook 7:
- Turn off the laptop and disconnect the charger.
- Press and hold the power button for 30 seconds (this will discharge the residual charge of the capacitors).
- Connect the charger and turn on the laptop.
- When the Xiaomi logo appears, click F2 or Del to enter into BIOS.
- Go to Exit and select Load Default Settings.
- Save the changes (F10) and reboot.
If BIOS It's protected by a password that you don't know, and you're going to have to reset it hardware:
- Remove the bottom cover of the laptop (unscrew 8 screws) T5).
- Disconnect the battery (the 40 Wh battery in RedmiBook 7 is mounted on the connector).
- Find the chip. BIOS (It is usually labeled as Winbond. 25Q128JV) And close the contacts. CLK and GND 10 seconds.
- Connect the battery and turn on the laptop - the password will be reset.
β οΈ Note: Disassembly of the laptop is not warranty if it is still valid. For models RedmiBook 7 2023-2026, the warranty card is canceled if the seals on the screws of the lid are violated.
Delete data taking into account the features of Xiaomi
Xiaomi RedmiBook 7 has a few unique features to consider when cleaning:
| Feature | What do you do? | Consequences of neglect |
|---|---|---|
| Built-in Mi Smart Share software | Remove through the Control Panel β Programs or disable in autoboot. | Background processes can remain active even after Windows resets. |
| Xiaomi Recovery (200-500 MB) | Remove it via diskpart (clean command). | The next reset may restore the old version of the firmware. |
| Qualcomm Atheros Drivers for Wi-Fi | Download the latest ones from Lenovoβs website (Xiaomi uses their modules). | Unstable network connection or lack of Wi-Fi after reinstallation |
| Default encryption of BitLocker | Turn it off in the control panel. β Encrypting BitLocker Disk Before Reset. | You will need a recovery key that may be lost. |
After cleaning, it is recommended:
- π Update BIOS Up to the latest version (download from the official Xiaomi website).
- π₯ Install drivers manually (automatic installation via Windows Update may miss critical components).
- π‘οΈ Disable Windows telemetry for performance (via Settings) β Confidentiality).
π‘
If after reset, the laptop began to work slower, check whether the mode is turned on AHCI for SSD into BIOS. In some cases, after cleaning, it is discharged to IDE, This reduces the speed of reading/writing by 2-3 times.
Frequent mistakes and their solutions
Even when following instructions, users often face problems.
1. "No bootable device" error after reset
Reason: The boot section was damaged EFI or BIOS Secure Boot is offline.
Decision:
- Boot from the Windows installation stick.
- In the command line (Shift) + F10) execute:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd2. Hanging on the Xiaomi logo
Cause: Equipment conflict or firmware failure BIOS.
Decision:
- Turn off all external devices (mouse, keyboard, flash drives).
- Drop it. BIOS (see section above).
- If it doesn't help, ask again. BIOS through CH341A (programmer required).
3. I can't format the disk.
Reason: The disc is protected from records (for example, due to Write Protect policy in the BIOS).
Decision:
- Enter in. BIOS and disable Storage Security or HDD Password.
- If SSD β Check if the Frozen mode is activated (requires "defrosting" through the ATA Security Freeze Lock).
π‘
If the laptop makes a mistake 0xc000000f After the reset, the file is likely damaged. BCD. It can be restored by the bcdboot team. C:\Windows /s S: /f UEFI, where S: Section EFI (usually 100β500 MB).