UtilitiesTools

What Is My Screen Resolution

Your screen resolution, browser viewport size and device pixel ratio, detected the moment this page loads. Screen resolution, browser viewport, and physical pixels are three different things, so this tool shows all three side by side and explains which is which. Everything is read in your browser and nothing is sent to a server.

Screen resolution
Viewport live
Device pixel ratio (DPR)
Physical pixels (logical × DPR)
Color depth
Orientation

🔒 Read straight from your browser. Resize or rotate the window and the viewport row updates live. Nothing is uploaded or stored.

What is the What Is My Screen Resolution tool?

What is my screen resolution? This tool answers that question the moment the page loads. It reads your display directly from the browser and shows your full screen resolution (the width and height of your monitor in pixels), your live browser viewport size, your device pixel ratio, the resulting physical pixel count, your color depth and the current orientation. No typing, no guessing, no account — your numbers appear instantly. The one thing it does that most rivals don't: it makes clear that screen resolution, browser viewport, and physical pixels are three different things, so you walk away actually understanding your display instead of staring at a single ambiguous number.

How to use it

  1. Open the page. Your screen resolution and viewport size are detected and displayed automatically — there is nothing to click.
  2. Read the Screen resolution row for your full display size (for example 1920 x 1080).
  3. Read the Viewport row for the visible area inside your browser window right now.
  4. Resize or rotate your browser window and watch the viewport numbers update live — handy for testing responsive breakpoints.
  5. Check the Device pixel ratio and Physical pixels rows if you need the true hardware pixel count for high-DPI screens.

That's it. One glance, you have the answer, you're done — exactly how a utility should work.

The method behind it: screen vs. viewport vs. physical pixels

Screen resolution, browser viewport, and physical pixels are three different things, and these four numbers trip up almost everyone — so here is the plain-English version.

Every value is read live from your own browser — the exact same APIs that real websites use to serve responsive layouts — so the result is the ground truth, not an estimate.

Examples

Common use cases

Why use this one

Most "screen resolution" pages print a single number and call it done — and often that number is the viewport, mislabeled as the resolution. This tool separates screen resolution, browser viewport and physical pixels so you see all three and understand which is which, updates the viewport live as you resize or rotate, and includes a built-in device pixel ratio explainer so the scary DPR number finally makes sense. It runs entirely in your browser — nothing is uploaded, there's no sign-up, and it loads instantly. It sits alongside a couple of related network tools: What Is My IP for your public address and What Is My User Agent for the exact browser string your device reports.

Frequently asked questions

Why is my screen resolution different from what I bought?

The tool may report a smaller number than the resolution printed on the box. That is almost always because of your operating system's display scaling (for example 150% on Windows or a scaled 'Looks like' mode on a Mac). The panel still has all its physical pixels, but the OS reports a smaller logical resolution to make text and icons readable. Multiply the logical resolution by the device pixel ratio shown here to get back to the physical pixel count.

What is the difference between screen resolution and viewport size?

Screen resolution is the size of your whole display, reported by window.screen. Viewport size is only the visible area inside your browser window, reported by innerWidth and innerHeight, so it shrinks when the window isn't maximized and excludes the toolbar, tabs and OS taskbar. Designers test against the viewport; the screen resolution is the hardware spec.

What is device pixel ratio (DPR) and why does it matter?

Device pixel ratio is how many physical pixels make up one CSS pixel. A standard display is 1, a Retina or HiDPI display is often 2 or 3. A DPR of 2 means a 1280-wide viewport is actually drawn with 2560 physical pixels, which is why images and wallpapers need to be exported at higher resolution to look sharp on those screens.

Is this screen resolution test accurate?

Yes. The numbers come straight from your browser's own window.screen, window.innerWidth/innerHeight and window.devicePixelRatio values — the same data websites use to serve responsive layouts. Nothing is estimated and nothing is sent to a server.

How do I find the physical resolution of my monitor?

Multiply the logical width and height shown here by the device pixel ratio. For example, a 1512 x 982 logical viewport at DPR 2 is 3024 x 1964 physical pixels. This tool does that math for you in the physical-pixels row.

Related tools