How to Get CPUID Information for a System with Intel® Processor
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.
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.
Related topic |
Is the CPUID the Same as the ATPO (Serial Number) of the Processor? |