If you've ever tried to look up whether a specific Android device is Google certified, you've probably ended up on a massive, unsearchable HTML table that Google publishes. It has the data, but it's not exactly built for humans to browse. So I built something better.

The Google Certified Android Devices database takes the same underlying data and presents it in an interface you can actually use — with alphabetical filtering, full-text search across brands and models, and a drill-down view for each manufacturer.

What Does Google Certified Actually Mean?

When an Android device is "Google certified," it means the manufacturer has passed Google's Compatibility Test Suite (CTS) and meets the requirements laid out in the Android Compatibility Definition Document (CDD). This isn't just paperwork — it's a technical validation that the device's hardware and software implementation meets a baseline standard.

Certification unlocks Google Mobile Services (GMS), which includes:

  • Google Play Store — access to the full app ecosystem
  • Google Play Protect — built-in malware scanning
  • Google Play system updates — security patches delivered through the Play Store, independent of OEM update cycles
  • Play Integrity API — apps like banking, payments, and enterprise tools use this to verify the device is trusted
  • Core Google apps — Chrome, Gmail, YouTube, Maps, and others

Without GMS certification, a device can still run Android (it's open source), but it won't have the Play Store, won't receive Play Protect scans, and many apps that rely on Google Play Services — including most banking apps — won't work correctly.

Why This Matters

There are a few scenarios where knowing a device's certification status becomes genuinely useful:

For consumers

If you're buying an Android device — especially from a brand you're not familiar with, or importing a device from another market — certification status tells you whether you'll get the full Android experience or a stripped-down AOSP build without Google services. This is particularly relevant for Android TVs and set-top boxes, where the market is flooded with uncertified devices that ship with sideloaded Play Stores that break after the first update.

For developers

If you're building an app that targets specific hardware — say, a CTV app that needs to run on certified Android TV devices — the device list is your compatibility reference. Device codenames in the database map directly to what you see in Build.DEVICE and Build.MODEL in the Android SDK.

For product managers and operators

If you're managing a fleet of devices (MDM, digital signage, kiosks) or making hardware sourcing decisions, the certified list is the definitive reference for which devices Google recognises. It's also useful for competitive analysis — you can see exactly how many device variants a competitor has certified across markets.

What's in the Database

The database contains four fields for each device entry:

Field What It Contains
Brand The retail brand name — the name consumers see on the box
Marketing Name The product name used in marketing and retail
Device The internal device codename, matching Build.DEVICE in Android
Model The model number, matching Build.MODEL in Android

As of today, the database has over 50,000 entries spanning 3,700+ brands. The data refreshes automatically every week.

How to Use It

The interface is built around three layers:

Category filters

At the top, filter the entire database by device type: Phones, Tablets, TVs, Streaming Devices, Projectors, Wearables, Automotive, or view all. Each category shows a live count of matching devices. Device types are classified using a combination of brand-level rules, model-number pattern matching, and keyword detection — researched across every major manufacturer.

Brand grid

The landing page shows brands as cards with device counts. Use the alphabet bar to jump by letter, or the search bar to find brands by name — or search by model name and device codename, which surfaces brands that contain matching devices. Category filters apply here too — selecting "Projectors" shows only brands with certified projectors.

Brand detail

Click any brand card to see its certified devices in a sortable table. This view has its own search bar to filter within the brand, and columns (Marketing Name, Device, Model) are all sortable.

What This Covers

The database includes every device type that goes through Google's certification process, each filterable as its own category:

  • Phones — the bulk of entries
  • Tablets — consumer and enterprise, from Galaxy Tabs to Toughpads
  • TVs — Android TV and Google TV certified televisions
  • Streaming Devices — set-top boxes, dongles, streaming sticks, media players
  • Projectors — smart projectors and laser projection systems
  • Wearables — Wear OS smartwatches
  • Automotive — Android Automotive in-vehicle infotainment systems

The list is global — it includes devices certified for every market, not just India or the US. Some brands certify a single device variant worldwide; others certify dozens of region-specific model numbers for what is essentially the same hardware. When an OEM shares the same mainboard across multiple products, those devices may appear as a single certified entry.

Staying Current

The database refreshes automatically every week. Google publishes the underlying data and updates it as new devices pass certification. The automated pipeline downloads the latest data, processes it, and pushes updates without any manual intervention.


The Bottom Line

Whether you're a consumer checking if a device you're about to buy will have full Google Play access, a developer validating device compatibility, or a product manager mapping the competitive landscape — having the full certified device list in a searchable, browsable format makes the job easier.

Go to the Google Certified Devices Database →

Questions or feedback? Reach out on LinkedIn or X/Twitter.