Mobile and Desktop Processors
Intel® Core™ processors, Intel Atom® processors, tools, and utilities
16629 Discussions

Where can I find a list of which family and model codes belong to which Code Names

mejustandrew
Beginner
1,529 Views

If I'm looking in registry on a windows machine at HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0  I can see something like Intel64 Family 6 Model 181 for an ultra core 235u which then I find it's Arrow Lake.

 

Is there a documented matching between the Family 6 Model 181 to a certain Code Name like Arrow Lake for example?

0 Kudos
13 Replies
AlHill
Super User
1,518 Views

https://en.wikipedia.org/wiki/List_of_Intel_processors

 

Doc (not an Intel employee or contractor)
[This is the dawning of the age of Colossus, where peace is compulsory, freedom is forbidden, and man’s greatest achievement is man’s greatest mistake.]

0 Kudos
mejustandrew
Beginner
1,509 Views

Thanks for the reply! I've seen this, but it doesn't cover my question. like how can I tell if it's arrow lake or lunar lake just from this code  Family 6 Model 181?

0 Kudos
pressed_for_time
Valued Contributor II
1,360 Views

To get details of the CPU you need to use the Windows Management Interface (WMI). Most Windows programming languages should have some way of accessing the WMI through program code. You can also see the WMI information for a processor using a Command or Terminal window.

For example try typing wmic cpu get caption, name, numberofcores, maxclockspeed, socketdesignation into a Command or Terminal window. To see all the information wmic provides type wmic cpu into a Command or Terminal window, there is virtually every aspect of CPU information there but it does not includes designations such as Arrow Lake.

0 Kudos
DhannielM_Intel
Moderator
1,417 Views

Hello mejustandrew,


Thank you for reaching out to the community. Based on the CPU model you provided, the Intel® Core™ Ultra 5 Processor 235U belongs to the Arrow Lake family. You can explore the Intel® Core™ Ultra 200 series, which includes processors from various families, using the link provided here. Please note that the list does not specify which processors are part of the Lunar Lake or Arrow Lake families. However, my research indicates that processors with a "V" suffix are typically categorized under the Lunar Lake family. If you have any further inquiries or questions, please feel free to ask.


Best regards,


Dhanniel M.

Intel Customer Support Technician


0 Kudos
mejustandrew
Beginner
1,407 Views

hello Dhanniel! I've seen the link you provided and thanks for the support! I am still not able to find any documentation of the matching between values like Intel64 Family 6 Model 181 and the CPU family like Arrow Lake. If all I got is this entry from the registry saying it's a Model 181 and not the CPU model, is there any official documentation of what that means?

0 Kudos
DhannielM_Intel
Moderator
1,403 Views

Hello mejustandrew,


Thank you for bringing this to my attention. At the moment, I haven't found any official documentation on the matter. However, I will conduct a more thorough investigation and get back to you as soon as possible with any findings.


Best regards,


Dhanniel M.

Intel Customer Support Technician


mejustandrew
Beginner
1,315 Views

Thank you so much, Dhanniel!

 

Either directly which CPU family (such as Arrow Lake) the certain model (such as 181) is or which CPUs are part of a certain model, so I could back track them after to a CPU family would be very helpful!

 

Thank you for the help and reply!

0 Kudos
DhannielM_Intel
Moderator
1,232 Views

Hello mejustandrew,


Thank you for your patience. I have reviewed this internally and found information that may help explain your issue. The designation "Intel64 Family 6 Model 181" refers to a specific processor model within Intel's processor family. Here's a breakdown of what each part of the designation signifies:


  • Intel64: This indicates that the processor supports Intel's 64-bit architecture, which allows for more memory and processing power compared to 32-bit architecture.
  • Family 6: Intel processors are categorized into families based on their architecture. Family 6 is a broad category that includes many of Intel's modern processors, typically based on the x86 architecture.
  • Model 181: This is a specific identifier within the Family 6 category. Each model number corresponds to a particular set of features, performance characteristics, and intended use cases. Model 181 would be associated with a specific processor design and capabilities.


While there is no official documentation explaining the designation you found in the Registry Editor, you can explore the article titled "How to Get the CPUID for Intel® Processors" for guidance. This article provides detailed instructions on using the CPUID instruction to identify processor features and specifications.


Additionally, @pressed_for_time, I appreciate your insights on this matter. It seems we share similar recommendations. If you need further clarification or have additional questions, feel free to reach out.


Best regards,


Dhanniel M.

Intel Customer Support Technician


0 Kudos
DhannielM_Intel
Moderator
1,181 Views

Hello mejustandrew,


I wanted to check if you've had a chance to review my previous response. Please let me know if you need any further clarification or have additional questions.


Best regards,


Dhanniel M.

Intel Customer Support Technician


0 Kudos
mejustandrew
Beginner
1,168 Views
Hello Dhanniel! I've seen the reply and I was looking for some documentstion of the categories of the cpu families and the models that are part of each. Something like this table, but official one

https://en.wikichip.org/wiki/intel/cpuid

I believe the answer is that there is none at least from my understanding. That helps as I will not look further.

Thank you so much for the help and replies!
0 Kudos
DhannielM_Intel
Moderator
1,105 Views

Hello mejustandrew,


Thank you for informing me. Since you will not be pursuing this matter further, I will assume that this inquiry can be closed. Additionally, upon internal review, it appears that this is an internal tagging issue from Microsoft. Therefore, I recommend contacting Microsoft for more information on this tagging. I will proceed with closing this inquiry. If you need further assistance, please feel free to submit a new question, as this thread will no longer be monitored.


Best regards,


Dhanniel M.

Intel Customer Support Technician


0 Kudos
pressed_for_time
Valued Contributor II
878 Views

For Windows users there is CPU-Z which is a free utility from CPUID and can be downloaded from here (see Classic Versions for the latest release). This will give you the Code Name (family name) of the processor such as Raptor Lake. It also supplies other details about your CPU, motherboard, memory and graphics. CPU-Z uses a manually created lookup table to match the Family and Model Number information to the family name, so its needs to be updated constantly to keep up with new and proposed future CPU releases.

0 Kudos
AlHill
Super User
840 Views

@inam555   ChatGPT answers are so lame.

 

Doc (not an Intel employee or contractor)
[This is the dawning of the age of Colossus, where peace is compulsory, freedom is forbidden, and man’s greatest achievement is man’s greatest mistake.]

0 Kudos
Reply