Use our free screen resolution checker to instantly detect your display resolution in pixels, viewport size, device pixel ratio (DPR), color depth bits, screen aspect ratio, and refresh rate (Hz). This online screen size tool also checks CSS pixels vs physical pixels, screen orientation, available screen width and height, PPI density, and Retina display status. Includes a fullscreen dead pixel test with color cycling. The best monitor resolution tester and monitor specs checker — check screen DPI online free with no software needed. A professional screen size pixels finder for designers, developers, and gamers.
Quick Answer: What Is Your Screen Resolution?
Your screen resolution is the number of pixels your monitor displays (width × height). Our screen resolution checker detects this instantly along with DPR, color depth, aspect ratio, refresh rate, viewport dimensions, and PPI. It also includes a fullscreen dead pixel test for monitor hardware detection.
Your Screen Resolution
Detecting...

OSINT & Network Utility Expert
Robert specializes in display technology, hardware analysis, web development tools, and network diagnostics. He helps developers and designers understand screen specifications for building responsive, pixel-perfect interfaces.
View All ArticlesA screen resolution checker reads your monitor's display resolution (W × H) in pixels — the total number of horizontal and vertical dots your screen can show. Our online screen size tool goes far beyond basic resolution: it detects viewport size, device pixel ratio (DPR), color depth bits, screen orientation, aspect ratio, refresh rate (Hz), available screen width and height, PPI density, CSS pixels vs physical pixels, and Retina display status.
This data is essential for web developers building responsive layouts, designers who need to serve correctly-sized images for different DPR values, gamers verifying their monitor specs, and anyone checking a new display for defects. Our monitor resolution tester works directly in your browser — no software downloads required.
15+ Data Points: Our screen resolution checker detects screen resolution, physical pixels, available screen area, browser window, viewport dimensions, aspect ratio, DPR, color depth, refresh rate, PPI, Retina check, orientation, touch, dark mode, and hardware acceleration — all from your browser screen resolution check.
Open this page on any device — desktop, laptop, phone, or tablet — and your screen resolution appears instantly. Our screen size pixels finder uses JavaScript's screen.width and screen.height APIs to read your native display resolution. The value shown is your monitor's actual pixel count, not the scaled resolution your OS might display.
// How we detect your resolution
Screen Resolution: screen.width × screen.height
Physical Pixels: (screen.width × DPR) × (screen.height × DPR)
Viewport Size: window.innerWidth × window.innerHeight
Available Screen: screen.availWidth × screen.availHeight
// Example: 1920×1080 at 1.5x DPR
CSS Pixels: 1920 × 1080
Physical Pixels: 2880 × 1620 (actual hardware dots)
For complete browser fingerprint data, use our Browser Info Tool. Check GPU and CPU specs with our Hardware Info Tool.
One of the most confusing concepts in display technology is the difference between CSS pixels and physical pixels. On a standard 96 DPI monitor, 1 CSS pixel = 1 physical pixel. But on a Retina display with 2x device pixel ratio, 1 CSS pixel = 4 physical pixels (2×2 grid). This is why images look sharper on HiDPI screens.
| Display Type | CSS Resolution | DPR | Physical Pixels |
|---|---|---|---|
| Standard 1080p | 1920×1080 | 1x | 1920×1080 |
| MacBook Retina | 1440×900 | 2x | 2880×1800 |
| iPhone 15 | 390×844 | 3x | 1170×2532 |
| 4K Monitor (150%) | 2560×1440 | 1.5x | 3840×2160 |
For Designers: Always serve images at 2x your CSS size for Retina displays. If an image is 300×200 CSS pixels, the source file should be 600×400. Our screen DPI and PPI checker for designers shows your exact DPR to get this right.
PPI (Pixels Per Inch) measures how tightly packed the pixels are on your display. Higher PPI means sharper text and images. Our tool estimates your PPI using resolution and DPR. To check screen DPI online, just look at the PPI value in your results.
Check your complete system specs with our Hardware Info Tool. Verify SSL certificates with our SSL Checker.
Your screen aspect ratio defines the shape of your display. Our tool calculates it automatically from your width and height. The most common ratios are 16:9 (standard widescreen), 16:10 (productivity laptops like MacBook), 21:9 (ultrawide monitors), and 4:3 (legacy displays).
Knowing your aspect ratio matters for responsive design, video production (matching content to display shape), and gaming (ultrawide gives wider field of view). Our display resolution finder shows the exact calculated ratio. Check headers with our Headers Analyzer. Test DNS with our DNS Lookup.
Our tool measures your refresh rate (Hz) using requestAnimationFrame timing — counting how many frames your browser renders per second. Standard monitors run at 60Hz, gaming monitors at 144Hz or 240Hz, and many phones at 90Hz or 120Hz.
// How we measure refresh rate
let frames = 0, start = performance.now();
function count(ts) {
frames++;
if (ts - start >= 1000) {
// frames = your Hz (60, 120, 144, etc.)
return;
}
requestAnimationFrame(count);
}
Note: Browser-measured Hz may differ slightly from your monitor's native rate due to V-Sync, power saving, or background throttling. For most accurate results, keep this tab in the foreground. Verify domain with WHOIS.
Our fullscreen dead pixel test fills your entire screen with solid colors — red, green, blue, white, and black — one at a time. Click to cycle through colors. This is the standard method professionals use to detect panel defects before accepting a new monitor.
Best Practice: Run the test in a dark room for maximum visibility. Click to advance through R → G → B → White → Black. Press ESC or complete the cycle to exit. Check email with our Email Verifier.
Your viewport size (the actual rendering area in the browser) is different from your screen resolution. The viewport excludes the browser toolbar, address bar, and OS taskbar. Understanding this difference is critical for building responsive web applications.
Our tool shows three key measurements: Screen Resolution (full display), Available Screen (minus taskbar), and Browser Viewport (minus browser chrome). CSS media queries use the viewport, not the screen resolution. This is why a "1920px" breakpoint might not trigger even on a 1920px screen with a sidebar open.
Secure your web apps with our Password Generator. Hash data with our Hash Generator. Encode strings with our Base64 Encoder.
| Name | Pixels | Ratio | Use Case |
|---|---|---|---|
| HD (720p) | 1280×720 | 16:9 | Budget laptops, tablets |
| Full HD (1080p) | 1920×1080 | 16:9 | Standard monitors, gaming |
| QHD (1440p) | 2560×1440 | 16:9 | High-end gaming, productivity |
| 4K UHD | 3840×2160 | 16:9 | Photo/video editing, cinema |
| Ultrawide | 3440×1440 | 21:9 | Multitasking, immersive gaming |
Check IP reputation with our IP Fraud Checker. Read our digital footprint guide. Scan ports with our Port Scanner.
A screen resolution checker detects your display resolution in pixels, viewport size, DPR, color depth, aspect ratio, refresh rate, and more. Our monitor specs checker reads 15+ data points from your browser.
Open our screen resolution test on your phone. It detects resolution, viewport, DPR, color depth, and orientation instantly. Works on iPhone, Android, iPad — no app needed.
CSS pixels are logical layout units. Physical pixels are actual hardware dots. On 2x DPR Retina displays, 1 CSS pixel = 4 physical pixels. Our tool shows both so you see effective pixels vs actual resolution.
Our tool measures refresh rate (Hz) using requestAnimationFrame — counting rendered frames per second. Detects 60Hz, 120Hz, 144Hz, 240Hz monitors directly in browser.
Device pixel ratio (DPR) is the ratio of physical pixels to CSS pixels. DPR 2x = Retina display. Designers need this to serve correctly-sized images. Our check screen DPI online tool shows your exact DPR.
Click "Dead Pixel Test" to fill your screen with solid colors (R/G/B/W/Black). Dead pixels = black dots on bright backgrounds. Stuck pixels = colored dots on black. Darken your room for best results.
Our screen DPI and PPI checker estimates pixel density from resolution and DPR. Standard = ~96 PPI, laptops = ~120-220, smartphones = 300+. Higher PPI = sharper display.
Our tool auto-calculates aspect ratio from your screen dimensions. Common: 16:9 (widescreen), 16:10 (MacBook), 21:9 (ultrawide), 4:3 (legacy). No software — browser screen resolution check only.
Complete your display and hardware audit.
Our screen resolution checker detects resolution, DPR, aspect ratio, refresh rate, color depth, and includes a dead pixel test. The best online screen size tool for 2026.