The number below is your screen / monitor resolution — measured live in your browser, in width and height.
This micro web utility helps you to find your monitor/screen resolutions. There is no need to do the cumbersome right click, properties, settings, etc, to find out your screen resolution.
Knowing your screen resolution and device pixel ratio helps when choosing image sizes, testing responsive layouts, and ensuring crisp visuals on high-DPR displays (like Retina). Use this tool to quickly copy values or share them with designers and developers.
Developer tips
• Use window.innerWidth and innerHeight to measure viewport size.
• Use window.devicePixelRatio to detect DPR and serve higher-resolution images if needed.
Screen resolution matters because it determines how sharp, clear, and detailed everything looks on your device. Higher resolutions provide crisper text, smoother images, better video and gaming quality, and more workspace for multitasking. It also affects responsive web design, UI layouts, display scaling, and overall user experience. Whether you're designing, gaming, or simply browsing, your screen resolution directly influences clarity, performance, and how effectively content fits on your screen.
Quick reference of common display resolutions, their aspect ratios, and total pixel counts. Useful for designers, developers, and anyone checking device specs.
| Resolution | Name | Aspect | Total pixels | Typical devices |
|---|---|---|---|---|
| 7680 × 4320 | 8K UHD | 16:9 | 33,177,600 | Emerging tech for high-end TVs |
| 3840 × 2160 | 4K UHD | 16:9 | 8,294,400 | High-end monitors, TVs |
| 2560 × 1440 | QHD / 1440p | 16:9 | 3,686,400 | Gaming monitors, prosumer laptops |
| 1920 × 1080 | Full HD (1080p) | 16:9 | 2,073,600 | Laptops, desktops, many monitors |
| 1536 × 864 | HD+ | ≈16:9 | 1,327,104 | Mid-range laptops (scaled) |
| 1366 × 768 | HD | ≈16:9 | 1,049,088 | Budget laptops |
| 1280 × 720 | HD (720p) | 16:9 | 921,600 | Small laptops, older devices |
| 1024 × 768 | XGA | 4:3 | 786,432 | Older monitors & tablets |
| 800 × 600 | SVGA | 4:3 | 480,000 | Very old / embedded displays |
| 3440 × 1440 | UltraWide WQHD | 21:9 | 4,953,600 | Ultrawide monitors |
| 2560 × 1080 | UltraWide | ≈21:9 | 2,764,800 | Ultrawide laptops & monitors |
Tip: Aspect ratio is width divided by height (e.g., 1920 ÷ 1080 = 16:9). Total pixels = width × height and indicates how many individual pixels make up the display.
Why is the diagonal estimated? Browsers report CSS pixels (and CSS defines 1in = 96 CSS px) — but CSS inches don't always match the physical inch of your monitor. Because of that, the diagonal we calculate from CSS pixels is only an estimate.
Get exact PPI. If you know your monitor's physical diagonal (for example, 14.7 inches), enter it below. We'll calculate exact PPI using the physical diagonal you provide:
A full toolkit for developers, designers, and the display-curious.
WhatIsMyScreenResolution.info is a fast, lightweight, and privacy-focused tool designed to instantly detect your screen resolution, browser viewport size, aspect ratio, pixel density, total pixels, and other display details. The website helps users quickly understand how their device is rendering content without needing to open settings or install software. Whether you're a developer testing responsive layouts, a designer working on UI elements, a gamer adjusting display settings, or simply a user curious about your device's resolution, this tool provides accurate, real-time information in one click. We prioritize speed, simplicity, and accuracy — with no tracking, no cookies, and no unnecessary scripts — making it one of the most reliable screen testing utilities on the web.
This page detects your resolution automatically, but if you want to change it, here’s how on every major platform.
Right-click the desktop → Display settings → scroll to Display resolution and pick a value. Always choose the one marked (Recommended) — it’s your monitor’s native resolution and looks sharpest.
Apple menu → System Settings → Displays. Choose Default for display for native sharpness, or click Scaled to trade sharpness for more (or larger) on-screen space.
iOS doesn’t expose a raw resolution setting. Instead, go to Settings → Display & Brightness → Display Zoom to switch between “Default” and “Larger Text,” which changes how big everything appears.
On supported phones: Settings → Display → Screen resolution (for example FHD+ / QHD+). Lowering it can save battery; raising it looks sharper. Not all devices offer this option.
Screen resolution is the number of pixels your display shows, written as width × height (for example 1920 × 1080). More pixels mean sharper images and more usable space.
The fastest way is this page — it detects your resolution instantly in the browser. You can also check Windows Display settings or macOS Displays, but those show the native resolution rather than what your browser is actually rendering.
1920 × 1080 (Full HD) is the most common desktop and laptop resolution worldwide, followed by 1366 × 768 on budget laptops and a fast-growing share of 2560 × 1440 and 3840 × 2160 (4K).
Because of display scaling. Operating systems enlarge text and interface elements for readability, so your browser reports a smaller CSS resolution than the panel’s true hardware resolution. Multiply the CSS resolution by your device pixel ratio to get the physical figure.
Yes — higher resolutions require the GPU to render more pixels, which can lower frame rates in games and demanding apps. Dropping from 4K to 1440p, for instance, noticeably eases the GPU load.
No. For privacy, browsers only report pixel values (resolution, viewport, device pixel ratio). Physical size in inches can only be estimated from those, unless you enter your real diagonal.