
Wondering why you should know the make, model or other RAM specs of your PC in Windows 10? Well, there are many reasons why we can tell you: if you want to check your system memory because it is slow due to some apps or games, and you need to increase the RAM, or if you want to find a suitable upgrade kit. speed, size and manufacturer, having the make, part and serial number of the RAM might help.
Furthermore, it can also help you troubleshoot your system with technical support. While it is helpful to know the memory details or other specifics, many users don't know where to check these details. In this post, we will guide you on how to check the PC RAM brand, model and other specs in Windows 10.
Method 1: find RAM brand and model using CPU-Z (free software)
Step 1: Visit the official website of CPU-Z to download the latest version of the free software for Windows 10 by clicking on the following link:
https://www.cpuid.com/softwares/cpu-z.html
Step 2: Go to SPD tab, and here you can find the file Brand, Model northlove, Part number and Serial number of the RAM used in the system.
That's all. So this is how you check your PC's make, model and other RAM specs in Windows 10.
Method 1: Using Command Prompt
How to check the RAM manufacturer
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: Copy and paste the following command into the file Command Prompt (Admin) window and knocks Log in to run the command:
wmic memorychip get devicelocator, manufacturer
You can find the brand of RAM in Maker section.
How to check the RAM part number
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: Run the following command in the file Command Prompt (Admin) and hit Log in:
wmic memorychip get devicelocator, partnumber
Check the product identification number RAM below PartNumber section.
How to check the RAM serial number
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: A Command Prompt (Admin) window, run the following command to get the file serial number for all memory chips:
wmic memorychip get devicelocator, serialnumber
Note the unique identifier of the product in the SerialNumber section.
How to check the RAM capacity
This will help you find out the total capacity of each memory module and the entire system.
How to check RAM size per module
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: A Command Prompt (Admin) in the window, type the following command and press Log in to determine the RAM size:
wmic memorychip get devicelocator, capacity
Find the size / capacity of the RAM (s) on your system under the file Capacity section.
* Note - The RAM size is shown in byte. So to get the information GB (gigabyte), simply divide the number by 1073741824 (1 GB).
How to check the total size of system memory
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: To determine the total memory capacity of the system, run the following command and press Log in:
systeminfo | findstr /C:"Total Physical Memory"
Shows the total physical memory of the system.
How to check RAM speed
This will help you find out the total capacity of each memory module and the entire system.
How to check RAM size per module
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: Copy the following command and paste it into the file Command Prompt (Admin) window. Now strike Log in to find out the speed of memory:
wmic memorychip get devicelocator, speed
Check the speed of our memory cards in the file Speed section.
How to check the memory type
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: Run the following command in the file Command Prompt (Admin) to find out the type of memory and press Log in:
wmic memorychip get devicelocator, memorytype
4 phase: The type of memory module used in the system depends on the number obtained under the file MemoryType section.
For example, him MemoryType shown here is 24, which means your system is DDR3 forms.
See the list of types of memory so this helps you decide which memory module is in use:
0: unknown.
1: Other.
2: DRAM.
3: synchronous DRAM.
4: cache DRAM.
5: EDO.
6: EDRAM.
7: VRAM.
8: SHAME.
9: RAM.
10: ROM.
11: Flash.
12: EEPROM.
13: FEPROM.
14: EPROM.
15: CDRAM.
16: 3DRAM.
17: SDRAM.
18: SGRAM.
19: RDRAM.
20: GDR.
21: DDR2.
22: DDR2 FB-DIMM.
24: DDR3.
25: FBD2.
How to check the memory form factor
This command helps you identify which form factor (DIMM or SODIMM) is used by Moduli RAM:
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: A Symbol of the system (Administration), run the following command to get the memory form factor:
wmic memorychip get devicelocator, formfactor
Now if you see the number 12 under the Form Factor section, it means your system is using SODIMM modules and if the displayed number is 8, so the module in use is DIMM.
See the list of form factors so this helps you decide which module is in use:
0: unknown.
1: Other.
2: SIP.
3: DIP.
4: ZIP.
5: SOJ
6: owner.
7: SIMM.
8: DIMM.
9: TSOP.
10: PGA.
11: RIMM.
12: SODIMM.
13: SRIMM.
14: SMD.
15: SSMP.
16: QFP.
17: TQFP.
18: SOIC.
19: LCC.
20: PLCC.
21: BGA.
22: FPBGA.
23: LGA.
24: FB-DIMM.
How to check full memory details
Here you will get all the important details related to RAM in one command.
Step 1: To go Home and write Symbol of the system in the search box.
Step 2: Right-click on the result and select Run as administrator to open the file Symbol of the system in administrator mode.
Step 3: To see all memory details, type the following command and press Log in:
wmic memorychip list full
All details regarding the RAM module used in the system will be displayed.
4 phase: Alternatively, if you want to see only specific details, run the following command and press Log in:
wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor
However, if you want an alternative method where you can see all the RAM details at once, then follow the second method.