Back to Home

NWinfo 1.6.2: PC diagnostics updates

NWinfo 1.6.2 — portable tool for viewing PC specifications on Windows. The version includes DMI fixes, PCH sensor support and AAM/APM API. Suitable for quick diagnostics without installation.

NWinfo 1.6.2 release with PCH and AAM support
Advertisement 728x90

NWinfo 1.6.2: Updates to the Portable Windows Diagnostic Tool

The portable tool NWinfo version 1.6.2 was released in early April 2026. Written in C, it displays hardware and system specs on Windows XP and later. It supports viewing data on CPU, memory, disks, networking, SMBIOS, CPUID, S.M.A.R.T., PCI, EDID, network adapters, and GPUs—no installation required.

The interface is built on nuklear.h for quick navigation. Export logs to JSON, YAML, or LUA to simplify analysis and data sharing. Its minimal size lets you run it on any machine for diagnostics.

Key Changes in 1.6.2

This version focuses on bug fixes and stability improvements. Key updates:

Google AdInline article slot
  • Updated localization, S.M.A.R.T. settings, and user interface;
  • Added DMI string NULL checks and DMI entry validation;
  • Updated nuklear.h;
  • Implemented API for AAM/APM queries and control;
  • Used strncpy_s for safe string copying;
  • Added support for PCH sensors;
  • Refactored chipset detection;
  • Handled ISA bus mutexes;
  • Various fixes for motherboards.

These changes boost reliability when handling hardware data, minimizing crashes on old and new hardware.

Hardware Diagnostic Features

NWinfo gathers detailed information:

  • Processor and Chipset: CPUID, chipset detection with refactoring;
  • Memory and Disks: RAM, S.M.A.R.T. with AAM/APM settings;
  • System: SMBIOS/DMI with checks, PCI devices;
  • Graphics and Network: EDID for monitors, network adapters;
  • Sensors: PCH and others via updated APIs.

Portability avoids conflicts with the registry or drivers. For senior developers, exporting to structured formats is handy for scripting or automation.

Google AdInline article slot

Comparison with Alternatives

NWinfo stands out from HWiNFO (version 8.44 from March 2026) with its lightweight design and lack of real-time monitoring. HWiNFO excels at in-depth analysis with support for new standards but demands more resources. CPU-Z 2.19 focuses on CPU/GPU without network data.

| Tool | Portability | Export Formats | PCH Sensors | Size |

|------|-------------|----------------|-------------|------|

Google AdInline article slot

| NWinfo 1.6.2 | Yes | JSON/YAML/LUA | Yes | Minimal |

| HWiNFO 8.44 | Yes (portable) | Proprietary | Yes | Larger |

| CPU-Z 2.19 | Yes | Text | No | Small |

The choice depends on the task: NWinfo for quick overviews, HWiNFO for monitoring.

Key Takeaways

  • Fixed critical DMI and string bugs, improved security with strncpy_s;
  • New AAM/APM API and PCH sensors expand diagnostics;
  • Portability and Windows XP+ support for legacy systems;
  • Export to JSON/YAML/LUA for integration into CI/CD or scripts;
  • Open C source code for customization by mid/senior developers.

— Editorial Team

Advertisement 728x90

Read Next