Cache Clearing on Xiaomi RedmiBook 9 Pro: A Complete User Guide

Over time, any laptop starts to work slower β€” programs open longer, the system β€œhangs”, and free space on the disk mysteriously disappears. The culprit of these problems is often hidden in the cache: temporary files that create the operating system, browsers and applications. Xiaomi RedmiBook 9 Pro is no exception: even with its powerful β€œiron” (Intel Core i5-10210U or i7-10510U, up to 16 GB of RAM), the accumulated cache can slow down.

Cache cleaning is a simple procedure that requires no technical skills, but has nuances. For example, removing the system cache through Disk Cleanup is safe, but cleaning the AppData\Local\Temp folder manually can delete important temporary files of active programs. In this article, we will discuss how to properly clean the cache on RedmiBook 9 Pro without risking data, what tools to use, and what to do if problems remain after cleaning.

Xiaomi RedmiBook 9 Pro features Windows 10/11 preinstalled with Xiaomi-branded utilities (such as Mi Bluetooth or Xiaomi PC Suite) that also create cache that standard Windows tools don’t always remove, so below you’ll find ways to both clean and β€œdeep” – with Xiaomi devices in mind.

1.What is cache and why should it be cleaned on RedmiBook 9 Pro

Cache is a temporary file that is created to speed up programs. For example, browsers save copies of images and scripts of sites so that when you visit the page again, the operating system caches frequently used data, and games - textures and levels. On RedmiBook 9 Pro, the cache can take from 500 MB to 10+ GB, depending on the intensity of use.

However, over time, the cache turns from assistant to enemy:

  • πŸ“‰ Slows down the system: fragmented temporary files cause the hard drive (SSD or HDD) work harder, which slows down the laptop.
  • πŸ—‘οΈ Occupying space: on the system drive C: can accumulate up to 20 GB of unnecessary files.
  • πŸ”„ Causes errors: corrupted application cache (e.g, NVIDIA GeForce Experience or Microsoft Store causes crashes.
  • πŸ”’ Security threat: browser cache can store authorization data, history of visits and even passwords.

On RedmiBook 9 Pro, cache accumulates faster due to:

  1. Xiaomi proprietary software (such as Mi Share or Xiaomi Cloud) that runs in the background.
  2. Pre-installed games (such as League of Legends or PUBG Lite in some regional versions) that actively cache data.
  3. Features of drivers for NVIDIA MX350 (in versions with discrete graphics), which create large temporary files.

⚠️ Note: Do not confuse cache with hiberfil.sys and pagefile.sys files, which can be deleted without preparation, and can lead to inability to exit from sleep mode or performance decline.

2.How to clean the system cache on Xiaomi RedmiBook 9 Pro

The system cache includes temporary Windows files, updates, logs and memory dumps, and is safe to clean and recommended every 1-2 months.

Method 1: Built-in utility Disk Cleanup

  1. Open the Explorer (Win + E keys).
  2. Right-click on the disk C: β†’ Properties β†’ Clean the disk.
  3. Check the boxes: πŸ—ƒοΈ Temporary Internet files πŸ“ Windows Update Log Files πŸ—‘οΈ Basket πŸ”„ Temporary files

OK.

Delete files

Method 2: Command Prompt (for experienced users)

This method removes the Windows update cache, which can weigh several gigabytes:

net stop wuauserv


net stop cryptSvc




net stop bits




net stop msiserver




ren C:\Windows\SoftwareDistribution SoftwareDistribution.old




ren C:\Windows\System32\catroot2 catroot2.old




net start wuauserv




net start cryptSvc




net start bits




net start msiserver

After completing the commands, restart the laptop.

Close all programs.|Create a System Restore Point|Connect your laptop to the network (in case of long cleaning)|Check the free space on the C disk:-->

3. Clearing the browser cache: Chrome, Edge, Firefox

Browsers are the main cache drives. On RedmiBook 9 Pro with his Full HD-screen (permission) 1920Γ—1080) The cache of images and videos is growing particularly fast, for example, after an hour of watching YouTube on the Internet. 1080p Google Chrome cache can increase by 300–500 MB.

Instructions for Google Chrome and Microsoft Edge (based on Chromium):

  1. Open your browser and click Ctrl + Shift + Del.
  2. Select the period For all time.
  3. Mark it: πŸ–ΌοΈ Images and other files stored in the cache πŸͺ Cookies and other website data (optional, but recommended for privacy)

Delete the data

For Mozilla Firefox:

  1. Click Ctrl + Shift + Del β†’ select Everything in Time Range.
  2. Mark Cash and Cookie.
  3. Press Clear now.

Cache of browsers on RedmiBook 9 Pro is often stored in a folder C:\Users\Your name\AppData\Local\Google\Chrome\User Data\Default\Cache (It can be manually cleaned, but only after the browser is closed!

Google Chrome|Microsoft Edge|Mozilla Firefox|Opera|Other-->

4.Cleaning App Cache: From Steam to Adobe

Games and heavy programs (e.g. Photoshop, AutoCAD, Steam) create massive cache files. On RedmiBook 9 Pro with its 512GB SSD (in the basic version), this can be a problem. For example, Steam cache after updating several games easily takes 5-10GB.

Where to find the cache of popular programs:

AnnexThe way to the cacheIs it safe to remove
SteamC:\Program Files (x86)\Steam\appcacheYes (after deleting Steam will reload the cache)
NVIDIA GeForce ExperienceC:\ProgramData\NVIDIA Corporation\Downloader\CacheYes (update cache on next launch)
Adobe PhotoshopC:\Users\Your name\AppData\Roaming\Adobe\Common\Media Cache FilesYes (but it can slow down the first load of the project)
Microsoft StoreC:\Users\Your name\AppData\Local\Packages\Microsoft.WindowsStore\LocalCacheYes (reboot required)

How to clear the Steam cache:

    Cleaning the DNS cache:

    ipconfig /flushdns

    Run the command in Command Prompt (run on behalf of the administrator).

    Deletion of temporary files:

    1. Press Win + R, enter %Temp% β†’ Enter.
    2. Select all files (Ctrl + A) and delete them. Some files may be busy β€” skip them.
    3. Repeat for temp folder (enter to Win + R just temp).

    Cleaning the driver cache:

    1. Open Device Manager (Win + X β†’ Device Manager).
    2. Find the device (for example, Video Adapters β†’ NVIDIA MX350).
    3. Right-click β†’ Properties β†’ Driver β†’ Reverse (if available) or Remove the device.
    4. Restart your laptop – Windows will install the driver again.
    What happens if you delete all temporary files from %Temp%?
    Most programs will create new temporary files the next time they run, but some (such as Adobe Premiere or Autodesk 3ds Max) may require reinstallation if the %Temp% critical data was stored for their operation.

    6. Cleaning automation: Task scheduler and third-party utilities

    Manual cache cleaning is tedious, so you can set up automatic deletion of temporary files on RedmiBook 9 Pro, both built-in Windows tools and third-party programs will work for this.

    Method 1: Windows Task Planner

    1. Open the Task Planner (Win + R β†’ Taskchd.msc).
    2. Create a new challenge: πŸ“… Specify the trigger: Weekly or when you start your computer. πŸ“Œ Action: Launch of the program β†’ Please indicate the path to cleanmgr.exe (usually) C:\Windows\System32\cleanmgr.exe). πŸ”§ Arguments: /sagerun:1 (Pre-configure cleaning parameters through cleanmgr /sageset:1).

    Method 2: Third-party utilities

    RedmiBook 9 Pro is suitable for:

    • 🧹 CCleaner (free version) – clears browser cache, registry and temporary files.
    • πŸ› οΈ BleachBit – Deeper cleaning, including Microsoft Office cache and Windows Update.
    • πŸ” Wise Disk Cleaner – Optimizes the system SSD (Important for RedmiBook 9 Pro models with PCIe NVMe drive).

    ⚠️ Note: Do not use registry optimizers like RegCleaner or Advanced SystemCare. On RedmiBook 9 Pro with Windows 11, such programs often break the work of Xiaomi’s proprietary utilities (for example, Mi Bluetooth or Xiaomi). PC Manager).

    πŸ’‘

    Automatically clearing the cache through Task Planner is the safest way to do so, as it uses built-in Windows tools without the risk of deleting critical files.

    7.What to do if after cleaning the cache problems remain

    Sometimes, cleaning the cache doesn't work as expected, or the laptop gets worse, and here are the typical reasons and solutions.

    Problem 1: Laptop brakes after cleaning the cache

    • πŸ”„ Reason: The system recovers the cache from scratch, which temporarily loads the disk.
    • ⚑ Solution: Restart RedmiBook 9 Pro and wait 10-15 minutes – performance normalizes.

    Problem 2: Some programs are not running

    • πŸ”„ Reason: Temporary files required to work are deleted (e.g. Java cache or.NET Framework).
    • ⚑ Solution: Reinstall the problem software or restore the system from the recovery point.

    Problem 3: Disappeared free disk space

    • πŸ”„ Reason: Cash takes up little space compared to other junk files (e.g. older versions of Windows in the Windows.old folder).
    • ⚑ Solution: Use WinDirStat or TreeSize to find and delete large, unnecessary files.

    If none of these methods worked, check RedmiBook 9 Pro for viruses (for example, through Kaspersky Virus Removal Tool) or reset Windows with saving files (Settings β†’ System β†’ Restore β†’ Reset This PC).

    FAQ: Frequent questions about cleaning the cache on Xiaomi RedmiBook 9 Pro

    ❓ How often should I clean the cache on RedmiBook 9 Pro?
    For normal use, it is enough to clear the cache every 1-2 months. If you actively play, edit video or work with graphics (for example, in Blender or Photoshop), do it every 2-3 weeks.
    ❓ Can I clean the cache without restarting the laptop?
    Yes, most methods (e.g., cleaning the browser cache or %Temp%) folder do not require rebooting, however, after cleaning the system cache through Disk Cleanup or removing the drivers, a reboot is recommended.
    ❓ Why Steam is downloading games again after cleaning the cache?
    You probably deleted the game folder (Steamapps\common) instead of the appcache. Steam cache doesn't contain game files, only temporary data to speed up the launcher's loading. To avoid reloading games, make sure you only delete the appcache folder.
    ❓ Is it safe to use CCleaner on RedmiBook 9 Pro?
    CCleaner is safe unless you go to the registry settings and delete "extended" temporary files. Turn off Prefetch and Windows Logs cleaning settings in the program settings - this can slow down the system. Also avoid "boot optimization" through CCleaner, as it can disable important Xiaomi services (such as Mi Hotkey Service).
    ❓ Where on RedmiBook 9 Pro stored cache of branded applications Xiaomi?
    Branded utilities (such as Mi Bluetooth or Xiaomi PC Manager) store the cache in folders: C:\Users\Your name\AppData\Local\Xiaomi C:\ProgramData\Xiaomi Delete the contents of these folders only after closing the relevant programs. Do not touch files with the extension.dll or.exe!