Find your screen resolution, viewport size, pixel ratio, true physical resolution, colour depth and aspect ratio. Free and runs in your browser.

Everything is read directly from your browser — nothing is uploaded or stored.

Screen resolution
×
Browser viewport
×
Resize or move this window to watch the viewport values update live.
Device pixel ratio
Physical resolution
×
CSS pixels × pixel ratio — the effective hardware pixels.
Aspect ratio
Colour depth
Orientation
Available screen
×
Screen area minus the OS taskbar / docks.

About Screen Resolution Checker

The Screen Resolution Checker answers “what is my screen resolution” instantly and then goes further than most: it reports your screen resolution in CSS pixels, your browser viewport, the device pixel ratio, the true physical resolution those two imply, the available screen area (what remains after the taskbar or dock), color depth, orientation, aspect ratio and the closest standard resolution class your display matches.

The distinction between the numbers matters. Screen resolution is what the operating system reports for the whole display; the viewport is only the part your browser page can actually use; and on high-density screens the device pixel ratio multiplies CSS pixels into hardware pixels — a laptop reporting 1512 × 982 at a 2× ratio is physically a 3024 × 1964 panel.

Everything is read directly from your browser, so nothing is uploaded or stored. The viewport values update live as you resize or move the window — useful when checking responsive breakpoints — and a Copy all button captures the full readout for a bug report or support ticket.

How to use Screen Resolution Checker

  1. Open the page — your resolution, viewport, pixel ratio and other display values appear immediately.
  2. Compare the screen resolution with the physical resolution to see how display scaling affects your machine.
  3. Resize or move the browser window and watch the viewport values update live.
  4. Check the aspect ratio and the closest standard match to identify your display class.
  5. Press Copy all to put the complete readout on your clipboard.

Frequently asked questions

Because of display scaling. Operating systems render at scaled CSS pixels on high-density screens, so a 4K panel at 200% scaling reports 1920 × 1080. Multiply by the device pixel ratio shown on this page to recover the physical pixel count.

Screen resolution covers the entire display. The viewport is just the area inside your browser window where a web page renders — smaller by the height of toolbars, tabs and any OS bars. Responsive design breakpoints react to the viewport, not the screen.

It is how many physical hardware pixels correspond to one CSS pixel. A ratio of 1 means they match; 2 or 3 indicates a high-density (Retina-class) display where images and text are rendered with extra hardware pixels for sharpness.

It is your screen resolution minus space permanently reserved by the operating system — the taskbar on Windows or the Dock and menu bar on macOS. It is the largest area a maximized (non-fullscreen) window can occupy.

Yes. Every value is read locally by your browser and nothing is uploaded or stored. The tool is completely free with no account or limit.

Need help?
Found an issue with this tool? Let our team know.
Report an issue

Add this free tool to your own website — copy and paste the code below.