UX/UI - most popular screen resolutions in 2022 year (responsive design)
In this article, we would like to present the ranking of the most popular screen resolutions at the end of 2022.
We believe that the article information will be useful for website developers and mobile application developers, which is why the summary is an advice is directed to programmers that develops responsive web applications.
If you create websites, it is worth designing responsive applications that work on the following screen resolutions:
- 1920x1080 (24.29% in desktop computers market)
- 1366x768 (16.83% in desktop computers market)
- 768x1024 (29.76% in tablets market)
- one of:
- 360x800 (9.98% in mobile phones market)
- 360x640 (4.27% in mobile phones market)
If we ensure support for the screen resolutions mentioned above, in most cases, our application will also appear clear for the remaining resolutions.
Note: it is worth supporting the horizontal and horizontal orientation of mobile screens, i.e. additionally: 1024x768, 800x360 and 640x360.
When designing UI/UX, there are 4 cases for screen width that may be supported, assuming that the application height can scale freely:
Device type (supported case) | Resolution range |
Desktop (for normal screen) | e.g. width >= 1400 (it contains resolutions around 1920x1080 and greater) |
Desktop (for small screen) | e.g. width < 1400 and width >= 1000 (it contains resolutions around 1366x768 and width up to 1400 (exclusive)) |
Tablet | e.g. width < 1000 and width >= 500 (it contains resolution around 768x1024 and width up to 1000 (exclusive)) |
Mobile phone | e.g. width < 500 (it contains resolution around 360x640 and width up to 500 (exclusive)) |
Note: the cases mentioned above are only suggestion, so feel free to modify, split or combine them.
The following screen resolutions are sorted by popularity.
The most popular screen resolutions across all devices:
| ![]() |
Comment:
- unrecognized screen resolutions account for 4.01% of the market (devices that hid information),
- other screen resolutions account for approximately 45% of the market.
Note: The following screen resolution percentages represent the share of resolution in the desktop market only.
The most popular screen resolutions on desktop computers:
| ![]() |
That is, 24.29% are 1920x1080 screens, but only in the desktop computer market.
Note: The screen resolution percentages below represent the share of resolution in the mobile phone market only.
The most popular screen resolutions on mobile phones:
| ![]() |
That is, 9.98% are 360x800 screens, but only in the mobile phone market.
Note: The screen resolution percentages below represent the share of resolution in the tablet market only.
The most popular screen resolutions on tablets:
| ![]() |
That is, 29.76% are 768x1024 screens, but only in the tablet market.