What Is My Screen Size

Browser Viewport0 × 0CSS Pixels
Real-Time Measuring
Display Visualizer

Resize your browser window to watch the viewport dimensions update instantly.

Note

Screen and hardware values remain fixed to your monitor capabilities, while viewport tracks active window space.

Display Specifications

Hardware & Viewport Diagnostics

Screen Size (Logical)
Logical resolution
0 × 0
Physical Resolution
Actual hardware pixels
0 × 0
Device Pixel Ratio (DPR)
Density scale factor
1.00x
Aspect Ratio
Display proportions
0:0
Refresh Rate
Frame frequency
Measuring...
Color Depth
Palette depth
24-bit
Total Pixels
Physical count
0
Screen Orientation
Active layout mode
Portrait
Find clear answers to high-volume search questions regarding browser scaling, hardware pixels, and display aspect ratios.

Common Questions About Screen Size & Resolutions

The physical resolution is the real resolution of the hardware on your computer (for example, 3840 x 2160 in the case of a 4K screen). The logical screen resolution is the one measured in CSS pixels (for example, 1920 x 1080) used by web browsers to display page layouts.
Your viewport is the part of your screen on which actual content appears, excluding parts like browser chrome, scroll bars, tool bars, etc. Due to the space taken by such elements, your viewport will always be smaller than your screen resolution.
No, changing your browser zoom level does not change your hardware screen size or its native resolution. However, when you zoom in, the logical width and height of your viewport decrease (making things appear larger), and when you zoom out, they increase.
A web browser cannot ask your computer about the actual diagonal dimension of your monitor (e.g., 15.6" or 27") since this hardware information is not accessible through browser API functions due to privacy considerations. You can check the specifications of your monitor or measure it diagonally by hand.
The aspect ratio shows the proportional relationship between the width and height of your display. The tool calculates this by finding the greatest common divisor (GCD) of the screen's width and height and then reducing both dimensions by that number to get standard ratios such as 16:9, 16:10, or 4:3.
The Device Pixel Ratio is the ratio of physical hardware pixels to logical CSS pixels. If the DPR is 2.0 (also known as Retina or HiDPI), four hardware pixels (2x2) will be required for each logical pixel. This will result in very crisp graphics.
Physical pixels are the microscopic light-emitting diodes on your screen. CSS pixels are abstract units used by developers for sizing web layouts. On standard displays, 1 CSS pixel equals 1 physical pixel, but on modern high-density displays, 1 CSS pixel maps to multiple physical pixels depending on the device scaling factor.
It depends on the number of pixels per inch (PPI), meaning how many physical pixels fit into one inch of screen space. If two laptops have the same physical size of 15.6 inches, but one has a 4K screen and another 1080p, then the first one will be much sharper due to its higher PPI.
By default, in Windows you can enable display scaling (such as 125% or 150%) in Windows Settings, which means that logical size of the screen becomes smaller than its actual size, decreasing the number of screen width and height pixels.
No, screen size and resolution are generic hardware properties that do not contain personal details. However, screen properties are often used alongside other browser characteristics (like fonts and user agent) in a technique called "browser fingerprinting" to build a unique device profile.

Disclaimer

The display specifications provided by the What Is My Screen Size tool are retrieved directly from standard browser APIs. Physical diagonal monitor sizes are estimates only, as hardware APIs do not share physical panel measurements for privacy reasons.