How to Get CPUID Information for a System with Intel® Processor

Documentation

Identify My Product

000006831

11/14/2024

The CPUID field is a combination of the processor family, processor model, and processor stepping reported in a hexadecimal format.

There are two options to get the CPUID from the system.

Option#1: Intel® Processor Identification Utility

The Intel® Processor Identification Utility reports the CPUID information for the tested processor, located under the CPUID DATA tab of the tool.

An example is listed below. CPUID for a laptop with Intel® Core™ Ultra 7 Processor 165U is A06A4, shown under CPUID DATA section.

Example image

 

Option#2: Command Prompt in Windows* using wmic

Follow the steps below using the& search bar in Windows*.

  • Type wmic
  • Choose the application called wmic
  • Type cpu get processorid

The last five digits of the number are displayed to represent the CPUID for the processor.

For example, the CPUID for Intel® Core™ Ultra 7 Processor 165U is A064A4.

Example image

 

Example image

 

Related topic
Is the CPUID the Same as the ATPO (Serial Number) of the Processor?