Intel64 Family 6 Model 142 Stepping 10 Genuineintel -

If you’ve recently looked into your system logs, fired up /proc/cpuinfo on Linux, or checked the Windows Registry under HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor , you might have stumbled upon a string that looks like a cryptic puzzle:

At first glance, it looks like generic filler text. But for those of us who speak Intel’s internal architecture language, this string tells an exact story. Let’s decode it. If you see this string, you are almost certainly running an Intel Core 12th Gen (Alder Lake) processor. Specifically, you likely have a performance hybrid chip with a mix of P-cores (Performance) and E-cores (Efficiency). Breaking Down the Jargon Intel hasn't changed its "Family" number in decades. Family 6 literally means "Modern x86 64-bit processor." (Family 15 was the old NetBurst era—Pentium 4—thankfully long gone). intel64 family 6 model 142 stepping 10 genuineintel

So next time you see that string in a log file, don't ignore it. Recognize it as the mark of —a processor that is trying to be both a race car and a scooter at the same time. If you’ve recently looked into your system logs,

If you are running an old OS (like Windows 10 pre-21H2 or an ancient Linux kernel) on this chip, you might experience thread scheduling weirdness. The OS might try to put a background task on a fast P-core (wasting energy) or a game thread on a slow E-core (killing frame rates). If you see this string, you are almost

If you see this CPUID, ensure you are running kernel 5.18 or later for optimal Alder Lake performance. For Windows, stick to Windows 11. How to verify this yourself? On Linux: