(Updates on window resize)
Open page. Your resolution, viewport, and pixel density auto-detected and displayed.
Know exact screen dimensions for responsive testing across devices.
Resolution: total pixels; viewport: browser content area.
Devices pixels per CSS pixel; Retina ~2x.
Affects reported viewport and ratio.
Yes, set accurate CSS breakpoints.
Check your current screen resolution, viewport size, pixel ratio, and colour depth with the Toolzie Screen Resolution tool — instantly, with no setup required. Useful for web developers and designers testing responsive layouts.
Screen resolution is the total number of pixels on your display. Viewport size is the area your browser window uses, which changes when you resize.
DPR is the ratio of physical pixels to CSS pixels. A DPR of 2 means your screen has twice as many physical pixels as CSS pixels — common on Retina displays.
1920×1080 (Full HD) is the most common desktop resolution globally. On mobile, 390×844 (iPhone 14) and similar sizes are very common.
Web developers use viewport sizes to test responsive breakpoints and ensure layouts look correct at different screen sizes.