Screen Hz TestScreenHzTest
TR

What Is My Screen Resolution?

Verify your physical display resolution, layout CSS size, Device Pixel Ratio (DPR), and color bit depth instantly. Find out "what is my screen resolution" with our advanced 1:1 hardware checker.

If you are asking yourself, "what is my screen resolution?", you have come to the right place. Our free, advanced screen resolution test delivers instantaneous and mathematically precise calculations of your display's true physical resolution, layout CSS sizing, and pixel density metrics. Built for hardware enthusiasts, software developers, UI/UX designers, and casual internet users alike, this screen resolution checker operates directly in your browser. By utilizing system-level DOM APIs, it checks your screen parameters without requiring any software installation to answer "what is my screen resolution" immediately. Whether you are running a standard office monitor, a high-end 4K gaming setup, an Apple Retina display, or a high-density smartphone, our screen resolution test provides complete confirmation of your display specs in seconds.

What Is My Screen Resolution and How Does This Test Work?

A screen resolution test is an online diagnostic process that detects the dimensions of a physical display in pixels, helping you answer the question: what is my screen resolution? The term "resolution" represents the grid of individual light-emitting points (pixels) that form the images on your monitor. This value is measured as width times height—for example, a standard 1080p display has a resolution of 1920 pixels horizontally by 1080 pixels vertically.

Our browser-based screen resolution test uses native JavaScript properties like window.screen.width, window.screen.height, and window.devicePixelRatio. When you open this page, the tool queries these parameters to determine both your physical hardware resolution and the logical CSS size that browsers use to render text and layout elements.

Additionally, this tool includes a live viewport tracker. Unlike the static screen size, the viewport represents the active rendering window inside your web browser. By registering a listener on the window's resize event, our tool tracks layout adjustments in real-time, helping web developers test responsive layouts and breakpoints under different scaling conditions.

Physical Resolution vs. Logical CSS Resolution Explained

One of the most common points of confusion for screen users is the difference between physical resolution and logical CSS resolution. While they were identical on older monitors, modern displays use scaling technologies that keep these two numbers separate:

Running our screen resolution test helps you see both numbers side by side. If you are developing a website or mobile application, checking these metrics ensures that your layout scales correctly and remains sharp across all screen types.

Understanding Device Pixel Ratio (DPR) and HiDPI Screens

Device Pixel Ratio (DPR) is the mathematical relationship between physical resolution and logical resolution. It represents how many physical pixels are used to draw a single logical CSS pixel. The formula is simple:

DPR = Physical Resolution / Logical CSS Resolution

On standard legacy displays, the DPR is exactly 1.0, meaning one physical pixel represents one logical pixel. However, on high-density displays (such as Apple's Retina displays, Microsoft Surface screens, and modern smartphones), the DPR is typically 2.0, 3.0, or even 4.0.

For example, an iPhone with a physical resolution of 1179x2556 and a DPR of 3.0 has a logical CSS resolution of 393x852. This high density allows the device to render text and vector graphics with incredible clarity, eliminating visible pixelation and reducing eye strain during long reading sessions.

How to Change Your Display Resolution to Match Your Screen Resolution

If our screen resolution test reveals that your system resolution is set lower than your monitor's native capabilities (such as running a 4K screen at 1080p), you can easily adjust this in your operating system settings. Follow our step-by-step instructions below:

Changing Screen Resolution in Windows 10 & 11

  1. Right-click on an empty space on your desktop and select Display settings.
  2. If you have multiple monitors, click on the display you want to change at the top of the menu.
  3. Scroll down to the Scale & layout section.
  4. Click the dropdown menu next to Display resolution.
  5. Select your monitor's native resolution (usually marked as "Recommended", e.g., 1920x1080 or 3840x2160).
  6. A prompt will ask "Keep these changes?". Click Keep changes to confirm.
  7. To adjust size scaling, open the Scale dropdown and choose a percentage (e.g., 150% or 200%) to keep text readable.

Changing Display Resolution on macOS

  1. Click the Apple menu in the top-left corner of the screen and choose System Settings.
  2. Click Displays in the left sidebar.
  3. Select your display at the top of the menu.
  4. Under the resolution options, choose a scaled resolution to adjust text size, or select Default to use the system recommended layout scaling.
  5. To see all physical resolution options, right-click any of the scaled options and toggle on Show List.

Common Screen Resolution Standards and Aspect Ratios

In modern consumer electronics, displays are grouped into standard resolutions and aspect ratios. The table below outlines these common industry configurations:

Standard NamePixel DimensionsAspect RatioPrimary Uses
HD / 720p1280 x 72016:9Budget TVs, older tablets, budget laptops
Full HD / 1080p1920 x 108016:9Standard monitors, gaming, streaming media
WUXGA1920 x 120016:10Office productivity laptops, design screens
QHD / 1440p / 2K2560 x 144016:9Mid-to-high-end PC gaming, office screens
UHD / 4K3840 x 216016:9Premium TVs, design monitors, console gaming
UHD / 8K7680 x 432016:9Next-gen screens, professional editing stations

What Is My Screen Resolution's Scaling Limit? Guide to 1:1 Pixel-Perfect Rendering

Have you ever noticed subtle blurriness, color fringing around text, or weird banding patterns (known as Moire effects) on your display? These visual anomalies are scaling artifacts. They occur when your operating system's software scaling or your browser's zoom factor does not align perfectly with the physical pixel grid of your hardware monitor.

When a web page renders at non-integer ratios (such as a 125% OS scale combined with a 110% browser zoom), the graphics engine is forced to perform sub-pixel interpolation. Instead of drawing a clean 1-pixel-wide line directly on a physical pixel row, the system distributes the line's color weight across multiple adjacent pixels, using anti-aliasing. This math-based blending causes fine details to look fuzzy and results in low-contrast text.

To achieve a perfect 1:1 display native mapping—essential for diagnosing panel defects or running pixel-critical calibration tests—follow these steps:

Display Diagnostics Suite

Seamlessly navigate across all our display, monitor, and mobile screen testing utilities from a single panel.

Frequently Asked Questions about Screen Resolution