Skip to content Download

Tabs explained — what to screenshot for help

When someone says “post CPU-Z”, they usually mean CPU, Mainboard, and Memory. Add SPD if the question is about RAM kits or XMP.

CPU tab — clocks that “bounce” are often normal

Idle clocks drop because of power-saving (Intel SpeedStep, AMD Cool’n’Quiet, modern CPPC). Under load, you should see the CPU approach its advertised or PBO-boosted speeds. If it never rises, check power plan, thermal throttling, or laptop “quiet mode”.

Press F9 to switch clock computation methods if you are comparing behavior across versions.

Memory tab — DDR “DRAM frequency” vs marketed speed

DDR effective data rate is roughly the DRAM frequency shown (DDR double-pumps). A 1800 MHz DRAM clock corresponds to DDR4-3600 effective. If the number looks “half” of what you expect, verify whether you are reading the right field and whether XMP/EXPO is enabled in BIOS.

SPD tab — when modules look “wrong”

Bandwidth can be computed from conservative SPD timing fields; kits rated at higher voltage via XMP may appear lower at JEDEC defaults. Always compare the SPD profile list with what is selected in BIOS.

Mainboard tab — driver and BIOS checks

Manufacturer and model help you find the right chipset drivers. BIOS version matters for microcode updates and AGESA revisions. PCIe link width confirms your GPU is running at x16 (or x8 if bifurcated).

Graphics tab — GPU identification

Shows GPU name, process, and clocks. Useful for hybrid laptop setups (integrated + discrete) to confirm which GPU is active. For detailed monitoring, use GPU-Z or vendor tools.

Caches tab — L1, L2, L3 layout

Cache sizes, associativity, and line sizes. Helps developers and power users understand cache topology. Rarely needed for forum screenshots unless the question is about cache hierarchy or optimization.

DDR speed quick reference

DRAM freq (MHz)DDR effective
1066DDR4-2133
1200DDR4-2400
1600DDR4-3200
1800DDR4-3600
2000DDR4-4000
2400DDR5-4800
3000DDR5-6000
3200DDR5-6400
3600DDR5-7200

Install, remove, and optional cpuz.ini

Since version 1.51, CPU-Z ships with an installer that registers uninstall entries under Windows Settings. Portable users keep cpuz.exe next to an optional cpuz.ini in the same folder.

Key Purpose (short)
SensorDisable sensor chip probing if a machine hangs during detection.
DMITurn off DMI reads (BIOS/mainboard strings) when debugging odd freezes.
PCI / SMBusNarrow bus scans — can affect chipset, SPD, and some sensors.
DisplayDisable GPU reporting for validator-related fields when troubleshooting.
ReportFileCustom path for text/HTML report output.
ValidateEnable or disable validation submission.

Full key list and command-line switches such as -txt=report / -html=report are useful for unattended inventories.

Command-line examples

  • cpuz.exe -txt=report.txt — Export text report
  • cpuz.exe -html=report.html — Export HTML report