随机存取存储器(Random Access Memory)或RAM是当今计算机或智能手机中最受欢迎的组件之一。它决定了您的设备性能有多好或多快。RAM最重要的方面是它是用户可升级的,让用户可以根据自己的要求自由地增加计算机中的RAM 。低到中等(Low to moderate)用户选择4 到 8 GB RAM(4 to 8 GB RAM)容量,而在重度使用场景中使用更高容量。在计算机的发展过程中,RAM也以多种方式发展,尤其是RAM的类型(RAMs)已经出现。您可能很想知道如何分辨您拥有的RAM类型。(RAM)我们为您提供了一份有用的指南,它将教您有关不同类型的RAM(RAMs)以及如何检查Windows 10中的(Windows 10)RAM类型。所以,继续阅读!
如何在 Windows 10 中检查 RAM 类型(How to Check RAM Type in Windows 10)
Windows 10 中的 RAM 类型是什么?(What are RAM Types in Windows 10?)
有两种类型的 RAM:静态和动态(Dynamic)。两者的主要区别在于:
- 静态RAM(RAMs) ( SRAM(SRAMs) ) 比动态 RAM(Dynamic RAMs) ( DRAM(DRAMs) )更快
- (SRAMs)与DRAM相比, (DRAMs)SRAM提供更高的数据访问速率和更低的功耗。
- 制造SRAM(SRAMs)的成本远高于DRAM(DRAMs)
DRAM,现在是主存的首选,经历了自己的转型,现在是第 4 代RAM。在数据传输率和功耗方面,每一代都是上一代的更好迭代。请(Please)参阅下表了解更多信息:
Generation |
Speed range (MHz) |
Data transfer rate (GB/s) |
Operating voltage(V) |
DDR1 |
266-400 |
2.1-3.2 |
2.5/2.6 |
DDR2 |
533-800 |
4.2-6.4 |
1.8 |
DDR3 |
1066-1600 |
8.5-14.9 |
1.35/1.5 |
DDR4 |
2133-3200 |
17-21.3 |
1.2 |
最新一代 DDR4(Latest generation DDR4):它席卷了整个行业。它是当今市面上最省电、速度最快的 D RAM,成为制造商和用户的首选。在最近制造的计算机中使用DDR4 RAM已成为当今的行业标准。(DDR4 RAM)如果您想了解如何判断您拥有的RAM类型,只需按照本指南中列出的方法进行操作即可。
方法一:使用任务管理器(Method 1: Using Task Manager)
任务(Task)管理器是您了解计算机一切的一站式目的地。除了有关计算机上运行的进程的信息外,任务(Task)管理器还可以帮助您监控计算机上安装的硬件和外围设备的性能。以下是如何判断您拥有哪种类型的RAM:
1. 同时按Ctrl + Shift + Esc keys打开任务(Task) 管理器(Manager)。
2. 转到性能(Performance)选项卡并单击内存(Memory)。
3. 除其他详细信息外,您还可以找到以MHz(兆赫兹)(MHz (MegaHertz).)为单位的已安装 RAM 的速度。(Speed)
注意:(Note:)如果您的计算机在DDR2、DDR3或DDR4 RAM上运行,您可能会直接从右上角找到RAM生成,具体取决于设备制造商和型号。(RAM)
如何检查笔记本电脑 RAM 类型 DDR2 或 DDR3?(How to check laptop RAM type DDR2 or DDR3?)如果您的RAM速度介于2133-3200 MHz之间,则它是DDR4 RAM。将其他速度范围与本文开头的RAM 类型部分中提供的表格相(Types of RAMs)匹配。(Match)
另请阅读:(Also Read:) 在 Windows 10 中检查您的 RAM 类型是 DDR3 还是 DDR4(Check If Your RAM Type Is DDR3 Or DDR4 in Windows 10)
方法 2:使用命令提示符(Method 2: Using Command Prompt)
或者,使用命令提示符(Command Prompt)来告诉您计算机中的RAM类型,如下所示:(RAM)
1.点击Windows搜索栏(Windows search bar)并输入命令提示符(command prompt),然后点击以管理员身份运行(Run as administrator)。
2. 键入以下命令并按Enter 键(Enter key)。
wmic memorychip 获取设备定位器、制造商、部件号、序列号、容量、速度、内存类型、外形尺寸(wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor)
3. 根据给定的信息,找到内存(Memory) 类型(Type)并记下它表示的数值。(numerical value)
注意:(Note:)您可以从此处查看其他详细信息,例如RAM容量、RAM速度、RAM 制造商、(RAM)序列号等。
4. 请参阅下表确定您计算机中安装的 RAM 类型。(determine the type of RAM)
Numerical Value |
Type of RAM installed |
0 |
Unknown |
1 |
Other |
2 |
DRAM |
3 |
Synchronous DRAM |
4 |
Cache DRAM |
5 |
EDO |
6 |
EDRAM |
7 |
VRAM |
8 |
SRAM |
9 |
RAM |
10 |
ROM |
11 |
Flash |
12 |
EEPROM |
13 |
FEPROM |
14 |
EPROM |
15 |
CDRAM |
16 |
3DRAM |
17 |
SDRAM |
18 |
SGRAM |
19 |
RDRAM |
20 |
DDR |
21 |
DDR2 |
22 |
DDR FB-DIMM |
24 |
DDR3 |
25 |
FBD2 |
注意:(Note:)这里,(零)0( (zero) 0)也可能代表DDR4 RAM内存。
方法 3:使用 Windows PowerShell(Method 3: Using Windows PowerShell)
自 1987 年推出以来,命令提示符(Command Prompt)一直是Windows生态系统中的重要工具。它包含并运行许多可以回答以下问题的命令:如何检查笔记本电脑RAM类型DDR2或DDR3。不幸(Unfortunately)的是,一些可用的命令太旧,无法跟上其他更新的Windows 10并且无法识别DDR4 RAM。因此(Hence),Windows PowerShell将是一个更好的选择。它使用自己的命令行来帮助做同样的事情。以下是使用Windows PowerShell检查(Windows PowerShell)Windows 10中(Windows 10)RAM类型的方法:
1. 按Windows 键(Windows key),然后键入window powershell并单击以管理员身份运行(Run as Administrator)。
2.在这里,输入给定的命令并按Enter。
Get-WmiObject Win32_PhysicalMemory | Select-Object SMBIOSMemoryType
3. 注意该命令在SMBIOS MemoryType列下返回的(SMBIOS MemoryType)数值(numerical value),并将该值与下表匹配:
Numerical Value |
Type of RAM installed |
26 |
DDR4 |
25 |
DDR3 |
24 |
DDR2 FB-DIMM |
22 |
DDR2 |
另请阅读:(Also Read: )如何在 Windows 10 中检查 RAM 速度、大小和类型(How to check RAM Speed, Size, and Type in Windows 10)
方法四:使用第三方工具(Method 4: Using Third-party Tools)
如果您不想使用上述方法来检查Windows 10中的(Windows 10)RAM类型,您可以选择名为CPU-Z的第三方应用程序。它是一个综合工具,列出了您想要查找的有关计算机硬件和外围设备的所有详细信息。此外,它还提供了将其安装(install)在您的计算机上或无需安装即可运行(run)其便携式版本的选项。以下是如何使用CPU-Z工具判断您拥有的RAM类型”(RAM)
1. 打开任何网络浏览器(web browser)并转到CPU-Z 网站(CPU-Z website)。
2. 向下滚动并在SETUP或ZIP文件之间选择您想要的语言(英语)((ENGLISH)),在CLASSIC VERSIONS部分下。
注意:(Note:) SETUP选项(SETUP) 将(option)下载安装程序以将CPU-Z作为应用程序安装到您的计算机上。ZIP 选项(option)将下载一个包含两个可移植 .exe 文件的.zip 文件。
3. 然后,点击立即(NOW)下载(DOWNLOAD) 。
4A。如果您下载了.zip 文件(file),请将下载的文件解压缩(Extract)到所需的文件夹(desired folder)中。
4B。如果您下载了.exe 文件(file),请双击下载的文件并按照屏幕上的说明(the on-screen instructions)安装 CPU-Z。
注意:(Note:)如果您使用的是64 位(64-bit)版本的Windows ,请打开cpuz_x64.exe文件。如果没有,请双击cpuz_x32。
5. 安装后,启动CPU-Z程序。
6. 切换到内存(Memory)选项卡以在常规(General)部分下找到计算机上安装的RAM类型(type),如突出显示的那样。
受到推崇的:(Recommended:)
希望您现在知道如何检查 Windows 10(how to check RAM type in Windows 10)中的 RAM 类型,这在升级计算机时会派上用场。有关此类的更多内容,请查看我们的其他文章。我们很乐意通过下面的评论部分收到您的来信。
How to Check RAM Type in Windows 10
Random Accеss Memory or RAM іѕ one of the most sought-аfter componеnts present in the computer or smartphone today. It determines how good or quick the performance of your device is. The most important aspect of RAM is that it is user-upgradable, giving userѕ the freedom to inсrease the RAM in their computer befitting to their requirements. Low to moderate users opt for somewhere between 4 to 8 GB RAM capacity, while higher capacities are used in heavy usage scenarios. During the evolution of computers, RAM also evolved in many ways especially, the types of RAMs that have come into existence. You may be curious to learn how to tell what type of RAM you have. We bring to you a helpful guide that will teach you about different types of RAMs and how to check RAM type in Windows 10. So, continue reading!
How to Check RAM Type in Windows 10
What are RAM Types in Windows 10?
There are two types of RAMs: Static and Dynamic. The main differences between the two are:
- Static RAMs (SRAMs) are faster than Dynamic RAMs (DRAMs)
- SRAMs provide a higher data access rate and consume less power when compared to DRAMs.
- Cost of manufacturing SRAMs is much higher than that of DRAMs
DRAM, now being the first choice for primary memory, underwent its own transformation and it is now on its 4th generation of RAM. Each generation is a better iteration of the previous one in the terms of data transfer rates, and power consumption. Please consult the table below for more information:
Generation |
Speed range (MHz) |
Data transfer rate (GB/s) |
Operating voltage(V) |
DDR1 |
266-400 |
2.1-3.2 |
2.5/2.6 |
DDR2 |
533-800 |
4.2-6.4 |
1.8 |
DDR3 |
1066-1600 |
8.5-14.9 |
1.35/1.5 |
DDR4 |
2133-3200 |
17-21.3 |
1.2 |
Latest generation DDR4: It took the industry by storm. It is the most power-efficient and the fastest DRAM available today, becoming the first choice of both, the manufacturers and the users. It is an industry standard today, to use DDR4 RAM in computers being manufactured recently. If you want to learn how to tell what type of RAM you have, simply, follow the methods listed in this guide.
Method 1: Using Task Manager
Task manager is your one-stop destination to know everything about your computer. Apart from the information about the processes running on your computer, Task manager also helps you monitor the performance of hardware and peripherals installed on your computer. Here’s how to tell what type of RAM you have:
1. Open Task Manager by pressing Ctrl + Shift + Esc keys simultaneously.
2. Go to the Performance tab and click on Memory.
3. Among other details, you will find Speed of your installed RAM in MHz (MegaHertz).
Note: If your computer runs on DDR2, DDR3 or DDR4 RAM, you might find the RAM generation from the top right corner directly depending on the device manufacturer and model.
How to check laptop RAM type DDR2 or DDR3? If the speed of your RAM falls between 2133-3200 MHz, it is DDR4 RAM. Match other speed range with the table provided in the Types of RAMs section at the beginning of this article.
Also Read: Check If Your RAM Type Is DDR3 Or DDR4 in Windows 10
Method 2: Using Command Prompt
Alternately, use Command Prompt to tell what type of RAM you have in your computer, as follows:
1. Click on Windows search bar and type command prompt then, click on Run as administrator.
2. Type the following command and press the Enter key.
wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor
3. From the given information, Find the Memory Type and note the numerical value it denotes.
Note: You can view other details like RAM capacity, RAM speed, manufacturer of RAM, serial number, etc. from here.
4. Refer to the table given below to determine the type of RAM installed in your computer.
Numerical Value |
Type of RAM installed |
0 |
Unknown |
1 |
Other |
2 |
DRAM |
3 |
Synchronous DRAM |
4 |
Cache DRAM |
5 |
EDO |
6 |
EDRAM |
7 |
VRAM |
8 |
SRAM |
9 |
RAM |
10 |
ROM |
11 |
Flash |
12 |
EEPROM |
13 |
FEPROM |
14 |
EPROM |
15 |
CDRAM |
16 |
3DRAM |
17 |
SDRAM |
18 |
SGRAM |
19 |
RDRAM |
20 |
DDR |
21 |
DDR2 |
22 |
DDR FB-DIMM |
24 |
DDR3 |
25 |
FBD2 |
Note: Here, (zero) 0 might also represent DDR4 RAM memory.
Method 3: Using Windows PowerShell
Command Prompt has been an important tool in the Windows ecosystem since the time it was introduced in 1987. It houses and runs many commands which could answer the query: how to check laptop RAM type DDR2 or DDR3. Unfortunately, some of the commands available are too old to keep up with otherwise updated Windows 10 and cannot recognize DDR4 RAM. Hence, Windows PowerShell would be a better option. It uses its own command line which will help do the same. Here’s how to check RAM type in Windows 10 using Windows PowerShell:
1. Press Windows key, then type window powershell and click on Run as Administrator.
2.Here, type the given command and hit Enter.
Get-WmiObject Win32_PhysicalMemory | Select-Object SMBIOSMemoryType
3. Note the numerical value that the command returns under SMBIOS MemoryType column and match the value with the table given below:
Numerical Value |
Type of RAM installed |
26 |
DDR4 |
25 |
DDR3 |
24 |
DDR2 FB-DIMM |
22 |
DDR2 |
Also Read: How to check RAM Speed, Size, and Type in Windows 10
Method 4: Using Third-party Tools
If you do not wish to use the above methods on how to check RAM type in Windows 10, you could opt for a third-party application called CPU-Z. It is a comprehensive tool that lists all the details you want to find about your computer hardware and peripherals. Additionally, it provides options to either install it on your computer or to run its portable version without installation. Here’s how to tell what type of RAM you have using CPU-Z tool”
1. Open any web browser and go to CPU-Z website.
2. Scroll down and choose between SETUP or ZIP file with your desired language (ENGLISH), under CLASSIC VERSIONS section.
Note: The SETUP option would download an installer to install CPU-Z as an application on your computer. The ZIP option would download a .zip file that consists of two portable .exe files.
3. Then, Click on DOWNLOAD NOW.
4A. If you downloaded the .zip file, Extract the downloaded file in your desired folder.
4B. If you downloaded the .exe file, double click on the downloaded file and follow the on-screen instructions to install CPU-Z.
Note: Open the cpuz_x64.exe file if you are on a 64-bit version of Windows. If not, double click on cpuz_x32.
5. After installing, launch the CPU-Z program.
6. Switch to Memory tab to find the type of RAM installed on your computer under General section, as highlighted.
Recommended:
Hope you now know how to check RAM type in Windows 10 which comes in handy while upgrading your computer. For more content like this, check out our other articles. We would love to hear from you through the comment section below.