Tuesday 12 January 2021

You can determine the memory modules information without taking the computer apart, and in this guide, we'll show you how using Command Prompt on Windows 10.

On Windows 10, knowing the memory's technical specs — RAM (Random Access Memory) — installed on a device can be useful in many scenarios. For instance, if you are dealing with problems, information such as the manufacturer name, part number, and serial number can help you with tech support to troubleshoot the issue.

If your computer is getting slow due to memory demanding apps or games, adding more memory can improve the performance. And understanding the RAM specs can help you determine the correct size, speed, and brand to purchase a compatible upgrade kit.

Or when tweaking the memory settings inside the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI), the ability to view the memory module's information will also help you to know if the configuration has been applied correctly.

Regardless of the reason, Windows 10 can provide all the information you need using Command Prompt without the need to open the case or install third-party tools.

Related: How to quickly determine memory slots available on motherboard on Windows 10

In this Windows 10 guide, we will walk you through the steps to learn the technical specifications about the RAM installed on your computer, including part number, manufacturer, serial number, speed, capacity, form factor, memory type, etc.

Quick note: While you can query many details about the RAM configuration on your computer with Command Prompt, some information may not be available depending on the system's hardware.

How to determine RAM details using Command Prompt

If you suspect that Task Manager is showing inaccurate RAM information, or you want to find out even more details, such as serial number, part number, manufacturer, and more about each memory module, then you can use these commands.

Check memory manufacturer

To determine the brand of the memory modules installed on the device, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to determine the memory manufacturer name and press Enter:

    wmic memorychip get devicelocator, manufacturer

  4. Confirm the memory brand under the "Manufacturer" column.

Check memory part number

To find out the part number of each memory module, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to find the memory part number and press Enter:

    wmic memorychip get devicelocator, partnumber

  4. Confirm the product number under the "PartNumber" column.

If your computer is slowing you down, a memory upgrade is perhaps one of the best ways to improve the overall performance. If you are not sure which memory upgrade kit to order, our pick is the Corsair Vengeance LPX DDR4 16GB Kit. It has reliable performance, quality components, and, more importantly, price.

Our Pick

Corsair Vengeance LPX DDR4 16GB Kit

Best of DDR4

Since most modern processors from AMD and Intel can operate stably at 3200MHz, this Corsair kit with two 8GB modules is an ideal choice for your PC build.

$70 at Amazon $138 at Best Buy $75 at Newegg

Check memory serial number

To determine the serial number of each memory module, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to retrieve the serial number for each memory stick and press Enter:

    wmic memorychip get devicelocator, serialnumber

    Quick tip: In the command, you can also replace "devicelocator" with "banklabel" to list the serial number showing the bank's physical label where the memory is located on the motherboard. For example, wmic memorychip get banklabel, serialnumber

  4. Confirm the product identifier under the "SerialNumber" column.

Check memory capacity

Using the Command Prompt, you can find out the total capacity per module and the entire system.

Determine capacity per memory module

To determine each memory module capacity, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to find out the memory capacity and press Enter:

    wmic memorychip get devicelocator, capacity

  4. Confirm the size of each RAM module installed on the device under the "Capacity" column.

    Quick tip: The capacity information is displayed in bytes, but you can divide the number by 1073741824 (1 gigabyte in bytes) to convert the information into gigabytes.

Determine total system memory capacity

You can also quickly find out the total amount of memory installed on the device using these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to determine the total physical memory and press Enter:

    systeminfo | findstr /C:"Total Physical Memory"

  4. Confirm the total amount of physical memory (in megabytes) installed on your computer.

Check memory speed

To confirm the operating memory speed, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to determine the memory speed and press Enter:

    wmic memorychip get devicelocator, speed

  4. Under the "Speed" column, confirm the speed of the memory modules (in MHz).

Check memory type

To check the system memory type on Windows 10, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to determine the memory type and press Enter:

    wmic memorychip get devicelocator, memorytype

  4. Under the "MemoryType" column, confirm the number that identifies the type of memory. (See list below.)

Supported memory types

Here's a list with the memory types that the command can identify:

  • 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: DDR2 FB-DIMM.
  • 24: DDR3.
  • 25: FBD2.

Check memory form factor

To determine whether the modules are DIMM or SODIMM, use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to determine the memory form factor and press Enter:

    wmic memorychip get devicelocator, formfactor

  4. Under the FormFactor column, confirm the form factor information.

    Quick note: If the output is 8, the device uses DIMM modules (typically available on desktops). Otherwise, if the command output the number 12, the computer uses SODIMM modules (typically available on laptops).

Supported memory form factors

Here's a list with the form factors that the command can identify:

  • 0: Unknown.
  • 1: Other.
  • 2: SIP.
  • 3: DIP.
  • 4: ZIP.
  • 5: SOJ
  • 6: Proprietary.
  • 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.

Check all memory details

The above commands can help you to find the most useful information about the modules. However, there is another command you can use to query all the available details.

To list all the memory details, then use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result and select the Run as administrator option.
  3. Type the following command to view all the memory details and press Enter:

    wmic memorychip list full

  4. Confirm all the available information for each memory module installed on the computer.
  5. (Optional) Type the following command to view only the specific details and press Enter:

    wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor

  6. Confirm the memory information.

Once you complete the steps, you will have many details about the RAM modules installed on the device.

Usually, these details will come in handy when troubleshooting issues, tweaking hardware configuration (for example, overclocking), or planning to upgrade the memory to improve the system performance.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:



0 comments:

Post a Comment

ShortNewsWeb

Blog Archive

Categories

'The Woks of Life' Reminded Me to Cook With All the Flavors I Love (1) 13 of the Best Spooky Episodes From (Mostly) Un-Spooky Shows (1) 1Password Now Generates QR Codes to Share Wifi Passwords (1) 2024 (12) 30 Movies and TV Shows That Are Basically 'Competence Porn' (1) 30 of the Most Obscenely Patriotic Movies Ever (1) 40 Netflix Original Series You Should Watch (1) Active Directory (1) Adobe's AI Video Generator Might Be as Good as OpenAI's (1) AIX (1) and Max Bundle Isn't a Terrible Deal (1) Apache (2) Apple Intelligence Is Running Late (1) Apple Intelligence's Instructions Reveal How Apple Is Directing Its New AI (1) August 18 (1) August 4 (1) August 5 (1) Backup & Restore (2) best practices (1) bleepingcomputer (42) Blink Security Cameras Are up to 68% Off Ahead of Prime Day (1) CentOS (1) Configure PowerPath on Solaris (1) Documents (2) Don't Rely on a 'Monte Carlo' Retirement Analysis (1) Eight Cleaning Products TikTok Absolutely Loves (1) Eight of the Best Methods for Studying so You Actually Retain the Information (1) Eight Unexpected Ways a Restaurant Can Mislead You (1) Elevate Your Boring Store-Bought Pretzels With This Simple Seasoning Technique (1) Everything Announced at Apple's iPhone 16 Event (1) file system (6) Find (1) Five Red Flags to Look for in Any Restaurant (1) Flappy Bird's Creator Has Nothing to Do With Its 'Remake' (1) Four Signs Thieves Are Casing Your House (1) gaming (1) Hackers Now Have Access to 10 Billion Stolen Passwords (1) How I Finally Organized My Closet With a Digital Inventory System (1) How to Cancel Your Amazon Prime Membership After Prime Day Is Over (1) How to Choose the Best Weightlifting Straps for Your Workout (1) How to Keep Squirrels Off Your Bird Feeders (1) How to Take a Screenshot on a Mac (1) How to Take Full Control of Your Notifications on a Chromebook (1) Hulu (1) If You Got a Package You Didn't Order (1) Important Questions (17) Install and Configure PowerPath (1) interview questions for linux (2) Is ‘Ultra-Processed’ Food Really That Bad for You? (1) Is Amazon Prime Really Worth It? (1) It Might Be a Scam (1) July 14 (1) July 21 (1) July 28 (1) July 7 (1) June 30 (1) LifeHacker (88) Linux (36) Meta Releases Largest Open-Source AI Model Yet (1) Monitoring (3) music (688) My Favorite 14TB Hard Drive Is 25% Off Right Now (1) My Favorite Amazon Deal of the Day: Apple AirPods Max (2) My Favorite Amazon Deal of the Day: Google Nest Mesh WiFi Router (1) My Favorite Amazon Deal of the Day: Google Pixel 8 (1) My Favorite Amazon Deal of the Day: SHOKZ OpenMove Bone Conduction Headphones (1) My Favorite Tools for Managing Cords and Cables (1) Nagios (2) Newtorking (1) NFS (1) OMG! Ubuntu! (688) Oracle Linux (1) oracleasm (3) osnews (21) Password less communication (1) Patching (2) Poaching Is the Secret to Perfect Corn on the Cob (1) powerpath (1) Prioritize Your To-Do List By Imagining Rocks in a Jar (1) Red Hat Exam (1) register (36) Rsync (1) Safari’s ‘Distraction Control’ Will Help You Banish (Some) Pop Ups (1) Samba (1) Scrcpy (1) September 1 (1) September 15 (1) September 2 (1) September 8 (1) Seven Home 'Upgrades' That Aren’t Worth the Money (1) ssh (1) Swift Shift Is the Window Management Tool Apple Should Have Built (1) System hardening (1) Target’s Answer to Prime Day Starts July 7 (1) Tech (9531) Tech CENTRAL (14) Technical stories (89) technpina (5) The 30 Best Movies of the 2020s so Far (and Where to Watch Them) (1) The 30 Best Sports Movies You Can Stream Right Now (1) The Best Deals on Robot Vacuums for Amazon’s Early Prime Day Sale (1) The Best Deals on Ryobi Tools During Home Depot's Labor Day Sale (1) The Best Early Prime Day Sales on Power Tools (1) The Best Places to Go When You Don't Want to Be Around Kids (1) The Best Strategies for Lowering Your Credit Card Interest Rate (1) The Best Ways to Store All Your Bags and Purses (1) The New Disney+ (1) The Two Best Times of Year to Look for a New Job (1) These Milwaukee Tools Are up to 69% off Right Now (1) This Google Nest Pro Is 30% Off for Prime Day (1) This Peanut Butter Latte Isn’t As Weird As It Sounds (1) This Tech Brand Will Get the Biggest Discounts During Prime Day (1) Three Quick Ways to Shorten a Necklace (1) Today’s Wordle Hints (and Answer) for Monday (2) Today’s Wordle Hints (and Answer) for Sunday (10) Try 'Pile Cleaning' When Your Mess Is Overwhelming (1) Ubuntu News (344) Ubuntu! (1) Unix (1) Use This App to Sync Apple Reminders With Your iPhone Calendar (1) veritas (2) Videos (1) Was ChatGPT Really Starting Conversations With Users? (1) Watch Out for These Red Flags in a Realtor Contract (1) Wayfair Is Having a '72-Hour Closeout' Sale to Compete With Prime Day (1) We Now Know When Google Will Roll Out Android 15 (1) What Is the 'Die With Zero' Movement (and Is It Right for You)? (1) What Not to Do When Training for a Marathon (1) What's New on Prime Video and Freevee in September 2024 (1) Windows (5) You Can Easily Add Words to Your Mac's Dictionary (1) You Can Get 'World War Z' on Sale for $19 Right Now (1) You Can Get a Membership to BJ's for Practically Free Right Now (1) You Can Get Beats Studio Buds+ on Sale for $100 Right Now (1) You Can Get Microsoft Visio 2021 Pro on Sale for $20 Right Now (1) You Can Get This 12-Port USB-C Hub on Sale for $90 Right Now (1) You Can Get This Roomba E5 Robot Vacuum on Sale for $170 Right Now (1) You Can Hire Your Own Personal HR Department (1) You Can Set Different Scrolling Directions for Your Mac’s Mouse and Trackpad (1)

Recent Comments

Popular Posts

Translate

My Blog List

Popular

System Admin Share

Total Pageviews