Posted on December 8, 2014June 22, 2016Check how many CPU cores in Windows & Linux How to check how many CPU cores I have in Windows & Linux? Open a command prompt (Windows) or Terminal (Linux) and type: Windows: WMIC CPU Get /Format:List Linux: cat /proc/cpuinfo | grep processor | wc -l For more details on Linux: ls /sys/devices/system/cpu/