Determine Memory Type Without Opening The Computer
Posted on October 2, 2006
Filed Under Hardware, How To, Tools | 11 Comments
With so many different types of RAM these days, purchasing a memory upgrade is not as easy as it used to be. Since there are so many different types, you will want to make sure you know what you need before you place your order. I would like to show you some quick ways that will help you to determine RAM type without even cracking the case.
If you are running Windows you can download a freeware app called System Information for Windows. SIW audits your computer and gives you detailed information about your computer configuration. Although it has a wide variety of uses, it is great for getting information about your memory. SIW is a standalone app so it can run from anywhere on your computer and even from your USB flash drive. To see your memory information, run SIW and click on “Memory” in the left hand menu.
Another way to determine your memory type is to use the Crucial Memory Advisor Tool located at Crucial.com or the Memory Search at Kingston.com. These tools allow you to either search by the computer manufacturer or by your motherboard manufacturer. They also give you additional information like the maximum amount of memory you computer can use or how many memory slots your motherboard has. Even if you don’t want to purchase the memory from these sites, you can still use these tools as a reference to determine what type you need.
If you know of other ways to check memory type or possibly even an easier way please feel free to share your thoughts.
If you enjoyed this post, make sure you subscribe to my RSS feed!Other Posts You Might Like:
- How to Find Drivers for Unknown Devices in Device Manager
- How To Automatically Remove Preloaded Software From A New Computer
- 15 Online Tools that You Will Come to Love as a Tech
- 9 Tips to Help You Become a Computer Technician
- 18 Portable Apps that Every Tech Needs
Comments
11 Responses to “Determine Memory Type Without Opening The Computer”
Leave a Reply

Very usefull
Reply
How about using cpuz, a very nice tool. I even have repackaged it so i can run it directly from my u3 smart drive
Reply
Also try- Create a new txt file on desktop, rename it” anything.nfo- (computername.nfo) open nfo file and there you have all the info about that PC that you need. I do this on any new server I set up and leave it on the desk top. if you add memory or anything- it will update when you open it
D
Reply
That *.nfo file trick is interesting, though it would have been nice to have a little warning about the whole “possibly corrupt file or unrecognized version” warning box that pops up.
Even so, a useful little thing to have.
Reply
You could directly run msinfo32…
Reply
Accessories -> System Tools -> System Information. Bing bang.
Reply
Great, thanks!
Reply
on Linux,
sudo dmidecode -t 17
To get a nice printout showing how much memory is installed do this (all one line):
sudo dmidecode -t 17 | awk ‘/Size:/ { if ($2!=”No”) memtotal+=$2 } BEGIN { memtotal=0 } END { print “Total memory: “memtotal” MB” }’
Reply
I cannot find to download link of this software. Please show me. I want to get this software.
Thanks
Reply
Casey Reply:
December 27th, 2009 at 1:13 pm
You can get there by clicking on the link entitled “System Information for Windows” in the article or you can go directly to this website. http://www.gtopala.com/
Reply
Hi, this is wonderful…wonderful blog. Thanks.
Reply