Open on the device to measure
Load the tool in the browser window or display you care about.
Detect your monitor screen resolution in pixels. Shows width, height, and color depth of your display.
Loading tool…
Preparing tool…
Follow these steps for a clear answer.
Load the tool in the browser window or display you care about.
Check width × height in CSS pixels (screen and/or viewport, depending on the page).
Resize the window or switch displays, then refresh the readout for responsive checks.
Version 1.0.0 · Last reviewed 2026-07-28
resolution = screen.width × screen.heightThis tool detects your screen resolution — the number of pixels your display shows horizontally and vertically. Screen resolution is reported as width × height (e.g., 1920×1080).
| Property | Description |
|---|---|
| Screen width | Total horizontal pixels |
| Screen height | Total vertical pixels |
| Color depth | Bits per pixel (typically 24 or 32) |
| Device pixel ratio | Physical pixels per CSS pixel |
| Term | Meaning |
|---|---|
| Screen resolution | Full monitor pixel count |
| Viewport | Visible browser area (may be smaller) |
| Window size | Current browser window dimensions |
Check viewport with What is my browser window size?.
| Resolution | Typical device |
|---|---|
| 1920×1080 | Desktop monitor (Full HD) |
| 1366×768 | Laptop |
| 2560×1440 | QHD monitor |
| 3840×2160 | 4K monitor |
| 390×844 | Modern smartphone |
Compare with window size for viewport vs display dimensions.
Key distinctions behind the tool.
Browsers report CSS pixels; OS scaling and multiple displays can change the relationship to physical pixels.
No. Screen resolution is the display; window size is the browser viewport/window.