How To Check CPU?

Open Task Manager and view the CPU tab

Open System Information and check the processor entry

Open Settings and go to System > About

Use Command Prompt and run `wmic cpu get name`

Use PowerShell and run `Get-CimInstance Win32_Processor | Select-Object Name`

On macOS, open About This Mac

On Linux, run `lscpu`

Check the CPU model printed on the processor box or motherboard documentation

Suggested for You

Trending Today