Select Language:
If you’re wondering how to find out the maximum RAM capacity your PC can support, you’ve come to the right place. Here’s a straightforward guide to help you check it easily.
First, you’ll need to open the Command Prompt with administrative privileges. Follow these simple steps:
Begin by searching for “cmd” in the Windows search box. Once you see “Command Prompt,” right-click it and select “Run as administrator.” This gives you the necessary permissions to execute certain commands.
With the Command Prompt open, type the following command:
wmic memphysical get maxcapacityEx
Then hit the “Enter” key.
This command will display the maximum amount of RAM your computer’s motherboard can handle.
Here’s a quick tip: The number you see is in kilobytes. To convert this to gigabytes (GB), simply divide that number by (1024 x 1024).
If you follow these steps, you’ll be able to easily determine how much RAM your computer can support!
Remember, if this solution worked for you, consider marking it as accepted. This will help others find the answer as well. Happy computing!