Computers

How do I check my CPU model?

Updated 2026-08-14

✓

Quick answer

You can check your CPU model by using system information tools available in your operating system, such as Task Manager on Windows or System Information on macOS.

This guide provides steps to check your CPU model across different platforms, along with some common questions and considerations.

Steps

  1. 1

    Using Task Manager on Windows

    Right-click the taskbar and select 'Task Manager'. Click on the 'Performance' tab, then select 'CPU' to view the model information.

  2. 2

    Using Command Prompt on Windows

    Open Command Prompt and type 'wmic cpu get name'. Press Enter to see your CPU model.

  3. 3

    Using System Information on macOS

    Click the Apple logo in the top-left corner, select 'About This Mac', and then click 'System Report'. Under 'Hardware', you will find your CPU model.

  4. 4

    Using Terminal on Linux

    Open a terminal and type 'lscpu' or 'cat /proc/cpuinfo' and press Enter to display your CPU model.

Checking CPU Model on Windows

On Windows, you can use Task Manager or Command Prompt to find your CPU model. Task Manager provides a user-friendly interface, while Command Prompt offers a quick text-based method.

Checking CPU Model on macOS

On macOS, the System Information tool provides detailed information about your hardware, including the CPU model. You can access it easily from the Apple menu.

Checking CPU Model on Linux

On Linux, you can use the terminal command 'lscpu' or check the contents of '/proc/cpuinfo' to find detailed information about your CPU.

Watch out for

  • Steps may vary slightly depending on the version of the operating system.

FAQ

Can I check my CPU model without any software?

Yes, you can check your CPU model through the BIOS/UEFI settings during system boot, but this method requires restarting your computer.

What if my CPU model is not displayed correctly?

If your CPU model is not displayed correctly, ensure that your system drivers are up to date and check for any hardware issues.

Is there a difference between CPU model and CPU architecture?

Yes, the CPU model refers to the specific version of the processor, while CPU architecture refers to the design and instruction set used by that model.