Generate a System Information Report using MSINFO32

The built-in Microsoft System Information (Msinfo32.exe) tool in Windows gathers information about your computer. It displays a comprehensive view of your hardware, system components, and software environment, which you can use to diagnose computer issues.

The MSINFO32 report is instrumental in diagnosing hardware and software problems in Windows. This post explains how to generate a system information report using MSINFO32.

System Information Report using MSINFO32

  1. Click Start, and type msinfo32 in the Search box.
    msinfo32 start menu
  2. Right-click System Information in the search results and select Run as administrator.
  3. In the System Information window, click on the File menu, and click Save.
    msinfo32 save report
  4. Save it as “msinfo32.nfo” or any other name you prefer.
    (Note: If you use the “Export…” option, the report gets saved as a .txt file. However, most users prefer .nfo because it can be opened using the Msinfo32 utility.)
  5. Once saved, right-click on the .nfo file, click Send To, and select “Compressed (zipped) folder.”
    msinfo32 save report zipped
    Note: As you can see from the above screenshot, compressing the .NFO file has reduced the file size by 95%. It’s advisable to zip the .NFO file before uploading or emailing it to someone.
If you run MSINFO32 without Administrator privileges, it may show some drivers as stopped when they are not. This is because the cache for this information requires Administrator privileges to update. To avoid this issue, make sure to run MSINFO32 with Administrator privileges.

MSINFO32 is not able to provide hardware information when run in Safe Mode. While Microsoft System Information can be run in Safe Mode, it is limited to displaying information about system components and the software environment.


Using MSINFO32 command-line

Alternatively, you can generate a system information report using the following command-line syntax (from Admin Command Prompt):

Msinfo32 /nfo {Path}
  • /nfo {Path}: Saves the exported file as a .nfo file. If the file name specified in Path does not end in .nfo, an .nfo file name extension will be appended to the file name.

Example:



MSInfo32 /nfo d:\users\ramesh\desktop\report.nfo

(or)

To save the report as a text file (instead of .NFO), you can use the following command-line:

Msinfo32 /report {Path}
  • Saves the file that is specified in Path in the .txt format. The .txt file name extension will not be appended to the file unless it is specified in Path.

Example:

MSInfo32 /report d:\users\ramesh\desktop\report.txt

As said earlier, the .nfo format is preferred because the file type can be opened using the Msinfo32 utility.


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