Did you buy a used smartphone, lost the box, or simply forgot the name of your model? You can find out the exact name of the Androiddevice in a matter of seconds - without disassembling, special apps or contacting a service center. In this article we will look at 7 proven methodsincluding hidden menus, system commands and even visual cues on the gadget's body.

It is important to understand that the model name is not just a set of letters and numbers. It is needed to search for firmware, cases, accessories, and check compatibility with applications or game emulators. And in the case of a sale or repair without an exact name (for example, Samsung Galaxy S23 Ultra SM-S918B instead of just โ€œSamsungโ€) you may be deceived with the price or details.

All methods from this article work on devices with Android 5.0 and newer, but some items (for example, codes ##) may vary depending on the manufacturer. If your smartphone was released before 2016, check for the presence of the "Software Information" menu in the settings - on older versions of Android it is often hidden in the "About phone โ†’ Kernel version" section.

1. Through standard Android settings

The fastest and most universal way is to look at the model name in the system settings. This method works on all devices, including Samsung, Xiaomi, Huawei, Google Pixel other brands. Instructions:

  1. Open the application "Settings" (gear icon).
  2. Scroll down and select O phone (or About the tablet).
  3. Find items Model, Model name or Model number.

On on some devices (for example, Xiaomi Redmi), the path may look like this: Settings โ†’ About phone โ†’ All characteristics โ†’ Name model. If you see only the code (for example, RMX3363), this is the factory designation - it can be deciphered through the manufacturer's official website.

Model number (for example, SM-A525F)

Device name (for example, Galaxy A52)

Manufacturer code (for example, 2PS64)

Firmware version (to clarify the modification)-->

โš ๏ธ Attention: On some custom firmware (for example LineageOS), the model name may be displayed incorrectly. In this case, use alternative methods from this article.

2. Using engineering codes

Hidden service commands allow you to obtain detailed information about device, including serial number, IMEI and exact model name. These codes work on most smartphones, but can be blocked by telecom operators.

Open the application "Phone" and enter one of the codes:

  • ๐Ÿ“ฑ ##4636## - will open the menu Testing, where in the section Device information there will be a line Model.
  • ๐Ÿ”ข *#06# - will show IMEI, by which you can determine the model through online services (for example, IMEI.info).
  • ๐Ÿ› ๏ธ ##2664## - test touchscreen, but in some firmware it also displays the model name.

If nothing happens after entering the code, it means:

  • Your operator has blocked the engineering menu (often happens at MTS or Beeline).
  • You have custom firmware without support for service commands.
  • The code is not supported by your model (for example, on Google Pixel it only works *#06#).
What to do if the code did not work?

Try entering the code without the last one (for example, ##4636# instead ##4636##).

Use alternative applications from section 4 of this article.

Check whether service commands are disabled in the developer settings (item Debugging โ†’ Call test menu).

โš ๏ธ Attention: Do not enter random codes from the Internet - some commands (for example, ##7780##) can reset the settings to factory settings. Follow only the proven combinations from this article.

3. Check on the box and body of the device.

If you still have the original packaging, the model name is usually indicated:

  • ๐Ÿ“ฆ On a sticker with barcode (for example, Xiaomi Redmi Note 11 Pro 5G).
  • ๐Ÿท๏ธ On a label under a plastic film ( Samsung often written Model: SM-...).
  • ๐Ÿ“„ In documents (warranty card, instructions).

On the device itself the name may be:

  • ๐Ÿ” Under the removable cover (in old smartphones, for example, Samsung Galaxy J5 2016).
  • ๐Ÿ“ฑ On the back panel under the logo (in small print, for example, RMX3161 u Realme 8 Pro).
  • ๐Ÿ”‹ Under the battery (if it is removable).
Brand Where to look for the model on the case Designation example
Samsung Under the SIM card tray or on the back panel SM-A525F/DS
Xiaomi On a sticker under the camera or in the SIM tray 2201116PG (Redmi Note 11)
Huawei On a label under the cover (if removable) JNY-LX1 (P Smart 2021)
Google Pixel On the back panel under the glass G8V75 (Pixel 6a)

In the settings

On the box

On the device body

Through applications

I donโ€™t know where to look -->

โš ๏ธ Attention: On fake (replica) smartphones, the model name is on the case often does not coincide with the real characteristics. If you bought the device second-hand at a suspiciously low price, check the data via *#06# on the website IMEI.info.

4. Applications for determining the model

If system methods do not work, use third-party ones. utilities. They will not only show the model name, but also provide complete information about the hardware, firmware and even processor temperature.

Top 3 tested applications:

  • ๐Ÿ“Š AIDA64 - shows Device model in the Systemsection Also displays the serial number, IMEI and. bootloader version.
  • ๐Ÿ”ง CPU-Z โ€” tab Device contains lines Model and Manufacturer.
  • ๐Ÿ› ๏ธ DevCheck โ€” in section Hardware there is an item Model with the full name (for example, POCO X3 Pro M2102J20SG).

Download applications only from Google Play - analogues from third-party sources may contain viruses. After installation:

  1. Open the application and provide access to information about the device.
  2. Go to the section with system data (the name may vary).
  3. Find the lines Model, Device or Product.
๐Ÿ’ก

In AIDA64 you can export the report to a file .txt or .html โ€”this will be useful for diagnostics in a service center or when selling the device.

โš ๏ธ Attention: On some firmware (for example, MIUI for the region China) applications may show the wrong model name. In this case, check the data with the box or use it. method with ADB (section 6).

5. Through a computer (ADB and Fastboot)

If your device is connected to a PC, the model name can be found through Android Debug Bridge (ADB). users and requires:

  • ๐Ÿ–ฅ๏ธ Installed drivers ADB (download from the site Google).
  • ๐Ÿ”Œ Enabled USB debugging (Settings โ†’ For developers โ†’ USB debugging USB).
  • ๐Ÿ Installed utility adb (included in Platform Tools).

Instructions:

  1. Connect your smartphone to the PC via USB and select mode File transfer.
  2. Open the command line (Win + R โ†’ cmd) and enter:
    adb devices

    Make sure your device is shown in the list.

  3. Enter the command to get the model:
    adb shell getprop ro.product.model

Alternative commands:

  • For the device name:
    adb shell getprop ro.product.device
  • For the manufacturer:
    adb shell getprop ro.product.manufacturer
๐Ÿ’ก

Command adb shell getprop shows real the model name, even if it is hidden by custom firmware or changed by root access.

โš ๏ธ Attention: If you have not used ADBbefore, enable USB debugging in the developer settings. To do this, click on Build number in the section About phone.

6. By IMEI or serial number

Each device is assigned a unique IMEI (15 digits) and serial number (S/N). Using them, you can determine the model through the official services of manufacturers or third-party databases.

How to find out IMEI:

  • ๐Ÿ“ž Enter in the phone application *#06#.
  • ๐Ÿ“„ Look at the sticker under the battery (if removable).
  • ๐Ÿ“ฆ Find it on the box next to the barcode.

Where to check:

Brand Link to service What it will show
Samsung Official website (section "Warranty check") Model, production date, warranty status
Xiaomi https://new.c.mi.com/global/verify/imei Model, region, activation date
Any brand IMEI.info, GSMArena Model, specifications, year of manufacture

IMEI decryption example:

  • 861354040123456 โ†’ the first 8 digits (86135404) indicate the model and region.
  • On the website IMEI.info you will receive data like: "Samsung Galaxy A52 5G (SM-A526B, EMEA)".
๐Ÿ’ก

If the service is not finds your model by IMEI, try entering serial number (S/N) - it sometimes gives more accurate results.

7. Visual comparison with the database

If your device does not turn on or is completely โ€œbrickโ€, but externally intact, you can determine the model by:

  • ๐Ÿ“ Size and shape (for example, the cutout for the camera is iPhone 13 and 14 different).
  • ๐Ÿ” The location of buttons and connectors (the Google Pixel 6 fingerprint scanner is under the screen, and the Pixel 5 is on the back panel).
  • ๐ŸŽจ Color and material of the case (for example, Samsung Galaxy S22 Ultra comes in only 4 colors).

Use these services for visual comparison:

  • ๐ŸŒ GSMArena โ€” filter by brand, year of manufacture and characteristics.
  • ๐Ÿ” PhoneDB โ€” search by external features (number of cameras, screen shape).
  • ๐Ÿ“ธ Google Lens โ€” take a photo of the back panel and find similar images.

Example: if you have a smartphone with:

  • Triple camera in a vertical block,
  • Logo Xiaomi bottom,
  • Connector USB-C and 3.5 mm audio jack,

then with a 90% probability this is Redmi Note 10 Pro or POCO X3 NFC.

How to distinguish a fake by appearance?

On original devices:

- The brand logo is clear, without blurriness.

- The seams of the case are smooth, without gaps.

- The camera does not shake when pressed.

- The screen is evenly backlit (no yellowness around the edges).

FAQ: Frequently asked questions

Can I find out the model if the phone does not turn on?

Yes. Look for the name on the box, under the battery (if removable) or on the sticker under the SIM card tray. You can also use Google Lens to search by photo of the back panel.

Why is an incomplete name displayed in the settings (for example, only "RMX3161")?

This is the factory model code. The full name (for example, Realme 8 Pro) can be found through applications like AIDA64 or by this code on the manufacturer's website.

How to find the model if the smartphone is locked with a pattern key?

Use one of the methods:

  1. Look on the box or under the battery.
  2. Connect to the PC and use ADB (if debugging is enabled).
  3. Enter the code *#06# in an emergency call to get the IMEI, then check it online.
Is it possible to find out from the model whether the battery is original?

Yes, but indirectly. Compare the battery serial number (on the sticker) with the data in the settings (About the phone โ†’ Battery status). If the numbers do not match or the battery is swollen, it is a fake.

Where can I find the model name on an Android tablet?

Similar to a smartphone: Settings โ†’ About tablet โ†’ Model. On some tablets (for example Lenovo Tab), the path may be: Settings โ†’ Device โ†’ Tablet information.

Now you know all the ways to determine model Androiddevices - from standard settings to engineering teams. If none of the methods worked, most likely you have custom firmware with modified system data. In this case, contact the service center with a receipt or box - they will help you with IMEI or serial number.