How to see the memory status on Xiaomi Redmi Note 8: step-by-step instructions with pictures

The Xiaomi Redmi Note 8 is one of the most popular smartphones in the budget segment, but even it is not immune to memory problems. Over time, users face slowdowns, sudden reboots or reports of space shortages. The reasons can lie in both internal storage and RAM failures. In this article, we will analyze all available diagnostic methods, from basic to advanced, including hidden MIUI tools.

It is important to understand the difference between the types of memory: internal storage (where files, applications and system are stored) and RAM (responsible for multitasking). On the Redmi Note 8 with 4/64 GB or 6/128 GB configuration, problems are more often caused by unoptimized resource use. We will show how not only to look at the current state, but also to identify memory eaters that are slowing down the device.

1. Check internal memory through standard settings

The easiest way to do this is to use the built-in MIUI tools, which give you basic information about storage occupancy, but they don't show you detailed analysis by file type. Here's how to do this:

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to the About Phone section. β†’ Warehouse.
  3. Wait for the chart to load (it can take up to 10 seconds).

The screen will show:

  • πŸ“Š Total memory (e.g. 64GB or 128GB).
  • πŸ“ Occupied space by category: β€œApplications”, β€œImages”, β€œVideo”, etc.
  • ⚠️ System files (cannot be deleted without root rights).
  • πŸ—‘οΈ Garbage (cache, temporary files) – it can be cleaned right here.

⚠️ Note: If the β€œOther” section is more than 10 GB occupied, this is a sign of fragmentation of memory or accumulation of unnecessary data from remote applications. β†’ Annexes β†’ Application management β†’ Clear the cache.

For detailed analysis, click on any category (e.g., "Applications"). The system will show a list of programs sorted by place, where you can immediately remove unnecessary ones or transfer them to a memory card (if installed).

Delete unused apps | Clear cache manually |Transfer photo/video to the cloud |Check Downloads folder for garbage |Disable autosave messengers-->

2. Monitoring of RAM (RAM) in real time

The RAM on the Redmi Note 8 (4 or 6 GB depending on the modification) is responsible for smooth interface operation. If it is not enough, the phone begins to slow down or force to close applications.

  1. Activate Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Go back to the main settings menu and find a new section for developers.
  3. Scroll down to the Debugging block and turn on the option to Show Memory Use.

Now, in the upper right corner of the screen, a mini-graphic with three colors will be displayed:

  • 🟒 Green is free memory.
  • 🟑 Yellow – a busy system and applications.
  • πŸ”΄ Red – cached data (the system can release them if necessary).

If the yellow band is consistently over 80%, that's a signal of a lack of RAM.

  • πŸ”„ Close background applications through recent tasks (swipe up and hold).
  • βš™οΈ Turn off the autoload of unnecessary programs in Settings β†’ Annexes β†’ Auto-start.
  • πŸ“± Install a light firmware (for example, MIUI Lite) or slide back to a more stable version.

Once a day.|Only when it's slowing down.|Never.|Using automatic cleaning.-->

Advanced diagnostics via engineering menu (#4636##)

The hidden engineering menu provides technical memory status data that is not available in the standard interface. On the Redmi Note 8, this method only works on MIUI firmware prior to version 12.5 - newer versions may have limited access.

  1. Open the Phone app.
  2. Enter the combination: ##4636## (no call confirmation).
  3. Select the item Phone Information.

In the Usage block, you will see:

  • πŸ“± Total RAM β€” total memory.
  • πŸ”„ Used RAM β€” currently occupied.
  • πŸ—‘οΈ Free RAM β€” Free (critically if less than 500 MB).
  • πŸ“Š Cached data (can be released without consequences).

⚠️ Note: If the Unknown displays in the engineering menu instead of numbers, it means that your version is the same. MIUI It blocks access. The alternative is to use applications like this. CPU-Z (see next section).

To analyze the internal storage in the engineering menu, go to the Storage tab.

  • πŸ’Ύ Internal Storage – a section with user data.
  • πŸ”§ System Storage – occupied by system files (cannot be changed!).
  • ⚠️ Misc – Other files (often there is garbage hiding here).
What to do if the engineering menu is not opened?
On some firmware, Xiaomi is blocking access to ##4636##. Alternative combinations: ##225## - event calendar (sometimes contains memory data). ##284# - sensor test (indirectly shows how the system is booting). If nothing works, use third-party utilities from Google Play.

4. Third-party applications for in-depth analysis

The built-in MIUI tools provide limited information, and for detailed diagnostics, we recommend:

AnnexFunctionsReference
CPU-ZShows RAM (volume, type, boot), internal memory (partitions, file system), processor temperature.Google Play
DevCheckReal-time RAM analysis, storage information broken down by section (/data, /system).Google Play
Files by GoogleScanning junk files, duplicates, large files, suggesting that it can be safely deleted.Google Play
AIDA64An advanced utility with memory tests, benchmark and detailed partition information.Google Play

Example of CPU-Z use:

  1. Install and open the application.
  2. Go to the Memory tab.
  3. Note the lines: Total RAM is total. Used RAM is currently occupied. Cached RAM is cached data.

Storage

Internal Storage

SD Card

AIDA64 also allows you to perform a read/write memory test.

  1. Launch the app.
  2. Go to Tests β†’ Memory Read/Write.
  3. Press Start Benchmark.

⚠️ Note: If the reading/writing speed is in the test AIDA64 below 150 MB/s is a sign of memory wear (especially relevant for devices older than 3 years.

πŸ’‘

Before installing third-party utilities, check their ratings and reviews. Some "memory cleanup" apps consume resources themselves and display false warnings.

5. Memory check via ADB (for power users)

If you want the most accurate data, you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your PC and basic command line knowledge.

  1. Download and install Platform Tools on your computer.
  2. Turn on USB debugging on your phone (Settings β†’ Developer).
  3. Connect the Redmi Note 8 to your PC via USB-cable (select File Transfer Mode).
  4. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  5. Enter the command to check RAM: adb shell dumpsys meminfo or to analyze internal storage: adb shell df -h

Deciphering the key parameters in the output meminfo:

  • πŸ“Œ MemTotal - Total volume RAM.
  • πŸ“Œ MemFree - Free Memory.
  • πŸ“Œ Cached - cached data.
  • πŸ“Œ SwapTotal – a swap file (if any).

The df-h command will show the vault sections with the occupied and vacant space, for example:

Filesystem      Size  Used  Avail  Use%  Mounted on




/dev/block/mmcblk0p53




64G   45G   19G   70%   /data

You can see here that out of 64 GB of internal memory, 45 GB (70%) is occupied.

⚠️ Note: Do not delete files from partitions /system or /vendor through ADB β€” This will make your phone inoperable. /data (user files).

πŸ’‘

ADB is the most accurate way to diagnose, but it requires caution. Wrong commands can disrupt the system.

6. Memory analysis via Recovery Mode (if the phone is not turned on)

If the Redmi Note 8 is not loading due to critical memory errors, you can try the diagnostics through Recovery Mode.This mode allows you to check the integrity of the partitions and clear the cache.

  1. Turn off the phone (press the power button for 10 seconds).
  2. Press the Power button + Volume up at the same time and hold for 10-15 seconds until the Mi logo appears.
  3. Release the buttons and you will be taken to Recovery Mode.
  4. Use volume buttons for navigation and power button for selection.
  5. Select Wipe & Reset β†’ Wipe Cache (this is secure and will not delete your data).

If after cleaning the cache, the phone still does not turn on, the problem may be:

  • πŸ”‹ Damaged section /data (Reset to factory settings required).
  • πŸ’½ Memory wear (if the device is more than 3-4 years old).
  • πŸ”§ Incorrect firmware (you need to reflash through Fastboot).

To check the memory status in Recovery Mode, select Advanced β†’ File System Check. The system will scan the partitions for errors and try to fix them.

What happens if the Recovery Mode does not open?
If the button combination doesn’t work: 1. Try to pinch Power + Volume down (sometimes it works on custom firmware). 2. Connect your phone to charge and try again. 3. If nothing helps, you need to flash through Fastboot from your PC.

7. Signs of memory failure and when to contact the service

Memory problems are not always solved by software, and if you see the following symptoms, you may need repairs:

  • πŸ”„ Cyclical reboots (phone turns on, shows logo and switches off again).
  • πŸ“± Hanging on the Mi logo (more than 5 minutes).
  • πŸ’Ύ Errors when installing applications (for example, β€œNot enough space” although memory is free).

In such cases, self-diagnosis is powerless. Contact Xiaomi Service Center for:

  • πŸ”§ Memory checks on specialized equipment (e.g, UFS Tester).
  • πŸ”„ Replacement of the memory module (on the Redmi Note 8 it is eMMC 5.1 or UFS 2.1, depending on the lot).
  • πŸ“₯ Flip-through EDL Mode (if the phone does not respond to the buttons).

The cost of memory repair in Redmi Note 8 (as of 2026):

  • πŸ’° Diagnosis - from 500 rubles.
  • πŸ’° Replacement of memory module – 2500-4000 rubles (depending on the type of memory).
  • πŸ’° Data recovery – from 3000 rubles (if the memory is still read).

FAQ: Frequent questions about memory on Xiaomi Redmi Note 8

❓ How to transfer applications to a memory card?
On the Redmi Note 8, transfer applications to the SD-The map is only available for some programs. β†’ Apps. Select the app you want. Press Storage. β†’ Change. β†’ Note: Not all applications support this feature (especially system and games).
❓ Why does my phone show that my memory is full, even though I haven’t downloaded anything?
The reasons may be as follows: πŸ—‘οΈ Application cache (especially messengers and social networks). πŸ“ Hidden update files (folder.OTA root-storage). πŸ” Viruses or Advertising Software (check out Malwarebytes). πŸ“± File system errors (helps cache reset in Recovery Mode) Use Files by Google to find large or unnecessary files.
❓ Can I increase RAM on the Redmi Note 8?
Physically increase RAM It's impossible, but there are workarounds: πŸ”„ Use the function RAM Expansion (available on the MIUI 12.5+): It reserves some of the internal memory for virtual storage. RAM (Up to 3GB. Included in Settings β†’ Additionally. β†’ Expansion of memory. πŸ“± Install a light firmware (e.g. Pixel Experience) that is optimized for low-power devices. βš™οΈ Disable animations and background processes through Developer Settings. Virtual RAM It will not give you such a productivity boost as physical, but it will help in multitasking.
❓ How to clear your memory if your phone is not switched on?
If Redmi Note 8 does not respond to buttons, try: Connect the phone to charge on 30 Minutes -- sometimes helps with battery discharge. + Loudness down on 20 If it doesn't work, plug it into your PC and use it. ADB Cache Cleaning: Adb shell recovery --wipe_cache If these methods do not work, you need to flash through Fastboot or EDL.
❓ What memory is installed in Redmi Note 8: eMMC or UFS?
On the Redmi Note. 8 There are two types of memory, depending on the batch: πŸ’Ύ eMMC 5.1 β€” In most devices (slower, but cheaper). ⚑ UFS 2.1 β€” In some versions (more quickly). 30–40%). You can find out the type of memory through AIDA64 (Storage section or team ADB: adb shell cat /proc/emmc If the command returns data, you have an eMMC. If not, you probably have an eMMC, UFS.