LIVE DETECTION

What Is My Screen Resolution? Free Screen Resolution Checker & Display Diagnostics

Current Screen Resolution
Detecting...
Width: Detecting...
Height: Detecting...
Detecting...
Is this resolution detection accurate?
Detecting...
Aspect Ratio
Detecting...
Pixel Ratio
Detecting...
Color Depth
Detecting...
Diag Estimate
Detecting...
Your Display Proportions
Display Properties
Device Resolution (CSS)
Detecting...
Native Resolution (Physical)
Detecting...
Browser Viewport
Detecting...
Device Pixel Ratio
Detecting...
Physical Dimensions (est)
Detecting...
Screen Orientation
Detecting...
Color Depth
Detecting...
How You Compare
4K UHD
100.0%
QHD
66.7%
HD
35.6%
SD
26.7%
YOU: Detecting...
0.0%
🔒 Runs locally in your browser 🚫 No account required 🍪 No cookies or tracking 📅 Updated June 2026 📖 Sources: MDN & W3C

Check your screen resolution, browser viewport, DPR, color depth, and display scaling instantly. The tool runs in your browser, so your display data stays private and updates live as you resize or change screens.

Use our interactive canvas to inspect your active screen metrics, test color rendering, or estimate your monitor's physical dimensions. All calculations run entirely client-side for complete privacy.

🛠️ How this checker works

🖥️ Screen resolution

The browser-reported screen size retrieved from standard client-side Screen APIs.

📊 Viewport size

The active visible content area of the browser window, useful for responsive web design testing.

⚙️ Device Pixel Ratio (DPR)

The scaling factor ratio between logical CSS pixels and physical hardware display pixels.

📐 Estimated physical pixels

Calculated approximately by multiplying the logical CSS viewport dimensions by the detected DPR value.

⚠️ Accuracy limitations: Operating system display scaling, browser zoom levels, mobile browser toolbars (chrome), and browser sandbox API limitations can cause reported dimensions to deviate from physical panel specifications.

🔍 Why your screen resolution result may look different

If the detected dimensions do not match the manufacturer specifications of your phone, laptop, monitor, or tablet, it is typically due to display scaling or browser configurations. Here is how to diagnose differences:

Cause Why it happens What to check
Logical CSS Pixels Browsers report dimensions in logical CSS pixels to keep website layouts readable. Standard mobile displays render using scaling offsets. Multiply logical CSS width/height values by your detected Device Pixel Ratio (DPR) to estimate hardware pixels.
OS Display Scaling Windows (e.g. 125% or 150% scaling) and macOS display scaling configurations compress logical viewport areas to prevent tiny text on high-DPI screens. Check your display scaling configuration inside system preferences (Windows Display Settings or macOS Displays).
Active Browser Zoom Zooming in or out dynamically changes the browser's internal pixel mapping, shifting layout viewport sizes up or down. Reset browser zoom settings to 100% (use shortcut Ctrl + 0 or Cmd + 0) for a standard baseline check.
Mobile Chrome & Bars Mobile browser address bars, dynamic headers, bottom navigation menus, and keyboard overlays change the active viewport height. Scroll down the page. Swiping down usually auto-hides address bars and maximizes the available viewport canvas height.
Browser Window Borders Window borders, vertical scrollbars, developer console panels, and desktop toolbars reduce the logical viewport space. Maximize your browser window or enter Fullscreen mode (use our Fullscreen Test Mode widget below) for direct hardware comparisons.
Multi-Screen Setups Browsers query specifications from the active screen where the browser window is currently positioned. Moving a window across screens shifts the target. Drag your browser window entirely onto the secondary monitor to view its corresponding display parameters.

🌐 Browser support and limitations

Different browsers handle screen queries and interface permissions uniquely. Below is the diagnostic feature compatibility matrix across popular browser engines:

Diagnostic Feature Chrome & Edge Safari (iOS/macOS) Firefox Limitations / Requirements
Screen Resolution Supported Supported Supported Returns active screen dimensions using client Screen APIs.
Viewport Sizing Supported Supported Supported Calculates visible content area. Updates dynamically on resize.
DPR Sizing factor Supported Supported Supported Reflects OS scaling and browser-level zoom configurations.
Fullscreen Testing Supported Limited support Supported Requires direct user click. iOS Safari has restricted iframe behaviors.
Multi-Screen Querying Permission dependent Not available in some browsers Not available in some browsers Requires the modern Window Management API and user permission prompts.

* Note: Multi-screen detection may depend on browser support, permissions, and Window Management API availability. External display diagnostic queries dynamically match parameters of the active monitor displaying the browser window.

📐 PPI and screen size calculator

--
PPI
--
Pixel Pitch
--
Megapixels

⚙️ CSS media query helper

Target this exact viewport width
@media (min-width: [width]px) {
  /* Styles for [width]px and wider */
}
Max-width breakpoint
@media (max-width: [width]px) {
  /* Styles for [width]px and narrower */
}
Retina / HiDPI detection
@media (-webkit-min-device-pixel-ratio: [dpr]),
       (min-resolution: [dpi]dpi) {
  /* Styles for [dpr]x pixel density */
}
Orientation match
@media (orientation: [orientation]) and (min-width: [width]px) {
  /* Matches current orientation + width */
}
Tailwind equivalent
/* Tailwind breakpoint: [breakpoint] */
/* Your viewport: [width]px  × [height]px */
/* DPR: [dpr]x */

🖥️ Browser and device environment

Loading environment specs...

📏 Aspect ratio calculator

16:9
Aspect Ratio
1.7778
Decimal
2.07 MP
Megapixels
Landscape
Orientation
16:9

📏 Live breakpoint ruler

xs
sm
md
lg
xl
2xl
Your viewport: Detecting...

📱 Responsive preview sandbox

x
375 x 667
@media (max-width: 375px) → Tailwind: xs

🖥️ Fullscreen test mode

Enter fullscreen to compare your windowed viewport against full display area.

🖥️ Multi-screen detection

🖥️

Multi-screen detection requires the modern Window Management API.

Supported in Chrome 100+ and Edge 100+. Not available on Safari or Firefox.

Detected Primary screen:Detecting...

Popular developer checks

🔗 Real-time resolution embed widget

Enhance your blog, portfolio, or documentation page by embedding our real-time, responsive screen resolution checker. It runs client-side and is designed to work without external dependencies, fitting seamlessly into any HTML environment.

Interactive Widget Preview
Live Screen Resolution
Detecting...
screenres.app

Understanding Screen Resolution

Have you ever noticed that text looks razor-sharp on one laptop but slightly fuzzy on another? This difference is determined by the display's native pixel density, which is the number of physical pixels packed into the screen area.

Physical resolution is calculated by multiplying the horizontal and vertical pixel counts (such as 1920 x 1080 for a standard Full HD monitor). More pixels mean the display can render finer details, resulting in a cleaner and crisper view.

To check the active specifications of your screen, our online tool detects them instantly using standard browser APIs. It is a convenient way to inspect display metrics on any phone, tablet, or desktop screen without installing extra software.

Choosing a monitor? See our full 1080p vs 1440p vs 4K comparison for resolution-by-size recommendations, PPI guidance, refresh-rate tradeoffs, and common buying mistakes.

Why Resolution Matters

For web designers and developers, knowing screen dimensions helps you decide where to place responsive layout breakpoints. Setting breakpoints for typical laptop and mobile widths ensures that websites look correct across different screens.

Gamers also care about resolution. Rendering high resolutions like 4K requires a powerful graphics card, so some drop their game resolution to 1080p to achieve a smoother, higher frame rate. For general productivity, a higher resolution screen simply provides more room to run windows side-by-side.

Display Grid vs. Viewport Size

These two numbers can be confusing. Your physical display grid represents the actual pixel panel of the screen itself.

Your browser viewport, however, is the actual visible space inside the browser window. Because the viewport excludes the address bar, bookmarks, tabs, and scrollbars, it is almost always smaller than your screen's physical limits.

What is My Screen Aspect Ratio?

An aspect ratio is the proportional relationship between a display's width and height. For example, a 1920x1080 screen has a widescreen ratio of 16:9, while many newer laptops use a taller 16:10 or 3:2 layout to show more vertical content. The checker tool automatically calculates this ratio based on the active viewport metrics.

CSS Pixels vs. Physical Pixels

If you have ever exported a design at 1920px wide and found it looked blurry on a modern laptop, you have experienced Device Pixel Ratio (DPR) at work. High-density screens (like Apple Retina or OLED displays) pack two or three physical pixels into a single CSS pixel unit.

A mobile device reporting a viewport of 390x844 CSS pixels at a DPR of 3 actually has a hardware grid of 1170x2532 physical pixels. To keep images looking sharp on high-density screens, assets should be exported at 2x or 3x scaling.

Reference: W3C CSS Absolute Lengths Specification

Common Display Resolutions

  • 1366x768 (HD): Common on older laptops and budget notebooks
  • 1920x1080 (Full HD): The universal standard for monitors and web content
  • 2560x1440 (QHD): A popular middle ground for creative work and gaming
  • 3840x2160 (4K UHD): Offers premium detail for home entertainment and professional design
  • 390x844: Standard logical viewport size for modern smartphones

Refresh Rate and Display Connections

Resolution is only part of the story. A screen's refresh rate (measured in Hz) determines how many times per second the display updates its image. Standard office displays run at 60Hz, while gaming monitors often support 144Hz, 240Hz, or higher for smoother motion.

Resolution & Refresh Rate Choice Best For
1080p 240Hz/360Hz Competitive esports
1440p 144Hz/165Hz/240Hz Balanced PC gaming
4K 60Hz Productivity and media
4K 120Hz/144Hz Premium gaming, high-end GPU

Your video cable must also support your monitor's resolution and refresh rate. For example, older HDMI 1.4 cables can carry a 4K signal, but only at a choppy 30Hz.

For a smooth 4K experience, you will need an HDMI 2.0+ or DisplayPort 1.4 connection. If your screen resolution looks correct but animations feel sluggish, check your connection bandwidth first.

Data source: StatCounter Global Stats

Frequently Asked Questions

What is my screen resolution?
Your screen resolution is displayed at the top of this page. It shows the number of CSS pixels your browser reports for your display. This tool detects it automatically using the native Screen API — no server or external service is needed.Source: MDN Web Docs — Screen API
Why is my browser viewport different from my screen resolution?
The browser viewport is the actual content area visible inside the browser, which excludes the address bar, bookmarks toolbar, scrollbars, and your OS taskbar. Resize your browser window and watch the viewport values update in real time above.
What does Device Pixel Ratio (DPR) mean?
DPR is the ratio between physical hardware pixels and CSS pixels. A DPR of 2 means each CSS pixel is rendered using a 2x2 grid of physical pixels, making everything look sharper on Retina and high-DPI displays. A DPR of 1 means a 1:1 mapping.Source: MDN Web Docs — Window.devicePixelRatio
Why does my phone report fewer pixels than advertised?
Phones report CSS pixels to the browser, not physical pixels. For example, an iPhone 15 Pro has 1179x2556 physical pixels but reports 393x852 CSS pixels at DPR 3. To find your true hardware resolution, multiply the reported values by the DPR.Source: Apple Human Interface Guidelines — Layout
What is 4K resolution?
4K (Ultra HD) refers to a horizontal resolution of approximately 4,000 pixels. The consumer standard is 3840x2160, which contains four times the pixel count of 1080p Full HD. It is the current gold standard for monitors, TVs, and professional content creation.

Read our full 1080p vs 1440p vs 4K guide →Source: Wikipedia — 4K Resolution
How do I change my screen resolution?
If your screen looks blurry or elements are the wrong size, you may be using the wrong resolution. For a complete walkthrough, see our guide to changing screen resolution, or read our specific guide to fixing a blurry screen on Windows. You might also want to check for hardware defects with our dead pixel test.
What CSS breakpoints should I use in 2026?
The standard mobile-first breakpoints used by frameworks like Tailwind CSS are 640px (sm), 768px (md), 1024px (lg), 1280px (xl), and 1536px (2xl). Read our full guide on CSS breakpoints to learn how to implement them.
How do I check screen resolution on Windows?
Right-click your desktop → Display Settings → scroll to Display Resolution. Or simply visit this page — the tool detects it instantly without installing anything.

Read our full Windows resolution guide →Source: Microsoft Support — Change Screen Resolution
How do I check screen resolution on macOS?
Go to Apple menu → System Settings → Displays. You'll see your current resolution and scaling options. Alternatively, this page will show your browser-reported resolution instantly.

Read our full Mac resolution guide →Source: Apple Support — Change Display Resolution
Does this tool collect any data?
No. This tool runs entirely in your browser using native JavaScript APIs. No screen data, IP address, or personal information is ever sent to a server. We do not set first-party tracking cookies or use analytical tracking scripts. Any cookies set are from third-party services like Google AdSense (used to support the free operation of this tool), which you can opt out of at any time.
What is the difference between screen resolution and screen size?
Screen size is measured diagonally in inches and tells you how large the display is physically. Screen resolution is the pixel count (width x height) that determines image sharpness. A 27-inch monitor and a 15-inch laptop can both run at 1920x1080, but text and icons will look sharper on the smaller screen because the pixels are packed more tightly — that density is measured in PPI (pixels per inch).

Read our full Screen Size vs Resolution guide →Source: Wikipedia — Pixel Density (PPI)
What is the most common screen resolution?
As of 2026, 1920x1080 (Full HD) remains the most widely used desktop resolution worldwide, accounting for roughly 55% of all desktop screens. On mobile, viewports around 360x800 dominate. If you're building a website, designing for 1366px and up covers the vast majority of laptop and desktop users.Source: StatCounter Global Stats — Screen Resolution Market Share (2025)

🪙 Sourcing, accuracy, and editorial standards

🛡️ Client-side privacy and data handling

The checker runs in your browser using standard Web APIs. Screen and viewport values are calculated locally and are not sent to our first-party servers. Third-party services such as Google AdSense may set cookies based on your consent choices.

✅ Technical sourcing and editorial policy

All pixel counts, viewports, and grids reference official W3C CSS Specifications. We combine this with global tracking from StatCounter, with every diagnostic snippet verified by J. Hassan. Content and diagnostics are reviewed under our editorial policy and testing methodology for technical accuracy, browser API behavior, display terminology clarity, and privacy explanation.

Notice: Browser-reported values may vary due to active browser zoom, OS display scaling, DPR settings, and browser sandbox API limitations.

Last reviewed for accuracy: June 2026