What Is My Screen Size?
Your resolution, pixel density, aspect ratio and physical screen size, all detected in your browser. Nothing is uploaded.
Your screen
Detecting…
…
Not calibrated
| Loading | … |
|---|
Reading your display's real numbers
A screen resolution checker ought to answer more than one question, because "how big is my screen" has several different answers depending on why you are asking. The figure most people mean is the pixel grid the operating system reports: 1920×1080, 2560×1440, and so on. A browser sees that through a second layer called CSS pixels. A CSS pixel is a layout unit, and on any scaled display it stops mapping one to one onto hardware. That is why this page reports both, along with the device pixel ratio that ties them together.
The distinction has practical consequences. Checking whether a wallpaper will look sharp? You want the native device-pixel figure. Testing a web page or writing a media query? You want the CSS pixel figure. Buying a monitor? You want the physical diagonal in inches. Three different numbers, and most tools hand you only one of them.
Why physical size needs calibration
Here is the limitation that most "what is my screen size" pages quietly skip past. The browser has no access to your display's physical dimensions. It knows how many pixels there are. It does not know how large they are. Any site that shows you a diagonal in inches without asking you a single question is guessing, usually by matching your resolution against a table of common devices, and that fails the moment you use display scaling, an external monitor or an unusual panel.
This tool takes the other road. Calibrate once by holding a bank card against the screen and matching an on-screen outline to it. Every payment card worldwide is made to the same ISO/IEC 7810 ID-1 standard at 85.6 mm wide, so that one match reveals your display's true pixel density. Physical width, height and diagonal are then simple arithmetic, and the answer belongs to the screen in front of you rather than to a lookup table. The calibration is shared with the online ruler, so it is a one-off per device.
Aspect ratio, colour depth and scaling
The aspect ratio row reduces your resolution to its simplest whole-number form and, where that sits close to a standard panel ratio, names it as well. This is more useful than it sounds, because plenty of common resolutions do not reduce neatly. A 1366×768 laptop panel is exactly 683:384, which is near 16:9 without being it. Colour depth tells you how many bits per pixel the display pipeline carries, usually 24-bit or 30-bit.
One thing to watch: browser zoom changes the device pixel ratio, and with it several values on this page. If a number looks wrong, reset zoom to 100% with Ctrl+0 or Cmd+0 and it will settle. Dragging the window to a second monitor of different density changes the readings too, and invalidates a calibration made on the first screen. Everything updates live as you move or resize, so you can watch it happen.