Browser chrome changes the usable canvas

A new ScreenSize.net report offers a practical reminder for web designers: a 1080-pixel-tall display does not usually give a browser page all 1,080 pixels. Among 832 qualified desktop sessions measured by the site, the most common viewport was 1,920 by 920 CSS pixels, accounting for 11.7% of that desktop sample.

The missing vertical space can be occupied by operating-system controls, browser tabs, address bars, bookmarks and other interface elements. The result is a usable page area that differs from the physical resolution printed on a monitor's specifications. For developers deciding where navigation, forms or calls to action appear, the viewport is the relevant measurement because it describes the area available to the webpage.

ScreenSize.net stresses that its figures are observations from its own visitors, not an estimate of global device or browser market share. That limitation is central to reading the numbers. People who visit a viewport-measurement service may differ from the general internet population, and the sample sizes are modest. The report is therefore best treated as a transparent site dataset and a design prompt, rather than a definitive ranking of the world's screens.

The mobile results show a similarly concentrated pattern within the measured traffic. A width of 400 CSS pixels was the most common mobile viewport, representing 50.8% of 130 qualified samples. Across 962 sessions in the device-pixel-ratio analysis, the 1.00-times bucket was the largest at 57.7%. Each environment is evaluated separately, and rankings are hidden until an environment reaches the site's minimum sample threshold.

Privacy and quality controls

The report says one browser tab contributes no more than one sample during a session. Measurements are rounded into monthly aggregate buckets, while Global Privacy Control and Do Not Track signals are respected. ScreenSize.net says it does not store IP addresses, user identifiers, precise timestamps or complete user-agent strings for the report.

It also filters dimensions likely to distort published rankings. Viewports wider than 6,000 CSS pixels or taller than 4,000 are excluded, while historical device-pixel-ratio values are normalized in steps of 0.05. Obvious dimension anomalies remain in aggregate storage for auditing but do not enter the rankings.

Device classification is approximate and performed locally. The site excludes older tablet samples because an earlier classifier could mistake touch-enabled desktop computers for tablets. It will not display a tablet distribution until at least 50 qualified samples are available.

For design teams, the report supports testing layouts against actual viewport measurements instead of assuming that physical screen labels map directly to browser space. It does not justify optimizing every site around 1,920 by 920 or 400 pixels. A product's own analytics, audience and accessibility requirements remain the stronger basis for breakpoints. ScreenSize.net's contribution is narrower: it publishes its methodology and demonstrates how browser interfaces, scaling and device classification complicate the familiar shorthand of “1080p.”