DeviceGuide

What Processor Does My Phone Have?

6 min readUpdated 2026-09-20

Short answer: Android hides the chipset from Settings, so use a device info app or look up your model number. On iPhone, the model tells you the chip — Settings → General → About gives you the model, and the chip follows from it.

Finding it on Android

Settings does not show it directly on stock Android or most skins. What Settings does give you is the model number, under Settings → About phone → Model. That identifies the chip if you look it up.

A device info app reads it from the system directly, and shows more than a lookup would: chipset name, core count, per-core current clock speed, architecture, GPU model and process node. A device info app also shows live per-core frequency, which is how you see thermal throttling actually happening.

A caution on model numbers: the same phone name often ships with different chips in different regions. Several Samsung Galaxy generations shipped with Exynos in Europe and Snapdragon in the US under an identical marketing name. Always check the model number, not the name on the box.

Finding it on iPhone

Settings → General → About → Model Name. The chip is fixed per model:

iPhone generationChip
iPhone 17 familyA19 / A19 Pro
iPhone 16 familyA18 / A18 Pro
iPhone 15 ProA17 Pro
iPhone 15 / 14 ProA16 Bionic
iPhone 14 / 13A15 Bionic

There are no regional chip variants on iPhone, which makes this simpler than Android.

Reading the specifications

Core counts and the big.LITTLE arrangement. A modern phone chip is not eight identical cores. A typical layout is 1 prime core (fast, power hungry), 3 performance cores, 4 efficiency cores. The scheduler puts background work on the efficiency cores and wakes the fast ones only when needed. This is why core count alone tells you very little.

Clock speed. Peak frequency is the number in the marketing material, but the chip only sustains it in short bursts before heat forces it down. Sustained clock under load matters far more, and it is not published.

Process node. 3 nm, 4 nm, 5 nm. Smaller generally means better performance per watt. The names are not literal physical measurements and differ between TSMC and Samsung foundries, so compare within a foundry rather than across.

GPU. Adreno on Snapdragon, Mali or Immortalis on MediaTek and Exynos, Apple's own on iPhone. This determines gaming performance far more than the CPU does.

What actually affects everyday speed

In rough order of impact for normal use:

  1. Single-core performance — app launches, UI responsiveness, page rendering
  2. Storage speed — UFS 4.0 vs UFS 2.2 is very noticeable on app install and large file operations
  3. RAM amount — how many apps stay warm in the background
  4. Sustained performance under heat — whether the phone stays fast after 20 minutes
  5. Multi-core performance — matters for video export, photo processing, compiling
  6. GPU — only matters if you game or use heavy camera processing

Benchmark scores overwhelmingly reflect peak multi-core performance, which is the item on this list that affects your day the least.

Thermal throttling: the spec nobody prints

Every phone chip runs faster than it can sustain. Under load, temperature rises, and the chip reduces clock speed to stay within thermal limits.

The practical consequence: two phones with identical benchmark scores can feel completely different after fifteen minutes of gaming or a long video export. Phones with vapour chambers and larger bodies sustain higher clocks; slim phones throttle harder.

You can watch this happen — a device info app showing live per-core frequency will show the clocks stepping down as the phone warms.

Checking what the browser can see

Our device specs tool reports hardwareConcurrency, which is the number of logical cores the browser is willing to disclose, plus the GPU renderer string. Browsers deliberately limit this information to reduce fingerprinting, so it will not name your chipset — but the core count and GPU string are often enough to identify a chip family.

Related

Device Settings Information app icon

Device Settings Information

Complete device information & shortcuts

Frequently asked questions