How to find RAM on Xiaomi Mi A2 Lite: all working ways

Why it is important to know the amount of RAM on the Mi A2 Lite and where it will come in handy

RAM is one of the key parameters of the smartphone, directly affecting its performance. Xiaomi Mi A2 Lite, released in 2018, came in two versions: with 3 GB and 4 GB of RAM. Knowing the exact amount of memory will help you assess the capabilities of the device before buying a used model, optimize the system or understand why applications begin to β€œfly” when multitasking.

For example, if your Mi A2 Lite is slowing down when opening 5-6 tabs in the browser or when running heavy games like Genshin Impact, the problem may lie in a lack of RAM. Also, memory information will come in handy when choosing custom firmware - some versions of LineageOS or Pixel Experience require at least 4 GB for stable operation. In this article, we will analyze all the available methods of verification - from standard settings to hidden engineering menus.

Method 1: Verify through Android settings (the easiest method)

It's a basic method that doesn't require any additional apps to be installed, and it's suitable for all versions of the Mi A2 Lite firmware, including stock Android One and custom builds, and the main advantage is speed, which takes no more than 10 seconds to complete.

Instructions:

  • πŸ“± Open the Settings app (the gear icon on the home screen).
  • πŸ” Scroll down and select the System section.
  • πŸ“Š Tap on the item About the phone (or About the device in some firmware).
  • πŸ” Find the line "Rapid memory" or RAM β€” Here's the exact amount.

Some custom firmware may have a slightly different path, for example, in MIUI (if you've been through the device), you need to go to Settings β†’ About Phone β†’ All specs. If there's no RAM string, try alternative methods from the following sections.

πŸ’‘

If the settings display available memory (for example, 2.7 GB of 3 GB), this is normal - part of the RAM is reserved by the system for background processes.

Method 2: Using AIDA64 (for detailed diagnostics)

AIDA64 is one of the most powerful hardware analysis apps on a smartphone, showing not only the amount of RAM, but also the type of RAM (LPDDR3 or LPDDR4X), the frequency, and the loading of memory in real time, which is useful if you suspect that some of the memory is faulty or malfunctioning.

How to check:

  1. Download AIDA64 from Google Play.
  2. Open the application and provide access to device information.
  3. Go to the System tab.
  4. Select Memory – at the top of the screen will be the total amount of RAM and the current load.

AIDA64 also provides a memory history, for example, if free RAM falls below 500MB, it is a signal to optimize (remove background processes, disable application startup).

What if AIDA64 has less memory than it should?
If the app displays, for example, 2.8 GB instead of 3 GB, this could mean: 1. Part of the memory is reserved for the GPU (video memory). 2. The device has a 32-bit firmware installed that can not use more than 3 GB of RAM (relevant to older custom builds). 3. Hardware defect (rarely, but possibly - requires diagnostics in the service center).

Method 3: ADB commands for advanced users

If you’re familiar with the developer’s tools, you can find out the amount of RAM you need through Android Debug Bridge (ADB), a method that is suitable for diagnosing β€œdeep” problems, such as when your smartphone doesn’t turn on normally but responds to commands via your computer.

Step-by-step:

  1. Install. ADB-PC drivers.
  2. Turn on USB Debugging on Mi A2 Lite (path: Settings β†’ System β†’ About Phone β†’ Assembly Number – tap 7 times, then go back to Settings β†’ System β†’ Developer).
  3. Connect the phone to your computer and type in the command line:
adb shell cat /proc/meminfo | grep MemTotal

In the answer you will see a line of the form MemTotal: 3072000 kB is the amount of RAM in kilobytes (here 3 GB).

Install ADB drivers on PC

Enable debugging over USB on your phone

Connect your phone to the original cable

Check the connection of the adb device team

-->

⚠️ Attention: Use ADB The wrong commands can cause the system to fail. If you're not sure what you're doing, use other methods.

Method 4: Engineering menu ##4636## (hidden settings) on Xiaomi Mi A2 Lite has a hidden engineering menu that allows you to get technical information without third-party applications. MIUI. How to open: Open the Phone app. Enter ##4636## (as a normal number). From the menu that opens, select Phone Information. Scroll down to the Memory block, where total RAM and current usage will be listed. The engineering menu also checks sensors, battery status and other settings, but don’t change the settings on this menu without understanding the consequences, which can cause the device to malfunction. πŸ“Š What is the most important way to check your RAM?Through Android settings AIDA64ADB-Menu Engineering has never checked

Method 5: View characteristics through Fastboot (for non-functioning devices)

If the Mi A2 Lite doesn’t turn on or is stuck on the logo, but reacts to a PC connection, you can find out the amount of RAM through Fastboot mode. This is true for cases when the phone is not booted into the system, but you need to determine its configuration before repairing or firmware.

Instructions:

  1. Turn off the phone (if it freezes, press the power button for 10+ seconds).
  2. Press the Power button + Volume down before the Fastboot logo appears.
  3. Connect the device to the PC and enter the command:
fastboot getvar all

In the output, find the line ram: - here will be the memory capacity (for example, ram: 3GB).

This method is also useful for authenticating a device, for example, if a seller claims that the Mi A2 Lite has 4 GB of RAM and the team shows 3 GB, this is a reason to doubt the honesty of the seller.

πŸ’‘

Fastboot mode is the only way to find out the amount of RAM on a broken phone without disassembling.

Comparison of methods: which one to choose?

Each of these methods has its pros and cons. Below is a table for quick selection of the best option depending on your situation.

MethodDifficultyPC requiredIt's working on a faulty phone.Additional information
Android settings⭐ (simple)❌ No.❌ No.Just the total amount of RAM.
AIDA64⭐⭐ (middle-of-the-road)❌ No.❌ No.Type of memory, frequency, real-time loading
ADB⭐⭐⭐ (difficult)βœ… Yes.βœ… Yes (if debugging is on)To diagnose deep problems
Engineering menu⭐⭐ (middle-of-the-road)❌ No.❌ No.It also shows the use of CPU and network
Fastboot⭐⭐⭐ (difficult)βœ… Yes.βœ… Yes.For non-functioning devices

For most users, the first two methods (settings or AIDA64) are sufficient, and if the phone doesn’t turn on or you suspect cheating when buying, use Fastboot or ADB.

What if the RAM volume is less than the declared?

Sometimes it turns out that the Mi A2 Lite is installed 3 GB instead of the promised 4 GB. The reasons may be different:

  • πŸ”§ Hardware modification: the seller replaced the motherboard with a cheap analogue with less memory.
  • πŸ€– 32-bit firmware: some custom builds limit the use of RAM to 3 GB.
  • πŸ”„ Reservations for GPU: part of the memory is allocated to the GPU (for example, 512 MB out of 4 GB).

If the difference is significant (for example, 2 GB instead of 4 GB), this is an excuse to return the device under warranty or claim compensation.

⚠️ Attention: On Mi A2 Lite with 3 GB of RAM is not recommended to install heavy custom firmware (such as HavocOS or DerpFest) – they can work unstable due to lack of memory.

FAQ: Frequent questions about Xiaomi Mi memory A2 Lite

Can I increase the RAM capacity on the Mi A2 Lite?
No, RAM is soldered into the motherboard and cannot be replaced or expanded, and the only way to β€œenhance” RAM is to use the RAM Boost feature in some custom firmware (it reserves some of the internal memory for virtual RAM, but this is not an equivalent replacement).
Why is Task Manager showing that only 1GB of 4GB is free?
Android reserves some RAM for background processes and caching. This is normal: the system automatically frees up memory when needed. If it is less than 500 MB free, you should close unnecessary applications or restart the phone.
How to check how much RAM a particular application uses?
In AIDA64, go to the Applications section and sort the memory usage list, and you can also use the built-in Task Manager (called by long pressing the Recent Applications button).
Does the type of RAM (LPDDR3 vs LPDDR4X) affect performance?
Yes, LPDDR4X is faster and more energy efficient, but the Mi A2 Lite uses LPDDR3 (even in the 4GB version), the difference in everyday tasks is minimal, but can manifest itself in heavy games or benchmarks.
Can the use of RAM be forcibly restricted through ADB?
Technically, yes, but it's not recommended. Adb shell setprop dalvik.vm.heapsize 256m commands can lead to application crashes. Better optimize autoboot via Settings β†’ Applications β†’ Autorun.