How to Check RAM Using Command Prompt

It’s very easy to check both total RAM and available RAM using the command prompt. Open the command prompt, then enter one of the following commands:

To obtain total RAM is: systeminfo | findstr /C:“Total Physical Memory"To check available RAM: systeminfo | find “Available Physical Memory”

How to Check RAM Using Windows Tools

You can also check RAM in Windows 10 using the System Information utility. If you check System Information in the Control Panel, you’ll see total installed memory (RAM) and how much of this is usable.

Using Control Panel

Open the Control Panel, then select System. Here you will see your RAM details.

Using the Advanced System Information Utility

The basic System Information screen doesn’t show available RAM. To see this, you’ll need to use the advanced System Information utility. Select the Start icon, type System, then select the System Information app. Here you’ll see Total Physical Memory (RAM), Total Physical Memory, and Available Physical Memory.

Using Task Manager

If you want to get a more realtime view of total and available RAM, use the Task Manager. To access this, right-click in the Windows taskbar and select Task Manager. Select the Performance tab, then select Memory from the left navigation menu. Here you’ll see view of RAM being used and available RAM. This line graph and the values below it will update in realtime as you open and close applications.

Why You Should Check RAM

Knowing the total RAM and the available RAM in Windows 10 can help with many things, including:

Diagnosing a slow computer: If your available RAM is always low, it could explain why your computer is running slow. Meeting software requirements: Knowing your total RAM helps to determine if your computer meets the specifications to run certain software. Upgrading hardware: Checking total RAM in Windows 10 helps with upgrading your RAM memory.

Since RAM provides quick read and write access to data when you run software, verifying that you have enough RAM installed for your needs is very important.