Processor and RAM info not shown in System properties

When you open Control Panel → System and Security → System, the processor and RAM fields may say “Not available”. If you open Settings → System → “About”, the CPU or the RAM information may be blank.

processor and RAM is empty in About System

processor and RAM is empty in About System

Additionally, the following WMI command from the admin Command Prompt may return the “Invalid Namespace” error:

c:\windows\system32\wbem\wmic cpu list /format:list

Cause

The above issues occur if the Windows Management Instrumentation (WMI) service is not running or the WMI repository is corrupt.

Resolution

1) Start the Windows Management Instrumentation (WMI) service

  1. Launch services.msc
  2. Double-click “Windows Management Instrumentation”
  3. Set its startup type to “Automatic”.
  4. Click Start to start the service. Note the errors, if any.

If the above doesn’t help, proceed further:




2) Reset the WMI repository

Open an admin Command Prompt and run this command:

winmgmt /resetrepository

Restart Windows.

Now, open the About window and see if the Processor and RAM specs are reported correctly. The WMIC command-line should also work.

(If resetting the repository doesn’t fix the issue, the WMI repository must be rebuilt manually, as explained in the article Msinfo32.exe Error Can’t Collect Information.)


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment