ARTICLE AD BOX
I’m looking for a reliable way to get the most common mobile phone screen resolutions currently in use (2026).
I don’t care whether the answers are reported as:
viewport / CSS pixels (e.g., 360×800, 390×844), or
physical panel pixels (e.g., 1080×2400, 1170×2532)
…as long as the method is repeatable and the result reflects real-world usage.
What I need:
A source / dataset that lists the top N mobile resolutions by usage share (global or Europe is fine).
Ideally something with a stable URL or API so I can update the list occasionally.
If there are common pitfalls (e.g., orientation, devicePixelRatio, browser UI affecting viewport), what’s the best way to handle them?
I’m not asking for opinions like “don’t target resolutions”; I specifically need a ranked list of common sizes for testing and QA.
