Skip to content
Follow
Ubuntu Linux

How to Check RAM on Ubuntu Linux: Step-by-Step Guide

Richard
Written by
Richard
Jan 3, 2023 Updated Jun 19, 2026 2 min read
Enable Auto Login on Ubuntu Linux: Step-by-Step Guide
Enable Auto Login on Ubuntu Linux: Step-by-Step Guide

This guide explains how to check your system RAM on Ubuntu Linux in 2026. Knowing your memory specs helps you understand if your computer can handle modern software.

⚡ Quick Answer

Open Settings, navigate to System, then About, and look for the Memory line to see your total RAM. Alternatively, use the terminal with commands like `free -h` for a human-readable overview or `inxi -m` for detailed specs.

Why check your RAM?

You need to know your RAM size and speed to see if your computer meets the requirements for new apps or games. Understanding your hardware helps you decide if you need an upgrade or if your system is running as well as it should.

What happens when you check your RAM?

You will see exactly how much total memory is installed, how much is currently being used, and details like your RAM speed and manufacturer. This gives you a clear picture of your computer’s performance health.

Check RAM size and speed on Ubuntu Linux

You can easily check your RAM size and speed on Ubuntu Linux using the Settings app, which shows you all the important memory details right away.

To find your RAM size:

  1. Open the Activities overview and type Settings.
  2. Alternatively, click the System menu at the top-right corner of your screen and select Settings.
  3. In the Settings sidebar, click on System.
  4. Click on the About section.
  5. Look for the Memory line to see the total RAM installed on your system.

Check system memory using the command line

The terminal offers more detailed information. Modern tools make this process much easier to read than older methods.

Using the ‘free’ command

The ‘free’ command in the Ubuntu terminal is a straightforward way to check your RAM usage, showing you how much memory is total, used, and available in a simple, human-readable format.

Using ‘btop’ or ‘htop’

To see how much RAM your Ubuntu system is using right now, you can use the ‘btop’ or ‘htop’ commands in the terminal for a clear, color-coded view.

Install them by typing: sudo apt install btop or sudo apt install htop.

Once installed, just type btop or htop in your terminal to see your memory usage in real-time.

ubuntu linux with top command to show memory
Ubuntu Linux with the top command to show memory

Using ‘inxi’ for hardware details

The ‘inxi’ command on Ubuntu gives you lots of details about your computer’s hardware, including specific information about your RAM like its speed, type, and who made it.

Install it with sudo apt install inxi, then run:

inxi -m

💡Tip
This command %📂%LNK0%% provides a readable summary of your memory slots and performance. You can also use sudo lshw -short -C memory %📂%LNK1%% if you prefer a standard system utility to verify hardware configuration.

Conclusion

Checking your RAM is a simple way to stay informed about your computer. Whether you use the System settings for a quick look or the terminal for detailed hardware specs, you now have the tools to monitor your system memory effectively in 2026.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Check RAM Size and Type in Windows 11
Windows How to Check RAM Size and Type in Windows 11
How to Uninstall Software in Ubuntu Linux
Ubuntu Linux How to Uninstall Software in Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *