search
HomeSystem TutorialWindows SeriesHow to Check Your RAM Type in Windows - Make Tech Easier

If you plan to upgrade your RAM or test its performance, it is important to know your RAM type. This means that your laptop or PC needs to be evaluated to determine the DDR module it supports, as well as other details like the form, speed and capacity of RAM. This tutorial shows how to check RAM types using various Windows applications and third-party tools in Windows.

Table of contents

  • Check RAM type via command prompt
  • Check RAM type in Windows via Task Manager
  • Check RAM Type in PowerShell
  • Check RAM type using CPU-Z
  • Check RAM type using Novabench
  • Check RAM type by visually checking the motherboard

Check RAM type via command prompt

If you want to check the RAM type in Windows via a command prompt, it usually means determining if your motherboard supports DDR3, DDR4, or DDR5 RAM. Use the following command in administrator mode:

 <code>wmic memorychip get SMBIOSMemoryType</code>

A value of "20" or above means that you have DDR memory. "21" refers to DDR2, "24" represents DDR3, "26" represents DDR4, and finally "34" represents DDR5.

How to Check Your RAM Type in Windows - Make Tech Easier

There are many other commands that start with wmic memorychip get. For example, running the command wmic memorychip get speed will give the speed in megahertz.

Just remember one extra command to get the remaining RAM details. This will display a complete set of RAM type data:

 <code>wmic memorychip list full</code>

In this example, Capacity is 17,179,869,184 bytes (equivalent to 16 GB). The Manufacturer code "859B" corresponds to "Crucial", a brand of Micron. Also listed are PartNumber and Serial Number for each RAM stick.

How to Check Your RAM Type in Windows - Make Tech Easier

The RAM configuration runs in Interleaved mode , which means it is the same dual-channel RAM setting. The Form factor value is "12". If you look online, you will find that "12" refers to SODIMM, a type of RAM that is commonly used in laptops. Other common form factors include DIMM, RDIMM and UDIMM.

Another important value is DataWidth , which refers to the number of bits in the memory module interface. This example shows "64", which is a non-ECC memory module. If your motherboard is ECC compatible, the starting value is "72".

Check RAM type in Windows via Task Manager

If you are evaluating a new Windows computer for purchase, you can use Task Manager for quick RAM testing. You can open it by right-clicking on the bottom taskbar or using Ctrl Shift Esc .

Go to Performance -> Memory and check all relevant RAM details. Find out the RAM speed, form, memory type, memory size, and the number of RAM slots used.

In the following example, the RAM speed is 2667 MHz, in the form SODIMM, and both slots are in use.

How to Check Your RAM Type in Windows - Make Tech Easier

Tip : Windows Task Manager has many other uses besides checking hardware resources. You can also use it to solve the problem of 100% CPU usage.

Check RAM Type in PowerShell

Since all Windows Command Prompt commands can be run in PowerShell, you can use the wmic memorychip command of any command prompt to detect RAM type details. They will return the same result.

In addition, PowerShell supports its own cmdlets, alias, and Windows environment variables. For example, you can use the "Get-WmiObject" environment variable to get the complete RAM type information.

 <code>Get-WmiObject Win32_PhysicalMemory | Format-List *</code>

How to Check Your RAM Type in Windows - Make Tech Easier

In addition to detailed information about RAM capacity, manufacturer, part number, and serial number, the PowerShell command provides additional information about your RAM, such as:

  • ConfiguredClockSpeed : RAM speed in megahertz
  • ConfiguredVoltage : RAM voltage in millivoltages
  • SMBIOSMemoryType : DDR type

By the way : PowerShell cmdlets can run powerful script-based tasks. They can even be used to remove bloat software from your Windows computer.

Check RAM type using CPU-Z

In third-party applications, CPU-Z is one of the most reliable applications for checking RAM types in Windows. It is easy to download and install, has a portable version, and does not overheat your CPU.

Whether you use the installer or the ZIP file, once CPU-Z is open, go to its Memory tab. Under the General section, you will find information about Memory Type , such as DDR4 or DDR5. You will also find some interesting details like DRAM frequency and latency, and whether your RAM is single/dual.

For more information, go to the SPD tab to get slot information for each RAM module. Find specific information such as Max bandwidth , Module Manuf. , DRAM Manuf. , and Week/Year to get the manufacturing date. If your RAM supports ECC, you will find additional information under Correction .

How to Check Your RAM Type in Windows - Make Tech Easier

By the way : In addition to CPU-Z, there are other RAM performance evaluation tools, such as MemTest64, PassMark Performance Test and AIDA64 Extreme.

Check RAM type using Novabench

When upgrading a computer, our goal is usually to benchmark RAM with the best on the market. This is where tools like Novabench come in handy. It is easy to download and install and provides instant test results for your RAM type. You will find the memory size and memory type (DDR4, DDR5, etc.) on the home screen.

Further, go to Start all Benchmark tests -> Memory Test , which will immediately calculate how your RAM type compares to your best performance.

How to Check Your RAM Type in Windows - Make Tech Easier

Check RAM type by visually checking the motherboard

seeing is believing! If you open the Windows motherboard, you can see the supported RAM specifications on the device. If you are using a new laptop, doing so may void the manufacturer’s warranty, but you can’t bypass this if you plan to replace or upgrade your RAM stick.

The motherboard memory slot provides you with supported RAM types (DDR4 in this case) and RAM forms (SODIMM only here). You can also get additional details such as manufacturer name, serial number, part number, and pin type (DIMM B or DIMM A).

How to Check Your RAM Type in Windows - Make Tech Easier

It's worth mentioning : Enabled dual-channel RAM on the motherboard requires some precautions, as shown in our guide.

After checking the RAM type in Windows, find out the maximum RAM capacity your device supports, which is closely related to the type of RAM you need. Also learn how to detect RAM health on your PC to avoid configuration errors.

Image source: Unsplash. All images are taken by Sayak Boral.

The above is the detailed content of How to Check Your RAM Type in Windows - Make Tech Easier. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Automate Repetitive Tasks via AI-Generated PowerShell Scripts - Make Tech EasierAutomate Repetitive Tasks via AI-Generated PowerShell Scripts - Make Tech EasierMay 16, 2025 am 02:35 AM

I've always held the belief that computers should serve us, rather than the reverse. This belief was tested when I found myself dedicating endless hours to repetitive tasks. However, this changed when I began leveraging artificial intelligence (AI) t

What To Do if There's an Unusual Sign in Activity on Your Microsoft AccountWhat To Do if There's an Unusual Sign in Activity on Your Microsoft AccountMay 16, 2025 am 02:34 AM

Similar to other large companies, Microsoft prioritizes your account security and protection from unauthorized access by individuals with harmful intentions.If Microsoft detects an unusual login attempt, it marks it as suspicious. You will receive an

How to Roll Back a Driver in Windows - Make Tech EasierHow to Roll Back a Driver in Windows - Make Tech EasierMay 16, 2025 am 02:33 AM

Driver issues are quite common in Windows systems. Sometimes, updates to new drivers may cause a Blue Screen of Death (BSOD) error message in Windows. Fortunately, this problem can be solved by rolling back the driver. You can use the Rollback Driver feature to restore the driver update to a previous version to check if it is functioning properly. Here is a detailed guide on how to roll back drivers in Windows. Directory Rollback Driver in Windows What to do if the Rollback Driver option is disabled? FAQ Rollback Driver in Windows Windows comes with some built-in tools designed to detect and resolve possible conflicts in the operating system. This pack

How to Take Full Ownership of Windows Registry Keys - Make Tech EasierHow to Take Full Ownership of Windows Registry Keys - Make Tech EasierMay 16, 2025 am 02:28 AM

The Windows Registry is a central hub for storing all configurations related to the Windows operating system and its software. This is why numerous Windows tutorials often involve adding, modifying, or deleting Registry keys.However, you may encounte

How to Remove 'System Requirements Not Met” Watermark in Windows 11 - Make Tech EasierHow to Remove 'System Requirements Not Met” Watermark in Windows 11 - Make Tech EasierMay 16, 2025 am 02:27 AM

Windows 11 does have strict installation requirements. However, installing Windows 11 on unsupported devices is not difficult. If you have successfully installed it, don't rush to celebrate. You also need to clear the desktop "System Requirements Not Meeted" watermark that Microsoft introduced to prevent installation on unsupported hardware. This guide lists three ways to remove this watermark. Directory Group Policy Editor Windows Registry Editor Script Group Policy Editor If you are using Windows Pro or Enterprise and you have Group Policy Editor enabled, this method is the easiest. Follow the instructions below to disable the watermark through the Group Policy Editor. Enter "Group Policy" in Windows Search and click Edit Group in the results

Microsoft Teams Camera Not Working? Learn How to Fix ItMicrosoft Teams Camera Not Working? Learn How to Fix ItMay 16, 2025 am 02:22 AM

Microsoft Teams is a widely used platform for collaboration and communication within organizations. Despite its effectiveness, you might occasionally face issues with the camera during calls. This guide offers a range of solutions to resolve the came

How to Check Your RAM Type in Windows - Make Tech EasierHow to Check Your RAM Type in Windows - Make Tech EasierMay 16, 2025 am 02:21 AM

If you plan to upgrade your RAM or test its performance, it is important to know your RAM type. This means that your laptop or PC needs to be evaluated to determine the DDR module it supports, as well as other details like the form, speed and capacity of RAM. This tutorial shows how to check RAM types using various Windows applications and third-party tools in Windows. Directory Check RAM type via command prompt Check RAM type via task manager Check RAM type in Windows Check RAM type in PowerShell Check RAM type using CPU-Z Check RAM type using Novabench Check RAM type via visual inspection of motherboard Check RAM type via command prompt Check RAM type

How to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech EasierHow to Fix 'Local Security Authority Protection Is Off' on Windows - Make Tech EasierMay 16, 2025 am 02:20 AM

Local Security Authority (LSA) protection is a crucial security feature designed to safeguard a user's credentials on a Windows computer, preventing unauthorized access. Some users have encountered an error message stating that "Local Security A

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Clair Obscur: Expedition 33 - How To Get Perfect Chroma Catalysts
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools