RefreshRateTest

Resolution Checker

Instantly detect your display's true resolution, viewport, and scaling metrics.

Logical Screen Resolution

...

The resolution reported by your OS (affected by scaling).

Browser Viewport

...

The current size of this browser window.

Device Pixel Ratio

...

Display scaling factor (e.g., Retina displays are usually 2x).

Color Depth

...

The number of bits used to represent color.

Understanding Display Resolution

Screen resolution refers to the number of distinct pixels in each dimension that can be displayed. It is usually quoted as width × height, with the units in pixels. For example, "1920 × 1080" means the width is 1920 pixels and the height is 1080 pixels.

Common Resolutions Explained

  • 1080p (FHD - Full HD): 1920 × 1080. The standard for most budget monitors and laptops. It offers a good balance of performance and clarity.
  • 1440p (QHD - Quad HD): 2560 × 1440. The current "sweet spot" for PC gaming, offering significantly sharper images than 1080p without the extreme hardware demands of 4K.
  • 4K (UHD - Ultra HD): 3840 × 2160. Delivers incredibly crisp text and lifelike gaming visuals, but requires a very powerful GPU to maintain high frame rates.

Resolution vs. Refresh Rate

When buying a monitor, you must balance Resolution and Refresh Rate (Hz). Pushing 4K resolution at 144Hz requires immense graphical power. Many competitive gamers prefer a lower resolution (like 1080p) to guarantee they can hit 240Hz or 360Hz for maximum smoothness and minimal input lag.

What is Display Scaling (Device Pixel Ratio)?

As monitors pack more pixels into the same physical size (higher pixel density), text and UI elements become smaller. Operating systems solve this using Display Scaling. If you have a 4K 27-inch monitor, Windows might scale the UI by 150%. This means the OS renders assets at a higher resolution but sizes them as if you were on a lower resolution display, keeping text readable while maintaining crispness. The "Device Pixel Ratio" metric above shows your current scaling multiplier.

Frequently Asked Questions

Screen Resolution is the total number of physical pixels your monitor has (e.g., 1920x1080). Viewport Size is the actual usable area inside your browser window, which changes when you resize the browser or open developer tools.

This is due to OS-level display scaling (Device Pixel Ratio). If you have a 4K monitor (3840x2160) but Windows/macOS is set to 200% scaling to make text readable, the browser reports the logical resolution (1920x1080) and a pixel ratio of 2.0.

Color depth indicates how many bits of data are used to represent the color of a single pixel. 24-bit color depth (True Color) can display over 16.7 million colors, which is standard for modern displays.