● Live · no cookies, no tracking

What Is My Screen Resolution

The number below is your screen / monitor resolution — measured live in your browser, in width and height.

Your screen resolution
0×0
Detecting your display…
Viewport
Pixel ratio
Aspect ratio
Color depth
Total pixels
Orientation

Why screen resolution matters

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.

Viewport Window Screen
Screen vs window vs viewport — how the browser reports each area.

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.

Common screen resolutions

Quick reference of common display resolutions, their aspect ratios, and total pixel counts. Useful for designers, developers, and anyone checking device specs.

ResolutionNameAspectTotal pixelsTypical devices
7680 × 43208K UHD16:933,177,600Emerging tech for high-end TVs
3840 × 21604K UHD16:98,294,400High-end monitors, TVs
2560 × 1440QHD / 1440p16:93,686,400Gaming monitors, prosumer laptops
1920 × 1080Full HD (1080p)16:92,073,600Laptops, desktops, many monitors
1536 × 864HD+≈16:91,327,104Mid-range laptops (scaled)
1366 × 768HD≈16:91,049,088Budget laptops
1280 × 720HD (720p)16:9921,600Small laptops, older devices
1024 × 768XGA4:3786,432Older monitors & tablets
800 × 600SVGA4:3480,000Very old / embedded displays
3440 × 1440UltraWide WQHD21:94,953,600Ultrawide monitors
2560 × 1080UltraWide≈21:92,764,800Ultrawide 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.

Estimate your PPI (pixels per inch)

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:

Your PPI

Explore more tools

A full toolkit for developers, designers, and the display-curious.

About WhatIsMyScreenResolution.info

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.

How to check or change your screen resolution

This page detects your resolution automatically, but if you want to change it, here’s how on every major platform.

Windows 11 & 10

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.

macOS

Apple menu → System SettingsDisplays. Choose Default for display for native sharpness, or click Scaled to trade sharpness for more (or larger) on-screen space.

iPhone & iPad

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.

Android

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 — frequently asked questions

What is screen resolution?

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.

How do I find my screen resolution?

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.

What is the most common screen resolution?

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).

Why is my resolution lower than my monitor’s advertised resolution?

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.

Does screen resolution affect performance?

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.

Can a website see my exact monitor size?

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.