How to Check the Memory on a Computer With CMD

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.
Image Credit: g-stockstudio/iStock/Getty Images

While you can find the total amount of physical memory, or RAM, installed on your computer from the Windows 8.1 Control Panel, you can get even more information, such as slot location and speed, by using the WMIC (Windows Management Instrumentation Command-line) command on an elevated Command Prompt console. If you have multiple memory modules installed on your computer, the Command Prompt console displays the information on each module separately. You can also use an alternate command, if you only want to check the total amount of physical memory installed.

Advertisement

Step 1

Press "Win-X" to bring up the Power User menu, select "Command Prompt (Admin)" and then click "Yes" to open the Command Prompt console in elevated mode.

Video of the Day

Step 2

Enter "wmic MemoryChip get BankLabel, Capacity, Speed" (without quotes), then press "Enter." The Command Prompt console detects and displays the DIMM (dual in-line memory module) slot number, capacity (in bytes) and speed (in MHz) of each memory module on your computer. Alternately, type the command:

Advertisement

systeminfo |find "Total Physical Memory"

Advertisement

and then press "Enter" to get the combined amount of physical memory on all memory modules in megabytes.

Step 3

Press "Alt-E" to exit the elevated Command Prompt console.

Video of the Day

Advertisement

Advertisement

references

Report an Issue

screenshot of the current page

Screenshot loading...