Ever wondered which version of the Raspberry Pi you have? Here’s how to find out.

A step-by-step guide on checking your Raspberry Pi version, using both the command line and graphical user interface. …


Updated October 16, 2023

Need help with your Raspberry Pi?
Contact Me!

Do you love silly Raspberry Pi Projects?
Check out my this YouTube Channel!


A step-by-step guide on checking your Raspberry Pi version, using both the command line and graphical user interface. Raspberry Pi devices come in different versions with varying specifications. Knowing which version of Raspberry Pi you have can be helpful when looking for compatible accessories or troubleshooting issues. Here are two ways to check your Raspberry Pi version, one using the command line and another through the graphical user interface (GUI).

  1. Checking Your Raspberry Pi Version Using the Command Line:

Open a terminal window by pressing Ctrl + Alt + T or going to Menu -> Accessories -> Terminal. Then type the following command:

cat /proc/device-tree/model

This will display information about your device, including its model number and version. For example:

Raspberry Pi 3 Model B Plus Rev 1.3

Alternatively, you can use the lsusb command to list all USB devices connected to your Raspberry Pi and look for the “Device” field. The device with the string “0424:9514” corresponds to a Raspberry Pi 3 Model B+:

lsusb

Output:

Bus 001 Device 003: ID 0424:9514 Standard Microsystems Corp. 
  1. Checking Your Raspberry Pi Version Using the Graphical User Interface (GUI):

Click on the Raspberry Pi icon in the top-left corner of your screen and select Preferences -> System Information. This will open a window with detailed information about your device, including its model number:

Model: Raspberry Pi 3 Model B Plus Rev 1.3

You can also check for updates by clicking on Update in the menu bar at the top of the screen and selecting Check for Updates. If there are any available updates, you’ll be prompted to install them. This is a good way to ensure that your Raspberry Pi is running the latest software and firmware.

Conclusion: Knowing your Raspberry Pi version can help you find compatible accessories or troubleshoot issues with your device. Use either the command line or graphical user interface methods outlined above to determine which model you have. Remember that different versions of Raspberry Pi may have slightly different specifications, so it’s important to know which one you’re working with when planning projects or purchasing components.